aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/subsurfacewebservices.cpp
AgeCommit message (Expand)Author
2014-08-08Better User Agent for SubsurfaceGravatar Dirk Hohndel
2014-08-05Web: use subsurface_fopen() for non-ASCII paths on Win32Gravatar Lubomir I. Ivanov
2014-08-04Don't use tmpfile()Gravatar Dirk Hohndel
2014-08-03Try to fix divelogs upload on WindowsGravatar Miika Turkia
2014-07-31Give Subsurface a distinct User Agent stringGravatar Dirk Hohndel
2014-07-24Translate progressbar textGravatar Sergey Starosek
2014-07-24Align progressbar text to center of the widgetGravatar Sergey Starosek
2014-07-16Rely on QNetworkReply finished() signal instead of AccessManager oneGravatar Tomaz Canabrava
2014-07-16Change in logic while aplying gps fixes to divesGravatar Salvador Cuñat
2014-07-15Use QObject::tr instead of OurClasses::tr for functionsGravatar Tomaz Canabrava
2014-07-11Misc UI capitalisation consitencies and other text changesGravatar Tim Wootton
2014-07-03UI restructure: updateDiveInfo shows the selected dive by defaultGravatar Dirk Hohndel
2014-06-30User survey: actually collect and send the data to the backendGravatar Dirk Hohndel
2014-06-24Look around DCs dive time for automatically fixed positions.Gravatar Salvador Cuñat
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-21Implementing export dialogGravatar Miika Turkia
2014-05-20Consistently use for_each_dive (and use it correctly)Gravatar Dirk Hohndel
2014-05-07Globe: we always center on the current diveGravatar Dirk Hohndel
2014-04-25Ctrl-W and -Q support for GPS, divelogs.de, divecomputer and CVS importGravatar Dirk Hohndel
2014-04-17Removed the globals 'userid' and 'save_userid_local' variablesGravatar Tomaz Canabrava
2014-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
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