summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.cpp
AgeCommit message (Expand)Author
2013-11-07Don't translate the fake DC modelsGravatar Dirk Hohndel
2013-11-01Added a new option to edit the dives.Gravatar Tomaz Canabrava
2013-10-17Move sac-calculation to profile.cGravatar Anton Lundin
2013-10-15Fixed the moving around of the InfoPanel on non KDE enviroments.Gravatar Tomaz Canabrava
2013-10-15profilegraphics.cpp: Use text sizes in plot_text()Gravatar Lubomir I. Ivanov
2013-10-14Fix the DC ceiling in the profile.Gravatar Patrick Valsecchi
2013-10-11Remove unused arg in plot_cylinder_pressureGravatar Anton Lundin
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-10-09Fix potential uninitialized variableGravatar Dirk Hohndel
2013-10-07Compile without depending on the global MAX macroGravatar Thiago Macieira
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-03Lookup gas via the plot_data, not the eventGravatar Anton Lundin
2013-10-03Profile: use a 10px font when printing profile textGravatar Lubomir I. Ivanov
2013-09-27correct the placement of pressure markersGravatar Maximilian Güntner
2013-09-27Added a toolbar to the profileGravatar Maximilian Güntner
2013-09-27Added a ruler which can be dragged along the profileGravatar Maximilian Güntner
2013-09-27plot seconds with a fixed width of 2Gravatar Maximilian Güntner
2013-09-23Remove o2/he from plot_data and fix gas plot textGravatar Anton Lundin
2013-09-17Bugfix plot of ceiling violationGravatar Anton Lundin
2013-08-08Use maxx from graphics context for time calculation.Gravatar Michael Andreen
2013-08-05Fix " begin" and " end" for events in plot.Gravatar Michael Andreen
2013-08-05Support more than one event of the same type in Qt tooltip.Gravatar Michael Andreen
2013-07-18Profile: support grayscale plottingGravatar Lubomir I. Ivanov
2013-07-18Profile: add the isGrayscale flagGravatar Lubomir I. Ivanov
2013-07-18Profile: use a printMode flag in ProfileGraphicsViewGravatar Lubomir I. Ivanov
2013-07-05Profile: prevent a bug when switching viewsGravatar Lubomir I. Ivanov
2013-07-05Profile: improve tooltip animationGravatar Lubomir I. Ivanov
2013-07-05Profile: small tweak for tooltip separator lineGravatar Lubomir I. Ivanov
2013-07-05Profile: collapse tooltip back to original heightGravatar Lubomir I. Ivanov
2013-07-04Profile: attempt on better zoom and pan logicGravatar Lubomir I. Ivanov
2013-07-04Profile: use more levels of zoomGravatar Lubomir I. Ivanov
2013-07-04Profile: prevent a zoom glitch at maximum zoom levelGravatar Lubomir I. Ivanov
2013-07-02Profile: add white outline to all textGravatar Lubomir I. Ivanov
2013-07-02Revert "Profile: add white outline to all text"Gravatar Dirk Hohndel
2013-07-02Silence some warningsGravatar Dirk Hohndel
2013-07-02Merge branch 'nitpicks' of github.com:tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-07-02Shared background for profile and planner.Gravatar Tomaz Canabrava
2013-07-02Added 2 new files to handle the common stuff for graphics.Gravatar Tomaz Canabrava
2013-06-29Profile: add white outline to all textGravatar Lubomir I. Ivanov
2013-06-28Profile: move the bounding box below plot dataGravatar Lubomir I. Ivanov
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-06-14Plot cleanupGravatar Dirk Hohndel
2013-06-13Merge branch 'linusDiveList' of https://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-06-12Do not plot on showEvent if dive is already plotted.Gravatar Tomaz Canabrava
2013-06-10Added a slot to set the full time of the dive planGravatar Tomaz Canabrava
2013-06-10Added a simple "TextEditor" in the graph, for a plan mode.Gravatar Tomaz Canabrava
2013-06-10Added a 'Plan' mode and a 'Dive' mode on the profile.Gravatar Tomaz Canabrava
2013-06-10Implemented the movement of the ToolTip by Hand.Gravatar Tomaz Canabrava
2013-06-10Save / Restore toolTip information position on the Profile when switching dives.Gravatar Tomaz Canabrava
2013-06-10Fix memory leakGravatar Tomaz Canabrava