aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0"Hugo Parente Lima2012-03-081-1/+6
|
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-081-0/+5
|
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2012-03-084-80/+284
|
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2012-03-082-1/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created ClassInfo documentation.renato araujo2012-03-081-0/+23
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Minor change in a doc code snippet.Hugo Parente Lima2012-03-081-1/+1
|
* Remove ugly gray background on documentation see-also links.Hugo Parente Lima2012-03-081-1/+0
|
* 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 documentation bug 853 - "Provide constants for Qt and PySide version"Hugo Parente Lima2012-03-082-0/+32
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Update inheritance diagram sphinx extension.Lauro Neto2012-03-081-5/+12
| | | | | | | Better handling missing classes. Reviewer: Renato Araujo <renato.filho@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Created QtDeclarative.ListProperty documentation.Renato Filho2012-03-081-0/+46
| | | | | Reviewer: Marcelo Lira <marcelo.lira@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-083-0/+115
|
* Removed Signal/Slot documentation content.Hugo Parente Lima2012-03-082-190/+1
|
* More code snippets ported to Python.Hugo Parente Lima2012-03-0818-0/+718
|
* Added some missing code snippets to PySide documentation.Hugo Parente Lima2012-03-0812-73/+596
|
* Removed useless files from docs.Hugo Parente Lima2012-03-0854-1743/+0
|
* Remove some warning messages when generating the docs.Hugo Parente Lima2012-03-081-0/+19
| | | | Those classes haven't especific documentation, they are only typedefs for template instanciations.
* Fix bug#708 - "Remaining pyqtSignal in ref docs"Hugo Parente Lima2012-03-081-4/+3
|
* Added module documentation for all modules.Hugo Parente Lima2012-03-0815-0/+282
|
* Removed a lot of files not used by the doc generation.Hugo Parente Lima2012-03-08133-13336/+0
|
* Missing doc code snippet for webkit.Hugo Parente Lima2012-03-081-0/+14
|
* Fixed/translated some doc. code snippets.Hugo Parente Lima2012-03-0814-201/+267
|
* Use multiple code snippets directories to fix the crazyness of Qt docs.Hugo Parente Lima2012-03-081-1/+1
|
* Removed unused doc snippet files.Hugo Parente Lima2012-03-08174-4182/+0
|
* Added some QML tutorials to the documentation.Hugo Parente Lima2012-03-0862-1/+2925
|
* Minor fixes on pysideapi2.rst.Hugo Parente Lima2012-03-081-9/+4
|
* Use monospace font for sphinx literal strings.Hugo Parente Lima2012-03-081-0/+6
|
* 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>
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵Hugo Parente Lima2012-03-082-64/+62
| | | | diagrams."
* The global header for PySide is now installed with the libpyside headers.Marcelo Lira2012-03-081-1/+1
| | | | | | | | | This is good for PySide derived bindings (like the ones for QtMobility), so they don't need to copy the PySide global headers to their source tree and end up with an outdated file. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Updated GeneratorRunner calls on CMake files to use "--generator-set" ↵Marcelo Lira2012-03-081-1/+1
| | | | | | | | instead of "--generatorSet". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#636 - "Unable to navigate back to the main site from the generated ↵Hugo Parente Lima2012-03-082-5/+3
| | | | documentation"
* Fixed style on QUiLoader code snippet.Marcelo Lira2012-03-081-1/+1
|
* Fix bug#560 - "Lack of QtCore.Signal documentation"Hugo Parente Lima2012-03-084-2/+242
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* New format for __version_info__.Hugo Parente Lima2012-03-081-1/+1
| | | | | | | The new format follow the same rules used by sys.version_info(). Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#577 - "Reference to QString in docs"Hugo Parente Lima2012-03-081-4/+3
|
* Fix bug#517 - "Documentation for QtDeclarative is not linked in ↵Hugo Parente Lima2012-03-081-0/+1
| | | | | | | contents.html, modules.html" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#518 - "The file 'genindex.html' is not found (linked from ↵Hugo Parente Lima2012-03-081-4/+2
| | | | | | | contents.html)" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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>
* Fix doc generation after the refactor for v1.0.Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@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>
* Fixed typo on typesystem used in doc generator.renatofilho2010-10-141-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Updating documentation to reflect adoption of wikipages.Luciano Wolf2010-10-1114-674/+41
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Added documentation to QPyTextObject class.Hugo Parente Lima2010-10-061-2/+4
|
* Update pyside.qdocconf.in removing useless entries.Hugo Parente Lima2010-10-061-89/+12
|
* Fixed some code snippets used in the PySide docs.Hugo Parente Lima2010-10-058-29/+29
|
* Generate documentation for phonon.Hugo Parente Lima2010-10-052-3/+7
|
* Sort typesystem according to their dependencies to avoid the inclusion of a ↵Hugo Parente Lima2010-10-051-13/+15
| | | | typesystem with generate=no.