summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated licenses and contact detailsHEADmasterTeemu Kaukoranta2013-06-1913-172/+308
| | | | | | | | Replaced license in header with Digia's LGPL license. Updated contact details to qt-project.org/legal Change-Id: Ib3da82b4d33e68dbac42aa85452f341f1115a642 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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: Ie446f1dd23ead16f3754a2e3d0c68579af920055 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fix compilation with last master.Nicolas Arnaud-Cormos2012-03-133-4/+3
| | | | | Change-Id: If9763f2d6a41e6664f7c3eafccfb1f363a3bceaf Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Cleanup headers: remove module name.Nicolas Arnaud-Cormos2012-02-188-18/+15
| | | | | Change-Id: I203843d75f4e8fe76c2acebc773307a410925bcd Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Return a value from runMode - fix error on Windows.Nicolas Arnaud-Cormos2012-02-181-1/+1
| | | | | Change-Id: Icb23284328976baca56240da0ecefc121bc33004 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Fix compilation: network module needed.Nicolas Arnaud-Cormos2012-02-181-1/+1
| | | | | Change-Id: Ifdb892aa8863cac451d6a5dcf9cc7c776eb4798d Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Initialize the GammaRay pluginNicolas Arnaud-Cormos2012-02-0417-0/+1571
Change-Id: If53d20d304eada50c9415e08f2ab0ee800e23ada