Age | Commit message (Expand) | Author |
2014-05-22 | Disconnect temporary connections on the Profile. | Tomaz Canabrava |
2014-05-22 | Move two necessary functions for the Planner behavior to the Profile code. | Tomaz Canabrava |
2014-05-22 | Back to profile or empty state when finishing addition. | Tomaz Canabrava |
2014-05-22 | Enable editing the 'Add dive' from the new profile. | Tomaz Canabrava |
2014-05-22 | Temporary Tab Widget for the planner and the Profile View. | Tomaz Canabrava |
2014-05-22 | Source and dest are created on the constructor, no need to check for them. | Tomaz Canabrava |
2014-05-22 | Move settings of the Ruler to the Ruler. | Tomaz Canabrava |
2014-05-22 | PreferencesChanged -> settingsChanged. | Tomaz Canabrava |
2014-05-22 | Don't replot every time a pref changes, regardless of what preferences. | Tomaz Canabrava |
2014-05-22 | Remove use of QSettings for ruler visibility, use prefs.rulergraph instead. | Tomaz Canabrava |
2014-05-22 | Code Cleanup: Move the Hide/Show ruler to an internal method | Tomaz Canabrava |
2014-05-22 | Create a 'remove_event' function that removes an event. | Tomaz Canabrava |
2014-05-21 | Shortcuts for the exporting window. | Gehad elrobey |
2014-05-21 | Add ability to export only selected dives in worldmap exporter | Gehad elrobey |
2014-05-21 | Implementing export dialog | Miika Turkia |
2014-05-20 | Code Cleanup: use qMin instad of if( min ) setMin else setMax. | Tomaz Canabrava |
2014-05-20 | Speed Improvement: Unhide all events by calling event->show() | Tomaz Canabrava |
2014-05-20 | Speed Improvement: hide events instead of replotting everything | Tomaz Canabrava |
2014-05-20 | Only set the state to profile if it's empty, not if it's Add or Plan. | Tomaz Canabrava |
2014-05-20 | Remove silly macro to pretend that we were doing things the right way. | Tomaz Canabrava |
2014-05-20 | Migrate code to for_each_dive and for_each_dc | Anton Lundin |
2014-05-20 | Fix building with NO_MARBLE prepareForGetDiveCoordinates | Anton Lundin |
2014-05-20 | Fix building with NO_MARBLE, centerOnCurrentDive | Anton Lundin |
2014-05-20 | Consistently use for_each_dive (and use it correctly) | Dirk Hohndel |
2014-05-20 | Dive list: add context menu function to renumber dive(s) | Dirk Hohndel |
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 |