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-ui
/
filtermodels.cpp
Age
Commit message (
Expand
)
Author
2014-12-09
Don't skip the first tag when filtering
Dirk Hohndel
2014-11-25
Match agreed captalisation style
Tim Wootton
2014-11-17
Only show tags in filter panel that are actually used
Dirk Hohndel
2014-11-16
Remove unused DivesFilteredOut variable
Dirk Hohndel
2014-11-16
Improve the filter logic
Dirk Hohndel
2014-11-16
Addded a min / max layout for the filter, and a filter count
Tomaz Canabrava
2014-11-13
Random whitespace cleanup
Dirk Hohndel
2014-11-13
Adjust the counter function for filter with "none of the above"
Dirk Hohndel
2014-11-13
Add a function to count dives with a specific suit
Dirk Hohndel
2014-11-13
This is already checked in doFilter
Tomaz Canabrava
2014-11-13
Create the doFilter for the Suits.
Tomaz Canabrava
2014-11-13
Suits filterRow method done.
Tomaz Canabrava
2014-11-13
Suits update method done.
Tomaz Canabrava
2014-11-13
Added skeleton of the Suits Filter.
Tomaz Canabrava
2014-11-13
Last one: Common 'data' method for StringList based Filters.
Tomaz Canabrava
2014-11-13
Call all common methods once per class in an easy way.
Tomaz Canabrava
2014-11-13
Create a common macro for flags
Tomaz Canabrava
2014-11-13
Clear filter is always the same for a filter based on stringlist
Tomaz Canabrava
2014-11-13
More cleanup using Macros.
Tomaz Canabrava
2014-11-13
Create a CREATE_INSTANCE_METHOD macro
Tomaz Canabrava
2014-11-13
Move the filters code to it's own file.
Tomaz Canabrava