index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2013-10-06
Trying to switch to Qt translation
Dirk Hohndel
2013-10-06
First steps towards removing glib dependencies
Dirk Hohndel
2013-10-02
Initial code to import CSV log files
Miika Turkia
2013-09-17
Enable opening files with .zip suffix
Henrik Brautaset Aronsen
2013-05-21
Replace GError handling with a kMessageWidget based approach
Dirk Hohndel
2013-05-11
Disable non-functional Cochran code
Dirk Hohndel
2013-05-11
Require libzip, xslt and osm-gps-map in all builds
Henrik Brautaset Aronsen
2013-04-07
Move set_filename() calls outside of parse_file()
Alberto Mardegan
2013-03-17
Terminate decode at end of string and fix mem leak
Miika Turkia
2013-03-13
First simplistic implementation of a divelogs.de upload
Dirk Hohndel
2013-03-07
Test if .bak file is supported database dive log
Miika Turkia
2013-03-04
Limited support for Suunto DM4 import
Miika Turkia
2013-02-20
Display the filename on error message
Miika Turkia
2013-02-20
Change divelogs.de export file suffix from .ZIP to .DLD
Henrik Brautaset Aronsen
2013-02-20
Add unzip support to divelogs.de exports
Henrik Brautaset Aronsen
2013-02-09
Finish removing accesses to first divecomputer instead of dive
Dirk Hohndel
2013-02-03
Fix compiling, old api of parse_xml_buffer
Martin Gysel
2013-01-31
Allow using two different tables to hold dives and gps locations
Dirk Hohndel
2013-01-23
Move more dive computer filled data to the divecomputer structure
Linus Torvalds
2013-01-11
Add default filename and divelist font to prefs structure
Linus Torvalds
2012-11-30
Remove the hack to mark parsed XML files as downloaded
Dirk Hohndel
2012-11-23
Move events and samples into a 'struct divecomputer'
Linus Torvalds
2012-11-23
Allocate dive samples separately from 'struct dive'
Linus Torvalds
2012-11-21
Fix "prefer download" behavior
Dirk Hohndel
2012-11-10
Fix default filename handling errors
Linus Torvalds
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-10-09
A file that we import should never become the default file we save to
Dirk Hohndel
2012-10-04
Use GLib's g_fopen() and g_open() when working with files
Lubomir I. Ivanov
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-15
Don't show an error if we can't load the default file
Dirk Hohndel
2012-09-03
Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'
Linus Torvalds
2012-08-26
file.c: open a file in binary mode in readfile()
Lubomir I. Ivanov
2012-07-12
file.c: Fix a file descriptor leak in readfile()
Andrew Clayton
2012-06-19
Fix cochran CSV pressure data import
Linus Torvalds
2012-06-19
cochran: add support for importing the exported CSV files
Linus Torvalds
2012-01-27
Add some initial cochran CAN file parsing
Linus Torvalds
2012-01-27
Import: always open and read the file before checking the filename extension
Linus Torvalds
2012-01-27
Fix typo ('suundo' instead of 'suunto')
Linus Torvalds
2012-01-26
Add "native" Suunto SDE zip file reading
Linus Torvalds
2012-01-26
Split up file reading from 'parse-xml.c' into 'file.c'
Linus Torvalds