aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.6.10.sb-0.6.10Renato Filho2011-05-251-1/+1
|
* 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
|
* Updated dependecy version required.Renato Filho2011-04-281-1/+1
|
* Updated dependecy version.sb-0.6.9Renato Filho2011-04-071-1/+1
|
* Version bumped to 0.6.9Hugo Parente Lima2011-04-061-1/+1
|
* Use QDir::currentPath() to avoid problems with armel-Meego target.Luciano Wolf2011-04-041-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Version bumpsb-0.6.8Hugo Parente Lima2011-03-311-1/+1
|
* 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-043-0/+65
| | | | | 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.sb-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>
* Fix typo on ref tag in docs.Hugo Parente Lima2011-03-011-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* documentation-code-snippets-dir option now accepts multiple directories.Hugo Parente Lima2011-03-012-9/+35
|
* Version bump to 0.6.7Hugo Parente Lima2011-03-011-1/+1
|
* Empty lines from custom code must be cropped.Marcelo Lira2011-02-241-8/+14
| | | | | | | This is to avoid lines composed only of irritating trailing spaces. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added the "--drop-type-entries=<entries>" command line option.sb-0.6.6Marcelo Lira2011-02-164-8/+20
| | | | | | | The documentation was updates on this and older things. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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>
* Add function getClassTargetFullName to get what AbstractMetaClass.fullName ↵Hugo Parente Lima2011-02-102-0/+29
| | | | would return.
* Added a CMake script that sets some environment variables before calling the ↵Marcelo Lira2011-02-043-8/+25
| | | | | | | | | | tests. This is used as a workaround to a CMake 2.6 limitation that prevents environment variables to be set for tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Bump version to 0.6.6.Renato Araujo Oliveira Filho2011-02-021-2/+2
|
* Fixed Cmake files used to find the library after the installation.sb-0.6.5Renato Araujo Oliveira Filho2011-02-021-8/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed the project file test to work with win32 paths.Marcelo Lira2011-01-312-2/+10
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Modified GeneratorRunner to support a simpler format of project file.Marcelo Lira2011-01-2511-128/+190
| | | | | The project file are now just a text file containing key/value pairs. The documentation was updated accordingly, including the man page.
* Added documentation for command line and XML generator project file options.Marcelo Lira2011-01-254-1/+150
|
* Added the "project-file" command line option.Marcelo Lira2011-01-252-6/+93
| | | | | | | | | | | | | | | The project file is a XML that provides the same options that could be provided via command line. Command line arguments added by further modules will be converted into xml tags on the project file following this rule: GENERATOR --new-boolean-option --new-option=SOMETHING in XML turns into: <new-boolean-option /> <new-option value="SOMETHING />
* Added a dummy generator as a source of test cases.Marcelo Lira2011-01-258-0/+355
| | | | Unit tests were added as well.
* GeneratorRunner looks for loadable generator modules in many places.Marcelo Lira2011-01-252-5/+23
| | | | | | Besides loading generator modules given as full file paths, and placed in the place where GeneratorRunner was installed, the modules are also looked for in paths added via QT_PLUGIN_PATH.
* Renamed "generatorSet" command line option to "generator-set".Marcelo Lira2011-01-252-5/+10
| | | | | | | 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.
* Fix bug#636 - "Unable to navigate back to the main site from the generated ↵Hugo Parente Lima2011-01-242-5/+3
| | | | documentation"
* Bump to version 0.6.5Renato Araujo Oliveira Filho2011-01-211-2/+2
|
* Updated apiextractor version dependency.sb-0.6.4Renato Araujo Oliveira Filho2011-01-211-1/+1
|
* 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>
* Add option to install testsLauro Neto2011-01-112-0/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: 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")
* Bumped version 0.6.4Renato Araujo Oliveira Filho2010-11-251-1/+1
|
* Bump ApiExtractor version dependencysb-0.6.3Lauro Neto2010-11-241-1/+1
|
* Obey ExcludeConst and ExcludeReference arg in translateType function for QFlags.Hugo Parente Lima2010-11-231-7/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Use the same function in translate type primitive types and others.renatofilho2010-11-221-6/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Require ApiExtractor at least 0.8.2.Hugo Parente Lima2010-10-291-1/+1
|
* Obey ExcludeConst and ExcludeReference for primitive types on translateType ↵Hugo Parente Lima2010-10-281-0/+6
| | | | function.
* Bump version to 0.6.3Hugo Parente Lima2010-10-281-1/+1
|
* Fixed translate type function.renatofilho2010-10-201-13/+24
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo lira <marcelo.lira@openbossa.org>
* Updating documentation to reflect adoption of wikipages.sb-0.6.2Luciano Wolf2010-10-116-184/+4
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Implemented support to OriginalName flag on typeName function.renatofilho2010-10-051-1/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Use the correct package name at module index.Hugo Parente Lima2010-10-041-1/+1
|