Age | Commit message (Expand) | Author |
2020-05-07 | cleanup: invert control-flow when resetting the core structures | Berthold Stoeger |
2020-04-21 | cleanup: replace constructs of the type &vector[0] by vector.data() | Berthold Stoeger |
2020-04-18 | mobile UI: indicate status of verbose flag | Dirk Hohndel |
2020-04-13 | mobile: don't call main loop for notifications once initialized | Berthold Stoeger |
2020-04-13 | mobile: remove overwriting of line special case in ui-notification | Berthold Stoeger |
2020-04-04 | mobile/startup: fix potential crash when switching back and forth | Dirk Hohndel |
2020-04-04 | mobile/cleanup: create helper function to hide verbose casts | Dirk Hohndel |
2020-04-04 | mobile/cloud-storage: correctly transition from no-cloud to cloud | Dirk Hohndel |
2020-04-04 | mobile/cloud-storage: fix test for no cloud to cloud transition | Dirk Hohndel |
2020-04-04 | mobile/cleanup: remove outdated comment and fix whitespace | Dirk Hohndel |
2020-04-04 | mobile/undo: set undo stack as clean after save | Berthold Stoeger |
2020-04-04 | mobile/undo: consider undo-stack when checking for unsaved changes | Berthold Stoeger |
2020-04-04 | mobile/edits: ensure changesNeedSaving is called | Dirk Hohndel |
2020-04-04 | mobile: when creating gps dive site use the new dive site name | Berthold Stoeger |
2020-04-04 | mobile: properly recognize changed dive site | Berthold Stoeger |
2020-04-04 | mobile/download-from-DC: ensure that changes get actually saved | Dirk Hohndel |
2020-04-04 | mobile/cleanup: fix whitespace and remove verbose messages | Dirk Hohndel |
2020-04-04 | mobile UI: delay reading the dive list until app is active | Dirk Hohndel |
2020-04-04 | mobile UI: only test for plugged in USB serial device on Android | Dirk Hohndel |
2020-04-04 | mobile/core: remove locking for git access | Dirk Hohndel |
2020-04-04 | mobile/dive-list: don't use cacheBuffer | Dirk Hohndel |
2020-04-04 | mobile/dive-list: performance improvement for invalid dives | Dirk Hohndel |
2020-04-04 | mobile/dive-list: only show dive list notifications when it is visible | Dirk Hohndel |
2020-04-04 | mobile/startup: show progress update earlier | Dirk Hohndel |
2020-04-04 | mobile/startup: show notification directly in the UI window | Dirk Hohndel |
2020-04-04 | mobile UI: setup callback for the new notification mechanism | Dirk Hohndel |
2020-04-04 | mobile: add indication if the app has finished initializing | Dirk Hohndel |
2020-04-04 | cleanup: update all copyright dates to 2020 | Dirk Hohndel |
2020-04-04 | undo/mobile: keep track of dive sites | Berthold Stoeger |
2020-03-31 | mobile/dive-list: try to force focus on filter text field | Dirk Hohndel |
2020-03-31 | mobile/dive-summary: make the drop downs smaller | Dirk Hohndel |
2020-03-31 | mobile/dive-details: add option to toggle the invalid flag | Dirk Hohndel |
2020-03-31 | mobile/dive-details: fix incorrect call to create trip | Dirk Hohndel |
2020-03-31 | mobile/dive-details: if menu is open, close that with back button | Dirk Hohndel |
2020-03-31 | cleanup: make QMLManager member functions private | Berthold Stoeger |
2020-03-31 | mobile: don't call saveChangesLocal() twice on non-iOS | Berthold Stoeger |
2020-03-31 | mobile/dive-details: don't show virtual keyboard in dive view mode | Dirk Hohndel |
2020-03-31 | mobile: improve Android back key behavior | Dirk Hohndel |
2020-03-31 | mobile/dive-details: remove the redundant 'map it' button | Dirk Hohndel |
2020-03-31 | mobile/dive-list: avoid using undefined value as boolean | Dirk Hohndel |
2020-03-31 | cleanup: remove loadFromCloud() declaration from QMLManager.h | Berthold Stoeger |
2020-03-30 | cleanup: use setPointSizeF() in themeInterface::set_currentScale() | Berthold Stoeger |
2020-03-30 | cleanup: fix initialization order in QMLProfile constructor | Berthold Stoeger |
2020-03-30 | cleanup: un-slotify QMLManager functions | Berthold Stoeger |
2020-03-30 | cleanup: fold ThemeInterface::setup() into constructor | Berthold Stoeger |
2020-03-30 | cleanup: don't send values in changed-signals of ThemeInterface | Berthold Stoeger |
2020-03-30 | coding style: rename themeInterface to ThemeInterface | Berthold Stoeger |
2020-03-30 | cleanup: make color-constants in themeinterface.cpp static | Berthold Stoeger |
2020-03-30 | cleanup: make members of ThemeInterface non-static | Berthold Stoeger |
2020-03-30 | mobile UI: don't exit when using back button to close drawers | Dirk Hohndel |