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.h
Age
Commit message (
Expand
)
Author
2019-01-08
Filter for logged/planned dives
Robert C. Helling
2019-01-07
Dive list: split DiveTripModel into distinct models (tree and list)
Berthold Stoeger
2019-01-07
Cleanup: Remove MultiFilterSortModel::model
Berthold Stoeger
2018-12-14
Drop old filter code
Tomaz Canabrava
2018-12-14
Struct FilterData
Tomaz Canabrava
2018-11-01
Dive list: implement custom lessThan function
Berthold Stoeger
2018-11-01
Dive list: make filter model aware of its source
Berthold Stoeger
2018-10-29
Dive site: remove [start|stop]FilterDiveSite signals
Berthold Stoeger
2018-10-11
Filter: reload only when checkstate changed
Berthold Stoeger
2018-10-11
Filter: Make filters aware of added / removed dives
Berthold Stoeger
2018-09-29
Cleanup: reinstate override modifiers
Berthold Stoeger
2018-08-31
Filter: sort filter items in FilterModelBase::updateList()
Berthold Stoeger
2018-08-31
Filter: Make FilterModelBase a proper Qt model (mostly)
Berthold Stoeger
2018-08-28
Filter: cache number of dives fulfilling filter rules
Berthold Stoeger
2018-08-28
Filter: replace checked-state by struct
Berthold Stoeger
2018-08-16
Filter: separate backend from frontend logic
Berthold Stoeger
2018-08-14
Filter: break out showDive() function from filterAcceptsRow()
Berthold Stoeger
2018-08-14
Filter: constify doFilter() argument
Berthold Stoeger
2018-08-14
Filter: remove unused parameters from doFilter functions
Berthold Stoeger
2018-08-01
Cleanup: remove all override modifiers
Berthold Stoeger
2018-07-31
Cleanup: replace virtual by override where appropriate
Berthold Stoeger
2017-12-26
Introduce negate-toggle buttons to filter lists
Berthold Stoeger
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-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
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-04-29
Add SPDX header to Qt models
Dirk Hohndel
2015-05-29
Move the models to its own folder
Tomaz Canabrava