Age | Commit message (Expand) | Author |
2014-02-09 | DivelogsDeWebServices class cleanup | Boris Barbulovski |
2014-02-09 | Cleanup SubsurfaceWebServices class | Boris Barbulovski |
2014-01-16 | Whitespace and coding style updates | Dirk Hohndel |
2014-01-15 | Convert to TRUE/FALSE to stdbools true/false | Anton Lundin |
2014-01-15 | Port this code to work with Qt5 | Anton Lundin |
2014-01-15 | Add some missing ; in the Qt5 path | Anton Lundin |
2014-01-15 | After downloading GPS data show the new information | Dirk Hohndel |
2014-01-15 | Improve the download from Subsurface webservice dialog | Dirk Hohndel |
2013-12-28 | Enable https for Windows binaries | Dirk Hohndel |
2013-12-20 | Remove pointless code | Dirk Hohndel |
2013-12-20 | Don't use an array where none are necessary | Thiago Macieira |
2013-12-20 | Move the variable initialisations closer to use and add blanks | Thiago Macieira |
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-20 | Generate the file name for the dive log upload in the caller | Thiago Macieira |
2013-12-20 | Use QFile::{encode,decode}Name for file names | Thiago Macieira |
2013-12-20 | Fix compilation with libzip < 0.10 | Thiago Macieira |
2013-12-19 | Files: prefer toUtf8() over toLocal8Bit() | Lubomir I. Ivanov |
2013-12-15 | Disable https on Windows for 4.0 | Dirk Hohndel |
2013-12-13 | prepare_dives_for_divelogs(): remove unused variable 'doc' | Lubomir I. Ivanov |
2013-12-12 | Don't check if a file exists right before trying to open it | Thiago Macieira |
2013-12-12 | Make the streamsize variable actually int | Thiago Macieira |
2013-12-12 | Don't call strlen() on something we already know the size of | Thiago Macieira |
2013-12-12 | Don't leak the zip structure in case of error | Thiago Macieira |
2013-12-12 | Don't leak the buffer or temporary file used to save the dive | Thiago Macieira |
2013-12-12 | Hoist the getting of the XSLT style-sheet out of the loop | Thiago Macieira |
2013-12-12 | Make the errPrefix a static variable | Thiago Macieira |
2013-12-12 | Don't leak the zip structure if no dives are selected | Thiago Macieira |
2013-12-12 | Fix compilation with older libzip | Thiago Macieira |
2013-12-10 | Divelogs.de: prevent undefined behaviour | Lubomir I. Ivanov |
2013-12-09 | Remove some unused variables | Anton Lundin |
2013-12-09 | Re-enable login and password fields after upload | Sergey Starosek |
2013-12-09 | Divelogs.de: change the 'Apply' button to 'Done' for upload | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: use qDebug() instead of fprintf() | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: attempt to impletent 'Cancel' properly | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: store the user/pass on upload | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: Improve the error handling post DLD creation | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: Add a 'filename' field when uploading | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: further improve reading the server reponse | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: improve prepare_dives_for_divelogs() | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: parse response once the upload is finished | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: add code for zipping up all dives | Lubomir I. Ivanov |
2013-12-09 | Divelogs.de: allow import of downloaded dives | Lubomir I. Ivanov |
2013-12-08 | Actually process the dives downloaded from divelogs.de | Dirk Hohndel |
2013-12-06 | Finish download from divelogs.de | Dirk Hohndel |
2013-12-06 | Whitespace cleanup | Dirk Hohndel |
2013-12-04 | Compile fix | Dirk Hohndel |
2013-12-04 | Webservices: fix QString argument for zip_open() | 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 |