Age | Commit message (Expand) | Author |
2014-05-19 | Add ability to make a dive computer the first dive computer of a dive | Dirk Hohndel |
2014-05-19 | Show the dive computer number (if a dive has more than one) | Dirk Hohndel |
2014-05-19 | Make the code easier to read | Dirk Hohndel |
2014-05-19 | Fix selection after downloading dives from the dive computer | Dirk Hohndel |
2014-05-19 | Change get_dive_by_diveid to get_dive_by_uniq_id | Dirk Hohndel |
2014-05-19 | Download from dive computer: Fix the broken selection of devices | Dirk Hohndel |
2014-05-19 | Divecomputer download: try to offer only those devices that make sense | Dirk Hohndel |
2014-05-18 | Improve the tag widget to allow us to tab to the next field | Dirk Hohndel |
2014-05-14 | Do not use default filename as default for "Save as" | Dirk Hohndel |
2014-05-13 | Do not check for null before free. | Tomaz Canabrava |
2014-05-13 | Rename getDiveById to get_dive_by_id to keep current c code organized. | Tomaz Canabrava |
2014-05-13 | Move DiveList related methods/classes to own file. | Tomaz Canabrava |
2014-05-13 | Move printGpsCoords from MainTab to QtHelper | Tomaz Canabrava |
2014-05-11 | Correct the usage of std::string and QString | Tomaz Canabrava |
2014-05-08 | When starting the planner, copy cylinders from currently selected dive. | Robert C. Helling |
2014-05-08 | Fix building with NO_MARBLE after prototype change | Anton Lundin |
2014-05-08 | Planner: Offer to discard the plan when Quit is triggered in planner. | Robert C. Helling |
2014-05-08 | Planner: show gas for the NEXT segment | Robert C. Helling |
2014-05-08 | Planner: Change when we recalculate deco | Robert C. Helling |
2014-05-07 | Fix another dangling pointer | Thiago Macieira |
2014-05-07 | Fix crash on dereferencing dangling pointers | Thiago Macieira |
2014-05-07 | Apply the edit of trip locations | Anton Lundin |
2014-05-07 | Only mark location changed when in edit mode | Anton Lundin |
2014-05-07 | Improve the color coding when editing coordinates | Dirk Hohndel |
2014-05-07 | Hack around a translation issue | Dirk Hohndel |
2014-05-07 | Remove spurious debug printout | Dirk Hohndel |
2014-05-07 | Globe: assume that we are looking at the current_dive | Dirk Hohndel |
2014-05-07 | Globe: we always center on the current dive | Dirk Hohndel |
2014-05-07 | Multi dive edit: don't change location texts until user saves the change | Dirk Hohndel |
2014-05-07 | Even if there is progress text, still set the progress bar percentage | Dirk Hohndel |
2014-05-06 | Simplify string comparison | Dirk Hohndel |
2014-05-06 | More multi-edit fixes | Dirk Hohndel |
2014-05-06 | Only change identical fields when editing multiple dives | Dirk Hohndel |
2014-05-06 | Change EDIT_SELECTED_DIVES macro | Dirk Hohndel |
2014-05-05 | Change the profile redraw logic after preferences were changed | Dirk Hohndel |
2014-05-05 | Correctly parse boolean preferences | Dirk Hohndel |
2014-05-05 | Fix odd indentation | Dirk Hohndel |
2014-05-05 | Make rulergraph a pref as well | Dirk Hohndel |
2014-05-05 | Fix bug in handling of fake SAMPLE_EVENT_PO2 events | Dirk Hohndel |
2014-05-05 | Add images to all dive computers and refresh profile | Robert C. Helling |
2014-05-05 | Correct check for existence of DateTimeOriginal exif tag | Robert C. Helling |
2014-05-04 | Add conditional so globe.cpp builds with older versions of Marble | Dirk Hohndel |
2014-05-01 | Re-center on current dive if dive edit is canceled | Dirk Hohndel |
2014-05-01 | Only change dive coordinates on double click | Dirk Hohndel |
2014-05-01 | Dont set coordinates when two or more dives are selectedv4.0.97 | Tomaz Canabrava |
2014-05-01 | Restore the previous globe zoom level after showing dive without GPS | Dirk Hohndel |
2014-05-01 | A better guard for 'dive being editted' | Tomaz Canabrava |
2014-05-01 | Zoom out when dive has no coords. | Tomaz Canabrava |
2014-04-29 | Fix test for "air" in tooltip display of gaschange | Dirk Hohndel |
2014-04-29 | Show translated event names in tooltip | Dirk Hohndel |