aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/printlayout.cpp
AgeCommit message (Expand)Author
2014-11-13Print: add the support to store margins and printer optionsGravatar Lubomir I. Ivanov
2014-08-05Print: rename the variable 'isHeading' to 'newHeading'Gravatar Lubomir I. Ivanov
2014-08-05Print: add a safe guard for row heights in the table printGravatar Lubomir I. Ivanov
2014-08-05Printing: only give up if no size is availableGravatar Dirk Hohndel
2014-08-04Print: enable the vector table print only for Qt5.0 and newerGravatar Lubomir I. Ivanov
2014-07-25PrintLayout: fix a potential bug in the recent table print updateGravatar 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-23Animation speed is a value, not a booleanGravatar Tomaz Canabrava
2014-07-18Bypass the PDF bug by painting on a QImage and paint the image to pdfGravatar 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-11Printing: print depth unit in tableGravatar Dirk Hohndel
2014-07-11Printing: make table more usefulGravatar Dirk Hohndel
2014-07-11Printing: change the header to show depth / durationGravatar Dirk Hohndel
2014-07-11Printing: print tags instead of max CNSGravatar Dirk Hohndel
2014-07-11Printing: use more appropriate font sizesGravatar Dirk Hohndel
2014-07-11Render the table print in curves.Gravatar Tomaz Canabrava
2014-07-11Correctly disable all animationsGravatar Tomaz Canabrava
2014-07-09Printing: scale fonts when printingGravatar Dirk Hohndel
2014-07-09Printing: force redrawing of the profileGravatar Dirk Hohndel
2014-07-03UI restructure: plotDive: plot current dive by default & use displayed_diveGravatar Dirk Hohndel
2014-07-02UI restructure: plotDive should just take one diveGravatar Dirk Hohndel
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
2014-03-27Print: enable printing with the new profileGravatar Lubomir I. Ivanov
2014-03-07Fix compile problemGravatar Dirk Hohndel
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-03-07Remove the old profile from the main screen of SubsurfaceGravatar Tomaz Canabrava
2014-03-05Another small tweak to whitespace toolGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Don't redeclare variables of the same nameGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-01-16Fix some memory leaks.Gravatar Boris Barbulovski
2014-01-15Use setSectionResizeMode if we use Qt5Gravatar Anton Lundin
2014-01-07Get rid of pointers to dive structures in the UIGravatar Dirk Hohndel
2013-12-08Silence signed vs. unsigned compare warningGravatar Anton Lundin
2013-12-06Fix crash in table print crashGravatar Dirk Hohndel
2013-12-06Print: fix issues when printing a lot of dives in table printGravatar Lubomir I. Ivanov
2013-12-05Print: fix truncated table in "Table print" modeGravatar Lubomir I. Ivanov
2013-12-04Cleanup some uninitialized variablesGravatar Anton Lundin
2013-12-04Print: fix some forward declarationsGravatar Lubomir I. Ivanov
2013-12-04PrintLayout: emit progress from printTable()Gravatar Lubomir I. Ivanov