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
/
qt-ui
/
subsurfacewebservices.h
Age
Commit message (
Expand
)
Author
2015-07-22
Make password change asynchronous
Dirk Hohndel
2015-07-22
Cloud storage: enable password update
Dirk Hohndel
2015-06-16
Move checking the cloud connection into its own files
Dirk Hohndel
2015-06-14
Cloud storage: clean up handling of cloud storage account
Dirk Hohndel
2015-06-12
Cloud storage: check connection before connecting
Dirk Hohndel
2015-06-09
Cloud storage: implement confirmation of email address via PIN
Dirk Hohndel
2015-06-09
Cloud storage: initial support for confirming the email PIN
Dirk Hohndel
2015-06-07
Cloud storage: first stab at creating an account on the backend
Dirk Hohndel
2014-07-31
Give Subsurface a distinct User Agent string
Dirk Hohndel
2014-07-16
Rely on QNetworkReply finished() signal instead of AccessManager one
Tomaz Canabrava
2014-06-30
Fix Qt4 build
Dirk Hohndel
2014-06-30
User survey: actually collect and send the data to the backend
Dirk Hohndel
2014-06-26
Headers cleanup.
Tomaz Canabrava
2014-05-21
Implementing export dialog
Miika Turkia
2014-04-17
Removed the globals 'userid' and 'save_userid_local' variables
Tomaz Canabrava
2014-04-14
Add option to save userid in data files
Venkatesh Shukla
2014-03-14
Convert other users of showError() to the new world order
Linus Torvalds
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-11
Put include guard to every header
Boris Barbulovski
2014-02-09
Cleanup SubsurfaceWebServices class
Boris Barbulovski
2013-12-20
Get more descriptive error messages when uploading to divelogs.de
Thiago Macieira
2013-12-20
Move the divelogs.de preparation function into the C++ class
Thiago Macieira
2013-12-09
Divelogs.de: change the 'Apply' button to 'Done' for upload
Lubomir I. Ivanov
2013-12-09
Divelogs.de: add a divelist context menu item for upload
Lubomir I. Ivanov
2013-12-03
Implement the network part of the support for divelogs.de
Thiago Macieira
2013-12-03
Add support for timing the download out
Thiago Macieira
2013-12-03
Set the download reply pointer to NULL after dismissing it
Thiago Macieira
2013-12-03
Properly reset the state of the download dialog before dismissing
Thiago Macieira
2013-12-03
Make the QNetworkAccessManager a singleton available to all
Thiago Macieira
2013-12-03
Whitespace: fix indentation in subsurfacewebservices.* to use tabs
Thiago Macieira
2013-10-24
Added the skeleton for the Download / Upload from Divelogs.de
Tomaz Canabrava
2013-10-24
Created a 'WebService' dialog that will handle download and upload.
Tomaz Canabrava
2013-10-03
Make the classes generated by uic be real members of our classes
Thiago Macieira
2013-06-06
Hoocked up the buttons and the parsing of the XML.
Tomaz Canabrava
2013-06-06
Added initial support for download dive info from the subsurface web service.
Tomaz Canabrava