summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-20Only select last dive by default if no other dives are selectedGravatar Dirk Hohndel
2012-09-20Fix dive trip saving bugGravatar Dirk Hohndel
2012-09-20Removed obsolete debug messageGravatar Dirk Hohndel
2012-09-20Merge remote-tracking branch 'origin/single-threaded-gui'Gravatar Dirk Hohndel
2012-09-20Convert the divelist debug helpers to the new time functions as wellGravatar Dirk Hohndel
2012-09-20Don't update the progress bar from the dive computer import threadGravatar Linus Torvalds
2012-09-20Fix yearly statistics after 64-bit time changesGravatar Miika Turkia
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds
2012-09-20Merge branch 'time-function'Gravatar Linus Torvalds
2012-09-20FIND_TRIP: don't cast a timestamp to a pointerGravatar Linus Torvalds
2012-09-20dive-time widget: fix incorrect use of timestamp_tGravatar Linus Torvalds
2012-09-20Convert FIND_TRIP into functionGravatar Dirk Hohndel
2012-09-19Fix the incorrect data type for DIVE_DATE accessesGravatar Linus Torvalds
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Use long instead of int when retrieving DIVE_DATE via gtk_tree_model_getGravatar Lubomir I. Ivanov
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-19Check if trip is NULL before calling DIVE_TRIPGravatar Lubomir I. Ivanov
2012-09-18Fix some of the problems reported by cppcheckGravatar Dirk Hohndel
2012-09-18When deleting dives make sure that amount_selected stays consistentGravatar Dirk Hohndel
2012-09-18Proper placement for the file menu separator lines in MacOSXGravatar Henrik Brautaset Aronsen
2012-09-18Prevent dive_from_path from dereferencing invalid iterGravatar Dirk Hohndel
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-18Cosmetic changes to the NSIS installer scriptGravatar Ivan Habunek
2012-09-18Fixed permissions in NSIS installerGravatar Ivan Habunek
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-17Make sure dive info is displayed correctly at startGravatar 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-17Fix potential crash when importing divesGravatar Dirk Hohndel
2012-09-17Correctly deal with empty XML filesGravatar Dirk Hohndel
2012-09-17Show the datafile name even with no divesGravatar 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