index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop-widgets
/
divelistview.cpp
Age
Commit message (
Expand
)
Author
2020-03-20
Dive list: add option to mark dives valid
Berthold Stoeger
2020-03-20
Undo: implement invalidate-dive command
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-01
selection: update selection on key-presses
Berthold Stoeger
2020-02-08
Dive list: be more careful on when updating the UI after selection
Berthold Stoeger
2020-02-04
Dive sites: select each dive site only once
Berthold Stoeger
2020-01-10
code cleanup: QFontMetrics::width() is deprecated
Dirk Hohndel
2019-12-10
Dive list: access header via filter-model
Berthold Stoeger
2019-12-10
Dive list: don't handle selection changes on filter-change in view
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::expandedRows member variable
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::mouseClickSelection member variable
Berthold Stoeger
2019-12-04
Cleanup: remove toggle parameter from DiveListView::selectDive()
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::remember/restoreSelection()
Berthold Stoeger
2019-12-04
Selection: don't reset selection when resorting
Berthold Stoeger
2019-12-04
Selection: move translation of indexes to filter model
Berthold Stoeger
2019-12-04
Selection: move initialization of selection from view to model
Berthold Stoeger
2019-12-04
Selection: move selection of "first" dive to core
Berthold Stoeger
2019-12-04
Cleanup: rename newCurrentDive signal to currentDiveChanged
Berthold Stoeger
2019-12-04
Selection: move selection functions from divelist.c to selection.c
Berthold Stoeger
2019-11-28
Desktop: Improve speed of selecting multiple (or all) dives
Berthold Stoeger
2019-11-19
Filter: move recalculation of filter from FilterModel to TripModel
Berthold Stoeger
2019-11-19
Filter: split out filter from model
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
2019-11-11
Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLE
Berthold Stoeger
2019-10-20
Cleanup: use pointer-to-member-function in addAction() calls
Berthold Stoeger
2019-09-06
Map: highlight correct dive sites in dive site mode
Berthold Stoeger
2019-09-06
Selection: properly update selection flag of map location
Berthold Stoeger
2019-09-06
Desktop: show all selected dive sites on click
Berthold Stoeger
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-07-04
Cleanup: avoid spurious updateDiveInfo() calls
Berthold Stoeger
2019-06-23
Cleanup: unify selection signals
Berthold Stoeger
2019-06-23
Undo: unify selection behavior in dive-list commands
Berthold Stoeger
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-05-11
Selection: automatically unselect old selection in selectDives()
Berthold Stoeger
2019-04-12
Undo: switch to edited trip
Berthold Stoeger
2019-04-12
replace deprecated qSort() with std::sort()
Rolf Eike Beer
2019-01-07
Dive list: split DiveTripModel into distinct models (tree and list)
Berthold Stoeger
2018-12-14
Drop old filter code
Tomaz Canabrava
2018-12-13
Dive media: add media to closest dive
Berthold Stoeger
2018-12-11
Cleanup: don't leak filename on picture creation
Berthold Stoeger
2018-11-23
Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypes
Berthold Stoeger
2018-11-16
Dive list: invert sort-direction to reflect core
Berthold Stoeger
2018-11-05
Dive list: remove sortColumn and currentOrder members
Berthold Stoeger
2018-11-05
Dive list: split reload() in reload() and setSortOrder()
Berthold Stoeger
2018-11-02
Dive list: invert default sort order for sort by date / number
Berthold Stoeger
2018-11-01
Dive list: remove forceSort parameter from DiveListView::reload()
Berthold Stoeger
2018-11-01
Dive list: connect header-signal in constructor
Berthold Stoeger
2018-11-01
Dive list: make filter model aware of its source
Berthold Stoeger
2018-10-28
Dive list: remove rememberSelection() without restoreSelection()
Berthold Stoeger
2018-10-28
Dive list: remember/restore selection only on view change
Berthold Stoeger
[next]