Age | Commit message (Expand) | Author |
2018-10-29 | Dive site: use pointer instead of uuid in uemis_helper | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointers to merge_dive_sites() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to delete_dive_site() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to is_dive_site_used() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to nr_of_dives_at_dive_site() | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in create_dive_site_*() | Berthold Stoeger |
2018-10-29 | Dive site: remove uuid in Uemis' divesite-map | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in get_dive_site_*() | Berthold Stoeger |
2018-10-28 | std99 does not make sense for C++ | Robert C. Helling |
2018-10-28 | Dive list: remove rememberSelection() without restoreSelection() | Berthold Stoeger |
2018-10-28 | Dive list: remember/restore selection only on view change | Berthold Stoeger |
2018-10-28 | Dive list: show sort indicator | Berthold Stoeger |
2018-10-28 | Dive list: switch to a default sort order on column-header click | Berthold Stoeger |
2018-10-28 | Cleanup: remove DiveTripModel::layout() function | Berthold Stoeger |
2018-10-27 | build-system: switch back to upstream qt-android-cmake | Dirk Hohndel |
2018-10-27 | QML UI: we don't need Controls 2.4 | Dirk Hohndel |
2018-10-27 | qPref: reduce recompiles with every commit | Dirk Hohndel |
2018-10-26 | Cleanup: remove declaration of unused signal | Berthold Stoeger |
2018-10-26 | Cleanup: remove dead code in qthelper.cpp | Berthold Stoeger |
2018-10-25 | Update CHANGELOG | Dirk Hohndel |
2018-10-25 | Mobile/filtering: update nr of dives shown in a trip when filtering | Dirk Hohndel |
2018-10-25 | core: use nr of dives shown in tripMeta info | Dirk Hohndel |
2018-10-25 | core: add seperate number of dives shown to the trip structure | Dirk Hohndel |
2018-10-25 | core: add ability to get underlying dive to DiveObjectHelper | Dirk Hohndel |
2018-10-25 | Dive list: emit selectionChanged signal in filterFinished() | Berthold Stoeger |
2018-10-25 | Fix bug in for loop that can lead to segfault | Simeon |
2018-10-24 | Show coordinates if no tags from reverse geolookup | Miika Turkia |
2018-10-23 | Mobile/filtering: make busy indicator smaller | Dirk Hohndel |
2018-10-23 | Mobile/filtering: update number of dives shown when resetting filter | Dirk Hohndel |
2018-10-23 | Mobile/filtering: roll our own filtering for performance reasons | Dirk Hohndel |
2018-10-23 | QML UI: remove some of the log file noise | Dirk Hohndel |
2018-10-23 | Mobile/filtering: show a better message while waiting for the filter | Dirk Hohndel |
2018-10-23 | Mobile/filtering: implement the filter update through a thread | Dirk Hohndel |
2018-10-23 | Mobile/filtering: remove redundant busy indicator on dive list | Dirk Hohndel |
2018-10-23 | Mobile/filtering: simplify the filter toggle | Dirk Hohndel |
2018-10-23 | Mobile/filtering: update filter in separate thread | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add properties for dive list model and filter text | Dirk Hohndel |
2018-10-23 | QML UI: add busy indicator to the main window | Dirk Hohndel |
2018-10-23 | QML UI: make the QML window object part of the QMLManager class | Dirk Hohndel |
2018-10-23 | Cleanup: remove attempt to set long gone property | Dirk Hohndel |
2018-10-23 | Mobile/filtering: clean up whitespace from last commit | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add background rectangle for filter row | Dirk Hohndel |
2018-10-23 | Mobile/filtering: simplify transitions | Dirk Hohndel |
2018-10-23 | Mobile/filtering: simple busy indicator | Dirk Hohndel |
2018-10-23 | Mobile/filtering: finally implement the new settings in the actual filter | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add fullTextNoNotes role to the dive list model | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add fullTextNoNotes to the dive object helper | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add Settings options for filtering | Dirk Hohndel |
2018-10-23 | Mobile/filtering: add two preferences for filtering | Dirk Hohndel |
2018-10-23 | Mobile/filtering: make sure the header is top-most element | Dirk Hohndel |