Age | Commit message (Expand) | Author |
2015-02-12 | Get location from dive site for printing | Dirk Hohndel |
2015-02-10 | Finish the cleanup of mainwindow.ui | Tomaz Canabrava |
2015-02-10 | Remove the ProfileWidget from mainwindow.ui | Tomaz Canabrava |
2015-02-10 | Remove the DiveList from the mainwindow.ui | Tomaz Canabrava |
2015-01-18 | Fix build: add missing #includes | Thiago Macieira |
2015-01-18 | Clean up the header files | Dirk Hohndel |
2014-11-13 | Print: add the support to store margins and printer options | Lubomir I. Ivanov |
2014-08-05 | Print: rename the variable 'isHeading' to 'newHeading' | Lubomir I. Ivanov |
2014-08-05 | Print: add a safe guard for row heights in the table print | Lubomir I. Ivanov |
2014-08-05 | Printing: only give up if no size is available | Dirk Hohndel |
2014-08-04 | Print: enable the vector table print only for Qt5.0 and newer | Lubomir I. Ivanov |
2014-07-25 | PrintLayout: fix a potential bug in the recent table print update | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: vectorize the table print | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: reduce the scope of 'pic' and 'picPainter' | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: modify the profile font size based on the #dives per page | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: draw the profile to a QImage only on Linux | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: fix the ProfilePrintModel font | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: disable the QPainter scaling | Lubomir I. Ivanov |
2014-07-24 | PrintLayout: a whitespace fix | Lubomir I. Ivanov |
2014-07-24 | Printing: add 1 dive per page option | Lubomir I. Ivanov |
2014-07-23 | Animation speed is a value, not a boolean | Tomaz Canabrava |
2014-07-18 | Bypass the PDF bug by painting on a QImage and paint the image to pdf | Tomaz Canabrava |
2014-07-18 | Add the HTML Delegate to printing. | Tomaz Canabrava |
2014-07-18 | Fixed memleak | Tomaz Canabrava |
2014-07-18 | No need to delete a QPointer | Tomaz Canabrava |
2014-07-11 | Printing: print depth unit in table | Dirk Hohndel |
2014-07-11 | Printing: make table more useful | Dirk Hohndel |
2014-07-11 | Printing: change the header to show depth / duration | Dirk Hohndel |
2014-07-11 | Printing: print tags instead of max CNS | Dirk Hohndel |
2014-07-11 | Printing: use more appropriate font sizes | Dirk Hohndel |
2014-07-11 | Render the table print in curves. | Tomaz Canabrava |
2014-07-11 | Correctly disable all animations | Tomaz Canabrava |
2014-07-09 | Printing: scale fonts when printing | Dirk Hohndel |
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 |