Age | Commit message (Expand) | Author |
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 |
2020-03-30 | mobile/dive-list: add indicator that dive list is being processed | Dirk Hohndel |
2020-03-30 | mobile/dive-list: show/hide virtual keyboard as needed for filter | Dirk Hohndel |
2020-03-30 | mobile/dive-list: make sure filter input area is visible | Dirk Hohndel |
2020-03-29 | mobile/cleanup: use a mutex to protect storage access | Dirk Hohndel |
2020-03-28 | mobile/save-changes: untangle the handling of alreadySaving | Dirk Hohndel |
2020-03-28 | mobile/cleanup: tiny coding style issue that bugged me | Dirk Hohndel |
2020-03-26 | mobile UI: add create trip to DiveDetails context menu | Dirk Hohndel |
2020-03-26 | iOS: ensure changes are saved locally | Dirk Hohndel |
2020-03-26 | cleanup: remove dead code | Dirk Hohndel |
2020-03-26 | mobile/dive-list: add ability to create trip | Dirk Hohndel |
2020-03-26 | mobile/cleanup: pageStack.pop() doesn't take a string argument | Dirk Hohndel |
2020-03-26 | mobile UI: undo partial dive add when canceling | Dirk Hohndel |
2020-03-26 | mobile/page-selection: consistently use showPage to select a page | Dirk Hohndel |
2020-03-25 | mobile/profile: ensure profile opacity resets when zooming | Dirk Hohndel |
2020-03-25 | mobile/debug: simulate zooming through mouse wheel on desktop | Dirk Hohndel |
2020-03-23 | mobile/profile: don't pan unless we are zoomed in | Dirk Hohndel |
2020-03-23 | mobile: show the new v3 user manual | Dirk Hohndel |
2020-03-21 | mobile/divelist: add UI to toggle dive invalid flag | Dirk Hohndel |
2020-03-21 | mobile UI: show dives marked as invalid with strike through | Dirk Hohndel |
2020-03-21 | mobile/tripedit: close page after saving | Dirk Hohndel |
2020-03-21 | mobile/settings: attempt to fix the layout | Dirk Hohndel |
2020-03-21 | mobile/DCdownload: try harder to get the right elements selected | Dirk Hohndel |
2020-03-21 | mobile UI: stop the use of dark icon theme | Dirk Hohndel |
2020-03-18 | mobile: remove QMLManager::updateSiteList() | Berthold Stoeger |