aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/shareddirmodel
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headers in doc snippetsFriedemann Kleint2017-04-051-3/+3
| | | | | | | | | | | | | | 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>
* Updated license headers of the Python example code snippetsFriedemann Kleint2016-09-291-24/+33
| | | | | 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.
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-231-14/+14
| | | | | | | | | 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>
* Minor change in a doc code snippet.Hugo Parente Lima2012-03-081-1/+1
|
* Updated snippets code to use QFileSystemModel instead of deprecated class ↵Renato Filho2012-03-081-1/+2
| | | | | | | QDirModel. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Removed unused doc snippet files.Hugo Parente Lima2012-03-081-1/+0
|
* Adding ./doc from boostLauro Neto2010-04-282-0/+81
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>