aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: remove [start|stop]FilterDiveSite signalsGravatar Berthold Stoeger
2018-10-29Dive site: use an array of pointers in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-29Dive site: replace UUID by pointer in mobile codeGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer to updateDiveSiteCoordinates()Gravatar Berthold Stoeger
2018-10-29Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode()Gravatar Berthold Stoeger
2018-10-29Dive site: remove UUIDs from LocationInformationModelGravatar Berthold Stoeger
2018-10-29Dive site: remove argument from diveSiteSelected signalGravatar Berthold Stoeger
2018-10-29Dive site: replace UUID_ROLE by DIVESITE_ROLEGravatar Berthold Stoeger
2018-10-29Dive site: use pointer instead of uuid in uemis_helperGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointers to merge_dive_sites()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to is_dive_site_used()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: remove uuid in Uemis' divesite-mapGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-28std99 does not make sense for C++Gravatar Robert C. Helling
2018-10-28Dive list: remove rememberSelection() without restoreSelection()Gravatar Berthold Stoeger
2018-10-28Dive list: remember/restore selection only on view changeGravatar Berthold Stoeger
2018-10-28Dive list: show sort indicatorGravatar Berthold Stoeger
2018-10-28Dive list: switch to a default sort order on column-header clickGravatar Berthold Stoeger
2018-10-28Cleanup: remove DiveTripModel::layout() functionGravatar Berthold Stoeger
2018-10-27build-system: switch back to upstream qt-android-cmakeGravatar Dirk Hohndel
2018-10-27QML UI: we don't need Controls 2.4Gravatar Dirk Hohndel
2018-10-27qPref: reduce recompiles with every commitGravatar Dirk Hohndel
2018-10-26Cleanup: remove declaration of unused signalGravatar Berthold Stoeger
2018-10-26Cleanup: remove dead code in qthelper.cppGravatar Berthold Stoeger
2018-10-25Update CHANGELOGGravatar Dirk Hohndel
2018-10-25Mobile/filtering: update nr of dives shown in a trip when filteringGravatar Dirk Hohndel
2018-10-25core: use nr of dives shown in tripMeta infoGravatar Dirk Hohndel
2018-10-25core: add seperate number of dives shown to the trip structureGravatar Dirk Hohndel
2018-10-25core: add ability to get underlying dive to DiveObjectHelperGravatar Dirk Hohndel
2018-10-25Dive list: emit selectionChanged signal in filterFinished()Gravatar Berthold Stoeger
2018-10-25Fix bug in for loop that can lead to segfaultGravatar Simeon
2018-10-24Show coordinates if no tags from reverse geolookupGravatar Miika Turkia
2018-10-23Mobile/filtering: make busy indicator smallerGravatar Dirk Hohndel
2018-10-23Mobile/filtering: update number of dives shown when resetting filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: roll our own filtering for performance reasonsGravatar Dirk Hohndel
2018-10-23QML UI: remove some of the log file noiseGravatar Dirk Hohndel
2018-10-23Mobile/filtering: show a better message while waiting for the filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: implement the filter update through a threadGravatar Dirk Hohndel
2018-10-23Mobile/filtering: remove redundant busy indicator on dive listGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simplify the filter toggleGravatar Dirk Hohndel
2018-10-23Mobile/filtering: update filter in separate threadGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add properties for dive list model and filter textGravatar Dirk Hohndel
2018-10-23QML UI: add busy indicator to the main windowGravatar Dirk Hohndel
2018-10-23QML UI: make the QML window object part of the QMLManager classGravatar Dirk Hohndel
2018-10-23Cleanup: remove attempt to set long gone propertyGravatar Dirk Hohndel
2018-10-23Mobile/filtering: clean up whitespace from last commitGravatar Dirk Hohndel