Age | Commit message (Expand) | Author |
2014-07-10 | Don't trust isspace() unless isascii() approves | Anton Lundin |
2014-07-09 | Add support divecomputer based TTS | Anton Lundin |
2014-07-08 | Fix picture loading | Dirk Hohndel |
2014-06-09 | Picture handling: switch to stronger typed offset | Dirk Hohndel |
2014-06-08 | Picture handling: change data structure to store offset instead timestamp | Dirk Hohndel |
2014-06-08 | Save the timestamp of the dive. | Tomaz Canabrava |
2014-06-06 | HTML: Better quoting to the export strings | Gehad elrobey |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-03 | Add photo saving for the XML backend. | Tomaz Canabrava |
2014-05-20 | Migrate code to for_each_dive and for_each_dc | Anton Lundin |
2014-05-08 | Rewrite show_location to use membuffer primitives | Anton Lundin |
2014-05-07 | Manually implement strndup | Dirk Hohndel |
2014-05-07 | Remove trailing spaces from the produced output | Anton Lundin |
2014-05-06 | Qt turns edited locations into null-strings | Anton Lundin |
2014-05-06 | Terminate the string before relying on strlen | Anton Lundin |
2014-05-06 | Revert "Save latitude and longitude on XML even if location not set" | Anton Lundin |
2014-04-26 | Add GUI support for exporting in CSV format | Miika Turkia |
2014-04-25 | Save latitude and longitude on XML even if location not set | Tomaz Canabrava |
2014-04-17 | Removed the globals 'userid' and 'save_userid_local' variables | Tomaz Canabrava |
2014-04-14 | Add option to save userid in data files | Venkatesh Shukla |
2014-03-14 | Revert "If saving to a git repository fails, don't create oddly named XML file" | Dirk Hohndel |
2014-03-14 | If saving to a git repository fails, don't create oddly named XML file | Dirk Hohndel |
2014-03-14 | error handling: return errors for save functions | Linus Torvalds |
2014-03-13 | git object format: make sure parenthood isn't lost when saving | Linus Torvalds |
2014-03-12 | Stop using the "git descriptor file" model | Linus Torvalds |
2014-03-10 | Get rid of crazy empty tag_list element at the start | Linus Torvalds |
2014-03-06 | Initial implementation of git save format | Linus Torvalds |
2014-03-05 | Mark ignored error return as intentional | Dirk Hohndel |
2014-02-16 | Whitespace cleanup for parse-xml.c and save-xml.c | Dirk Hohndel |
2014-02-16 | Allow backups for .ssrf files as well | Dirk Hohndel |
2014-02-16 | Rename old 'xml' file as 'bak' file when saving | Linus Torvalds |
2014-02-10 | Clean up membuffer internal structure names, add strip function | Linus Torvalds |
2014-02-10 | Add support for heartrate and bearing information in samples | Linus Torvalds |
2014-01-16 | Save XML files into a memory buffer rather than directly into a file | Linus Torvalds |
2014-01-16 | Convert the C code to using stdbool and true/false | Anton Lundin |
2013-12-19 | Files: use the new open() wrappers | Lubomir I. Ivanov |
2013-12-06 | Really save airtemp and watertemp in the dive | Dirk Hohndel |
2013-11-29 | Editing air or water temperature should modify dive computer, not dive | Dirk Hohndel |
2013-11-27 | Show/save weights up to and including last valid | Anton Lundin |
2013-11-15 | Escape all problematic characters when saving a tag | Maximilian Güntner |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-10-20 | Export dives in UDDF format | Miika Turkia |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-06-18 | Converting the device_info list into a Qt data structure | Dirk Hohndel |
2013-05-21 | Remove Gtk crud | 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-07 | Fix potentially broken white space truncation on certain Windows versions | Lubomir I. Ivanov |
2013-03-01 | Fix saving of po2 values | Linus Torvalds |
2013-02-27 | Ensure all strings stored in XML are escaped correctly | Linus Torvalds |