Age | Commit message (Expand) | Author |
2014-01-08 | Add a string_to_depth() helper function to match our string_to_weight one | Linus Torvalds |
2014-01-08 | const'ify our strtod() helper functions | Linus Torvalds |
2014-01-08 | Make 'string_to_grams()' use proper type safe types | Linus Torvalds |
2014-01-08 | Show import dialog only when needed for CSV config | Miika Turkia |
2014-01-08 | DownloadFromDCWidget: prevent possible leaks for log/dump files | Lubomir I. Ivanov |
2014-01-07 | Not everything can be done with the diveId | Dirk Hohndel |
2014-01-07 | Restructure overly agressive Q_ASSERT | Dirk Hohndel |
2014-01-07 | Get rid of pointers to dive structures in the UI | Dirk Hohndel |
2014-01-07 | Setting dive as 'current' when restoring selection | Tomaz Canabrava |
2014-01-07 | Add CaseInsensitivity to all of the completers. | Tomaz Canabrava |
2014-01-06 | Use helper function to display mean depth with correct unit | Dirk Hohndel |
2014-01-06 | Print numerical value of mean depth | Miika Turkia |
2014-01-03 | Parse localized weight units | Dirk Hohndel |
2014-01-03 | Maintab: prevent a segfault in the 'Equipment' tab | Lubomir I. Ivanov |
2014-01-03 | Rename menu entry for log import | Miika Turkia |
2014-01-03 | Refactoring import to DiveLogImportDialog | Miika Turkia |
2014-01-03 | Merging Import dialog | Miika Turkia |
2014-01-03 | MainTab location coordinates displayed in ISO6709 format | Tim Wootton |
2014-01-02 | Fix imperial cylinder sizes in equipment tab | Linus Torvalds |
2014-01-02 | Allow the user to specify weight units explicitly | Linus Torvalds |
2014-01-02 | Ignore units when entering values for equipment | Dirk Hohndel |
2013-12-29 | Fix typo | Dirk Hohndel |
2013-12-29 | Use field numbers in CSV import instead of indexes | Miika Turkia |
2013-12-28 | Enable https for Windows binaries | Dirk Hohndel |
2013-12-28 | Update tank model with custom tanks used in XML files | Dirk Hohndel |
2013-12-28 | Remove nonexisting member from header | Dirk Hohndel |
2013-12-28 | Fix bookmark/gaschange setting for Ubuntu | Miika Turkia |
2013-12-28 | Use bookmark flag when bookmark contains heading | Miika Turkia |
2013-12-27 | Clear equipment tab for trips display | Dirk Hohndel |
2013-12-27 | Handle editing a manually added dive consistently | Dirk Hohndel |
2013-12-27 | Fix warning about initialization ordering | Dirk Hohndel |
2013-12-27 | Disable DC device node if it is not needed | Benjamin |
2013-12-26 | Display warning that dives won't be downloaded when enabling libdc dump | Dirk Hohndel |
2013-12-26 | Small code simplification | Patrick Valsecchi |
2013-12-25 | Don't reset panels while editing a dive | Dirk Hohndel |
2013-12-24 | Enable libdivecomputer log or dump from the UI | Dirk Hohndel |
2013-12-24 | use qMakePair helper instead of QPair<int,int> and such. | Tomaz Canabrava |
2013-12-24 | Don't use QList if sizeof(item) > void*. | Tomaz Canabrava |
2013-12-24 | removed unused files. | Tomaz Canabrava |
2013-12-24 | Don't check if pointer is valid before deleting it. | Tomaz Canabrava |
2013-12-24 | Code cleanup. Don't use if ( true ) set (false). | Tomaz Canabrava |
2013-12-24 | Fix subsurface on dark themes. | Tomaz Canabrava |
2013-12-24 | silly whitespace fix. | Tomaz Canabrava |
2013-12-24 | Rework foreach for a faster iteration. | Tomaz Canabrava |
2013-12-24 | Allow selecting all files on CSV import | Miika Turkia |
2013-12-23 | Improve GPS string handling | Dirk Hohndel |
2013-12-20 | Remove pointless code | Dirk Hohndel |
2013-12-20 | Silence a few warnings | Dirk Hohndel |
2013-12-20 | Use M_OR_FT macro instead of switch statement | Dirk Hohndel |
2013-12-20 | Added Keyboard Navigation for the Star Widget | Tomaz Canabrava |