summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2016-05-02Move the qtTranslator and ssrfTranslator pointers to qt-init.cppGravatar Thiago Macieira
2016-04-30Only attempt to download each picture onceGravatar Robert C. Helling
2016-04-30Fix typoGravatar Dirk Hohndel
2016-04-30Merge branch 'offlineDefault'Gravatar Dirk Hohndel
2016-04-30QML UI: make offline the defaultGravatar Dirk Hohndel
2016-04-30Don't pretend that opening git repo succeededGravatar Dirk Hohndel
2016-04-30Only create the path to no cloud local storage onceGravatar Dirk Hohndel
2016-04-29Allow switching the user from the command lineGravatar Dirk Hohndel
2016-04-29Protect access to image hash dictionaries with lockGravatar Robert C. Helling
2016-04-29Fix Qt date interfaces for times before 1970Gravatar Linus Torvalds
2016-04-29Extend time parsing to before 1970Gravatar Linus Torvalds
2016-04-27git storage: init local repositoryGravatar Dirk Hohndel
2016-04-25Fix time parsing for Divesoft FreedomGravatar Miika Turkia
2016-04-25Abort git authentication attemptGravatar Miika Turkia
2016-04-25Parse date and time in DL7 importGravatar Miika Turkia
2016-04-25Grab the payload of DL7 fileGravatar Miika Turkia
2016-04-22Fix SettingsObjectWrapper to actually use the group setGravatar Dirk Hohndel
2016-04-20Don't calculate the 9 minute averageGravatar Dirk Hohndel
2016-04-20Only do 9 minute interval for min/max/avgGravatar Dirk Hohndel
2016-04-20Fix 3-, 6- and 9-minute min/max calculationsGravatar Linus Torvalds
2016-04-18Fix broken Bluetooth supportGravatar Rick Walsh
2016-04-17With patched Qt 5.6 for iOS correctly handle disabled GPS sourceGravatar Dirk Hohndel
2016-04-17GPS provider: change haveGPS status if GPS source returns errorGravatar Dirk Hohndel
2016-04-17GPS provider: track tristate information for GPS sourceGravatar Dirk Hohndel
2016-04-15QML UI: rewrite the commitChanges functionGravatar Dirk Hohndel
2016-04-15QML UI: stop using "--" for empty stringsGravatar Dirk Hohndel
2016-04-14Make the raw timestamp available in QMLGravatar Dirk Hohndel
2016-04-14Add helper to find the dive closest to a given timeGravatar Dirk Hohndel
2016-04-11VPM-B profile: declare CVA iteration variables within each loopGravatar Rick Walsh
2016-04-11Fix time of first ceiling calculationGravatar Robert C. Helling
2016-04-08git storage: only sync with remote if git_local_only isn't setGravatar Dirk Hohndel
2016-04-05QML UI: more hacking around with git progress reportingGravatar Dirk Hohndel
2016-04-05QML UI: don't fetch the remote twice when loadingGravatar Dirk Hohndel
2016-04-05Simplify git tracking of git tree creationGravatar Dirk Hohndel
2016-04-05git storage: add explanation for fast forward to remoteGravatar Dirk Hohndel
2016-04-05git storage: compare with correct SHA when checking if cache is currentGravatar Dirk Hohndel
2016-04-05Fix per-cylinder SAC rate calculations when cylinder use isn't knownGravatar Linus Torvalds
2016-04-05Remove unused and buggy get_cylinder_used_gas_string() functionGravatar Linus Torvalds
2016-04-05QML UI: better trip headerGravatar Dirk Hohndel
2016-04-05Small cleanup of helper functions to remove unused argumentsGravatar Dirk Hohndel
2016-04-04Start using the actual cylinder data for gas switch eventsGravatar Linus Torvalds
2016-04-04Make gas change events always have a cylinder indexGravatar Linus Torvalds
2016-04-04Make cylinder_nodata() take a const cylinder pointerGravatar Linus Torvalds
2016-04-04Make "is_gasmix_redundant()" more robustGravatar Linus Torvalds
2016-04-04Remove linear pressure interpolation detection codeGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel