aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2014-07-30Added a button to hide a picture from the dive.Gravatar Tomaz Canabrava
2014-07-30Planner / Add dive: hide handler after removing itGravatar Dirk Hohndel
2014-07-30Maintab: fix trip location / notes editingGravatar Dirk Hohndel
2014-07-29Do not show the heartrate info unconditionally.Gravatar Tomaz Canabrava
2014-07-29Make the Axis set the changed flag when a new line is setGravatar Tomaz Canabrava
2014-07-29Change the Ruler text values when metric system changes.Gravatar Tomaz Canabrava
2014-07-29Retain the start time when creating plan from diveGravatar Dirk Hohndel
2014-07-29Fix time zone conversionsGravatar Dirk Hohndel
2014-07-29Remove unused variableGravatar Dirk Hohndel
2014-07-29Another string to translateGravatar Sergey Starosek
2014-07-29C++ Correctness and code cleanup.Gravatar Tomaz Canabrava
2014-07-29Don't mess with the selection when closing a fileGravatar Dirk Hohndel
2014-07-26Add dive: initialize start time of diveGravatar Dirk Hohndel
2014-07-25PrintLayout: fix a potential bug in the recent table print updateGravatar Lubomir I. Ivanov
2014-07-25PrintDialog: make "print only selected" the default optionGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: vectorize the table printGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: reduce the scope of 'pic' and 'picPainter'Gravatar Lubomir I. Ivanov
2014-07-24PrintLayout: modify the profile font size based on the #dives per pageGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: draw the profile to a QImage only on LinuxGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: fix the ProfilePrintModel fontGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: disable the QPainter scalingGravatar Lubomir I. Ivanov
2014-07-24PrintLayout: a whitespace fixGravatar Lubomir I. Ivanov
2014-07-24Printing: add 1 dive per page optionGravatar Lubomir I. Ivanov
2014-07-24Planner: fix start time handlingGravatar Dirk Hohndel
2014-07-24Sort dive table after adding a diveGravatar Dirk Hohndel
2014-07-24Translate progressbar textGravatar Sergey Starosek
2014-07-24Align progressbar text to center of the widgetGravatar Sergey Starosek
2014-07-24Update strings for translationsGravatar Dirk Hohndel
2014-07-23Planner: fix an enduring assert on startupGravatar Lubomir I. Ivanov
2014-07-23Only repopulate the dive info once ( we were repopulating 4 times )Gravatar Tomaz Canabrava
2014-07-23Only use HTML if the text has a <table>Gravatar Tomaz Canabrava
2014-07-23Code cleanup: HeartRate item was doing insane thingsGravatar Tomaz Canabrava
2014-07-23Animation speed is a value, not a booleanGravatar Tomaz Canabrava
2014-07-23Don't plot pictures in Print modeGravatar Tomaz Canabrava
2014-07-23Set visibility in a saner wayGravatar Tomaz Canabrava
2014-07-23Break really long line.Gravatar Tomaz Canabrava
2014-07-23Whitespace fixes.Gravatar Tomaz Canabrava
2014-07-19De-duplicate planner default settingsGravatar Anton Lundin
2014-07-18get_gas_at_time needs to always give us a valid gasv4.1.91Gravatar Dirk Hohndel
2014-07-18Add missing application iconGravatar Sergey Starosek
2014-07-18Print: remove the options for height from display.h's 'struct options'Gravatar Lubomir I. Ivanov
2014-07-18Print: remove the height sliders from the PrintOptions classGravatar Lubomir I. Ivanov
2014-07-18Do not plot text twice for information.Gravatar Tomaz Canabrava
2014-07-18Bypass the PDF bug by painting on a QImage and paint the image to pdfGravatar Tomaz Canabrava
2014-07-18Close the print dialog after a sucessfull printGravatar Tomaz Canabrava
2014-07-18Add the HTML Delegate to printing.Gravatar Tomaz Canabrava
2014-07-18Fixed memleakGravatar Tomaz Canabrava
2014-07-18No need to delete a QPointerGravatar Tomaz Canabrava
2014-07-18Save / Restore the QPainter before operations.Gravatar Tomaz Canabrava
2014-07-18Added a HTML Displayable DelegateGravatar Tomaz Canabrava