Age | Commit message (Expand) | Author |
2018-10-11 | Undo: disable undo- and redo-actions in edit mode | Berthold Stoeger |
2018-10-11 | Dive list: implement proper Qt-model semantics for DiveTripModel | Berthold Stoeger |
2018-10-11 | Undo: isolate undo-commands | Berthold Stoeger |
2018-10-11 | Undo: make diverse trip-related operations undo-able | Berthold Stoeger |
2018-10-11 | Undo: clear undo history on load / import | Berthold Stoeger |
2018-10-08 | Map: zoom on dive sites when flipping through dive site list | Berthold Stoeger |
2018-10-06 | Import: pass "downloaded" parameter to process_imported_dives() | Berthold Stoeger |
2018-10-06 | Import: pass a dive table to process_imported_dives() | Berthold Stoeger |
2018-10-04 | Import: Make DiveLogImportDialog modal | Berthold Stoeger |
2018-10-04 | Import: import Poseidon MkVI logs via DiveLogImportDialog | Berthold Stoeger |
2018-09-29 | Cleanup: don't use QByteArray::data() to create copy | Berthold Stoeger |
2018-09-29 | Cleanup: don't needlessly recalculate dive list on CSV import | Berthold Stoeger |
2018-09-28 | Parser: parse text-based files into arbitrary table | Berthold Stoeger |
2018-09-28 | Cleanup: remove redundant prototypes from dive.h | Berthold Stoeger |
2018-09-23 | Core: split process_dives() in post-import and post-load versions | Berthold Stoeger |
2018-09-15 | code cleanup: replace lring with file local function | Tomaz Canabrava |
2018-09-15 | code cleanup: no need for default if we test every case | Tomaz Canabrava |
2018-09-15 | code cleanup: use ByteArray.size() instead of strlen | Tomaz Canabrava |
2018-09-15 | code cleanup: pre-calculate the test and pass it directly | Tomaz Canabrava |
2018-09-15 | code cleanup: allocate the vector in one go | Tomaz Canabrava |
2018-09-15 | code cleanup: simplify if / else chains | Tomaz Canabrava |
2018-09-15 | code cleanup: remove allocations | Tomaz Canabrava |
2018-09-15 | code cleanup: use nullptr in C++ files | Tomaz Canabrava |
2018-09-15 | code cleanup: unamed namespace instead of global or static variables | Tomaz Canabrava |
2018-09-15 | code cleanup: sort headers alphabetically | Tomaz Canabrava |
2018-09-14 | Desktop: remove "edit dive" from log menu | Jan Mulder |
2018-09-14 | Desktop: disable UI elements that make no sense during editing | Jan Mulder |
2018-09-11 | core/settings ... : remove qPref* includes in qPref.h | jan Iversen |
2018-09-11 | core: declare cloud_status in qPrefCloudStorage | jan Iversen |
2018-09-11 | desktop/profile-widget: update signal from _changed to Changed | jan Iversen |
2018-09-10 | prefs: git_local_only is not a preference | Dirk Hohndel |
2018-09-09 | Desktop: Remove webservice, remove UI components (2) | Jan Mulder |
2018-08-29 | Revert "desktop-widgets: remove QSettings from desktop-widgets" | Dirk Hohndel |
2018-08-25 | desktop-widgets: remove QSettings from desktop-widgets | jan Iversen |
2018-08-25 | desktop-widget: remove QSettings | jan Iversen |
2018-08-23 | Parse: pass dive_table argument to parse_file() | Berthold Stoeger |
2018-08-15 | desktop-widget: remove SettingsObjectWrapper and update qPref calls | jan Iversen |
2018-08-14 | core: activate qPrefPartialPressureGas | jan Iversen |
2018-08-12 | core: activate qPrefTechnicalDetails | jan Iversen |
2018-07-30 | Cleanup: Make WindowsTitleUpdate a global object | Berthold Stoeger |
2018-07-30 | Cleanup: remove parameter from currentDiveChanged signal | Berthold Stoeger |
2018-07-17 | Cleanup: simplify dive_getUniqID() | Berthold Stoeger |
2018-07-10 | core: make qPref::cloud_status the only version of the enum | jan Iversen |
2018-07-04 | Translations: unify gettextFromC::tr() and QObject::tr() | Berthold Stoeger |
2018-07-04 | core: remove double definition of enum cloud_storage_status | jan Iversen |
2018-07-04 | Dive pictures: implement FindMovedImagesDialog | Berthold Stoeger |
2018-07-04 | Dive pictures: remove hashes | Berthold Stoeger |
2018-07-04 | Dive pictures: find moved pictures based on filename | Berthold Stoeger |
2018-06-24 | Localization: make cache thread safe and robust against use-after-free | Berthold Stoeger |
2018-06-17 | Dive computers: turn QMultiMap into sorted vector | Berthold Stoeger |