summaryrefslogtreecommitdiffstats
path: root/qt-models/filtermodels.cpp
AgeCommit message (Expand)Author
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
2015-08-20Display dives from the same location on the listGravatar Tomaz Canabrava
2015-06-22Address uninitialized member warningsGravatar Dirk Hohndel
2015-05-29Move the models to its own folderGravatar Tomaz Canabrava