summaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2013-12-14When editing multiple dives, only copy the cylinder typeGravatar Dirk Hohndel
2013-12-13Improve MainTab behavior when using the scroll wheelGravatar Dirk Hohndel
2013-12-13prepare_dives_for_divelogs(): remove unused variable 'doc'Gravatar Lubomir I. Ivanov
2013-12-12Fix incorrect handling of autogrouped tripsGravatar Dirk Hohndel
2013-12-12Fix the logic when to display the "language changed" warningGravatar Dirk Hohndel
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-12Save and reestore scrollbar position on editing the items.Gravatar Tomaz Canabrava
2013-12-12Keep track of the minimum Depth / time on the planner.Gravatar Tomaz Canabrava
2013-12-12Copyed the code from Dirk that solved the mac issue on cylinders.Gravatar Tomaz Canabrava
2013-12-12Fix TableWidget ( equipment ones ) on dark scheme.Gravatar Tomaz Canabrava
2013-12-12Kill the use of CSS - Fixes a Lot of issues on dark color schemes.Gravatar Tomaz Canabrava
2013-12-11downloadfromdivecomputer.h: remove a forward declarationGravatar Lubomir I. Ivanov
2013-12-11profilepgrahics.cpp: fix preceding limit checkGravatar Lubomir I. Ivanov
2013-12-11Guard against dereferencing undefGravatar Anton Lundin
2013-12-11Fix potential null pointer dereferenceGravatar Anton Lundin
2013-12-11Use delete instead of free() in c++Gravatar Anton Lundin
2013-12-10Divelogs.de: prevent undefined behaviourGravatar Lubomir I. Ivanov
2013-12-10Reset libdivecomuter import canceled stateGravatar Dirk Hohndel
2013-12-10Fix selection tracking bugGravatar Dirk Hohndel
2013-12-10Webservices: make the dialog title more genericGravatar Lubomir I. Ivanov
2013-12-10Planner: fix potential assert in clear()Gravatar Lubomir I. Ivanov
2013-12-09Remove some unused variablesGravatar Anton Lundin
2013-12-09Use implicit zero initialize for the whole array.Gravatar Anton Lundin
2013-12-09Fix another potential crashGravatar Anton Lundin
2013-12-09Re-enable login and password fields after uploadGravatar Sergey Starosek
2013-12-09Fix potential crashGravatar Anton Lundin
2013-12-09Fix tab order for webservices dialogGravatar 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: add a divelist context menu item for uploadGravatar Lubomir I. Ivanov
2013-12-09Divelogs.de: allow import of downloaded divesGravatar Lubomir I. Ivanov
2013-12-09Implement a settingsChanged in DivePlannerWidgetGravatar Anton Lundin
2013-12-08Keep track of user requested minimum depthGravatar Anton Lundin
2013-12-08Update the diffrent units when switching systemGravatar Anton Lundin