Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 16 and Version 17 of Ticket #2709


Ignore:
Timestamp:
12/20/16 15:30:09 (7 years ago)
Author:
pfleck
Comment:

r14511

  • Added Check Inputs/All/None buttons instead of showing disabled buttons of the ItemCollectionView.
  • Removed the PreprocessingCheckedItemListView. A standard ListView is used instead.
  • Fixed slow updating when simultaneously (un-)checking multiple variables in the chart views. (currently only works by using the new buttons)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2709 – Description

    v16 v17  
    1111  - ~~Remove “View Shortcuts” grouping box~~
    1212  - Doubleclick a ViewShortcut should not reset the state in the new view
    13 - PreprocessingCheckedItemView
    14   - Hide Move, Add, Delete buttons
    15   - Add Select Input/Target, All and None as Buttons (checkboxes with tooltips)
    16     - Remove context menu instead
     13- ~~PreprocessingCheckedItemView~~
     14  - ~~Hide Move, Add, Delete buttons~~
     15  - ~~Add Select Input/Target, All and None as Buttons (checkboxes with tooltips)~~
     16    - ~~Remove context menu instead~~
    1717- DataGrid + Statistics
    1818  - Show/Hide columns and rows
     
    2121  - ~~Remove title~~
    2222  - ~~Move legend to top (column style)~~
    23 - Scatterplot
     23- ~~Scatterplot~~
    2424  - ~~Better default axis ranges (Bogdans helper functions)~~
    2525  - ~~Axis description instead of legend~~
     
    3535    - Display color gradient if colors are used
    3636  - If Group is selected and no Color is selected, also select the Color for this feature
    37 - Scatterplot
     37- ~~Scatterplot~~
    3838  - ~~Add slider for changing point size~~ (currently via config dialog)
    3939  - ~~Add regression line and add option to show/hide~~ (implemented in #2713)