aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/printlayout.cpp
AgeCommit message (Expand)Author
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
2013-12-04PrintLayout: emit progress from printProfileDives()Gravatar Lubomir I. Ivanov
2013-12-04PrintLayout: add estimateTotalDives()Gravatar Lubomir I. Ivanov
2013-11-30Print: yet another font adjustment for the profile tableGravatar Lubomir I. Ivanov
2013-11-30Print: give more space for the depth and duration columnGravatar Lubomir I. Ivanov
2013-11-30Print: adjustments to font sizes and alignmentGravatar Lubomir I. Ivanov
2013-11-30Print: setup for a new profile table layoutGravatar Lubomir I. Ivanov
2013-10-16Prettier printingGravatar Patrick Valsecchi
2013-10-15Random white space cleanupGravatar Dirk Hohndel
2013-10-15printlayout.cpp: Remove convertPixmapToGrayscale()Gravatar Lubomir I. Ivanov
2013-10-15printlayout.cpp: Increase the font size in tables bellow profileGravatar Lubomir I. Ivanov
2013-10-14Print: remove profile border when printingGravatar Lubomir I. Ivanov
2013-10-07Print: allow optional table on top of profileGravatar Lubomir I. Ivanov
2013-10-03Print: small adjustments to table printingGravatar Lubomir I. Ivanov
2013-10-03Print: provide means to print profile tablesGravatar Lubomir I. Ivanov
2013-09-27Print: provide means for profile layoutingGravatar Lubomir I. Ivanov
2013-08-05Print: improve table printing by using QTableViewGravatar Lubomir I. Ivanov
2013-07-18Print: pass grayscale flag to setPrintMode()Gravatar Lubomir I. Ivanov
2013-07-18Print: add method to convert profile to grayscaleGravatar Lubomir I. Ivanov
2013-07-18Print: add experimental code for printing profilesGravatar Lubomir I. Ivanov
2013-07-18Print: improve new page detection in table printGravatar Lubomir I. Ivanov
2013-07-18Print: support any resolution for the table printGravatar Lubomir I. Ivanov
2013-07-16Clear multi-line string separator on the c++ code.Gravatar Tomaz Canabrava
2013-07-16Fixeda a typo that got the 'x' value where the requested one was actually y.Gravatar Tomaz Canabrava
2013-07-11Print: mark some functions in PrintLayout as 'const'Gravatar Lubomir I. Ivanov