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
/
libdivecomputer.h
Age
Commit message (
Expand
)
Author
2015-08-20
Connect up serial_ftdi custom serial
Anton Lundin
2015-07-07
Allow to compile Subsurface with upstream libdivecomputer
Dirk Hohndel
2015-07-06
Implement the custom Bluetooth serial communication and use it
Claudiu Olteanu
2015-07-06
Add a dialog for remote Bluetooth devices selection
Claudiu Olteanu
2015-05-27
Enable diagnostic logs from dc configuration
Anton Lundin
2015-04-04
libdivecomputer.c: Add support for raw data buffer parse using libdc
Salvador Cuñat
2015-04-04
Add errmsg() function for libdivecomputer.c
Salvador Cuñat
2015-04-04
Add dc_descriptor_t structure
Salvador Cuñat
2015-01-09
Add a private table for downloaded dives
Dirk Hohndel
2014-12-27
Keep undecoded firmware / serial info from libdivecomputer
Dirk Hohndel
2014-11-20
Remember serial and firmware for divecomputers
Dirk Hohndel
2014-10-12
Pass the whole 'device_data_t' to the uemis downloader
Linus Torvalds
2014-08-14
Add "download into private trip" dialog checkmark
Linus Torvalds
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-11
Put include guard to every header
Boris Barbulovski
2014-01-08
Write the event data to the libdivecomputer log.
Jef Driesen
2013-12-24
Enable libdivecomputer log or dump from the UI
Dirk Hohndel
2013-11-22
Don't parse 32bit hex values with strtol
Dirk Hohndel
2013-10-07
Minor include file unwinding
Dirk Hohndel
2013-10-06
Merge branch 'glib-removal-hack'
Dirk Hohndel
2013-10-06
Trying to switch to Qt translation
Dirk Hohndel
2013-10-06
First steps towards removing glib dependencies
Dirk Hohndel
2013-10-05
Don't include headers under extern "C" unless we have to.
Thiago Macieira
2013-06-24
Enable downloads from the UEMIS Zurich
Dirk Hohndel
2013-05-20
Added code to cancel the thread.
Tomaz Canabrava
2013-05-20
Skeleton code for a non-blocking UI thread for downloading dives from the DC
Tomaz Canabrava
2013-05-17
Merge branch 'Qt'
Dirk Hohndel
2013-05-14
Conditionally enable the device combo box.
Jef Driesen
2013-05-03
Remove the majority of the Gtk related code
Dirk Hohndel
2013-01-09
Assemble the actual Suunto serial number
Linus Torvalds
2012-11-25
Improve on divecomputer data handling
Linus Torvalds
2012-11-20
Allow the user to cancel a dive computer download
Dirk Hohndel
2012-11-11
Add special download modes to force updates from the divecomputer
Dirk Hohndel
2012-08-28
Remove include not present in new libdivecomputer.
Pierre-Yves Chibon
2012-08-27
Update for new libdivecomputer interfaces
Linus Torvalds
2012-07-10
Update for libdivecomputer pkg-config include file changes
Linus Torvalds
2012-06-22
Update to new sane libdivecomputer interfaces
Linus Torvalds
2012-05-02
Show dive import error messages in the import dialog
Linus Torvalds
2011-09-26
Stop libdivecomputer import when we start seeing old dives
Linus Torvalds
2011-09-22
Fix progress bar during libdivecomputer imports
Linus Torvalds
2011-09-20
Separate out the UI from the program logic
Dirk Hohndel