aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelistview.cpp
AgeCommit message (Expand)Author
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger
2018-10-11Undo: fix multi-level undo of delete-dive and remove-dive-from-tripGravatar Berthold Stoeger
2018-09-15Update the dive list context menu to reflect new media interfaceGravatar willemferguson
2018-09-04Desktop: buddies in the dive listGravatar Jan Mulder
2018-09-01Cleanup: make DiveTripModel a global objectGravatar Berthold Stoeger
2018-08-29Dive trips: don't crash on repeated trip-removalGravatar Berthold Stoeger
2018-08-26divelistview: always show at least one columnGravatar Lubomir I. Ivanov
2018-07-30Cleanup: remove DiveListView::fixMessyQtModelBehaviour()Gravatar Berthold Stoeger
2018-07-30Cleanup: remove parameter from currentDiveChanged signalGravatar Berthold Stoeger
2018-07-30Cleanup: remove DiveListView::testSlot()Gravatar Berthold Stoeger
2018-07-27Dive list view: setup columns in constructorGravatar Berthold Stoeger
2018-07-27Dive list view: move column width logic back from DiveTripModelGravatar Berthold Stoeger
2018-07-15For media file open dialog add different file filtersGravatar Stefan Fuchs
2018-07-15UI change of "images"/"photo" to "media" or "media files"Gravatar Stefan Fuchs
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-07-04Dive pictures: index local file name by canonical filnameGravatar Berthold Stoeger
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-25Cleanup: Don't defer deletion of oldModel in DiveListView::reload()Gravatar Berthold Stoeger
2018-05-24desktop-widgets: replace (void) with no parameter nameGravatar jan Iversen
2018-05-23Fix includes for building against Qt-5.11.0Gravatar Gaetan Bisson
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-04-04Add "Tags" column in Desktop app's dive list viewGravatar Jeremie Guichard
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger
2017-12-04Use QDir::exists() instead of QDir::setCurrent() to check for existenceGravatar Berthold Stoeger
2017-12-04Fix typo "LastIamgeDir"->"LastImageDir"Gravatar Berthold Stoeger
2017-10-26Divelistview: use report_error to report and errorGravatar Dirk Hohndel
2017-10-23Fix broken multi selected dive to tripGravatar Jan Mulder
2017-10-03dive-list: maintain a single instance of DiveTripModelGravatar Lubomir I. Ivanov
2017-10-03divelist: prevent a crash for missing column widthGravatar Lubomir I. Ivanov
2017-05-06File selector should filter images we can actually handle.Gravatar Robert C. Helling
2017-04-29Fix call to tr in order to create translation stringsGravatar Dirk Hohndel
2017-04-29Add SPDX header to desktop widgetsGravatar Dirk Hohndel
2017-03-11Silence warning about unused parameterGravatar Dirk Hohndel
2017-01-28Ignore double clicks on the divelistGravatar Joakim Bygdell
2017-01-12Images from web currently only works for single picturesGravatar Robert C. Helling
2017-01-11Provide an error message when downloadig image from web fails.Gravatar Robert C. Helling
2016-11-24Provide phots summary on dive list (Part 2)Gravatar Willem Ferguson
2016-11-24Provide photos summary on dive listGravatar Willem Ferguson
2016-08-27Settings update: Some code cleanupGravatar Tomaz Canabrava
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-09Silence warnings in divelistview.cppGravatar Dirk Hohndel
2015-10-30Move qt-ui to desktop-widgetsGravatar Tomaz Canabrava