summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.h
AgeCommit message (Expand)Author
2021-02-17desktop: fold ApplicationState into MainWindowGravatar Berthold Stoeger
2021-02-06desktop: be smarter about filling splittersGravatar Berthold Stoeger
2021-02-06desktop: do own memory management of quadrant widgetsGravatar Berthold Stoeger
2021-02-06desktop: don't allow view change in plannerGravatar Berthold Stoeger
2021-02-06desktop: remove the view-stateGravatar Berthold Stoeger
2021-01-03desktop: add statistics widget dummy and application stateGravatar Berthold Stoeger
2021-01-01cleanup: remove "GpsLocation *locationProvider" from MainWindowGravatar Berthold Stoeger
2020-12-13cleanup: remove MainWindow::stateBeforeEdit memberGravatar Berthold Stoeger
2020-12-13cleanup: remove unused typedefsGravatar Berthold Stoeger
2020-12-12desktop: move planner-code to diveplanner.cppGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::setFileClean()Gravatar Berthold Stoeger
2020-10-25desktop: remove DiveComputerManagementDialogGravatar Berthold Stoeger
2020-09-29cleanup: rename FilterWidget2 to FilterWidgetGravatar Berthold Stoeger
2020-05-07desktop: don't update models in MainWindow::refreshDisplay()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-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-07desktop: remove EDIT modeGravatar Berthold Stoeger
2020-03-07debug: try to capture changes that don't invalidate git cacheGravatar Dirk Hohndel
2019-11-19Cleanup: remove MainWindow::recreateDiveList() functionGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-16Cleanup: fold cleanUpEmpty() into closeCurrentFile()Gravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-05-12Mainwindow: simplify application-state codeGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-06Add "Import dive sites" menu to mainwindowGravatar Doug Junkins
2019-04-14Desktop: destroy maintab before destructing mainwindowGravatar Berthold Stoeger
2019-04-12Undo: use QUndoStack::isClean() to determine unsaved changesGravatar Berthold Stoeger
2019-04-12Cleanup: remove unnecessary signalGravatar Berthold Stoeger
2019-04-12Dive site: add edit field to dive site tableGravatar Berthold Stoeger
2019-02-11Desktop: show filter panel with maximized dive listGravatar Dirk Hohndel
2019-02-01facebook: remove the featute from the code baseGravatar Lubomir I. Ivanov
2019-01-26Cleanup: remove unused function setCheckedActionFilterTags()Gravatar Berthold Stoeger
2019-01-19Desktop: Make filterWidget2 a subobject of MainWindowGravatar Berthold Stoeger
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
2018-12-14Start the FilterDive stateGravatar Tomaz Canabrava
2018-10-14Desktop: Enable next/prev DCs only for applicable divesGravatar Jan Mulder
2018-10-13Cleanup: rename MainWindow member variablesGravatar Berthold Stoeger
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-10-13Dive site: explicitly init displayed_dive_site on show widgetGravatar Berthold Stoeger
2018-10-11Dive list view: replace signal-magic by flagGravatar Berthold Stoeger
2018-10-11Undo: disable undo- and redo-actions in edit modeGravatar Berthold Stoeger
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-04Import: import Poseidon MkVI logs via DiveLogImportDialogGravatar Berthold Stoeger
2018-09-14Desktop: remove "edit dive" from log menuGravatar Jan Mulder
2018-09-09Desktop: Remove webservice, remove UI components (2)Gravatar Jan Mulder
2018-08-29Revert "desktop-widgets: remove QSettings from desktop-widgets"Gravatar Dirk Hohndel