aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2018-11-05Dive list: let sort arrows reflect sort order for NR and DATEGravatar Berthold Stoeger
2018-11-04Dive list: use proper comparison when comparing dive to tripGravatar Berthold Stoeger
2018-11-04Undo: fix addition of multiple divesGravatar Berthold Stoeger
2018-11-01Dive list: implement custom lessThan functionGravatar Berthold Stoeger
2018-11-01Dive list: make filter model aware of its sourceGravatar Berthold Stoeger
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: compare pointers in MultiFilterSortModel::showDive()Gravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: remove [start|stop]FilterDiveSite signalsGravatar Berthold Stoeger
2018-10-29Dive site: remove UUIDs from LocationInformationModelGravatar Berthold Stoeger
2018-10-29Dive site: replace UUID_ROLE by DIVESITE_ROLEGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-28Cleanup: remove DiveTripModel::layout() functionGravatar Berthold Stoeger
2018-10-25Mobile/filtering: update nr of dives shown in a trip when filteringGravatar Dirk Hohndel
2018-10-23Mobile/filtering: roll our own filtering for performance reasonsGravatar Dirk Hohndel
2018-10-23Mobile/filtering: finally implement the new settings in the actual filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add fullTextNoNotes role to the dive list modelGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add count of filtered dives to search barGravatar Dirk Hohndel
2018-10-23Mobile/filtering: full text filter, instead of just dive siteGravatar Dirk Hohndel
2018-10-23Mobile/filtering: first attempt to filter on dive siteGravatar Jan Mulder
2018-10-21Dive list: move dive-selection code from filter to listGravatar Berthold Stoeger
2018-10-21Dive list: update trip headers on filter-finishGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-14Cleanup: remove DiveItem and TripItem classesGravatar Berthold Stoeger
2018-10-14Autogroup only when selectedGravatar Jan Mulder
2018-10-13Cleanup: rename MainWindow member variablesGravatar Berthold Stoeger
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-10-11Cleanup: Remove SsrfFilterSortProxyModelGravatar Berthold Stoeger
2018-10-11Map: remove access to displayed_dive_site in GPS-filter modelGravatar Berthold Stoeger
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-10-11Filter: reload only when checkstate changedGravatar Berthold Stoeger
2018-10-11Filter: Make filters aware of added / removed divesGravatar Berthold Stoeger
2018-10-11Dive list: unify sorting in core and Qt-modelGravatar Berthold Stoeger
2018-10-11Dive list: retain selection on moval of divesGravatar Berthold Stoeger
2018-10-11Dive list: propagate current-item to frontendGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Dive list: remember selected divesGravatar Berthold Stoeger
2018-10-11Dive list: implement proper Qt-model semantics for DiveTripModelGravatar Berthold Stoeger
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Dive list: hand-code the DiveTripModelGravatar Berthold Stoeger
2018-10-11Dive list: replace dive-id by dive pointerGravatar Berthold Stoeger
2018-10-09Dive locations: factor out common code of modelsGravatar Berthold Stoeger
2018-10-09Dive sites: remove internalRowCount from LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: don't add dummy entries to LocationInformationModelGravatar Berthold Stoeger
2018-10-09Dive sites: remove LocationInformationModel::setData() functionGravatar Berthold Stoeger
2018-10-07Statistics: only consider selected dives in HTML export statisticsGravatar Berthold Stoeger
2018-10-07Statistics: remove global state / calculate only when neededGravatar Berthold Stoeger
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger