aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.cpp
AgeCommit message (Expand)Author
2015-09-22Add refreshProfile member function to MainWindow classGravatar Dirk Hohndel
2015-08-21Display error messages in plannerGravatar Robert C. Helling
2015-08-15Printing: hide warnings in dive profile while printingGravatar Gehad elrobey
2015-07-29Don't connect to the MainWindowGravatar Dirk Hohndel
2015-07-29Make gradient factor text an independent item on the profileGravatar Dirk Hohndel
2015-06-22Address uninitialized member warningsGravatar Dirk Hohndel
2015-06-21Prevent unintended integer divisionGravatar Dirk Hohndel
2015-06-21Comparing the address of a member to 0 is pointlessGravatar Dirk Hohndel
2015-06-21Initialize variable to avoid false positive in coverityGravatar Dirk Hohndel
2015-05-29Move DivePictureModel to qt-modelsGravatar Tomaz Canabrava
2015-05-29Move DivePlannerModel and CylinderModel to qt-modelsGravatar Tomaz Canabrava
2015-05-08Only print gasname for a segment in planner if it differs from the previous oneGravatar Robert C. Helling
2015-04-23Profile context menu: trigger editing of manually added diveGravatar Dirk Hohndel
2015-03-14Profile: fix a couple of warningsGravatar Lubomir I. Ivanov
2015-03-14Profile: call clearHandlers() in setAddState()Gravatar Lubomir I. Ivanov
2015-03-14Profile: fix potential mem leak in pointsInserted()Gravatar Lubomir I. Ivanov
2015-03-11Don't allow two gas changes at the same timeGravatar Dirk Hohndel
2015-03-11Make sure no gas changes with negative time can be addedGravatar Dirk Hohndel
2015-03-11Simplify the code that replaces a gas change event at t=0Gravatar Dirk Hohndel
2015-03-11Removing gas change events @0:00 when new one is addedGravatar Yousef Hamza
2015-03-11Planner: disable mouse interaction when zoomed inGravatar Lubomir I. Ivanov
2015-02-27Change the references to ShowError to the new notification object.Gravatar Gehad elrobey
2015-02-10Finish the cleanup of mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove information panel from mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove the DiveList from the mainwindow.uiGravatar Tomaz Canabrava
2015-02-03Disable dive component copy/paste shortcuts when no profile showGravatar Dirk Hohndel
2015-02-02Don't show the plot_info table in every debug buildGravatar Dirk Hohndel
2015-01-31Update ceiling when changing dive modeGravatar Robert C. Helling
2015-01-31Hide tooltip when posting a profile to FacebookGravatar Dirk Hohndel
2015-01-28Hide ruler when in ADD or PLAN mode.Gravatar Tomaz Canabrava
2015-01-24Fix crash with empty dive listGravatar Dirk Hohndel
2015-01-24Correcly look at all relevant dive computer structuresGravatar Dirk Hohndel
2015-01-24Don't show previous dive computer textGravatar Dirk Hohndel
2015-01-23Code cleanup: CCR setpoint and o2 sensor visualisationGravatar willem ferguson
2015-01-21CCR option: display o2 sensor dataGravatar willem ferguson
2015-01-19Actually walk all dive computers, don't just claim to do soGravatar Dirk Hohndel
2015-01-18Fix build: add missing #includesGravatar Thiago Macieira
2015-01-18Move the heart rate graphGravatar Joakim Bygdell
2015-01-18Clean up the header filesGravatar Dirk Hohndel
2015-01-15Speed Improvemens: fewer calls to mapFromScene / mapToSceneGravatar Tomaz Canabrava
2015-01-14Remove instantMeanDepthLineGravatar Cristine Guadelupe
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-09Repair minor bug in CCR setpoint graphGravatar Willem Ferguson
2015-01-07profile: don't show instantMeanDepth for printModeGravatar Lubomir I. Ivanov
2015-01-06Fix potential crashGravatar Dirk Hohndel
2015-01-05Don't always show the setpoint graphGravatar Dirk Hohndel
2015-01-05Display CCR setpoint values on the po2 graphGravatar Willem Ferguson
2015-01-04Close two compiler warnings about reorderingGravatar Anton Lundin
2015-01-01Whitespace cleanupGravatar Dirk Hohndel
2015-01-01Get rid of mean depth lineGravatar Krzysztof Arentowicz