aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/subsurfacewebservices.cpp
AgeCommit message (Expand)Author
2013-12-10Divelogs.de: prevent undefined behaviourGravatar Lubomir I. Ivanov
2013-12-09Remove some unused variablesGravatar Anton Lundin
2013-12-09Re-enable login and password fields after uploadGravatar Sergey Starosek
2013-12-09Divelogs.de: change the 'Apply' button to 'Done' for uploadGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: use qDebug() instead of fprintf()Gravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: attempt to impletent 'Cancel' properlyGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: store the user/pass on uploadGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: Improve the error handling post DLD creationGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: Add a 'filename' field when uploadingGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: further improve reading the server reponseGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: improve prepare_dives_for_divelogs()Gravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: parse response once the upload is finishedGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: add code for zipping up all divesGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: allow import of downloaded divesGravatar Lubomir I. Ivanov
2013-12-08Actually process the dives downloaded from divelogs.deGravatar Dirk Hohndel
2013-12-06Finish download from divelogs.deGravatar Dirk Hohndel
2013-12-06Whitespace cleanupGravatar Dirk Hohndel
2013-12-04Compile fixGravatar Dirk Hohndel
2013-12-04Webservices: fix QString argument for zip_open()Gravatar Lubomir I. Ivanov
2013-12-03Implement the network part of the support for divelogs.deGravatar Thiago Macieira
2013-12-03Add support for timing the download outGravatar Thiago Macieira
2013-12-03Set the download reply pointer to NULL after dismissing itGravatar Thiago Macieira
2013-12-03Properly reset the state of the download dialog before dismissingGravatar Thiago Macieira
2013-12-03Improve the status message in the download dialogGravatar Thiago Macieira
2013-12-03webservices: Move the static functions to the top of the fileGravatar Thiago Macieira
2013-12-03Make the QNetworkAccessManager a singleton available to allGravatar Thiago Macieira
2013-12-03General fixes and improvementsGravatar Thiago Macieira
2013-12-03Whitespace: fix indentation in subsurfacewebservices.* to use tabsGravatar Thiago Macieira
2013-11-30Fix all leak-at-exit from singletons in SubsurfaceGravatar Thiago Macieira
2013-11-30QT-UI: fix some typosGravatar Alexandre Belloni
2013-11-29Don't call deleteLater on ui elementsGravatar Dirk Hohndel
2013-11-29Make sure Subsurface webservice user id is always uppercaseGravatar Dirk Hohndel
2013-10-24Minimum hooking-up done, divelogs.de shows on menu-activation.Gravatar Tomaz Canabrava
2013-10-24Added the skeleton for the Download / Upload from Divelogs.deGravatar Tomaz Canabrava
2013-10-24fix the string of the subsurfice webservice on the settings.Gravatar Tomaz Canabrava
2013-10-24Fixed a crash when the user canceled the download from webservice dialog.Gravatar Tomaz Canabrava
2013-10-24Created a 'WebService' dialog that will handle download and upload.Gravatar Tomaz Canabrava
2013-10-16GUI for CSV importGravatar Miika Turkia
2013-10-11Begin to Cleanup the Models, trying to reduce boilerplate.Gravatar Tomaz Canabrava
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-03Make the classes generated by uic be real members of our classesGravatar Thiago Macieira
2013-10-03Include the ui_*.h headers in the main headers.Gravatar Thiago Macieira
2013-06-28A couple of dialog modality considerationsGravatar Lubomir I. Ivanov
2013-06-28Close child windows and dialogs with main windowGravatar Lubomir I. Ivanov
2013-06-08Fix webservice download dialogGravatar Dirk Hohndel
2013-06-06Hoocked up the Apply button.Gravatar Tomaz Canabrava
2013-06-06Hoocked up the buttons and the parsing of the XML.Gravatar Tomaz Canabrava
2013-06-06Added initial support for download dive info from the subsurface web service.Gravatar Tomaz Canabrava