aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-01Dive list: make filter model aware of its sourceGravatar Berthold Stoeger
2018-10-31Mobile/filtering: don't show the filter line when pulling divelist downGravatar Dirk Hohndel
2018-10-31Core: Do not crash on save dives with no dive site (git storage)Gravatar Jan Mulder
2018-10-31Desktop: do not crash in verbose mode on empty dive siteGravatar Jan Mulder
2018-10-30Dive site: fix oversight in 920eb7576fGravatar Berthold Stoeger
2018-10-30Mobile: update versionGravatar Dirk Hohndel
2018-10-30Fix gasmix for OTU calculationGravatar Robert C. Helling
2018-10-30A test for gases used in the plannerGravatar Robert C. Helling
2018-10-30Fixed get_gas_at_time for equal timesGravatar Robert C. Helling
2018-10-29Dive list: don't pass dive_site via uintptr_t through QMLGravatar Berthold Stoeger
2018-10-29Dive list: take pointer-to-dive_site instead of QVariantGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: compare pointers in MultiFilterSortModel::showDive()Gravatar Berthold Stoeger
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