aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-244-95/+479
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed modindex.hmtm and added domainindex.html to work with newer sphinx ↵Hugo Parente Lima2010-09-242-40/+57
| | | | versions.
* Removed doc files not used.Hugo Parente Lima2010-09-2415-666/+1
|
* Fix doc generation and only generate docs for QtDeclarative module when it ↵Hugo Parente Lima2010-09-171-2/+4
| | | | | | | was found. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-9/+0
| | | | exception.
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-261-5/+5
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* fixed the newsigslot documentation to use API 2Matti Airas2010-08-201-15/+15
|
* Fix typo: QPropery.Luciano Wolf2010-08-042-3/+3
|
* Created QProperty documentation.Renato Filho2010-07-082-4/+51
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Small updates to the documentation.Marcelo Lira2010-06-212-52/+1
| | | | | | Removed the doc about building BoostPythonGenerator and modified a line about the generator used to create the bindings in the index.html file.
* Updating QVariant description inside API2 document.Luciano Wolf2010-06-151-0/+1
|
* Updating API2 documentation.Luciano Wolf2010-06-151-12/+3
|
* Documentation about new API2.Luciano Wolf2010-06-141-0/+104
|
* Removed an copy'n'paste error from the documentation of new style signals/slots.Marcelo Lira2010-06-071-5/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix newsigslot documentation. Use Signal/Slot instead of signal/slot.ps-0.3.2Luciano Wolf2010-06-031-22/+22
|
* Updating documentation to include QtDeclarative and support new features.Luciano Wolf2010-06-013-4/+16
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Renato Araújo <renato.filho@openbossa.org>
* Fixed typo on licence header.Renato Filho2010-05-211-1/+1
| | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fixed Nokia copyright.Renato Filho2010-05-211-3/+3
| | | | Reviewer: Matti Airas <matti.p.airas@nokia.com>
* Append license and copyright to pyhtml2devhelp.py scriptRenato Filho2010-05-201-4/+33
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Updating doc to reflect PSEP100.Luciano Wolf2010-05-201-23/+23
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Renato Araujo <renato.araujo@openbossa.org>
* Adding documentation about new-style signal/slot.Luciano Wolf2010-05-182-0/+193
|
* Fixed layout issues in global module index documentation page.Hugo Parente Lima2010-05-043-5/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Fix documentation page about how to generate the documentation.Hugo Parente Lima2010-05-041-21/+7
|
* Add QtMaemo5 to the modules listBruno dos Santos de Araujo2010-05-041-0/+1
| | | | | Reviewer: Renato Filho <renato.filho@openbossa.org> Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Bump generation tools versionsBruno dos Santos de Araujo2010-05-034-9/+9
|
* Update build docs dependencies/versionsBruno dos Santos de Araujo2010-05-034-14/+20
|
* Add doc generator for some missing modules.Hugo Parente Lima2010-05-031-0/+5
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Build documentation of out source dir, automagicly replacing variables like ↵Hugo Parente Lima2010-05-033-103/+15
| | | | | | | version numbers. Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Fix documentation title, as requested by bug#168.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Add dbus example do docs.Hugo Parente Lima2010-05-033-3/+120
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Update build docs.Bruno dos Santos de Araujo2010-04-295-21/+29
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>