aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
AgeCommit message (Expand)Author
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
2019-08-18Desktop: show local git repos in recent filesGravatar Dirk Hohndel
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-04Cleanup: avoid spurious updateDiveInfo() callsGravatar Berthold Stoeger
2019-06-23Cleanup: unify selection signalsGravatar Berthold Stoeger
2019-06-23Desktop: use local variable instead of displayed_diveGravatar Dirk Hohndel
2019-06-23Desktop: don't use planner to manually add diveGravatar Dirk Hohndel
2019-06-19Cleanup: generate clear_*_table() functions by macroGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-12Mainwindow: simplify application-state codeGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-11Map: construct list of dive sites from dive site tableGravatar Berthold Stoeger
2019-05-11Map: reload on selection change directlyGravatar Berthold Stoeger
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-04-29Cleanup: implement proper Qt-model semantics in WeightInfoModelGravatar Berthold Stoeger
2019-04-15Cleanup: Remove MainTab::getEditMode() functionGravatar Berthold Stoeger
2019-04-14Desktop: destroy maintab before destructing mainwindowGravatar Berthold Stoeger
2019-04-13Desktop: update dive site list on file-closeGravatar Berthold Stoeger
2019-04-12Undo: on save remove focus from active fieldsGravatar Berthold Stoeger
2019-04-12Undo: use QUndoStack::isClean() to determine unsaved changesGravatar Berthold Stoeger