aboutsummaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2013-01-15Attempt to override the URI handler in the about dialogGravatar Lubomir I. Ivanov
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-13Add support for MOD, EAD, AND and EADD in the mouse over displayGravatar Dirk Hohndel
2013-01-13Work on a dive localisation tool using GPS coordinatesGravatar Pierre-Yves Chibon
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2013-01-11Fix SIGSEGV if no pre-existing nickname informationGravatar Linus Torvalds
2013-01-11Update preference saving for numeric valuesGravatar Linus Torvalds
2013-01-11gtk-gui.c: Move the download dialog related code to a new fileGravatar Lubomir I. Ivanov
2013-01-10Clean up preference saving codeGravatar Linus Torvalds
2013-01-10Make the default preferences explicitGravatar Linus Torvalds
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2013-01-09Move device_info handling into a new 'device.c' fileGravatar Linus Torvalds
2013-01-09Rename 'dcnicknamelist' struct as 'device_info'Gravatar Linus Torvalds
2013-01-07Move planner UI into planner.cGravatar Dirk Hohndel
2013-01-07Remove the now obsolete hard coded test_planGravatar Dirk Hohndel
2013-01-07Support relative times in diveplanner input "on the fly" modeGravatar Dirk Hohndel
2013-01-06Display dive profile of the dive we plan, as we plan itGravatar Dirk Hohndel
2013-01-06Remove Linus' plan input UIGravatar Dirk Hohndel
2013-01-06Planner: hook the gas combo box to a "focus-out" event handlerGravatar Lubomir I. Ivanov
2013-01-05Make the dive plan input much more compactGravatar Dirk Hohndel
2013-01-05Add new gases to the combo box in dive plan entryGravatar Dirk Hohndel
2013-01-05Make the 'Add waypoint' button work in the Input Plan dialogGravatar Dirk Hohndel
2013-01-05Different widget to input the planGravatar Dirk Hohndel
2013-01-05Do a minimal hook-up of the dive plan tree view to theGravatar Linus Torvalds
2013-01-05Create the infrastructure for a dive plannder based on a tree-modelGravatar Linus Torvalds
2013-01-05Stub out a few things for a plan input UIGravatar Dirk Hohndel
2013-01-04First stab at simplistic dive planningGravatar Dirk Hohndel
2013-01-04Fix deco calculations to correctly use GF values and add CC supportGravatar Dirk Hohndel
2013-01-04Intercept all events to the GF fields in the property dialogGravatar Dirk Hohndel
2013-01-03Merge branch 'deco2'Gravatar Dirk Hohndel
2013-01-03Improvements to select_prev_dive() and select_next_dive()Gravatar Lubomir I. Ivanov
2013-01-03Make GF values configurableGravatar Dirk Hohndel
2013-01-03Use gradient factors in deco calculationGravatar Dirk Hohndel
2013-01-03Add configurable visualization of calculated ceilingGravatar Dirk Hohndel
2013-01-03Rewrite the nickname replacement functionGravatar Dirk Hohndel
2013-01-02Use old style (pre gtk-2.22) keysymsGravatar Dirk Hohndel
2013-01-01Remove autogroup from the preferences and store per file insteadGravatar Dirk Hohndel
2013-01-01Make sure remember_dc has its own copy of the model stringGravatar Dirk Hohndel
2013-01-01Add ability to remove a divecomputer from our data structuresGravatar Dirk Hohndel
2013-01-01Use the Left and Right keys to switch between divecomputersGravatar Dirk Hohndel
2013-01-01First step towards grabbing keys and handling them ourselvesGravatar Dirk Hohndel
2012-12-30Fix nickname saving in XML file to deal with utf8 charactersGravatar Dirk Hohndel
2012-12-28Make add_dc_to_string() skip redundant entriesGravatar Linus Torvalds
2012-12-28Divecomputer entries with deviceid 0 should be ignored for nicknamesGravatar Dirk Hohndel
2012-12-27Fix incorrect memory access in nickname handlingGravatar Dirk Hohndel
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-23Different is different from the same (fix silly bug in nickname handling)Gravatar Dirk Hohndel
2012-12-22Next improvement of the nickname codeGravatar Dirk Hohndel
2012-12-22Make it possible to translate strings containing subscript "2"Gravatar Lubomir I. Ivanov
2012-12-22Free some nickname related memory in gtk-gui.cGravatar Lubomir I. Ivanov