Age | Commit message (Expand) | Author |
2014-07-09 | Printing: force redrawing of the profile | Dirk Hohndel |
2014-07-03 | UI restructure: plotDive: plot current dive by default & use displayed_dive | Dirk Hohndel |
2014-07-02 | UI restructure: plotDive should just take one dive | Dirk Hohndel |
2014-05-22 | Gratuitous whitespace changes | Dirk Hohndel |
2014-04-17 | Mark a lot of TODO's where I think it should be moved to C code. | Tomaz Canabrava |
2014-03-27 | Print: enable printing with the new profile | Lubomir I. Ivanov |
2014-03-07 | Fix compile problem | Dirk Hohndel |
2014-03-07 | Remove a Lot of Dead Code. | Tomaz Canabrava |
2014-03-07 | Remove the old profile from the main screen of Subsurface | Tomaz Canabrava |
2014-03-05 | Another small tweak to whitespace tool | Dirk Hohndel |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-12 | Don't redeclare variables of the same name | Dirk Hohndel |
2014-02-12 | Replace mainWindow() with MainWindow::instance() | Boris Barbulovski |
2014-01-16 | Fix some memory leaks. | Boris Barbulovski |
2014-01-15 | Use setSectionResizeMode if we use Qt5 | Anton Lundin |
2014-01-07 | Get rid of pointers to dive structures in the UI | Dirk Hohndel |
2013-12-08 | Silence signed vs. unsigned compare warning | Anton Lundin |
2013-12-06 | Fix crash in table print crash | Dirk Hohndel |
2013-12-06 | Print: fix issues when printing a lot of dives in table print | Lubomir I. Ivanov |
2013-12-05 | Print: fix truncated table in "Table print" mode | Lubomir I. Ivanov |
2013-12-04 | Cleanup some uninitialized variables | Anton Lundin |
2013-12-04 | Print: fix some forward declarations | Lubomir I. Ivanov |
2013-12-04 | PrintLayout: emit progress from printTable() | Lubomir I. Ivanov |
2013-12-04 | PrintLayout: emit progress from printProfileDives() | Lubomir I. Ivanov |
2013-12-04 | PrintLayout: add estimateTotalDives() | Lubomir I. Ivanov |
2013-11-30 | Print: yet another font adjustment for the profile table | Lubomir I. Ivanov |
2013-11-30 | Print: give more space for the depth and duration column | Lubomir I. Ivanov |
2013-11-30 | Print: adjustments to font sizes and alignment | Lubomir I. Ivanov |
2013-11-30 | Print: setup for a new profile table layout | Lubomir I. Ivanov |
2013-10-16 | Prettier printing | Patrick Valsecchi |
2013-10-15 | Random white space cleanup | Dirk Hohndel |
2013-10-15 | printlayout.cpp: Remove convertPixmapToGrayscale() | Lubomir I. Ivanov |
2013-10-15 | printlayout.cpp: Increase the font size in tables bellow profile | Lubomir I. Ivanov |
2013-10-14 | Print: remove profile border when printing | Lubomir I. Ivanov |
2013-10-07 | Print: allow optional table on top of profile | Lubomir I. Ivanov |
2013-10-03 | Print: small adjustments to table printing | Lubomir I. Ivanov |
2013-10-03 | Print: provide means to print profile tables | Lubomir I. Ivanov |
2013-09-27 | Print: provide means for profile layouting | Lubomir I. Ivanov |
2013-08-05 | Print: improve table printing by using QTableView | Lubomir I. Ivanov |
2013-07-18 | Print: pass grayscale flag to setPrintMode() | Lubomir I. Ivanov |
2013-07-18 | Print: add method to convert profile to grayscale | Lubomir I. Ivanov |
2013-07-18 | Print: add experimental code for printing profiles | Lubomir I. Ivanov |
2013-07-18 | Print: improve new page detection in table print | Lubomir I. Ivanov |
2013-07-18 | Print: support any resolution for the table print | Lubomir I. Ivanov |
2013-07-16 | Clear multi-line string separator on the c++ code. | Tomaz Canabrava |
2013-07-16 | Fixeda a typo that got the 'x' value where the requested one was actually y. | Tomaz Canabrava |
2013-07-11 | Print: mark some functions in PrintLayout as 'const' | Lubomir I. Ivanov |
2013-07-11 | Print: complete columns for the table print | Lubomir I. Ivanov |
2013-07-11 | Print: show column titles for table print | Lubomir I. Ivanov |
2013-07-11 | Print: move some header includes to cpp files | Lubomir I. Ivanov |