Age | Commit message (Expand) | Author |
2015-02-10 | 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 |
2014-01-14 | Changes test for ISO 6709 location format | Tim Wootton |
2014-01-12 | Improving matching of ISO 6709 GPS format | Miika Turkia |
2014-01-07 | Add a unique id to every dive | Dirk Hohndel |
2014-01-03 | Allow location coordinates in ISO6709 format | Tim Wootton |
2013-12-24 | Enable libdivecomputer log or dump from the UI | Dirk Hohndel |
2013-12-24 | Make decimals optional in GPS coordinates | Dirk Hohndel |
2013-12-23 | Accept decimal point and comma in gps coordinates | Dirk Hohndel |
2013-12-23 | Improve GPS string handling | Dirk Hohndel |
2013-12-06 | Correctly parse translated GPS coordinates | Dirk Hohndel |
2013-12-02 | Parse localized GPS string | Dirk Hohndel |
2013-11-26 | Remember Trip Selection. | Tomaz Canabrava |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-06 | Parse GPS text in C++ and re-implement GPS changed check | Dirk Hohndel |
2013-10-04 | Add a helper function to calculate weight display string | Benjamin |
2013-08-05 | Fix crash in DiveComputerList::addDC() when importing from DM4. | Michael Andreen |
2013-06-19 | Remove unused QMap include | Henrik Brautaset Aronsen |
2013-06-18 | Fix compilation error in DiveComputerList destructor on MacOSX | Henrik Brautaset Aronsen |
2013-06-18 | Converting the device_info list into a Qt data structure | Dirk Hohndel |