summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2012-09-26Merge branch 'uemis-native'Gravatar Dirk Hohndel
2012-09-26First implementation of native Uemis downloaderGravatar Dirk Hohndel
2012-09-23Prevent a warning when showing the "About" dialogGravatar Lubomir I. Ivanov
2012-09-23Use the name "Subsurface" in the "About" dialogGravatar Lubomir I. Ivanov
2012-09-23Make sure memory for default_dive_computer_device is allocatedGravatar Lubomir I. Ivanov
2012-09-21Activate the new separate "Import XML File" functionalityGravatar Lubomir I. Ivanov
2012-09-21Remove the XML file selection from the DC download dialogGravatar Lubomir I. Ivanov
2012-09-21Separate the "Import" menu entry into two menu entries in "File" and "Log"Gravatar Lubomir I. Ivanov
2012-09-21Make sure windows behind forward dialogs are truly inactiveGravatar Lubomir I. Ivanov
2012-09-21More cosmetic changes in the "Import" dialogGravatar Lubomir I. Ivanov
2012-09-21Keep the "OK" button in "Import" disabled until a DC is selectedGravatar Lubomir I. Ivanov
2012-09-18Fix some of the problems reported by cppcheckGravatar Dirk Hohndel
2012-09-18Fixed a couple of memleaks in gtk-gui.c and info.cGravatar Lubomir I. Ivanov
2012-09-18Added an entry "New" in the "File" menuGravatar Lubomir I. Ivanov
2012-09-18Fix crash when simply clicking OK in import dialogGravatar Dirk Hohndel
2012-09-18Generalized the "Import" dialog titleGravatar Lubomir I. Ivanov
2012-09-18Moved "Import" in a separate section in the "File" menuGravatar Lubomir I. Ivanov
2012-09-17Merge branch 'defaultfile'Gravatar Dirk Hohndel
2012-09-17Simplify code in file_open as we now only open one fileGravatar Dirk Hohndel
2012-09-17Don't close existing data file in file_open if user cancelsGravatar Dirk Hohndel
2012-09-17Once again improve existing filename handlingGravatar Dirk Hohndel
2012-09-17Mark divelist unchanged after closing the datafileGravatar Dirk Hohndel
2012-09-17Put creation of the file selector box filter into helper functionGravatar Dirk Hohndel
2012-09-17Reimplement the GtkFileChooserButton for importGravatar Dirk Hohndel
2012-09-17The Open menu entry should open just one fileGravatar Dirk Hohndel
2012-09-17Move Import menu entry back to File menuGravatar Dirk Hohndel
2012-09-17File Open now closes the previous file, firstGravatar Dirk Hohndel
2012-09-17Display current filename in windows titleGravatar Dirk Hohndel
2012-09-13Use glib file and pathname functionsGravatar Dirk Hohndel
2012-09-13Prevent the preferences dialog from getting focus with file selector openGravatar Dirk Hohndel
2012-09-13Fix memory leaks and one potential NULL dereferenceGravatar Dirk Hohndel
2012-09-12various small fixes to the defaultfile modelGravatar Lubomir I. Ivanov
2012-09-12Make sure Subsurface receives Quit / Command-Q callback on MacGravatar Dirk Hohndel
2012-09-11Inline g_list_free_full for better compatibilityGravatar Lubomir I. Ivanov
2012-09-11Use glibio functions for mkdirGravatar Dirk Hohndel
2012-09-11Better compatibility with older GTK and CairoGravatar Lubomir I. Ivanov
2012-09-11Display yearly/monthly statisticsGravatar Miika Turkia
2012-09-11Use GTK_UNIT_INCH when printing to provide consistency across OSGravatar Lubomir I. Ivanov
2012-09-10Fix silly folder permission bugGravatar Dirk Hohndel
2012-09-10Implement Close menu option that allows closing the data fileGravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-09First cut of adding a default file nameGravatar Dirk Hohndel
2012-09-06Set default path for file import to the last path openedGravatar Dirk Hohndel
2012-09-06Update the About screenGravatar Dirk Hohndel
2012-09-03Correctly initialize the toggle state of the autogroup menu entryGravatar Dirk Hohndel
2012-09-02Add autogen menu commandGravatar Dirk Hohndel
2012-08-28Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurfaceGravatar Linus Torvalds
2012-08-28Merge git://git.tdb.fi/ext/subsurfaceGravatar Linus Torvalds
2012-08-27Merge branch 'trips' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-27First cut of explicit trip trackingGravatar Dirk Hohndel