aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
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-20Planner: don't abort when saving a diveGravatar Anton Lundin
2013-12-20When saving / canceling edition, focus back to the Dive ListGravatar Tomaz Canabrava
2013-12-20Fix the cursor problem on the TagWidgetGravatar Tomaz Canabrava
2013-12-20Simplify the code by removing a few options from the if.Gravatar Tomaz Canabrava
2013-12-20Do not New / Delete the item, use the Stack.Gravatar Tomaz Canabrava
2013-12-20Removed obsolete code.Gravatar Tomaz Canabrava
2013-12-20Make it possible to use the Tag System in dark themesGravatar Tomaz Canabrava
2013-12-20Code cleanup: QPair<int, int> -> qMakePairGravatar Tomaz Canabrava
2013-12-19Fix an unused variable warningGravatar Lubomir I. Ivanov
2013-12-19Files: prefer toUtf8() over toLocal8Bit()Gravatar Lubomir I. Ivanov
2013-12-19Fix a missing parentheses warningGravatar Lubomir I. Ivanov
2013-12-18Adds unhide to profile menu context menuGravatar Tim Wootton
2013-12-18Make default font setting actually workGravatar Tomaz Canabrava
2013-12-18Whitespace fixGravatar Tomaz Canabrava
2013-12-17Don't enter edit profile mode when already editing the diveGravatar Dirk Hohndel
2013-12-16Don't quit while dive is editedGravatar Dirk Hohndel
2013-12-16Use UTF-8 for text strings.Gravatar Michael Andreen
2013-12-15Disable https on Windows for 4.0Gravatar Dirk Hohndel
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