summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2020-05-25cleanup: whitespace fixes in TabDiveInformationGravatar Berthold Stoeger
2020-05-25desktop: localize salinity valueGravatar Berthold Stoeger
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-22desktop: update date and time fields if user changes formatGravatar Berthold Stoeger
2020-05-22desktop: refresh date/time format when switching to system defaultsGravatar Berthold Stoeger
2020-05-16desktop: don't call plotDive with doClearPictures = trueGravatar Berthold Stoeger
2020-05-16cleanup: use pointer-to-member style connect for ComboBoxDelegateGravatar Berthold Stoeger
2020-05-16cleanup: make overridden functions in model delegates privateGravatar Berthold Stoeger
2020-05-16cleanup: whitespace fixes in modeldelegates.[cpp|h]Gravatar Berthold Stoeger
2020-05-15core/bt: match DC descriptor in lower caseGravatar Dirk Hohndel
2020-05-09add Berthold to the list of explicitly mentioned developersGravatar Dirk Hohndel
2020-05-08desktop: hide/unhide tags if dive site was editedGravatar Berthold Stoeger
2020-05-07cleanup: free tab-widgets when exiting the applicationGravatar Berthold Stoeger
2020-05-07cleanup: remove clearing of displayed_dive in MainTab constructorGravatar Berthold Stoeger
2020-05-07desktop: use current_dive to save subtitlesGravatar Berthold Stoeger
2020-05-07desktop: use current_dive instead of displayed_dive on equipment tabGravatar Berthold Stoeger
2020-05-07desktop: update tab info only if current_dive is setGravatar Berthold Stoeger
2020-05-07statistics tab: use current_dive to decide whether user is freedivingGravatar Berthold Stoeger
2020-05-07DiveComponentSelection: use current_dive instead of displayed_diveGravatar Berthold Stoeger
2020-05-07cleanup: generalize ExtraDataModel to display data of any dcGravatar Berthold Stoeger
2020-05-07desktop: don't update models in MainWindow::refreshDisplay()Gravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06Cleanup: remove DivePictureThumbnailThreadGravatar Berthold Stoeger
2020-05-06media: remove unused local variableGravatar Berthold Stoeger
2020-05-06media: put photo-view in row-selection modeGravatar Berthold Stoeger
2020-05-06media: don't send dive-id in drag&drop eventGravatar Berthold Stoeger
2020-05-06cleanup: don't call updateDivePictures in MainWindowGravatar Berthold Stoeger
2020-05-06desktop: avoid spurious undo commands for date/time editingGravatar Berthold Stoeger
2020-05-06desktop: update statistics tab when cylinders changedGravatar Berthold Stoeger
2020-05-06desktop: update information tab when cylinders changeGravatar Berthold Stoeger
2020-05-05cleanup: capitalize use dcGravatar Monty Taylor
2020-05-05cleanup: Change Salty to BrackishGravatar Monty Taylor
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-04Add conneciton for display variations checkboxGravatar Robert C. Helling
2020-05-04CSV export: include dive mode fieldGravatar Miika Turkia
2020-05-04planner: on printing, restore textual plan using a saved stringGravatar Berthold Stoeger
2020-05-04desktop: remove unused if-branch in MainWindow::editCurrentDive()Gravatar Berthold Stoeger
2020-05-04Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive()Gravatar Berthold Stoeger
2020-05-04planner: send plan in calculatedPlanNotesGravatar Berthold Stoeger
2020-05-04planner: update variations in planner not mainwindowGravatar Berthold Stoeger
2020-05-03selection: create global single_selected_trip() functionGravatar Berthold Stoeger
2020-05-03selection: inform core of trip selection in DiveListViewGravatar Berthold Stoeger
2020-05-03selection: introduce clear_selection() functionGravatar Berthold Stoeger
2020-05-03cleanup: don't explicitly clear tabs in MainWindow::selectionChanged()Gravatar Berthold Stoeger
2020-05-03profile: don't interpret NULL as current_dive in plotDive()Gravatar Berthold Stoeger
2020-05-03profile: remove outside callers of ProfileWidget2::replot()Gravatar Berthold Stoeger