aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/subsurfacewebservices.cpp
AgeCommit message (Expand)Author
2014-04-14Add option to save userid in data filesGravatar Venkatesh Shukla
2014-04-11Remove some unneeded explicit paths in includesGravatar Gehad
2014-04-05Fix divelogs.de upload errorGravatar Venkatesh Shukla
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-07Remove the old profile from the main screen of SubsurfaceGravatar Tomaz Canabrava
2014-03-06Prevent another file descriptor leakGravatar Dirk Hohndel
2014-03-05Null terminate buffer at the correct spotGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Ensure the correct parent is used in the dialogGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-09DivelogsDeWebServices class cleanupGravatar Boris Barbulovski
2014-02-09Cleanup SubsurfaceWebServices classGravatar Boris Barbulovski
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-15Convert to TRUE/FALSE to stdbools true/falseGravatar Anton Lundin
2014-01-15Port this code to work with Qt5Gravatar Anton Lundin
2014-01-15Add some missing ; in the Qt5 pathGravatar Anton Lundin
2014-01-15After downloading GPS data show the new informationGravatar Dirk Hohndel
2014-01-15Improve the download from Subsurface webservice dialogGravatar Dirk Hohndel
2013-12-28Enable https for Windows binariesGravatar Dirk Hohndel
2013-12-20Remove pointless codeGravatar Dirk Hohndel
2013-12-20Don't use an array where none are necessaryGravatar Thiago Macieira
2013-12-20Move the variable initialisations closer to use and add blanksGravatar Thiago Macieira
2013-12-20Get more descriptive error messages when uploading to divelogs.deGravatar Thiago Macieira
2013-12-20Move the divelogs.de preparation function into the C++ classGravatar Thiago Macieira
2013-12-20Generate the file name for the dive log upload in the callerGravatar Thiago Macieira
2013-12-20Use QFile::{encode,decode}Name for file namesGravatar Thiago Macieira
2013-12-20Fix compilation with libzip < 0.10Gravatar Thiago Macieira
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