aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
AgeCommit message (Expand)Author
2014-05-24Fixe movement of DiveHandlers when moving the NotificationAreaGravatar 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-22Source and dest are created on the constructor, no need to check for them.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-20Code Cleanup: use qMin instad of if( min ) setMin else setMax.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
2014-05-07Fix another dangling pointerGravatar Thiago Macieira
2014-05-05Change the profile redraw logic after preferences were changedGravatar Dirk Hohndel
2014-05-05Fix bug in handling of fake SAMPLE_EVENT_PO2 eventsGravatar Dirk Hohndel
2014-04-29Fix test for "air" in tooltip display of gaschangeGravatar Dirk Hohndel
2014-04-29Show translated event names in tooltipGravatar Dirk Hohndel
2014-04-28Make heartrate grid less confusingGravatar Dirk Hohndel
2014-04-16Renaming the prefs struct members to be consistent with the QSettings.Gravatar Gehad Elrobey
2014-04-14Simplify codeGravatar Dirk Hohndel
2014-04-14Make red ceiling workGravatar Dirk Hohndel
2014-04-11Change some references of QSettings to the pref struct.Gravatar Gehad elrobey
2014-04-10Feature to show or hide heart rate graphGravatar Lakshman
2014-04-07Change position of heart rate labels on y-axisGravatar Willem Ferguson
2014-04-03Random small whitespace cleanupsGravatar Dirk Hohndel
2014-04-03Edit name option for bookmarksGravatar Yosef Hamza
2014-03-28Toggle showing average depthGravatar Lakshman
2014-03-27Profile2: hide the tooltip and ruler if we are printingGravatar Lubomir I. Ivanov
2014-03-27Profile2: add use of the isGrayscale flag when getting a colorGravatar Lubomir I. Ivanov
2014-03-27Profile2: add some print related flagsGravatar Lubomir I. Ivanov
2014-03-27Ruler: fix bad scaling for the text backgroundGravatar Lubomir I. Ivanov
2014-03-27Repaint ruler when enable/disabling itGravatar Jan Mulder
2014-03-21Make pp graphs visible at startup according to settingsGravatar Jan Mulder
2014-03-20Removed Duplicate IncludesGravatar Hugle
2014-03-20Remove a bit of space from the Axis and its labels.Gravatar Tomaz Canabrava
2014-03-20Make ruler respect dive depth.Gravatar Tomaz Canabrava
2014-03-19Profile2: fix widths on some lines for Qt5Gravatar Lubomir I. Ivanov
2014-03-18Profile2: use unsigned int for the divecomputer numberGravatar Lubomir I. Ivanov
2014-03-18Clear PN2 PO2 PHE GasItemGravatar Hugle