aboutsummaryrefslogtreecommitdiffstats
path: root/equipment.c
AgeCommit message (Expand)Author
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2013-12-28Update tank model with custom tanks used in XML filesGravatar Dirk Hohndel
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-02Added 3L Pony tanks to the list of default tanks in equipment.cGravatar Tim Wootton
2013-10-02Add AL40 to list of standard tanksGravatar Benjamin
2013-09-10Change ws_info and tank_info typesGravatar Dirk Hohndel
2013-09-10Fill ws_info structure and use it when entering weight systemsGravatar Dirk Hohndel
2013-05-23Enable the weightsystem info and move the declarations to dive.hGravatar Dirk Hohndel
2013-05-22Actually remove cylinders and weightsystems from the data structuresGravatar Dirk Hohndel
2013-05-21Correctly use the weightsystem_none / cylinder_none helpersGravatar Dirk Hohndel
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-15Avoid reading an uninitialized variable when adding new cylindersGravatar Dirk Hohndel
2013-05-03Fix compiler warningsGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-15Added the code that will load and populate the Tank InfoGravatar Tomaz Canabrava
2013-04-13Started the real code on the Qt Interface.Gravatar Tomaz Canabrava
2013-03-17Manually add gas changes to a diveGravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-03-03equipment.c: Fix potential buffer overflow in size_data_funct()Gravatar Lubomir I. Ivanov
2013-02-18Clear statistics and equipment when no dive is selectedGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-28Clean up gtk combo box handlingGravatar Linus Torvalds
2013-01-28Make subsurface compile with -DGSEAL_ENABLEGravatar Linus Torvalds
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-11-10gtk spinbuttons are crazy - fix possible divide-by-zeroGravatar Linus Torvalds
2012-10-18Don't enable equipment notebook buttons if there is no diveGravatar Dirk Hohndel
2012-10-18Changed the term used for one of the default weight systemsGravatar Dirk Hohndel
2012-10-18Translate the units in the 'Weight System' dialogGravatar Lubomir I. Ivanov
2012-10-14Improve translationsGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-01Fixed some small memory leaksGravatar Lubomir I. Ivanov
2012-09-30Keep the "Add/Edit Cylinder & Weight" dialogs on topGravatar Lubomir I. Ivanov
2012-09-24Update cylinder info properlyGravatar Linus Torvalds
2012-09-21Fix missing save of (almost empty) cylinder informationGravatar Linus Torvalds
2012-09-18Fix some of the problems reported by cppcheckGravatar Dirk Hohndel
2012-09-17Merge branch 'defaultfile'Gravatar Dirk Hohndel
2012-09-13Make sure all parts of the edit dialogs are using current_dive / edit_diveGravatar 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-08-26Ignore Nitrox/He seetings when editing cylinders for multiple divesGravatar Dirk Hohndel
2012-08-18Correct multi-edit equipment update logicGravatar Dirk Hohndel
2012-08-18Fix crash when editing weight system infoGravatar Dirk Hohndel
2012-08-16Merge branch 'tree2' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds