Age | Commit message (Expand) | Author |
2015-05-29 | Move WeightModel to qt-models | Tomaz Canabrava |
2015-05-29 | Move DivePlannerModel and CylinderModel to qt-models | Tomaz Canabrava |
2015-05-26 | Allow a comma in decimal GPS coordinates | Robert C. Helling |
2015-05-24 | Remove support for QT4 (part 3) | Tomaz Canabrava |
2015-05-20 | Add option to display GPS coordinates as decimals | Robert C. Helling |
2015-04-24 | Allow images to be added via the web | Robert C. Helling |
2015-04-24 | Cleaning up variable names in image loading | Robert C. Helling |
2015-03-30 | Protect writing to image hashes with a mutex | Robert C. Helling |
2015-03-16 | Load remote images | Robert C. Helling |
2015-03-15 | Refactored image timestamp checking. | Jan Darowski |
2015-03-14 | Provide useful warning when we can't find an XSLT file | Dirk Hohndel |
2015-03-10 | Don't call UI functions from helper code | Dirk Hohndel |
2015-02-27 | UI to learn hashes of local image files | Robert C. Helling |
2015-02-27 | Add hashes to images | Robert C. Helling |
2015-02-24 | Fixed cmake build. | Patrick Valsecchi |
2015-02-23 | Move helper functions around | Dirk Hohndel |
2015-02-23 | Add support for more GPS coordinate formats. | Patrick Valsecchi |
2015-02-15 | qthelper.cpp: use QStandardPaths::DataLocation for older Qt | Lubomir I. Ivanov |
2015-02-15 | Add 'system_default_directory()' helper function | Linus Torvalds |
2015-02-14 | Proof of concept for reverse geo location | Dirk Hohndel |
2015-02-14 | Use C API for printGPSCoords | Dirk Hohndel |
2015-02-12 | Remove coordinates from main tab | Dirk Hohndel |
2015-02-04 | More tolerant when parsing GPS coordinates. | Patrick Valsecchi |
2014-11-13 | Fix use of QString | Tomaz Canabrava |
2014-11-13 | Fix QString use | Tomaz Canabrava |
2014-11-12 | Show the number of dives with given person / location in the filter panel | Dirk Hohndel |
2014-08-17 | Fix and simplify get_file_name | Thiago Macieira |
2014-07-30 | Correctly report parsing success for GPS data | Dirk Hohndel |
2014-07-16 | Translations: get hemisphere letters translated again | Dirk Hohndel |
2014-07-14 | HTML: Add dive photos to the detailed view | Gehad elrobey |
2014-07-01 | Small whitespace fix | Dirk Hohndel |
2014-06-10 | Minor code readability improvement | Dirk Hohndel |
2014-06-09 | Add gas consumption statistic for selected dives | Dirk Hohndel |
2014-06-08 | Picture handling: change data structure to store offset instead timestamp | Dirk Hohndel |
2014-06-02 | Break picture handling code from C++ to C. | Tomaz Canabrava |
2014-06-02 | Rewrite dive edit logic | Dirk Hohndel |
2014-05-22 | Gratuitous whitespace changes | Dirk Hohndel |
2014-05-22 | Fix compilation with CMake. | Tomaz Canabrava |
2014-05-13 | Move DiveList related methods/classes to own file. | Tomaz Canabrava |
2014-05-13 | Move printGpsCoords from MainTab to QtHelper | Tomaz Canabrava |
2014-05-11 | Prefix a method with 'dive_' because it should work only with dives | Tomaz Canabrava |
2014-05-11 | use for_each_dive instead of hand-written loop. | Tomaz Canabrava |
2014-05-11 | When creating methods that pass QString, use const QString& | Tomaz Canabrava |
2014-05-11 | Simplify code. | Tomaz Canabrava |
2014-05-11 | Correct the usage of std::string and QString | Tomaz Canabrava |
2014-05-07 | Hack around a translation issue | Dirk Hohndel |
2014-04-17 | Moved code around to make possible to compile the C part alone. | Tomaz Canabrava |
2014-03-03 | Fix gps parsing | g1g19 |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-12 | Replace mainWindow() with MainWindow::instance() | Boris Barbulovski |