aboutsummaryrefslogtreecommitdiffstats
path: root/generators
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headers of the code generator partsFriedemann Kleint2016-09-231-22/+27
| | | | | Change-Id: I84f12c3d9d265da2dab807af1ddd952795d156fa Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* generators directory renamed to generator.Hugo Parente Lima2012-03-0919-13935/+0
| | | | | | | This makes sense as now there only one generator that you can tweak it into different modes (a.k.a. generator sets). Reviewer: Trust me
* --generator-set command line switch is working again.Hugo Parente Lima2012-03-094-75/+39
| | | | | | QtDocGenerator also working again and the directory layout was changed a bit. Reviewer: Trust me
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-0920-7/+12070
| | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt data/CMakeLists.txt doc/CMakeLists.txt doc/_templates/index.html doc/_templates/layout.html doc/_themes/pysidedocs/static/pysidedocs.css doc/commandlineoptions.rst doc/conf.py.in doc/contents.rst doc/images/bindinggen-development.png doc/images/boostqtarch.png tests/CMakeLists.txt
* Doxygen supportWiller Moreira2011-11-182-2/+34
|
* Fixed function link generated in documentation.Renato Filho2011-09-142-1/+25
| | | | | | | Fixes bug #986. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 831 - "PySide docs would have a "Inherited by" list for each class"Hugo Parente Lima2011-08-021-0/+21
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove " contents" from module page titles.Hugo Parente Lima2011-08-011-1/+1
|
* Write a fancy index for PySide docs.Hugo Parente Lima2011-08-011-6/+69
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Classify function as Signal/Slot/Virtual/Static in documentation.Renato Filho2011-07-282-28/+32
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to "since" attribute on documentation.Renato Filho2011-05-191-0/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 830 - "QAbstractItemModel is not linked from QTreeView page"Hugo Parente Lima2011-05-181-5/+10
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix coding style.Hugo Parente Lima2011-05-181-22/+22
|
* Remove workaround used to fix bug 540 ("Duplicate entries in QRegExp docs") ↵Hugo Parente Lima2011-03-291-5/+30
| | | | | | | as it's now really fixed. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-041-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Don't show a warning message when an empty code snippet was found.0.6.7Hugo Parente Lima2011-03-021-1/+1
| | | | Reviewer: myself :-)
* Ignore module docs on extras directory when creating the module table of ↵Hugo Parente Lima2011-03-021-1/+1
| | | | | | | contents. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add support for badcode qdoc tag.Hugo Parente Lima2011-03-021-0/+1
|
* Use extra directory to also find module docs.Hugo Parente Lima2011-03-011-5/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* documentation-code-snippets-dir option now accepts multiple directories.Hugo Parente Lima2011-03-012-9/+35
|
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵Hugo Parente Lima2011-02-111-25/+9
| | | | | | | diagrams." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Renamed "generatorSet" command line option to "generator-set".Marcelo Lira2011-01-251-1/+1
| | | | | | | Now the option name is similar to all the other command line options. Yet, to assure backward compatibility, the "generatorSet" parameter is still accepted, although it will not override the "generator-set" option.
* Don't ignore inject-documentation when mode="replace".Hugo Parente Lima2011-01-132-7/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#574 - "In docs of QUuid there's documentation for a function called ↵Hugo Parente Lima2011-01-061-0/+1
| | | | | | | 'operator QString'" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add support for extra documentation in module table of contents.Hugo Parente Lima2011-01-062-1/+24
| | | | This is needed to fix the bug bug#560 ("Lack of QtCore.Signal documentation")
* Use the correct package name at module index.Hugo Parente Lima2010-10-041-1/+1
|
* Replace QVariant doc entries by None or object.Hugo Parente Lima2010-09-271-0/+4
| | | | | | | | | None when QVariant is used as an argument default value, object when it's used as return value or just to inform the expected argument type. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo lira <marcelo.lira@openbossa.org>
* Support doc generation of various modules in one go and removes QString and ↵Hugo Parente Lima2010-09-272-59/+76
| | | | QStringList entries from generated docs.
* Fixes bug#168, bug#310 and bug#330.Hugo Parente Lima2010-09-232-130/+109
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵Renato Filho2010-09-101-0/+2
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-171-1/+3
| | | | | | | doc strings. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Removed lib prefix from generators plugin.0.6.0Renato Filho2010-07-191-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Removed deprecated methods.Hugo Parente Lima2010-07-081-2/+2
|
* Adapt to recent changes in ApiExtractor API.Hugo Parente Lima2010-07-081-4/+4
|
* Implemented support to namespace.Renato Filho2010-06-301-15/+30
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
* Do not crash when the given table is wrong.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Adapt to changes in ApiExtractorHugo Parente Lima2010-04-221-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Fixing includes and include dirsLauro Neto2010-01-261-1/+1
| | | | | | Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add constraint to avoid index out-of-range errorsBruno dos Santos de Araujo2009-12-161-2/+2
| | | | Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Remove two compilation warnings from qtdoc generator.Hugo Lima2009-11-181-5/+5
| | | | Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-2/+2
|
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2615-2724/+3
| | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
* Implemented support to conversion-rule tag.renato araujo2009-10-213-10/+38
| | | | Reviwed by: Marcelo Lira <marcelo.lira@openbossa.org>
* Created execption handle for virtual functions.renato araujo2009-10-201-1/+8
|
* Fixed generation of fields for non wrapped class.Renato Araujo Oliveira Filho2009-09-183-21/+40
| | | | Fixed copy constructor generation.
* Implemented support to return policy for Qt::HANDLE.Renato Araujo Oliveira Filho2009-09-141-0/+4
|
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-141-0/+1
| | | | Fixes Bug #5
* Fixed bug#26.Hugo Lima2009-09-041-1/+2
| | | | Reviewed by Renato Araújo
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-032-10/+0
| | | | | Added a default implementation for Generator::subDirectoryForClass. This breaks the binary compatibility but NOT the source compatibility.