summaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2014-01-08Add a string_to_depth() helper function to match our string_to_weight oneGravatar Linus Torvalds
2014-01-08const'ify our strtod() helper functionsGravatar Linus Torvalds
2014-01-08Make 'string_to_grams()' use proper type safe typesGravatar Linus Torvalds
2014-01-08Show import dialog only when needed for CSV configGravatar Miika Turkia
2014-01-08DownloadFromDCWidget: prevent possible leaks for log/dump filesGravatar Lubomir I. Ivanov
2014-01-07Not everything can be done with the diveIdGravatar Dirk Hohndel
2014-01-07Restructure overly agressive Q_ASSERTGravatar Dirk Hohndel
2014-01-07Get rid of pointers to dive structures in the UIGravatar Dirk Hohndel
2014-01-07Setting dive as 'current' when restoring selectionGravatar Tomaz Canabrava
2014-01-07Add CaseInsensitivity to all of the completers.Gravatar Tomaz Canabrava
2014-01-06Use helper function to display mean depth with correct unitGravatar Dirk Hohndel
2014-01-06Print numerical value of mean depthGravatar Miika Turkia
2014-01-03Parse localized weight unitsGravatar Dirk Hohndel
2014-01-03Maintab: prevent a segfault in the 'Equipment' tabGravatar Lubomir I. Ivanov
2014-01-03Rename menu entry for log importGravatar Miika Turkia
2014-01-03Refactoring import to DiveLogImportDialogGravatar Miika Turkia
2014-01-03Merging Import dialogGravatar Miika Turkia
2014-01-03MainTab location coordinates displayed in ISO6709 formatGravatar Tim Wootton
2014-01-02Fix imperial cylinder sizes in equipment tabGravatar Linus Torvalds
2014-01-02Allow the user to specify weight units explicitlyGravatar Linus Torvalds
2014-01-02Ignore units when entering values for equipmentGravatar Dirk Hohndel
2013-12-29Fix typoGravatar Dirk Hohndel
2013-12-29Use field numbers in CSV import instead of indexesGravatar Miika Turkia
2013-12-28Enable https for Windows binariesGravatar Dirk Hohndel
2013-12-28Update tank model with custom tanks used in XML filesGravatar Dirk Hohndel
2013-12-28Remove nonexisting member from headerGravatar Dirk Hohndel
2013-12-28Fix bookmark/gaschange setting for UbuntuGravatar Miika Turkia
2013-12-28Use bookmark flag when bookmark contains headingGravatar Miika Turkia
2013-12-27Clear equipment tab for trips displayGravatar Dirk Hohndel
2013-12-27Handle editing a manually added dive consistentlyGravatar Dirk Hohndel
2013-12-27Fix warning about initialization orderingGravatar Dirk Hohndel
2013-12-27Disable DC device node if it is not neededGravatar Benjamin
2013-12-26Display warning that dives won't be downloaded when enabling libdc dumpGravatar Dirk Hohndel
2013-12-26Small code simplificationGravatar Patrick Valsecchi
2013-12-25Don't reset panels while editing a diveGravatar Dirk Hohndel
2013-12-24Enable libdivecomputer log or dump from the UIGravatar Dirk Hohndel
2013-12-24use qMakePair helper instead of QPair<int,int> and such.Gravatar Tomaz Canabrava
2013-12-24Don't use QList if sizeof(item) > void*.Gravatar Tomaz Canabrava
2013-12-24removed unused files.Gravatar Tomaz Canabrava
2013-12-24Don't check if pointer is valid before deleting it.Gravatar Tomaz Canabrava
2013-12-24Code cleanup. Don't use if ( true ) set (false).Gravatar Tomaz Canabrava
2013-12-24Fix subsurface on dark themes.Gravatar Tomaz Canabrava
2013-12-24silly whitespace fix.Gravatar Tomaz Canabrava
2013-12-24Rework foreach for a faster iteration.Gravatar Tomaz Canabrava
2013-12-24Allow selecting all files on CSV importGravatar Miika Turkia
2013-12-23Improve GPS string handlingGravatar Dirk Hohndel
2013-12-20Remove pointless codeGravatar Dirk Hohndel
2013-12-20Silence a few warningsGravatar Dirk Hohndel
2013-12-20Use M_OR_FT macro instead of switch statementGravatar Dirk Hohndel
2013-12-20Added Keyboard Navigation for the Star WidgetGravatar Tomaz Canabrava