summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-16Fix silly typoGravatar Dirk Hohndel
2015-06-16Remove all the no longer necessary code that aborts read of first V2 fileGravatar Dirk Hohndel
2015-06-16Cloud storage: warn the user if we are not onlineGravatar Dirk Hohndel
2015-06-16Implement a standalone HTML exporterGravatar Dirk Hohndel
2015-06-16Separate initializing Qt from initializing the UIGravatar Dirk Hohndel
2015-06-16HTML export: separate UI and logic codeGravatar Dirk Hohndel
2015-06-16Don't crash with NULL string in settingsGravatar Dirk Hohndel
2015-06-16Move checking the cloud connection into its own filesGravatar Dirk Hohndel
2015-06-16Code cleanup: implement window title update via signalGravatar Dirk Hohndel
2015-06-15Cloud storage: use preference member instead of hard coded stringsGravatar Dirk Hohndel
2015-06-15Cloud storage: create preference entry for base URLGravatar Dirk Hohndel
2015-06-14Add libcurl to the default library dowloads for debian/ubuntuGravatar willem ferguson
2015-06-14Fix renumbering of divesGravatar Dirk Hohndel
2015-06-14Don't compare signed and unsigned valuesGravatar Jan Darowski
2015-06-14Fix compiling against libgit2-0.22.1Gravatar Gaetan Bisson
2015-06-14Cloud storage: only offer cloud storage related options when verifiedGravatar Dirk Hohndel
2015-06-14User manual: first stab at documentation of Subsurface cloud storageGravatar Dirk Hohndel
2015-06-14Release notes: add a few more details about cloud storageGravatar Dirk Hohndel
2015-06-14Cloud storage: clear our last error if verification succeedsGravatar Dirk Hohndel
2015-06-14Cloud storage: show in preferences if cloud account was verifiedGravatar Dirk Hohndel
2015-06-14Cloud storage: clean up handling of cloud storage accountGravatar Dirk Hohndel
2015-06-14Main menu: rephrase the cloud load/save optionsGravatar Dirk Hohndel
2015-06-14Make default file behavior work as expectedGravatar Dirk Hohndel
2015-06-14Preferences: hook up default file behavior in the dialogGravatar Dirk Hohndel
2015-06-14Preferences: radio buttons for default data file behaviorGravatar Dirk Hohndel
2015-06-13system_default_directory() is broken with Qt 5.4Gravatar Dirk Hohndel
2015-06-13Simplify distance calculationsGravatar Anton Lundin
2015-06-13Cloud storage: clean up error propagationGravatar Dirk Hohndel
2015-06-13Cloud storage: initialize local cache and remote on first useGravatar Dirk Hohndel
2015-06-13Cloud storage: if there is no remote tracking branch, create itGravatar Dirk Hohndel
2015-06-13Cloud storage: make do_git_save available to other modulesGravatar Dirk Hohndel
2015-06-13Add helper function to create a directoryGravatar Dirk Hohndel
2015-06-13Cloud storage: don't print confusing warningGravatar Dirk Hohndel
2015-06-13Cloud storage: Remove another git related messageGravatar Dirk Hohndel
2015-06-13Cloud storage: setup proxy before cloning new repositoryGravatar Dirk Hohndel
2015-06-13Don't show an error if you fail to open the cloud storageGravatar Dirk Hohndel
2015-06-13Cloud storage: give user friendly error messagesGravatar Dirk Hohndel
2015-06-13Cloud storage: check connectivity before trying to connectGravatar Dirk Hohndel
2015-06-13Move git related declarations into their own header fileGravatar Dirk Hohndel
2015-06-12Cloud storage: sync the remote after saveGravatar Dirk Hohndel
2015-06-12Cloud storage: Add preference option whether to sync in the backgroundGravatar Dirk Hohndel
2015-06-12Cloud storage: don't clear out password by mistakeGravatar Dirk Hohndel
2015-06-12Use friendlier file name when asking about saving changesGravatar Dirk Hohndel
2015-06-12Cloud storage: better window titleGravatar Dirk Hohndel
2015-06-12Indicate that there are unsaved changes with a '*' in the window titleGravatar Dirk Hohndel
2015-06-12Add header for Qt helpers used from C functionsGravatar Dirk Hohndel
2015-06-12Cloud storage: check connection before connectingGravatar Dirk Hohndel
2015-06-12Cloud storage: Unset the proxy if none is configuredGravatar Dirk Hohndel
2015-06-12Cloud storage: Setup http proxy for git connectionGravatar Dirk Hohndel
2015-06-12Cloud storage: Require libcurl in order to support http proxiesGravatar Dirk Hohndel