aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2015-01-21Add a QProgressDialog to auto-ostc3-firmwareGravatar Anton Lundin
2015-01-21Connect the progress events to the progress barGravatar Anton Lundin
2015-01-21Use a progressbar in the configure dc dialogGravatar Anton Lundin
2015-01-21CCR option: display o2 sensor dataGravatar willem ferguson
2015-01-20UI for pSCR preferencesGravatar Robert C. Helling
2015-01-19Actually walk all dive computers, don't just claim to do soGravatar Dirk Hohndel
2015-01-19While editing the coordinates we need to compare to the displayed_diveGravatar Dirk Hohndel
2015-01-19Hide the old flag when editing a location on the mapGravatar Dirk Hohndel
2015-01-19Show a flag when editing a location on the globeGravatar Dirk Hohndel
2015-01-19Don't just change the location when double clicking on the globeGravatar Dirk Hohndel
2015-01-19Always updated the coordinates from the displayed_diveGravatar Dirk Hohndel
2015-01-19Fix extreme sluggish profile over timeGravatar Tomaz Canabrava
2015-01-19Only update the "add dive profile / plan dive" 20x/sGravatar Tomaz Canabrava
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-17Cache the complex items to give us a boost of speedGravatar Tomaz Canabrava
2015-01-17Fix memleak of QGraphicsRectItemGravatar Tomaz Canabrava
2015-01-17Only update text if something changedGravatar Tomaz Canabrava
2015-01-17Fix the colors - brush wasn't being set anymore.Gravatar Tomaz Canabrava
2015-01-17Reduce the amount of new/delete when setting a new text on DiveTextItemGravatar Tomaz Canabrava
2015-01-17Make Facebook support a config optionGravatar Dirk Hohndel
2015-01-17Planner rebreather modeGravatar Robert C. Helling
2015-01-17Minor PSCR fixesGravatar Robert C. Helling
2015-01-17Reduce the refresh rate of the toolTipItem to 25fps.Gravatar Tomaz Canabrava
2015-01-17Honor prefs.anim_speed on the ToolTip animationsGravatar Tomaz Canabrava
2015-01-17Reduce the number of calls to boundingRectGravatar Tomaz Canabrava
2015-01-17Fix the colors of the rectangleGravatar Tomaz Canabrava
2015-01-17Implement the paint method to draw the rounded rectangle.Gravatar Tomaz Canabrava
2015-01-17Remove the background and the separatorGravatar Tomaz Canabrava
2015-01-17Inherit from QGraphicsRectItem instead of QGraphicsShapeItemGravatar Tomaz Canabrava
2015-01-15Reduce the amount of calls to create the background on the ToolTipGravatar Tomaz Canabrava
2015-01-15Reuse the entry tooltip item and do fewer calls for each mouse moveGravatar Tomaz Canabrava
2015-01-15Do not set the rectangle if it's the sameGravatar Tomaz Canabrava
2015-01-15Only update the rectangle if it changedGravatar Tomaz Canabrava
2015-01-15Do not free the membuffer, reuse itGravatar Tomaz Canabrava
2015-01-15Speed Improvemens: fewer calls to mapFromScene / mapToSceneGravatar Tomaz Canabrava
2015-01-15Fix memory leakGravatar Tomaz Canabrava
2015-01-15Major speedup when moving the mouse in the profileGravatar Tomaz Canabrava
2015-01-14Remove instantMeanDepthLineGravatar Cristine Guadelupe
2015-01-14Ignore QWebView in AndroidGravatar Joseph W. Joshua
2015-01-13Dive download UI: sort the dive computer dropdownGravatar Dirk Hohndel
2015-01-13Attempt a better layout for the download dialogGravatar Dirk Hohndel
2015-01-11Dive d/l selection UI: clear table when retryingGravatar Dirk Hohndel
2015-01-11Don't use current_dc unless you know there's a current_diveGravatar Dirk Hohndel
2015-01-10Refactor dctype -> divemodeGravatar Robert C. Helling
2015-01-10Replot after changing divetypeGravatar Robert C. Helling
2015-01-10Add preferences field for default set-pointGravatar Robert C. Helling
2015-01-10Add setpoint events according to divetypeGravatar Robert C. Helling
2015-01-10Maintab combobox to set dive typeGravatar Robert C. Helling