aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
AgeCommit message (Expand)Author
2018-11-05Dive list: let sort arrows reflect sort order for NR and DATEGravatar Berthold Stoeger
2018-11-05Dive list: split reload() in reload() and setSortOrder()Gravatar Berthold Stoeger
2018-10-14Desktop: Enable next/prev DCs only for applicable divesGravatar Jan Mulder
2018-10-14Autogroup only when selectedGravatar 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-11Cleanup: remove ReverseGeoLookupThreadGravatar Berthold Stoeger
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-10-11Dive list: propagate current-item to frontendGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar 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-11Dive list: implement proper Qt-model semantics for DiveTripModelGravatar Berthold Stoeger
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Undo: clear undo history on load / importGravatar Berthold Stoeger
2018-10-08Map: zoom on dive sites when flipping through dive site listGravatar Berthold Stoeger
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Import: pass a dive table to process_imported_dives()Gravatar Berthold Stoeger
2018-10-04Import: Make DiveLogImportDialog modalGravatar Berthold Stoeger
2018-10-04Import: import Poseidon MkVI logs via DiveLogImportDialogGravatar Berthold Stoeger
2018-09-29Cleanup: don't use QByteArray::data() to create copyGravatar Berthold Stoeger
2018-09-29Cleanup: don't needlessly recalculate dive list on CSV importGravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-28Cleanup: remove redundant prototypes from dive.hGravatar Berthold Stoeger
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-09-15code cleanup: replace lring with file local functionGravatar Tomaz Canabrava
2018-09-15code cleanup: no need for default if we test every caseGravatar Tomaz Canabrava
2018-09-15code cleanup: use ByteArray.size() instead of strlenGravatar Tomaz Canabrava
2018-09-15code cleanup: pre-calculate the test and pass it directlyGravatar Tomaz Canabrava
2018-09-15code cleanup: allocate the vector in one goGravatar Tomaz Canabrava
2018-09-15code cleanup: simplify if / else chainsGravatar Tomaz Canabrava
2018-09-15code cleanup: remove allocationsGravatar Tomaz Canabrava
2018-09-15code cleanup: use nullptr in C++ filesGravatar Tomaz Canabrava
2018-09-15code cleanup: unamed namespace instead of global or static variablesGravatar Tomaz Canabrava
2018-09-15code cleanup: sort headers alphabeticallyGravatar Tomaz Canabrava
2018-09-14Desktop: remove "edit dive" from log menuGravatar Jan Mulder
2018-09-14Desktop: disable UI elements that make no sense during editingGravatar Jan Mulder
2018-09-11core/settings ... : remove qPref* includes in qPref.hGravatar jan Iversen
2018-09-11core: declare cloud_status in qPrefCloudStorageGravatar jan Iversen
2018-09-11desktop/profile-widget: update signal from _changed to ChangedGravatar jan Iversen
2018-09-10prefs: git_local_only is not a preferenceGravatar Dirk Hohndel
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
2018-08-25desktop-widgets: remove QSettings from desktop-widgetsGravatar jan Iversen
2018-08-25desktop-widget: remove QSettingsGravatar jan Iversen
2018-08-23Parse: pass dive_table argument to parse_file()Gravatar Berthold Stoeger
2018-08-15desktop-widget: remove SettingsObjectWrapper and update qPref callsGravatar jan Iversen
2018-08-14core: activate qPrefPartialPressureGasGravatar jan Iversen