summaryrefslogtreecommitdiffstats
path: root/info.c
AgeCommit message (Expand)Author
2012-12-10Add the ability to edit the date/time of a diveGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-11-05Repair broken Add Dive menu itemGravatar Henrik Brautaset Aronsen
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-24Removed the delete option by right clicking on "Dive Info"Gravatar Lubomir I. Ivanov
2012-10-24info.c: Make sure we only edit when there is dive selectionGravatar Lubomir I. Ivanov
2012-10-22Use the 'star_strings' buffer to set combo box entries for ratingGravatar Lubomir I. Ivanov
2012-10-18Don't enable equipment notebook buttons if there is no diveGravatar Dirk Hohndel
2012-10-17Allocate memory for and truncate strings that go into the title barGravatar Lubomir I. Ivanov
2012-10-17Increase various stack buffer sizes to accommodate for locale stringsGravatar Lubomir I. Ivanov
2012-10-17info.c: set units for translation in the "depth box"Gravatar Lubomir I. Ivanov
2012-10-17Handle dates and a "calculated plural" in translationsGravatar Dirk Hohndel
2012-10-16Localization prevents us from from making assumptions about string lengthGravatar Dirk Hohndel
2012-10-15Fix incorrect localization of dialog nameGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-01Fixed some small memory leaksGravatar Lubomir I. Ivanov
2012-09-29Set a default size to the "Edit Trip Info" windowGravatar Lubomir I. Ivanov
2012-09-24Update cylinder info properlyGravatar Linus Torvalds
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds
2012-09-20dive-time widget: fix incorrect use of timestamp_tGravatar Linus Torvalds
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-18Fixed a couple of memleaks in gtk-gui.c and info.cGravatar Lubomir I. Ivanov
2012-09-17Merge branch 'defaultfile'Gravatar Dirk Hohndel
2012-09-17Display current filename in windows titleGravatar Dirk Hohndel
2012-09-11Fix a long standing bug when editing divesGravatar Dirk Hohndel
2012-09-10Implement Close menu option that allows closing the data fileGravatar Dirk Hohndel
2012-09-02Use truth values with gbooleanGravatar Dirk Hohndel
2012-09-01Allow modification and edits of tripsGravatar Dirk Hohndel
2012-08-28Merge git://git.tdb.fi/ext/subsurfaceGravatar Linus Torvalds
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-26Ignore Nitrox/He seetings when editing cylinders for multiple divesGravatar Dirk Hohndel
2012-08-21Add helper 'for_each_dive()' dive iteratorGravatar Linus Torvalds
2012-08-21Fix single-dive editing oddityGravatar Linus Torvalds
2012-08-22Check if multi-dive editing is actually neededGravatar Mikko Rasa
2012-08-20Rework dive selection logicGravatar Linus Torvalds
2012-08-18Select better (?) default date for adding new diveGravatar Linus Torvalds
2012-08-18Correct multi-edit equipment update logicGravatar Dirk Hohndel
2012-08-17When editing multiple files, don't override existing equipment entriesGravatar Dirk Hohndel
2012-08-17Merge branch 'misc-fixes' of git://github.com/DataBeaver/subsurfaceGravatar Linus Torvalds
2012-08-17Fix string handling in get_combo_box_entry_textGravatar Dirk Hohndel
2012-08-17multi-dive editing: don't change fields that weren't changed for the master diveGravatar Linus Torvalds
2012-08-16multi-dive editing: don't change already set data for other divesGravatar Linus Torvalds
2012-08-16Fix right click edit in Dive Notes area for multiple divesGravatar Dirk Hohndel
2012-08-16Avoid SIGSEGV when editing multiple divesGravatar Linus Torvalds
2012-08-16Merge branch 'tree2' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-16Merge branch 'suit' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-15Redo dive editingGravatar Dirk Hohndel
2012-08-14Add exposure protection trackingGravatar Dirk Hohndel
2012-08-14Fixed another memory leakGravatar Dirk Hohndel