aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/filtermodels.cpp
AgeCommit message (Expand)Author
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
2018-07-30Cleanup: remove DiveListView::fixMessyQtModelBehaviour()Gravatar Berthold Stoeger
2018-05-21qt-models: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2017-12-28cleanup: Argument cannot be negativeGravatar Jan Mulder
2017-12-28filter: fix trip header bugGravatar Jan Mulder
2017-12-28filter: setStringList() at end of every changeGravatar Jan Mulder
2017-12-28filter: prevent assert trap on exit filtersGravatar Jan Mulder
2017-12-28Remove unnecessary dynamic_cast<>s in filter codeGravatar Berthold Stoeger
2017-12-26Introduce negate-toggle buttons to filter listsGravatar Berthold Stoeger
2017-12-24Small whitespace updatesGravatar Dirk Hohndel
2017-12-24Add select-all, deselect-all and invert-selection options to filtersGravatar Berthold Stoeger
2017-12-24Move *FilterModel functions into base classGravatar Berthold Stoeger
2017-12-24Fold MultiFilterInterface into FilterModelBaseGravatar Berthold Stoeger
2017-12-21Fix BuddyFilterModelGravatar Berthold Stoeger
2017-11-26Inform LocationFilterModel of added dive site nameGravatar Berthold Stoeger
2017-11-26Inform LocationFilterModel of changed dive site nameGravatar Berthold Stoeger
2017-11-25Use equality instead of substring comparison in suits and buddy filterGravatar Berthold Stoeger
2017-11-25Update filters on refreshDisplay and remember old selecttionsGravatar Berthold Stoeger
2017-11-25Replace bool * array by std::vector<char> in MultiFilterInterfaceGravatar Berthold Stoeger
2017-11-25LocationFilter: use equality instead of substring comparisonGravatar Berthold Stoeger
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2016-07-09Fix fix for filtersGravatar Dirk Hohndel
2016-07-09Make filters work again in masterGravatar Salvador Cuñat
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-07Silence more warningsGravatar Tomaz Canabrava
2015-11-07filtermodels.cpp: fix an argument order warningGravatar Lubomir I. Ivanov
2015-10-30Move qt-ui to desktop-widgetsGravatar Tomaz Canabrava
2015-10-30Modify code to make it compile after rebaseGravatar Tomaz Canabrava