aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add more missing licensesFriedemann Kleint2016-10-273-0/+149
| | | | | | Task-number: PYSIDE-431 Change-Id: Ib6e9bb6de7b4324bb3863f19c4ca449e7ddfa46e Reviewed-by: Christian Tismer <tismer@stackless.com>
* Added license headers to the doc snippetsFriedemann Kleint2016-10-18225-0/+11236
| | | | | | | 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-29284-7176/+9696
| | | | | Change-Id: I6d10e361a3815603e2c567f22dfaa86e9e34b7fb Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Updated license headers of the Python example code snippetsFriedemann Kleint2016-09-2926-691/+927
| | | | | Change-Id: I967722782fcb0eaa1310304d1d7921cccf9150fd Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Update Qt logosFriedemann Kleint2016-09-291-0/+0
| | | | | Change-Id: I75364db8e92fd08b21b34df0da342d3a2c37515c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-2214-20/+20
| | | | | 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.
* remove phonon pluginChristian Tismer2015-07-051-26/+0
|
* remove all traces of phononChristian Tismer2015-07-049-597/+0
|
* use the result of fixqt4headers.plChristian Tismer2015-06-13130-130/+130
| | | | (this had little effect, only changing the condesnippets in doc)
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-28311-634/+630
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-23311-3194/+3198
| | | | | | | | | 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>
* Fix QSettings code snippet.Hugo Parente Lima2012-03-081-2/+2
|
* 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-082-11/+11
| | | | | | | QDirModel. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix doc bug 794 - "QPixmapCache.find example is wrong"Hugo Parente Lima2012-03-081-4/+4
|
* Last code snippets....Hugo Parente Lima2012-03-081-0/+63
|
* More code snippets ported to Python.Hugo Parente Lima2012-03-086-0/+329
|
* Added some missing code snippets to PySide documentation.Hugo Parente Lima2012-03-088-73/+204
|
* Removed useless files from docs.Hugo Parente Lima2012-03-0854-1743/+0
|
* Removed a lot of files not used by the doc generation.Hugo Parente Lima2012-03-08133-13336/+0
|
* Fixed/translated some doc. code snippets.Hugo Parente Lima2012-03-0812-183/+251
|
* Removed unused doc snippet files.Hugo Parente Lima2012-03-08171-4164/+0
|
* Fix bug 687 - "[PATCH] QUiLoader code example crashes"Jerome Leclanche2012-03-081-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed style on QUiLoader code snippet.Marcelo Lira2012-03-081-1/+1
|
* Fix bug#577 - "Reference to QString in docs"Hugo Parente Lima2012-03-081-4/+3
|
* Updates to more code snippets on documentation concerning QtCore module.Marcelo Lira2012-03-089-38/+236
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Updated a lot of code snippets on documentation concerning QtCore module.Marcelo Lira2012-03-0829-187/+172
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed codesnippte about return of QAbstractSocket.read function.Renato Araujo Oliveira Filho2010-11-191-4/+3
| | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
* Adding ./doc from boostLauro Neto2010-04-281009-0/+62304
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>