summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.cpp
AgeCommit message (Expand)Author
2014-06-18Enable Info box in the planner again.Gravatar Anton Lundin
2014-06-11Allow the user to delete a dive computer from a diveGravatar Dirk Hohndel
2014-06-11Profile: add a flag to force redrawing the profileGravatar Dirk Hohndel
2014-06-09profilewidget2: fix -Wreorder warningsGravatar Lubomir I. Ivanov
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Picture handling: stagger the picturesGravatar Dirk Hohndel
2014-06-08Picture handling: put the picture near its correct time during the diveGravatar Dirk Hohndel
2014-06-08Subtle animation when the picture gets hovered with the mouse.Gravatar Tomaz Canabrava
2014-06-04Force TTS/NDL calculation off if things take too longGravatar Dirk Hohndel
2014-06-03Do not plot pictures that don't have a timestamp.Gravatar Tomaz Canabrava
2014-06-03Add a method to plot the pictures on the profile.Gravatar Tomaz Canabrava
2014-06-03Connect & disconnect the PictureModel on the profileGravatar Tomaz Canabrava
2014-06-03Make most of the shortcuts widget specificGravatar Dirk Hohndel
2014-06-02Fix addStop to work as slot againGravatar Dirk Hohndel
2014-06-01More conversions to gasmixGravatar Dirk Hohndel
2014-06-01Use proper typesGravatar Dirk Hohndel
2014-05-31Planner: wild guess attempt to fix a crash on MacGravatar Dirk Hohndel
2014-05-29Hide the DiveHandlers that are not entered by mouse.Gravatar Tomaz Canabrava
2014-05-29Hide DiveHandlers and GasTexts when on profile mode too.Gravatar Tomaz Canabrava
2014-05-29Planner: remove infobox overlay and enable calculated ceilingGravatar Robert C. Helling
2014-05-28Fixes showing the Empty Profile when Add / Plan dive is cancelled.Gravatar Tomaz Canabrava
2014-05-26Planner: don't try to update the MainTab dive info while in plan modeGravatar Dirk Hohndel
2014-05-26Do not set maxTime when the handler is moving.Gravatar Tomaz Canabrava
2014-05-26Make the planner show something.Gravatar Tomaz Canabrava
2014-05-26Planner: states Add and Plan have a similar behaviorGravatar Tomaz Canabrava
2014-05-26Planner: Re-enable using the new profile.Gravatar Tomaz Canabrava
2014-05-24Reenables the air edition and deletion of handlers on the planner/addGravatar Tomaz Canabrava
2014-05-24Port the KeyPress actions to the new profile.Gravatar Tomaz Canabrava
2014-05-24Make mouse dragging work as it should.Gravatar Tomaz Canabrava
2014-05-24Make the planner actually work.Gravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22Profile now correctly displays the planned dive.Gravatar Tomaz Canabrava
2014-05-22Disconnect temporary connections on the Profile.Gravatar Tomaz Canabrava
2014-05-22Move two necessary functions for the Planner behavior to the Profile code.Gravatar Tomaz Canabrava
2014-05-22Back to profile or empty state when finishing addition.Gravatar Tomaz Canabrava
2014-05-22Enable editing the 'Add dive' from the new profile.Gravatar Tomaz Canabrava
2014-05-22Move settings of the Ruler to the Ruler.Gravatar Tomaz Canabrava
2014-05-22PreferencesChanged -> settingsChanged.Gravatar Tomaz Canabrava
2014-05-22Don't replot every time a pref changes, regardless of what preferences.Gravatar Tomaz Canabrava
2014-05-22Remove use of QSettings for ruler visibility, use prefs.rulergraph instead.Gravatar Tomaz Canabrava
2014-05-22Code Cleanup: Move the Hide/Show ruler to an internal methodGravatar Tomaz Canabrava
2014-05-22Create a 'remove_event' function that removes an event.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-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-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel
2014-05-13Rename getDiveById to get_dive_by_id to keep current c code organized.Gravatar Tomaz Canabrava