index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-12
Coding style: remove stray ';'
Berthold Stoeger
2018-11-12
Cleanup: remove unsused flags in struct dive_trip
Berthold Stoeger
2018-11-05
Latest translations
Dirk Hohndel
2018-11-05
Dive list: let sort arrows reflect sort order for NR and DATE
Berthold Stoeger
2018-11-05
Dive list: remove sortColumn and currentOrder members
Berthold Stoeger
2018-11-05
Dive list: split reload() in reload() and setSortOrder()
Berthold Stoeger
2018-11-05
Documentation: update and merge french manuals
Guillaume GARDET
2018-11-04
Dive list: use proper comparison when comparing dive to trip
Berthold Stoeger
2018-11-04
Undo: fix addition of multiple dives
Berthold Stoeger
2018-11-02
Dive list: invert default sort order for sort by date / number
Berthold Stoeger
2018-11-01
CHANGELOG.md: add entry about experimental BTLE support
Lubomir I. Ivanov
2018-11-01
user-manual: add notes about state of BTLE on Windows
Lubomir I. Ivanov
2018-11-01
Core: use British translations in South Africa
Dirk Hohndel
2018-11-01
Update translations
Dirk Hohndel
2018-11-01
Update translation source strings
Dirk Hohndel
2018-11-01
CHANGELOG.md update
Berthold Stoeger
2018-11-01
Dive list: implement custom lessThan function
Berthold Stoeger
2018-11-01
Dive list: remove forceSort parameter from DiveListView::reload()
Berthold Stoeger
2018-11-01
Dive list: connect header-signal in constructor
Berthold Stoeger
2018-11-01
Dive list: make filter model aware of its source
Berthold Stoeger
2018-10-31
Mobile/filtering: don't show the filter line when pulling divelist down
Dirk Hohndel
2018-10-31
Core: Do not crash on save dives with no dive site (git storage)
Jan Mulder
2018-10-31
Desktop: do not crash in verbose mode on empty dive site
Jan Mulder
2018-10-30
Dive site: fix oversight in 920eb7576f
Berthold Stoeger
2018-10-30
Mobile: update version
Dirk Hohndel
2018-10-30
Fix gasmix for OTU calculation
Robert C. Helling
2018-10-30
A test for gases used in the planner
Robert C. Helling
2018-10-30
Fixed get_gas_at_time for equal times
Robert C. Helling
2018-10-29
Dive list: don't pass dive_site via uintptr_t through QML
Berthold Stoeger
2018-10-29
Dive list: take pointer-to-dive_site instead of QVariant
Berthold Stoeger
2018-10-29
Dive site: pass pointer-to-dive_site via QVariant
Berthold Stoeger
2018-10-29
Dive site: compare pointers in MultiFilterSortModel::showDive()
Berthold Stoeger
2018-10-29
Dive site: replace dive->dive_site_uuid by dive_site
Berthold Stoeger
2018-10-29
Dive site: remove [start|stop]FilterDiveSite signals
Berthold Stoeger
2018-10-29
Dive site: use an array of pointers in reloadMapLocations()
Berthold Stoeger
2018-10-29
Dive site: replace UUID by pointer in mobile code
Berthold Stoeger
2018-10-29
Dive site: pass pointer to updateDiveSiteCoordinates()
Berthold Stoeger
2018-10-29
Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode()
Berthold Stoeger
2018-10-29
Dive site: remove UUIDs from LocationInformationModel
Berthold Stoeger
2018-10-29
Dive site: remove argument from diveSiteSelected signal
Berthold Stoeger
2018-10-29
Dive site: replace UUID_ROLE by DIVESITE_ROLE
Berthold Stoeger
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
[next]