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
/
divelist.c
Age
Commit message (
Expand
)
Author
2014-05-24
Add some helper functions
Dirk Hohndel
2014-05-20
Use get_o2 instead of local version
Anton Lundin
2014-05-19
Remove unused variables
Dirk Hohndel
2014-05-14
Mark new dives "downloaded" when importing new dives
Linus Torvalds
2014-05-13
Do not check for null before free.
Tomaz Canabrava
2014-05-08
Use the used flag on cylinders in get_dive_gas
Anton Lundin
2014-04-26
Don't calculate SAC-rates for negative pressure changes
Linus Torvalds
2014-03-10
Get rid of crazy empty tag_list element at the start
Linus Torvalds
2014-03-08
Another case of 'dereference before NULL check'
Dirk Hohndel
2014-03-08
Don't use dive before checking it against NULL
Dirk Hohndel
2014-03-03
Remove pointless assignments
Dirk Hohndel
2014-03-03
Whitespace cleanup
Dirk Hohndel
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-12
Use "rint()" instead of rounding manually with "+ 0.5"
Linus Torvalds
2014-02-11
Fix ATM-vs-bar confusion
Linus Torvalds
2014-02-10
Fix calloc parameter order.
Boris Barbulovski
2014-01-16
Convert the C code to using stdbool and true/false
Anton Lundin
2014-01-07
When merging dives, keep dive ids in mind
Dirk Hohndel
2014-01-01
Typos on comments
Rodrigo Severo
2013-12-12
Fix incorrect handling of autogrouped trips
Dirk Hohndel
2013-12-11
divelist.c: Fix possible NULL pointer deref.
Lubomir I. Ivanov
2013-12-11
Remove extra local variable declaration
Anton Lundin
2013-12-11
Initialize tissue_tolerance
Anton Lundin
2013-12-07
amount_selected should never be decremented if already 0
Martin Gysel
2013-11-19
Fix trip summary line in dive list
Dirk Hohndel
2013-11-16
Removed duplicated method.
Tomaz Canabrava
2013-11-02
Replaced the tag implementation
Maximilian Güntner
2013-10-16
Helpers: move some date related function to qt-gui.cpp
Lubomir I. Ivanov
2013-10-09
Next step towards working translations
Dirk Hohndel
2013-10-07
Next round of code removal and header cleanup
Dirk Hohndel
2013-10-07
Remove even more code and declarations
Dirk Hohndel
2013-10-06
Delete code and files that are no longer used
Dirk Hohndel
2013-10-06
Remove lots of ifdef'ed out code from GTK/glib version
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-09-24
Disable info widget when canceling 'add dive' for a first dive
Dirk Hohndel
2013-09-24
Only offer to merge dives if they are consecutive in the divelist
Dirk Hohndel
2013-09-23
Add "merge selected dives" to dive list popup menu
Dirk Hohndel
2013-06-18
Converting the device_info list into a Qt data structure
Dirk Hohndel
2013-06-13
Improve the trip header
Linus Torvalds
2013-05-31
Use a slightly shorter date string for Info tab
Dirk Hohndel
2013-05-22
The never ending, futile fight for whitespace consistency
Dirk Hohndel
2013-05-17
Merge branch 'Qt'
Dirk Hohndel
2013-05-14
code to show profile again
Tomaz Canabrava
2013-05-11
Require libzip, xslt and osm-gps-map in all builds
Henrik Brautaset Aronsen
2013-05-03
Fix compiler warnings
Dirk Hohndel
2013-05-03
Remove the majority of the Gtk related code
Dirk Hohndel
2013-05-02
Move gas string computation into core logic code
Dirk Hohndel
2013-04-24
Call the get_date functions with timestamp_t instead of struct tm
Dirk Hohndel
2013-04-24
Split report_dives into UI and logic and move to divelist files
Dirk Hohndel
[next]