aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-07-04Dive pictures: find moved pictures based on filenameGravatar Berthold Stoeger
2018-07-04Dive pictures: index local file name by canonical filnameGravatar Berthold Stoeger
2018-07-01core: remove prefs-macros.h where unusedGravatar jan Iversen
2018-06-26desktop: fix multi-keystroke input on locationGravatar Murillo Bernardes
2018-06-24Localization: make cache thread safe and robust against use-after-freeGravatar Berthold Stoeger
2018-06-24Localization: remove gettextFromC::instance()Gravatar Berthold Stoeger
2018-06-21android/desktop: remove mapWidget from subsurface.qrcGravatar jan Iversen
2018-06-20equipment: sanitize 'tank_info' loop limitsGravatar Lubomir I. Ivanov
2018-06-18In dive picture shift time dialog suppress double triggering of timeEditGravatar Stefan Fuchs
2018-06-18Change from gettextFromC::instance()->tr() to gettextFromC::tr();Gravatar Stefan Fuchs
2018-06-18Use correct "tr" call for translating dive mode namesGravatar Stefan Fuchs
2018-06-17Dive computers: turn QMultiMap into sorted vectorGravatar Berthold Stoeger
2018-06-17Cleanup: fold DiveComputerManagementDialog::update() into init()Gravatar Berthold Stoeger
2018-06-17Cleanup: use QScopedPointer for DiveComputerManagementDialog::modelGravatar Berthold Stoeger
2018-06-17Fix an error around translation of dive modes in the UIGravatar Stefan Fuchs
2018-06-17desktop: better handling of progress dialog widthGravatar Dirk Hohndel
2018-06-16Cleanup: Don't clear WA_QuitOnClose attribute on dialogsGravatar Berthold Stoeger
2018-06-09Cleanup: make lastUsedDir() functions static and non-slot, respectivelyGravatar Berthold Stoeger
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-31Desktop: Derive UserManual from QDialogGravatar Berthold Stoeger
2018-05-28Distinguish between user and internal divemode namesGravatar Robert C. Helling
2018-05-27Dive pictures: automatically recalculate thumbnailsGravatar Berthold Stoeger
2018-05-27Dive pictures: give user option to recalculate thumbnailsGravatar Berthold Stoeger
2018-05-26Cleanup: remove three instances of deleteLater() in mainwindow.cppGravatar 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/statistics: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21desktop-widgets/.../facebook: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-21Dive pictures: change removePicture() interfaceGravatar Berthold Stoeger
2018-05-17Dive pictures: Don't plot pictures twice when changing current diveGravatar Berthold Stoeger
2018-05-14Planner: Add combo box for dive mode selectionGravatar Robert C. Helling
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Cloud-storage: consistently don't save empty file on desktop versionGravatar 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-05-13Dive pictures: Update pictures when thumbnails are readyGravatar Berthold Stoeger
2018-05-13Desktop: On dive edit from the dive list or map, switch to new stateGravatar Berthold Stoeger
2018-05-13Desktop: Make "Edit dive" menu entry work for downloaded divesGravatar Berthold Stoeger
2018-05-11Fixed erroneous comparison of cylinders and weight systems.Gravatar Oliver Schwaneberg
2018-05-11Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"Gravatar Oliver Schwaneberg
2018-05-10Removed a duplicate include in maintab.cppGravatar Oliver Schwaneberg
2018-05-04Desktop: fix time format in main tabGravatar Dirk Hohndel
2018-05-01CSV import: include visibility and rating in importGravatar Miika Turkia
2018-05-01CSV import: parse (unit) style headersGravatar Miika Turkia
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-27Configure ostc3: Remove obsoleted settingGravatar Anton Lundin
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds