summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-20Use get_o2 instead of local versionGravatar Anton Lundin
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-20Fix building with NO_MARBLE prepareForGetDiveCoordinatesGravatar Anton Lundin
2014-05-20Fix building with NO_MARBLE, centerOnCurrentDiveGravatar Anton Lundin
2014-05-20Consistently use for_each_dive (and use it correctly)Gravatar Dirk Hohndel
2014-05-20Dive list: add context menu function to renumber dive(s)Gravatar Dirk Hohndel
2014-05-19Remove unused variablesGravatar Dirk Hohndel
2014-05-19Add ability to make a dive computer the first dive computer of a diveGravatar Dirk Hohndel
2014-05-19Show the dive computer number (if a dive has more than one)Gravatar Dirk Hohndel
2014-05-19Make the code easier to readGravatar Dirk Hohndel
2014-05-19Add new helper function that looks up the index of a dive by its uniq IDGravatar Dirk Hohndel
2014-05-19Fix selection after downloading dives from the dive computerGravatar Dirk Hohndel
2014-05-19Assign the uniq dive ID the moment a dive is allocatedGravatar Dirk Hohndel
2014-05-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel
2014-05-19Download from dive computer: Fix the broken selection of devicesGravatar Dirk Hohndel
2014-05-19Divecomputer download: try to offer only those devices that make senseGravatar Dirk Hohndel
2014-05-18Improve the tag widget to allow us to tab to the next fieldGravatar Dirk Hohndel
2014-05-14git save: add list of dive computers to the commit messageGravatar Linus Torvalds
2014-05-14git load: initialize dive computer timestamp and duration from diveGravatar Linus Torvalds
2014-05-14Mark new dives "downloaded" when importing new divesGravatar Linus Torvalds
2014-05-14Don't merge divecomputers if we know they are differentGravatar Dirk Hohndel
2014-05-14git save: don't crash if the last dive isn't in a tripGravatar Linus Torvalds
2014-05-14Do not use default filename as default for "Save as"Gravatar Dirk Hohndel
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-13Rename getDiveById to get_dive_by_id to keep current c code organized.Gravatar Tomaz Canabrava
2014-05-13rename 'get_dive_by_diveid' to 'get_dive_by_uemis_diveid'Gravatar Tomaz Canabrava
2014-05-13Move DiveList related methods/classes to own file.Gravatar Tomaz Canabrava
2014-05-13Move printGpsCoords from MainTab to QtHelperGravatar Tomaz Canabrava
2014-05-12Don't use locale for git save formatGravatar Linus Torvalds
2014-05-12Fix git loading of odd localesGravatar Linus Torvalds
2014-05-12Uemis downloader: fix corner caseGravatar Dirk Hohndel
2014-05-11Documentation spelling errorsGravatar Jeremiah Mahler
2014-05-11Prefix a method with 'dive_' because it should work only with divesGravatar Tomaz Canabrava
2014-05-11use for_each_dive instead of hand-written loop.Gravatar Tomaz Canabrava
2014-05-11When creating methods that pass QString, use const QString&Gravatar Tomaz Canabrava
2014-05-11'Class' string is unecessary when using a Container.Gravatar Tomaz Canabrava
2014-05-11Simplify code.Gravatar Tomaz Canabrava
2014-05-11Correct the usage of std::string and QStringGravatar Tomaz Canabrava
2014-05-11Remove old defines.Gravatar Tomaz Canabrava
2014-05-11Move unit related code to units.hGravatar Tomaz Canabrava
2014-05-10CodingStyle "to" "too" typoGravatar Jeremiah Mahler
2014-05-08When starting the planner, copy cylinders from currently selected dive.Gravatar Robert C. Helling
2014-05-08Use the used flag on cylinders in get_dive_gasGravatar Anton Lundin
2014-05-08Use enum name instead of its int value.Gravatar Anton Lundin
2014-05-08Remove unnecessary include from dive.cGravatar Anton Lundin
2014-05-08Fix building with NO_MARBLE after prototype changeGravatar Anton Lundin
2014-05-08Planner: Offer to discard the plan when Quit is triggered in planner.Gravatar Robert C. Helling
2014-05-08Planner: show gas for the NEXT segmentGravatar Robert C. Helling
2014-05-08Planner: Add waipoints when changing ascend rate in plannerGravatar Robert C. Helling
2014-05-08Planner: Implement ascend rate according to GUE standard proceduresGravatar Robert C. Helling