aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/subsurfacewebservices.cpp
AgeCommit message (Expand)Author
2013-12-19Files: prefer toUtf8() over toLocal8Bit()Gravatar Lubomir I. Ivanov
2013-12-15Disable https on Windows for 4.0Gravatar Dirk Hohndel
2013-12-13prepare_dives_for_divelogs(): remove unused variable 'doc'Gravatar Lubomir I. Ivanov
2013-12-12Don't check if a file exists right before trying to open itGravatar Thiago Macieira
2013-12-12Make the streamsize variable actually intGravatar Thiago Macieira
2013-12-12Don't call strlen() on something we already know the size ofGravatar Thiago Macieira
2013-12-12Don't leak the zip structure in case of errorGravatar Thiago Macieira
2013-12-12Don't leak the buffer or temporary file used to save the diveGravatar Thiago Macieira
2013-12-12Hoist the getting of the XSLT style-sheet out of the loopGravatar Thiago Macieira
2013-12-12Make the errPrefix a static variableGravatar Thiago Macieira
2013-12-12Don't leak the zip structure if no dives are selectedGravatar Thiago Macieira
2013-12-12Fix compilation with older libzipGravatar Thiago Macieira
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