29 Nov, 2021

3 commits


19 Nov, 2021

2 commits


18 Nov, 2021

2 commits


17 Nov, 2021

1 commit


15 Nov, 2021

1 commit


10 Nov, 2021

2 commits


08 Nov, 2021

1 commit


05 Nov, 2021

6 commits


04 Nov, 2021

2 commits


02 Nov, 2021

1 commit


29 Oct, 2021

2 commits


28 Oct, 2021

2 commits


27 Oct, 2021

4 commits


26 Oct, 2021

3 commits


22 Oct, 2021

4 commits


20 Oct, 2021

3 commits


19 Oct, 2021

1 commit

  • * Change column order in marker panel
    
    - Show most relevant information (id, session, label, target) in the
      first columns, and the coordinates only in the latter columns.
    
    - Adjust the column sizes to give more horizontal space to the label.
    
    - Round the coordinates to one decimal place instead of two.
    
    - Minor clean-up.
    
    * Fix debug option in Session object
    
    - Before, debug option was updated when --debug flag was set
      but not when unset.
    
    - Also, debug option was updated too late to be available when
      the __init__ functions in the UI were called.
    
    * Show coordinate columns in marker list only when in --debug mode
    okahilak