Age | Commit message (Expand) | Author |
2019-12-10 | Dive list: remove global pointer to DiveTrip model | Berthold Stoeger |
2019-12-10 | Dive list: clear dive data via the filter model | Berthold Stoeger |
2019-12-04 | Selection: move translation of indexes to filter model | Berthold Stoeger |
2019-11-19 | Filter: move recalculation of filter from FilterModel to TripModel | Berthold Stoeger |
2019-11-19 | Filter: split out filter from model | Berthold Stoeger |
2019-11-19 | Filter: move calculation of shown dives to undo command | Berthold Stoeger |
2019-11-19 | Filter: move number of shown dives to core | Berthold Stoeger |
2019-11-19 | Cleanup: remove MultiFilterSortModel::filterChanged() | Berthold Stoeger |
2019-11-19 | Cleanup: remove MultiFilterSortModel::clearFilter | Berthold Stoeger |
2019-05-11 | Filter: add reference counting for dive-site mode | Berthold Stoeger |
2019-05-11 | Map: in dive-site-edit mode, select those maps we filter for | Berthold Stoeger |
2019-05-11 | Map: show all dive sites when in dive-site filter mode | Berthold Stoeger |
2019-04-12 | Filter: allow filtering multiple dive sites | Berthold Stoeger |
2019-04-12 | Filter: call update title directly in filter model | Berthold Stoeger |
2019-04-12 | Undo: update filter flag when dives change | Berthold Stoeger |
2019-02-28 | Filter panel: add suit and notes search fields | Willem Ferguson |
2019-02-20 | Filter: change default mode for location to any-of | Berthold Stoeger |
2019-02-19 | Filter: implement any-of mode | Berthold Stoeger |
2019-01-26 | Filter: quick implementation of negation | Berthold Stoeger |
2019-01-26 | Filter: implement reset filter | Berthold Stoeger |
2019-01-26 | Filter: update counts if dives added / removed | Berthold Stoeger |
2019-01-22 | Filter: extend range of allowed temperatures | Berthold Stoeger |
2019-01-21 | Desktop, Filter UI: make date/time consistent | Jan Mulder |
2019-01-19 | Filter: update filterData directly without copying | Berthold Stoeger |
2019-01-08 | Filter for logged/planned dives | Robert C. Helling |
2019-01-07 | Dive list: split DiveTripModel into distinct models (tree and list) | Berthold Stoeger |
2019-01-07 | Cleanup: Remove MultiFilterSortModel::model | Berthold Stoeger |
2018-12-14 | Drop old filter code | Tomaz Canabrava |
2018-12-14 | Struct FilterData | Tomaz Canabrava |
2018-11-01 | Dive list: implement custom lessThan function | Berthold Stoeger |
2018-11-01 | Dive list: make filter model aware of its source | Berthold Stoeger |
2018-10-29 | Dive site: remove [start|stop]FilterDiveSite signals | Berthold Stoeger |
2018-10-11 | Filter: reload only when checkstate changed | Berthold Stoeger |
2018-10-11 | Filter: Make filters aware of added / removed dives | Berthold Stoeger |
2018-09-29 | Cleanup: reinstate override modifiers | Berthold Stoeger |
2018-08-31 | Filter: sort filter items in FilterModelBase::updateList() | Berthold Stoeger |
2018-08-31 | Filter: Make FilterModelBase a proper Qt model (mostly) | Berthold Stoeger |
2018-08-28 | Filter: cache number of dives fulfilling filter rules | Berthold Stoeger |
2018-08-28 | Filter: replace checked-state by struct | Berthold Stoeger |
2018-08-16 | Filter: separate backend from frontend logic | Berthold Stoeger |
2018-08-14 | Filter: break out showDive() function from filterAcceptsRow() | Berthold Stoeger |
2018-08-14 | Filter: constify doFilter() argument | Berthold Stoeger |
2018-08-14 | Filter: remove unused parameters from doFilter functions | Berthold Stoeger |
2018-08-01 | Cleanup: remove all override modifiers | Berthold Stoeger |
2018-07-31 | Cleanup: replace virtual by override where appropriate | Berthold Stoeger |
2017-12-26 | Introduce negate-toggle buttons to filter lists | Berthold Stoeger |
2017-12-24 | Add select-all, deselect-all and invert-selection options to filters | Berthold Stoeger |
2017-12-24 | Move *FilterModel functions into base class | Berthold Stoeger |
2017-12-24 | Fold MultiFilterInterface into FilterModelBase | Berthold Stoeger |
2017-11-26 | Inform LocationFilterModel of added dive site name | Berthold Stoeger |