aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-21Implementing export dialogGravatar Miika Turkia
2014-05-20Code Cleanup: use qMin instad of if( min ) setMin else setMax.Gravatar Tomaz Canabrava
2014-05-20Speed Improvement: Unhide all events by calling event->show()Gravatar Tomaz Canabrava
2014-05-20Speed Improvement: hide events instead of replotting everythingGravatar Tomaz Canabrava
2014-05-20Only set the state to profile if it's empty, not if it's Add or Plan.Gravatar Tomaz Canabrava
2014-05-20Remove silly macro to pretend that we were doing things the right way.Gravatar Tomaz Canabrava
2014-05-20CVS import/export instead of CSVGravatar Jeremiah Mahler
2014-05-20Use the last 'diveid' when merging dives for one dive computerGravatar Linus Torvalds
2014-05-20Add math.h because of usage of rint()Gravatar Anton Lundin
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