Age | Commit message (Expand) | Author |
2019-09-21 | Cleanup: remove bogus assignment in startFilterDiveSites() | Berthold Stoeger |
2019-09-06 | Map: highlight correct dive sites in dive site mode | Berthold Stoeger |
2019-09-06 | Filter: reload map on myInvalidate | Berthold Stoeger |
2019-06-23 | Dive list: cache shown flag in model (quick-fix for undo-crash) | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-05-11 | Filter: prevent selection-change notifications in filter invalidation | Berthold Stoeger |
2019-05-11 | Filter: don't reload when dive sites are set to the same value | 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-04-12 | Dive sites: prepare for dive site ref-counting | Berthold Stoeger |
2019-02-28 | Filter panel: add suit and notes search fields | Willem Ferguson |
2019-02-28 | Append the dive mode as a tag that is seen by the filter tool. | willemferguson |
2019-02-19 | Filter: implement any-of mode | Berthold Stoeger |
2019-01-26 | Filter: quick implementation of negation | Berthold Stoeger |
2019-01-26 | Filter: update counts if dives added / removed | Berthold Stoeger |
2019-01-22 | Filter: support imperial units | Berthold Stoeger |
2019-01-21 | Desktop, Filter UI: make date/time consistent | Jan Mulder |
2019-01-19 | Filter: make tags, people and location filter logically-and | Berthold Stoeger |
2019-01-19 | Filter: reinstate dive-site filter functionality | Berthold Stoeger |
2019-01-19 | Filter: ignore unset temperatures | Berthold Stoeger |
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 | Hide unimplemented components from search | Tomaz Canabrava |
2018-12-14 | Filter the data | Tomaz Canabrava |
2018-12-14 | Drop old filter code | Tomaz Canabrava |
2018-12-14 | Struct FilterData | Tomaz Canabrava |
2018-11-23 | Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypes | Berthold Stoeger |
2018-11-18 | Dive list: replace dive-list of trips by a table | Berthold Stoeger |
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: compare pointers in MultiFilterSortModel::showDive() | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-29 | Dive site: remove [start|stop]FilterDiveSite signals | Berthold Stoeger |
2018-10-21 | Dive list: move dive-selection code from filter to list | Berthold Stoeger |
2018-10-13 | Cleanup: rename MainWindow member variables | Berthold Stoeger |
2018-10-13 | Cleanup: Turn widget accessor-functions into simple pointers | 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-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 | Whitespace: make range based for loops consistent in filtermodels.cpp | Berthold Stoeger |
2018-08-28 | Filter: replace checked-state by struct | Berthold Stoeger |
2018-08-16 | Filter: separate backend from frontend logic | Berthold Stoeger |