aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.cpp
AgeCommit message (Expand)Author
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger
2018-11-23Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypesGravatar Berthold Stoeger
2018-11-18Dive list: update position of trip if data changedGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Coding style: fix indentation in addDivesToTrip()Gravatar Berthold Stoeger
2018-11-18Dive list: move sort-functionality into coreGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-16Dive list: invert sort-direction to reflect coreGravatar Berthold Stoeger
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-28Cleanup: remove DiveTripModel::layout() functionGravatar Berthold Stoeger
2018-10-21Dive list: update trip headers on filter-finishGravatar Berthold Stoeger
2018-10-14Cleanup: remove DiveItem and TripItem classesGravatar 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-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-09-04Desktop: buddies in the dive listGravatar Jan Mulder
2018-09-01Cleanup: make DiveTripModel a global objectGravatar Berthold Stoeger
2018-07-30Cleanup: remove DiveListView::fixMessyQtModelBehaviour()Gravatar Berthold Stoeger
2018-07-27Dive list view: move column width logic back from DiveTripModelGravatar Berthold Stoeger
2018-07-23Cleanup: remove DiveItem::icon_names member arrayGravatar Berthold Stoeger
2018-07-15UI change of "images"/"photo" to "media" or "media files"Gravatar Stefan Fuchs
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-04-04Add "Tags" column in Desktop app's dive list viewGravatar Jeremie Guichard
2018-03-05Cleanup: Remove superfluous QString constructions in divetripmodel.cppGravatar Stefan Fuchs
2018-03-05Use correct numeric format based on selected locale (Qt domain part)Gravatar Stefan Fuchs
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2017-12-28cleanup: Logically dead codeGravatar Jan Mulder
2017-11-30Use better aliases for icons.Gravatar Martin Měřinský
2017-11-29Revert "Use consistent aliases for all icons."Gravatar Dirk Hohndel
2017-11-29Use consistent aliases for all icons.Gravatar Martin Měřinský
2017-10-09Display units in dive list table based on prefs optionGravatar Stefan Fuchs
2017-10-03divelist: prevent a crash for missing column widthGravatar Lubomir I. Ivanov
2017-10-02[Divesite] Hook qt model for countryGravatar Tomaz Canabrava
2017-10-01Use helper function dive_endtime() where apropriateGravatar Stefan Fuchs
2017-05-26Creation of dive duration string and surface interval stringGravatar Stefan Fuchs
2017-05-06Consistently show dive duration based on preferencesGravatar Dirk Hohndel