Age | Commit message (Expand) | Author |
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 |
2013-12-03 | Set the download reply pointer to NULL after dismissing it | Thiago Macieira |
2013-12-03 | Properly reset the state of the download dialog before dismissing | Thiago Macieira |
2013-12-03 | Improve the status message in the download dialog | Thiago Macieira |
2013-12-03 | webservices: Move the static functions to the top of the file | Thiago Macieira |
2013-12-03 | Make the QNetworkAccessManager a singleton available to all | Thiago Macieira |
2013-12-03 | General fixes and improvements | Thiago Macieira |
2013-12-03 | Whitespace: fix indentation in subsurfacewebservices.* to use tabs | Thiago Macieira |
2013-11-30 | Fix all leak-at-exit from singletons in Subsurface | Thiago Macieira |
2013-11-30 | QT-UI: fix some typos | Alexandre Belloni |
2013-11-29 | Don't call deleteLater on ui elements | Dirk Hohndel |
2013-11-29 | Make sure Subsurface webservice user id is always uppercase | Dirk Hohndel |
2013-10-24 | Minimum hooking-up done, divelogs.de shows on menu-activation. | Tomaz Canabrava |
2013-10-24 | Added the skeleton for the Download / Upload from Divelogs.de | Tomaz Canabrava |
2013-10-24 | fix the string of the subsurfice webservice on the settings. | Tomaz Canabrava |
2013-10-24 | Fixed a crash when the user canceled the download from webservice dialog. | Tomaz Canabrava |
2013-10-24 | Created a 'WebService' dialog that will handle download and upload. | Tomaz Canabrava |
2013-10-16 | GUI for CSV import | Miika Turkia |
2013-10-11 | Begin to Cleanup the Models, trying to reduce boilerplate. | Tomaz Canabrava |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-10-03 | Make the classes generated by uic be real members of our classes | Thiago Macieira |
2013-10-03 | Include the ui_*.h headers in the main headers. | Thiago Macieira |
2013-06-28 | A couple of dialog modality considerations | Lubomir I. Ivanov |
2013-06-28 | Close child windows and dialogs with main window | Lubomir I. Ivanov |
2013-06-08 | Fix webservice download dialog | Dirk Hohndel |