summaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2014-01-09Remove now stale arguments to "CHANGED()" macroGravatar Linus Torvalds
2014-01-09Add and use 'string_to_fraction()' helper converter functionGravatar Linus Torvalds
2014-01-09Add unit-aware cylinder size string parsercGravatar Linus Torvalds
2014-01-09Add unit-aware conversion of pressure dataGravatar Linus Torvalds
2014-01-09Add a string_to_depth() helper function to match our string_to_weight oneGravatar Linus Torvalds
2014-01-09const'ify our strtod() helper functionsGravatar Linus Torvalds
2014-01-09Make 'string_to_grams()' use proper type safe typesGravatar Linus Torvalds
2014-01-09DownloadFromDCWidget: prevent possible leaks for log/dump filesGravatar Lubomir I. Ivanov
2014-01-09Setting dive as 'current' when restoring selectionGravatar Tomaz Canabrava
2014-01-09Add CaseInsensitivity to all of the completers.Gravatar Tomaz Canabrava
2014-01-09Use helper function to display mean depth with correct unitGravatar Dirk Hohndel
2014-01-09Print numerical value of mean depthGravatar Miika Turkia
2014-01-09Parse localized weight unitsGravatar Dirk Hohndel
2014-01-09Maintab: prevent a segfault in the 'Equipment' tabGravatar Lubomir I. Ivanov
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
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