index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2016-05-02
Move the qtTranslator and ssrfTranslator pointers to qt-init.cpp
Thiago Macieira
2016-04-30
Only attempt to download each picture once
Robert C. Helling
2016-04-30
Fix typo
Dirk Hohndel
2016-04-30
Merge branch 'offlineDefault'
Dirk Hohndel
2016-04-30
QML UI: make offline the default
Dirk Hohndel
2016-04-30
Don't pretend that opening git repo succeeded
Dirk Hohndel
2016-04-30
Only create the path to no cloud local storage once
Dirk Hohndel
2016-04-29
Allow switching the user from the command line
Dirk Hohndel
2016-04-29
Protect access to image hash dictionaries with lock
Robert C. Helling
2016-04-29
Fix Qt date interfaces for times before 1970
Linus Torvalds
2016-04-29
Extend time parsing to before 1970
Linus Torvalds
2016-04-27
git storage: init local repository
Dirk Hohndel
2016-04-25
Fix time parsing for Divesoft Freedom
Miika Turkia
2016-04-25
Abort git authentication attempt
Miika Turkia
2016-04-25
Parse date and time in DL7 import
Miika Turkia
2016-04-25
Grab the payload of DL7 file
Miika Turkia
2016-04-22
Fix SettingsObjectWrapper to actually use the group set
Dirk Hohndel
2016-04-20
Don't calculate the 9 minute average
Dirk Hohndel
2016-04-20
Only do 9 minute interval for min/max/avg
Dirk Hohndel
2016-04-20
Fix 3-, 6- and 9-minute min/max calculations
Linus Torvalds
2016-04-18
Fix broken Bluetooth support
Rick Walsh
2016-04-17
With patched Qt 5.6 for iOS correctly handle disabled GPS source
Dirk Hohndel
2016-04-17
GPS provider: change haveGPS status if GPS source returns error
Dirk Hohndel
2016-04-17
GPS provider: track tristate information for GPS source
Dirk Hohndel
2016-04-15
QML UI: rewrite the commitChanges function
Dirk Hohndel
2016-04-15
QML UI: stop using "--" for empty strings
Dirk Hohndel
2016-04-14
Make the raw timestamp available in QML
Dirk Hohndel
2016-04-14
Add helper to find the dive closest to a given time
Dirk Hohndel
2016-04-11
VPM-B profile: declare CVA iteration variables within each loop
Rick Walsh
2016-04-11
Fix time of first ceiling calculation
Robert C. Helling
2016-04-08
git storage: only sync with remote if git_local_only isn't set
Dirk Hohndel
2016-04-05
QML UI: more hacking around with git progress reporting
Dirk Hohndel
2016-04-05
QML UI: don't fetch the remote twice when loading
Dirk Hohndel
2016-04-05
Simplify git tracking of git tree creation
Dirk Hohndel
2016-04-05
git storage: add explanation for fast forward to remote
Dirk Hohndel
2016-04-05
git storage: compare with correct SHA when checking if cache is current
Dirk Hohndel
2016-04-05
Fix per-cylinder SAC rate calculations when cylinder use isn't known
Linus Torvalds
2016-04-05
Remove unused and buggy get_cylinder_used_gas_string() function
Linus Torvalds
2016-04-05
QML UI: better trip header
Dirk Hohndel
2016-04-05
Small cleanup of helper functions to remove unused arguments
Dirk Hohndel
2016-04-04
Start using the actual cylinder data for gas switch events
Linus Torvalds
2016-04-04
Make gas change events always have a cylinder index
Linus Torvalds
2016-04-04
Make cylinder_nodata() take a const cylinder pointer
Linus Torvalds
2016-04-04
Make "is_gasmix_redundant()" more robust
Linus Torvalds
2016-04-04
Remove linear pressure interpolation detection code
Linus Torvalds
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel