Age | Commit message (Expand) | Author |
2014-01-10 | Add a few more Suunto events | Miika Turkia |
2014-01-10 | Import tags from Suunto database file | Miika Turkia |
2014-01-10 | Do not plot temperatures on DM4 import if no info | Miika Turkia |
2014-01-08 | const'ify our strtod() helper functions | Linus Torvalds |
2014-01-02 | Make our 'ascii_strtod()' helper more generic | Linus Torvalds |
2013-12-20 | Silence a few warnings | Dirk Hohndel |
2013-12-19 | Fix a small coding style issue | Lubomir I. Ivanov |
2013-12-16 | Remove the xslt_path now that all XSLT files are kept in a resource | Thiago Macieira |
2013-12-16 | Move the XSLT files into a Qt resource | Thiago Macieira |
2013-12-12 | Correctly parse multiple tags in the divelog | Dirk Hohndel |
2013-12-11 | Fix some whitespace damage | Anton Lundin |
2013-12-11 | Don't crash on loading tags longer than 127 chars | Anton Lundin |
2013-12-11 | Plug memory leak in duration() | Anton Lundin |
2013-11-28 | Quiet down valgrind warnings | Linus Torvalds |
2013-11-27 | Remove some constants and use helpers instead | Anton Lundin |
2013-11-22 | Don't parse 32bit hex values with strtol | Dirk Hohndel |
2013-11-20 | Use the get_o2/get_he helpers | Anton Lundin |
2013-11-02 | Speed up XML loading | Linus Torvalds |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-10-20 | Get rid of compiler warning on format strings | Miika Turkia |
2013-10-16 | GUI for CSV import | Miika Turkia |
2013-10-09 | Next step towards working translations | Dirk Hohndel |
2013-10-07 | Allow passing NULL as second argument to ascii_strtod | Dirk Hohndel |
2013-10-07 | ascii_strtod that actually does what we need | Linus Torvalds |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-10-04 | Use helper function to find xslt folder | Dirk Hohndel |
2013-10-02 | Initial code to import CSV log files | Miika Turkia |
2013-09-19 | Identify below floor event type properly. | Michael Andreen |
2013-09-18 | Use the right event type | Anton Lundin |
2013-06-18 | Converting the device_info list into a Qt data structure | Dirk Hohndel |
2013-06-07 | Support for aquadivelog UDDF import | Miika Turkia |
2013-05-21 | Replace GError handling with a kMessageWidget based approach | Dirk Hohndel |
2013-05-15 | Fix DM4 dive time | Miika Turkia |
2013-05-14 | Suunto DM4 import should fill the divecomputer fields | Dirk Hohndel |
2013-05-11 | Require libzip, xslt and osm-gps-map in all builds | Henrik Brautaset Aronsen |
2013-05-09 | Attempt to fix a crash on DM4 import on Windows | Miika Turkia |
2013-04-22 | A hook for DM4 XML import | Miika Turkia |
2013-04-09 | Automatically show Freshwater tag (but don't set it) | Dirk Hohndel |
2013-04-09 | Store the tag names instead of an opaque number | Dirk Hohndel |
2013-04-09 | Add dive tags and support invalid dives | Ďoďo |
2013-03-26 | Check if DLD contains non-ascii characters | Miika Turkia |
2013-03-18 | Generate heading event on DM4 import | Miika Turkia |
2013-03-17 | Terminate decode at end of string and fix mem leak | Miika Turkia |
2013-03-15 | Support divelogs.de exports that include Cyrillic characters | Miika Turkia |
2013-03-10 | .DLD generation for uploading to divelogs.de | Miika Turkia |
2013-03-08 | Use information from proper table on DM4 import | Miika Turkia |
2013-03-08 | Sanity check on temperature values | Dirk Hohndel |
2013-03-08 | Warn about commas in floating point values | Linus Torvalds |
2013-03-07 | Fix potentially broken white space truncation on certain Windows versions | Lubomir I. Ivanov |