]> git.tdb.fi Git - ext/subsurface.git/history - gtk-gui.c
Remove the ability to 'Import' .SDA files
[ext/subsurface.git] / gtk-gui.c
2011-10-03 Dirk HohndelRemove the ability to 'Import' .SDA files
2011-09-28 Linus TorvaldsMerge branch 'ui' of git://github.com/dirkhh/subsurface
2011-09-28 Dirk HohndelThe notebook pages can only be dropped back into the...
2011-09-28 Dirk HohndelLinus would like to be less on the bleeding edge of...
2011-09-28 Dirk HohndelUse the correct signal to avoid Gtk-CRITICAL error...
2011-09-27 Dirk HohndelClean up the drag and drop code and allow ripping off...
2011-09-27 Linus TorvaldsAdd drag-n-drop support to be able to re-integrate...
2011-09-27 Linus TorvaldsDon't mark the divelist window transient
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Dirk HohndelStore options in gconf
2011-09-27 Linus TorvaldsMerge branch 'otu-tracking-v2' of git://github.com...
2011-09-27 Linus TorvaldsMake the dive list start as a plain notebook page
2011-09-27 Dirk HohndelAdd preference option to chose if SAC and/or OTU should...
2011-09-26 Linus TorvaldsAdd the version to the Makefile
2011-09-26 Linus TorvaldsAdd a GtkEntry to allow editing of the device name
2011-09-26 Linus TorvaldsAdd a "Dive Computer" frame around the dive computer...
2011-09-26 Linus TorvaldsAdd a xml file filter to the file open dialog
2011-09-24 Linus TorvaldsAdd an 'About' dialog
2011-09-24 Linus TorvaldsUse 'gtk_dialog_get_content_area()' instead of accessin...
2011-09-22 Linus TorvaldsFix progress bar during libdivecomputer imports
2011-09-21 Linus TorvaldsMerge branch 'quit-handling' of git://github.com/dirkhh...
2011-09-21 Dirk HohndelUse the last (or only) filename on command line as...
2011-09-21 Dirk HohndelShow the "save changes" dialog before the main window...
2011-09-21 Dirk HohndelCheck for changes at regular 'quit' events as well
2011-09-21 Dirk HohndelCatch changes to the info of the current dive when...
2011-09-21 Dirk HohndelSimplistic first attempt to get changes saved when...
2011-09-20 Linus TorvaldsFix preferences dialog
2011-09-20 Dirk HohndelSeparate out the UI from the program logic