Age | Commit message (Expand) | Author |
2014-05-31 | Planner: wild guess attempt to fix a crash on Mac | Dirk Hohndel |
2014-05-29 | Hide the DiveHandlers that are not entered by mouse. | Tomaz Canabrava |
2014-05-29 | Hide DiveHandlers and GasTexts when on profile mode too. | Tomaz Canabrava |
2014-05-29 | Planner: remove infobox overlay and enable calculated ceiling | Robert C. Helling |
2014-05-28 | Fixes showing the Empty Profile when Add / Plan dive is cancelled. | Tomaz Canabrava |
2014-05-26 | Paint the dive red if the user is breaking ceiling on the planner. | Tomaz Canabrava |
2014-05-26 | Better movements from the lines when added / removed. | Tomaz Canabrava |
2014-05-26 | Planner: don't try to update the MainTab dive info while in plan mode | Dirk Hohndel |
2014-05-26 | Speed up the grid: don't repaint when uneeded. | Tomaz Canabrava |
2014-05-26 | Do not set maxTime when the handler is moving. | Tomaz Canabrava |
2014-05-26 | Make the planner show something. | Tomaz Canabrava |
2014-05-26 | Planner: states Add and Plan have a similar behavior | Tomaz Canabrava |
2014-05-26 | Planner: Re-enable using the new profile. | Tomaz Canabrava |
2014-05-24 | Reenables the air edition and deletion of handlers on the planner/add | Tomaz Canabrava |
2014-05-24 | Port the KeyPress actions to the new profile. | Tomaz Canabrava |
2014-05-24 | Remove a ton of code. | Tomaz Canabrava |
2014-05-24 | Make mouse dragging work as it should. | Tomaz Canabrava |
2014-05-24 | Fixe movement of DiveHandlers when moving the NotificationArea | Tomaz Canabrava |
2014-05-24 | Make the planner actually work. | Tomaz Canabrava |
2014-05-22 | Gratuitous whitespace changes | Dirk Hohndel |
2014-05-22 | Profile now correctly displays the planned dive. | Tomaz Canabrava |
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 | 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-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-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 | Change get_dive_by_diveid to get_dive_by_uniq_id | Dirk Hohndel |
2014-05-13 | Rename getDiveById to get_dive_by_id to keep current c code organized. | Tomaz Canabrava |
2014-05-07 | Fix another dangling pointer | Thiago Macieira |
2014-05-05 | Change the profile redraw logic after preferences were changed | Dirk Hohndel |
2014-05-05 | Fix bug in handling of fake SAMPLE_EVENT_PO2 events | Dirk Hohndel |
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 |
2014-04-28 | Make heartrate grid less confusing | Dirk Hohndel |
2014-04-16 | Renaming the prefs struct members to be consistent with the QSettings. | Gehad Elrobey |
2014-04-14 | Simplify code | Dirk Hohndel |
2014-04-14 | Make red ceiling work | Dirk Hohndel |
2014-04-11 | Change some references of QSettings to the pref struct. | Gehad elrobey |