aboutsummaryrefslogtreecommitdiffstats
path: root/core/divefilter.h
AgeCommit message (Expand)Author
2020-12-29filter: provide function that returns all shown divesGravatar Berthold Stoeger
2020-12-29filter: internalize shown_dives in DiveFilter classGravatar Berthold Stoeger
2020-12-29filter: move shown_dive from divelist.c to divefilter.cppGravatar Berthold Stoeger
2020-12-29filter: keep track on shown_dive on dive removal in DiveFilterGravatar Berthold Stoeger
2020-12-29filter: reset shown_dives in filterGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29cleanup: move shown-text calculation from filter widget to coreGravatar Berthold Stoeger
2020-09-29filter: unify desktop and mobile filtersGravatar Berthold Stoeger
2020-09-29filter: connect new filtercode to filterwidget2Gravatar Berthold Stoeger
2020-04-24filter: add a week to maximum default date timeGravatar Berthold Stoeger
2020-04-24filter: implement filtering for divemodeGravatar Berthold Stoeger
2020-03-01filter: implement searching for tags and people in mobile filterGravatar Berthold Stoeger
2020-03-01filter: implement full-text filtering in mobile version of DiveFilterGravatar Berthold Stoeger
2020-03-01filter: remove DiveFilter::updateDiveStatus from classGravatar Berthold Stoeger
2020-03-01filter: connect fulltext filter to frontendGravatar Berthold Stoeger
2020-03-01filter: move StringMode out of FilterDataGravatar Berthold Stoeger
2020-02-22Filter: move actual filtering loop to core/divefilter.cppGravatar Berthold Stoeger
2020-02-11Filter: implement starts-with and exact modesGravatar Berthold Stoeger
2020-02-09Correcting typos of the word celsiusGravatar Jason Bramwell
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger