summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
AgeCommit message (Expand)Author
2020-05-27cleanup: un-singletonize RenumberDialogGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-16desktop: don't call plotDive with doClearPictures = trueGravatar 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-06cleanup: don't call updateDivePictures in MainWindowGravatar Berthold Stoeger
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-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-03cleanup: remove parameter to ProfleWidget2::replot()Gravatar Berthold Stoeger
2020-05-03desktop: ask user when quitting application while planningGravatar Berthold Stoeger
2020-04-24cleanup: move clearing of event names to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24cleanup: move clearing of device nodes to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-12cleanup: remove unnecessary profile update after adding new diveGravatar Berthold Stoeger
2020-04-07cleanup: remove parameter to MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07desktop: remove EDIT modeGravatar Berthold Stoeger
2020-04-07desktop: move undo-disabling from enterEditState to disableShortcutsGravatar Berthold Stoeger
2020-04-07cleanup: remove default-code for editCurrentDiveGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger
2020-03-12Make statistics window resizable on MacGravatar Robert C. Helling
2020-03-10undo: clear undo-stack when clearing dive dataGravatar Berthold Stoeger
2020-03-07debug: try to capture changes that don't invalidate git cacheGravatar Dirk Hohndel
2020-02-16Cleanup: remove unneeded QtConcurrent includesGravatar Berthold Stoeger
2020-02-11Planner: make cylinder-model subobject of planner-modelGravatar Berthold Stoeger
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2020-01-10code cleanup: QFontMetrics::width() is deprecatedGravatar Dirk Hohndel
2019-12-10Dive list: clear dive data via the filter modelGravatar Berthold Stoeger
2019-11-19Cleanup: remove MainWindow::recreateDiveList() functionGravatar Berthold Stoeger
2019-11-19Desktop: don't reload dive list model after clearing the modelGravatar Berthold Stoeger
2019-11-19Cleanup: remove ProfileWidget2::refreshDisplay signalGravatar Berthold Stoeger
2019-11-19Filter: don't reload filter after reloading dive listGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-16Cleanup: use DiveTripModelBase::clear() to reset the logGravatar Berthold Stoeger
2019-11-16Cleanup: move clearing of current_dive into clear_dive_file_data()Gravatar Berthold Stoeger
2019-11-16Cleanup: fold cleanUpEmpty() into closeCurrentFile()Gravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-10Plan: introduce function that returns disclaimerGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Desktop: reload map after refreshing the listGravatar Berthold Stoeger