aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
AgeCommit message (Expand)Author
2014-08-05Make the cross hair less obnoxious on MacGravatar Dirk Hohndel
2014-08-05Add lines that follow the mouse helping see time and depth.Gravatar Tomaz Canabrava
2014-08-05Picture handling: cleaning up the messGravatar Dirk Hohndel
2014-08-05Picture handling: hide the pictures before deletingGravatar Dirk Hohndel
2014-08-05Profile: Don't disconnect too many signalsGravatar Dirk Hohndel
2014-08-04Planner: show mean depthGravatar Dirk Hohndel
2014-07-30Add a new 'show' Animation, and use it on the close button.Gravatar Tomaz Canabrava
2014-07-30Implement the functionality of remove_picture.Gravatar Tomaz Canabrava
2014-07-30Instead of holding the index, hold the URL.Gravatar Tomaz Canabrava
2014-07-30Added a button to hide a picture from the dive.Gravatar Tomaz Canabrava
2014-07-30Planner / Add dive: hide handler after removing itGravatar Dirk Hohndel
2014-07-29Do not show the heartrate info unconditionally.Gravatar Tomaz Canabrava
2014-07-29Make the Axis set the changed flag when a new line is setGravatar Tomaz Canabrava
2014-07-29Change the Ruler text values when metric system changes.Gravatar Tomaz Canabrava
2014-07-29Another string to translateGravatar Sergey Starosek
2014-07-23Code cleanup: HeartRate item was doing insane thingsGravatar Tomaz Canabrava
2014-07-23Animation speed is a value, not a booleanGravatar Tomaz Canabrava
2014-07-23Don't plot pictures in Print modeGravatar Tomaz Canabrava
2014-07-23Set visibility in a saner wayGravatar Tomaz Canabrava
2014-07-23Break really long line.Gravatar Tomaz Canabrava
2014-07-18Save / Restore the QPainter before operations.Gravatar Tomaz Canabrava
2014-07-18Correct usage of current_dive to displayed_diveGravatar Anton Lundin
2014-07-17Hide gachange events in the first 30 secondsGravatar Anton Lundin
2014-07-17Use get_cylinder_index instead of get_gasidxGravatar Anton Lundin
2014-07-17Add missing struct keyword in DivePlotDataModelGravatar Anton Lundin
2014-07-17Use plot_data cylinderindex instead of event dataGravatar Anton Lundin
2014-07-15Do not create a backup for Q_FOREACH containerGravatar Tomaz Canabrava
2014-07-14Shrink YAxis when heart rate is on displayGravatar Lakshman Anumolu
2014-07-14profile2: remove unused varable diveComputerGravatar Anton Lundin
2014-07-12Rename event: correctly replace event with new oneGravatar Dirk Hohndel
2014-07-12Fix inserting gaschange eventsGravatar Miika Turkia
2014-07-11Mark divelist changed when adding bookmarkGravatar Miika Turkia
2014-07-11Code cleanup: removed bogus animation functionsGravatar Tomaz Canabrava
2014-07-11Correctly disable all animationsGravatar Tomaz Canabrava
2014-07-11profile capitalisationGravatar Tim Wootton
2014-07-11Planner: add event that explains when planner turns redGravatar Dirk Hohndel
2014-07-11Planner: fix calculation when it is safe to surfaceGravatar Dirk Hohndel
2014-07-10Show/Hide pictures working.Gravatar Tomaz Canabrava
2014-07-10Added the toggle picture button and hoocked it upGravatar Tomaz Canabrava
2014-07-10Use different gas change iconsGravatar roberto forini
2014-07-09Printing: scale fonts when printingGravatar Dirk Hohndel
2014-07-09Printing: force redrawing of the profileGravatar Dirk Hohndel
2014-07-08replot() needs to really force a replotGravatar Dirk Hohndel
2014-07-03UI restructure: don't use random dives from the divelist for dataGravatar Dirk Hohndel
2014-07-03UI restructure: always display pictures for displayed diveGravatar Dirk Hohndel
2014-07-03UI restructure: updateDiveInfo shows the selected dive by defaultGravatar Dirk Hohndel
2014-07-03UI restructure: plotDive: plot current dive by default & use displayed_diveGravatar Dirk Hohndel
2014-07-02UI restructure: plotDive should just take one diveGravatar Dirk Hohndel
2014-07-01Don't show gaschange events at the beginning of a diveGravatar Linus Torvalds
2014-06-30Only replot the dive if maxDepth > oldMaxDepth on plan / add mode.Gravatar Tomaz Canabrava