aboutsummaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2011-09-27The notebook pages can only be dropped back into the main notebookGravatar Dirk Hohndel
2011-09-27Linus would like to be less on the bleeding edge of Gtk+Gravatar Dirk Hohndel
2011-09-27Use the correct signal to avoid Gtk-CRITICAL error messageGravatar Dirk Hohndel
2011-09-27Clean up the drag and drop code and allow ripping off the Dive ProfileGravatar Dirk Hohndel
2011-09-27Add drag-n-drop support to be able to re-integrate the dive listGravatar Linus Torvalds
2011-09-27Don't mark the divelist window transientGravatar Linus Torvalds
2011-09-27Merge branch 'otu-tracking-v2' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-09-27Store options in gconfGravatar Dirk Hohndel
2011-09-27Make the dive list start as a plain notebook pageGravatar Linus Torvalds
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-26Add the version to the MakefileGravatar Linus Torvalds
2011-09-26Add a GtkEntry to allow editing of the device nameGravatar Linus Torvalds
2011-09-26Add a "Dive Computer" frame around the dive computer choice in importGravatar Linus Torvalds
2011-09-26Add a xml file filter to the file open dialogGravatar Linus Torvalds
2011-09-24Add an 'About' dialogGravatar Linus Torvalds
2011-09-24Use 'gtk_dialog_get_content_area()' instead of accessing dialog directlyGravatar Linus Torvalds
2011-09-22Fix progress bar during libdivecomputer importsGravatar Linus Torvalds
2011-09-21Use the last (or only) filename on command line as default for savingGravatar Dirk Hohndel
2011-09-21Show the "save changes" dialog before the main window is destroyedGravatar Dirk Hohndel
2011-09-21Check for changes at regular 'quit' events as wellGravatar Dirk Hohndel
2011-09-21Catch changes to the info of the current dive when quittingGravatar Dirk Hohndel
2011-09-21Simplistic first attempt to get changes saved when quitting subsurfaceGravatar Dirk Hohndel
2011-09-20Fix preferences dialogGravatar Linus Torvalds
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel