index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
filtermodels.cpp
Age
Commit message (
Expand
)
Author
2018-05-21
qt-models: Change Q_UNUSED to no parameter name
jan Iversen
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-03-14
Cleanup: consistently use qPrintable()
Berthold Stoeger
2018-02-17
Coding-style: remove superfluous parentheses
Berthold Stoeger
2017-12-28
cleanup: Argument cannot be negative
Jan Mulder
2017-12-28
filter: fix trip header bug
Jan Mulder
2017-12-28
filter: setStringList() at end of every change
Jan Mulder
2017-12-28
filter: prevent assert trap on exit filters
Jan Mulder
2017-12-28
Remove unnecessary dynamic_cast<>s in filter code
Berthold Stoeger
2017-12-26
Introduce negate-toggle buttons to filter lists
Berthold Stoeger
2017-12-24
Small whitespace updates
Dirk Hohndel
2017-12-24
Add select-all, deselect-all and invert-selection options to filters
Berthold Stoeger
2017-12-24
Move *FilterModel functions into base class
Berthold Stoeger
2017-12-24
Fold MultiFilterInterface into FilterModelBase
Berthold Stoeger
2017-12-21
Fix BuddyFilterModel
Berthold Stoeger
2017-11-26
Inform LocationFilterModel of added dive site name
Berthold Stoeger
2017-11-26
Inform LocationFilterModel of changed dive site name
Berthold Stoeger
2017-11-25
Use equality instead of substring comparison in suits and buddy filter
Berthold Stoeger
2017-11-25
Update filters on refreshDisplay and remember old selecttions
Berthold Stoeger
2017-11-25
Replace bool * array by std::vector<char> in MultiFilterInterface
Berthold Stoeger
2017-11-25
LocationFilter: use equality instead of substring comparison
Berthold Stoeger
2017-04-29
Add SPDX header to Qt models
Dirk Hohndel
2016-07-09
Fix fix for filters
Dirk Hohndel
2016-07-09
Make filters work again in master
Salvador Cuñat
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2016-03-07
Silence more warnings
Tomaz Canabrava
2015-11-07
filtermodels.cpp: fix an argument order warning
Lubomir I. Ivanov
2015-10-30
Move qt-ui to desktop-widgets
Tomaz Canabrava
2015-10-30
Modify code to make it compile after rebase
Tomaz Canabrava
2015-08-20
Display dives from the same location on the list
Tomaz Canabrava
2015-06-22
Address uninitialized member warnings
Dirk Hohndel
2015-05-29
Move the models to its own folder
Tomaz Canabrava