Age | Commit message (Expand) | Author |
2013-12-28 | Test dive for events | Miika Turkia |
2013-12-28 | Use bookmark flag when bookmark contains heading | Miika Turkia |
2013-12-28 | Add depth conversions to XSLT | Miika Turkia |
2013-12-28 | Including alarms and bookmarks on UDDF import | Miika Turkia |
2013-12-28 | Allow tracking of more weight systems | Dirk Hohndel |
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-27 | Install Subsurface icon | Miika Turkia |
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-25 | UDDF export: save events occurring between samples | Miika Turkia |
2013-12-25 | User manual: update | Willem Ferguson |
2013-12-24 | Enable libdivecomputer log or dump from the UI | Dirk Hohndel |
2013-12-24 | Sample dive from XP5 | Miika Turkia |
2013-12-24 | Support downloading memory dumps. | Jef Driesen |
2013-12-24 | Enable diagnostic logging from libdivecomputer. | Jef Driesen |
2013-12-24 | Remove an unnecessary function call. | Jef Driesen |
2013-12-24 | Include O2 percentage in DivingLog import | Miika Turkia |
2013-12-24 | Try to detect whether DivingLog's samples are m/f | Miika Turkia |
2013-12-24 | Make decimals optional in GPS coordinates | 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 | We need to use include statement on XSLT nowadays | Miika Turkia |
2013-12-24 | Replace figure of main screen with one that shows the main menu. Previous fig... | Willem Ferguson |
2013-12-24 | Allow selecting all files on CSV import | Miika Turkia |
2013-12-23 | Accept decimal point and comma in gps coordinates | Dirk Hohndel |
2013-12-23 | Improve GPS string handling | Dirk Hohndel |
2013-12-23 | User manual: updates | Willem Ferguson |
2013-12-23 | Correct small typo. | Cristian Ionescu-Idbohrn |
2013-12-21 | Make XML and PDF version of user manual build again | Cristian Ionescu-Idbohrn |
2013-12-20 | Include the user-manual.html file in the git tree | 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 |
2013-12-20 | Don't use an array where none are necessary | Thiago Macieira |
2013-12-20 | Move the variable initialisations closer to use and add blanks | Thiago Macieira |
2013-12-20 | Get more descriptive error messages when uploading to divelogs.de | Thiago Macieira |
2013-12-20 | Move the divelogs.de preparation function into the C++ class | Thiago Macieira |
2013-12-20 | Generate the file name for the dive log upload in the caller | Thiago Macieira |
2013-12-20 | Use QFile::{encode,decode}Name for file names | Thiago Macieira |