aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
AgeCommit message (Expand)Author
2015-10-11profilewidget2: fix line width when printing on OSX and LinuxGravatar Lubomir I. Ivanov
2015-10-11profilewidget2: add resetZoom()Gravatar Lubomir I. Ivanov
2015-10-07Preserve profile toggle-button state zoomed_plot across sessions.Gravatar pestophagous
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-08-09Update the text if DC changesGravatar Miika Turkia
2015-07-29Don't connect to the MainWindowGravatar Dirk Hohndel
2015-07-29Profile: make sure text is scaled correctly when drawnGravatar Dirk Hohndel
2015-07-29Make gradient factor text an independent item on the profileGravatar Dirk Hohndel
2015-06-22Address of array is always non-NULLGravatar 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 DivePlotDataModel to qt-modelsGravatar Tomaz Canabrava
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-04-02Introduce recreational planner modeGravatar Robert C. Helling
2015-03-19RulerItem2::settingsChanged() - NULL pointer dereferenceGravatar Marcos CARDINOT
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-11Better testing if the first gas is explicitGravatar Dirk Hohndel
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-10Fix broken connectionGravatar Tomaz Canabrava
2015-02-10Finish the cleanup of mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove the ProfileWidget from 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-07Change the tooltip for bailoutGravatar Dirk Hohndel
2015-02-07Don't show a setpoint switch event at t=0Gravatar Dirk Hohndel
2015-02-05CCR gas composition and gas pressure labels on dive profile: revisitedGravatar willem ferguson
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-31DiveMeanDepthItem: fix bad translated depth unitsGravatar Lubomir I. Ivanov
2015-01-29Prevent potential access to uninitialized variableGravatar Dirk Hohndel
2015-01-28Small changes to the mean depth textGravatar Dirk Hohndel
2015-01-28Implement the mean depth textGravatar Tomaz Canabrava
2015-01-28Remove dead codeGravatar Tomaz Canabrava
2015-01-28Hide ruler when in ADD or PLAN mode.Gravatar Tomaz Canabrava