summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed copyright and contactHEADmasterTeemu Kaukoranta2013-05-291-1/+1
| | | | | | | | Replaced Nokia copyright Contact to qt-project.org/legal Change-Id: Ia0dfba10813bd0121e32daa7042883aed78eea1c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I7b158de89351f1390519d543612f06f978c2febb Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-231-22/+22
| | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: Ib8797b97ff983a1094e3b5aaf97800bfb85c0017 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Swap P0 and P1 colorsMarius Storm-Olsen2012-03-021-3/+3
|
* Some cleanupsMarius Storm-Olsen2012-02-291-7/+6
| | | | | | | | | | | We already have $id so use it. As graph title is used as a document title in SVG, add some whitespace in the title. Make tooltip blank out for background. ("" is ignored, and tooltip falls back to graph title, so had to use " ". Known Graphviz issue apparently.) Change-Id: I7429b5f8b3c5a315526e855b1247dd8620df886d Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Make more readable and timestamp outputMarius Storm-Olsen2012-02-291-3/+5
| | | | | | | | | SVG benefits from fontsize=8, as 7 is almost unreadable at default size. Add a title with timestamp, so we know when the graph was last updated. Change-Id: I98ca610f9df62866299600e7a07a5dffee3d1810 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Initial version of jira2gvMarius Storm-Olsen2012-02-291-0/+339