aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/examples/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headers in doc snippetsFriedemann Kleint2017-04-052-6/+6
| | | | | | | | | | | | | | Fix errors introduced caused by a mass update 388fd6f2456b0db9a08c9dc04516de1970d7787d: WARNING: Switching to from BSD to BSD-OLD license due to: Mismatch in license text in sources/pyside2/doc/codesnippets/doc/src/snippets/alphachannel.cpp Actual: ' # Redistributions of source code must retain the above copyright' Expected: ' * Redistributions of source code must retain the above copyright' License: BSD (.../qtbase/header.BSD:16) at tests/prebuild/license/tst_licenses.pl line 449. Task-number: PYSIDE-491 Change-Id: Ia5b6df4650f8521c15b4b18829b556d7aa134290 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Added license headers to the doc snippetsFriedemann Kleint2016-10-181-0/+49
| | | | | | | Task-number: PYSIDE-431 Change-Id: Ib720c11eaa6cf1e0945ef45d68da4530a5c7616d Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Updated license headers of the C++/QML example code snippetsFriedemann Kleint2016-09-291-23/+32
| | | | | Change-Id: I6d10e361a3815603e2c567f22dfaa86e9e34b7fb Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Updated license headers of the Python example code snippetsFriedemann Kleint2016-09-292-67/+85
| | | | | Change-Id: I967722782fcb0eaa1310304d1d7921cccf9150fd Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-221-1/+1
| | | | | The XML names like "PySide.QtCore" go into the binaries for import, so it is necessary to change them all. There are also hundreds of Python files which must bechanged, as well.
* use the result of fixqt4headers.plChristian Tismer2015-06-131-1/+1
| | | | (this had little effect, only changing the condesnippets in doc)
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-283-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced Nokia copyrights with correct Digia copyrights. Text in front of copyright is now retained: ** File is part of Foo, Copyright Nokia... -> ** File is part of Foo, Copyright Digia... Replaced Nokia contact details with Digia's. Removing "All Rights Reserved" no longer leaves an empty line. Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT|copy[a-z]*[ ]*=/ !{ s/(^[ \t:#*]*)([a-z ]*) (Copyright.*Nokia.*)/ \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I }}') >(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.* |.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.* |.*qt-label1@nokia\.com.*|.*http:\/\/qt\.nokia\.com\/contact.* |.*qt-sales@nokia\.com.*|.*http:\/\/www\.qt-project\.org\/.*)/ \1Contact: http:\/\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}') Command now finds command details that point to qt-project.org and changes them to qt-project.org/legal Also no longer wrongly replaces code snippet "copyright = ..". Need to fix these case-by-case later. Change-Id: I4456c00202c4a2264a400bdc18c19cd097876861 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-233-38/+38
| | | | | | | | | License fixed using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: I18b977ac33f1b00e99fa7aae6c1a824769ce5f6e Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* More code snippets ported to Python.Hugo Parente Lima2012-03-081-0/+138
|
* Adding ./doc from boostLauro Neto2010-04-283-0/+449
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>