index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-09-21
Activate the new separate "Import XML File" functionality
Lubomir I. Ivanov
2012-09-21
Remove the XML file selection from the DC download dialog
Lubomir I. Ivanov
2012-09-21
Separate the "Import" menu entry into two menu entries in "File" and "Log"
Lubomir I. Ivanov
2012-09-21
Make sure windows behind forward dialogs are truly inactive
Lubomir I. Ivanov
2012-09-21
More cosmetic changes in the "Import" dialog
Lubomir I. Ivanov
2012-09-21
Keep the "OK" button in "Import" disabled until a DC is selected
Lubomir I. Ivanov
2012-09-20
Only select last dive by default if no other dives are selected
Dirk Hohndel
2012-09-20
Fix dive trip saving bug
Dirk Hohndel
2012-09-20
Removed obsolete debug message
Dirk Hohndel
2012-09-20
Merge remote-tracking branch 'origin/single-threaded-gui'
Dirk Hohndel
2012-09-20
Convert the divelist debug helpers to the new time functions as well
Dirk Hohndel
2012-09-20
Don't update the progress bar from the dive computer import thread
Linus Torvalds
2012-09-20
Fix yearly statistics after 64-bit time changes
Miika Turkia
2012-09-20
Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurface
Linus Torvalds
2012-09-20
Merge branch 'time-function'
Linus Torvalds
2012-09-20
FIND_TRIP: don't cast a timestamp to a pointer
Linus Torvalds
2012-09-20
dive-time widget: fix incorrect use of timestamp_t
Linus Torvalds
2012-09-20
Convert FIND_TRIP into function
Dirk Hohndel
2012-09-19
Fix the incorrect data type for DIVE_DATE accesses
Linus Torvalds
2012-09-19
Partial rewrite of the dive trip code
Dirk Hohndel
2012-09-19
Use long instead of int when retrieving DIVE_DATE via gtk_tree_model_get
Lubomir I. Ivanov
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-19
Check if trip is NULL before calling DIVE_TRIP
Lubomir I. Ivanov
2012-09-18
Fix some of the problems reported by cppcheck
Dirk Hohndel
2012-09-18
When deleting dives make sure that amount_selected stays consistent
Dirk Hohndel
2012-09-18
Proper placement for the file menu separator lines in MacOSX
Henrik Brautaset Aronsen
2012-09-18
Prevent dive_from_path from dereferencing invalid iter
Dirk Hohndel
2012-09-18
Call xmlCleanupParser only once - when we are done with libxml
Lubomir I. Ivanov
2012-09-18
Cosmetic changes to the NSIS installer script
Ivan Habunek
2012-09-18
Fixed permissions in NSIS installer
Ivan Habunek
2012-09-18
Fixed a couple of memleaks in gtk-gui.c and info.c
Lubomir I. Ivanov
2012-09-18
Added an entry "New" in the "File" menu
Lubomir I. Ivanov
2012-09-18
Fix crash when simply clicking OK in import dialog
Dirk Hohndel
2012-09-18
Generalized the "Import" dialog title
Lubomir I. Ivanov
2012-09-18
Moved "Import" in a separate section in the "File" menu
Lubomir I. Ivanov
2012-09-17
Merge branch 'defaultfile'
Dirk Hohndel
2012-09-17
Make sure dive info is displayed correctly at start
Dirk Hohndel
2012-09-17
Simplify code in file_open as we now only open one file
Dirk Hohndel
2012-09-17
Don't close existing data file in file_open if user cancels
Dirk Hohndel
2012-09-17
Once again improve existing filename handling
Dirk Hohndel
2012-09-17
Fix potential crash when importing dives
Dirk Hohndel
2012-09-17
Correctly deal with empty XML files
Dirk Hohndel
2012-09-17
Show the datafile name even with no dives
Dirk Hohndel
2012-09-17
Mark divelist unchanged after closing the datafile
Dirk Hohndel
2012-09-17
Put creation of the file selector box filter into helper function
Dirk Hohndel
2012-09-17
Reimplement the GtkFileChooserButton for import
Dirk Hohndel
2012-09-17
The Open menu entry should open just one file
Dirk Hohndel
2012-09-17
Move Import menu entry back to File menu
Dirk Hohndel
2012-09-17
File Open now closes the previous file, first
Dirk Hohndel
2012-09-17
Display current filename in windows title
Dirk Hohndel
[next]