aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/filtermodels.cpp
AgeCommit message (Expand)Author
2019-06-23Dive list: cache shown flag in model (quick-fix for undo-crash)Gravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-11Filter: prevent selection-change notifications in filter invalidationGravatar Berthold Stoeger
2019-05-11Filter: don't reload when dive sites are set to the same valueGravatar Berthold Stoeger
2019-05-11Filter: add reference counting for dive-site modeGravatar Berthold Stoeger
2019-05-11Map: in dive-site-edit mode, select those maps we filter forGravatar Berthold Stoeger
2019-05-11Map: show all dive sites when in dive-site filter modeGravatar Berthold Stoeger
2019-04-12Filter: allow filtering multiple dive sitesGravatar Berthold Stoeger
2019-04-12Filter: call update title directly in filter modelGravatar Berthold Stoeger
2019-04-12Undo: update filter flag when dives changeGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-02-28Filter panel: add suit and notes search fieldsGravatar Willem Ferguson
2019-02-28Append the dive mode as a tag that is seen by the filter tool.Gravatar willemferguson
2019-02-19Filter: implement any-of modeGravatar Berthold Stoeger
2019-01-26Filter: quick implementation of negationGravatar Berthold Stoeger
2019-01-26Filter: update counts if dives added / removedGravatar Berthold Stoeger
2019-01-22Filter: support imperial unitsGravatar Berthold Stoeger
2019-01-21Desktop, Filter UI: make date/time consistentGravatar Jan Mulder
2019-01-19Filter: make tags, people and location filter logically-andGravatar Berthold Stoeger
2019-01-19Filter: reinstate dive-site filter functionalityGravatar Berthold Stoeger
2019-01-19Filter: ignore unset temperaturesGravatar Berthold Stoeger
2019-01-19Filter: update filterData directly without copyingGravatar Berthold Stoeger
2019-01-08Filter for logged/planned divesGravatar Robert C. Helling
2019-01-07Dive list: split DiveTripModel into distinct models (tree and list)Gravatar Berthold Stoeger
2019-01-07Cleanup: Remove MultiFilterSortModel::modelGravatar Berthold Stoeger
2018-12-14Hide unimplemented components from searchGravatar Tomaz Canabrava
2018-12-14Filter the dataGravatar Tomaz Canabrava
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
2018-12-14Struct FilterDataGravatar Tomaz Canabrava
2018-11-23Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypesGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-01Dive list: implement custom lessThan functionGravatar Berthold Stoeger
2018-11-01Dive list: make filter model aware of its sourceGravatar Berthold Stoeger
2018-10-29Dive site: compare pointers in MultiFilterSortModel::showDive()Gravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: remove [start|stop]FilterDiveSite signalsGravatar Berthold Stoeger
2018-10-21Dive list: move dive-selection code from filter to listGravatar Berthold Stoeger
2018-10-13Cleanup: rename MainWindow member variablesGravatar Berthold Stoeger
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-10-11Filter: reload only when checkstate changedGravatar Berthold Stoeger
2018-10-11Filter: Make filters aware of added / removed divesGravatar Berthold Stoeger
2018-08-31Filter: sort filter items in FilterModelBase::updateList()Gravatar Berthold Stoeger
2018-08-31Filter: Make FilterModelBase a proper Qt model (mostly)Gravatar Berthold Stoeger
2018-08-28Filter: cache number of dives fulfilling filter rulesGravatar Berthold Stoeger
2018-08-28Whitespace: make range based for loops consistent in filtermodels.cppGravatar Berthold Stoeger
2018-08-28Filter: replace checked-state by structGravatar Berthold Stoeger
2018-08-16Filter: separate backend from frontend logicGravatar Berthold Stoeger
2018-08-14Filter: break out showDive() function from filterAcceptsRow()Gravatar Berthold Stoeger
2018-08-14Filter: constify doFilter() argumentGravatar Berthold Stoeger
2018-08-14Filter: remove unused parameters from doFilter functionsGravatar Berthold Stoeger