aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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>
* Add quotes to GENERATORRUNNER_PLUGINDIR variable.Hugo Parente Lima2010-09-231-1/+1
|
* Removed file not used related to documentation.Hugo Parente Lima2010-09-2315-666/+1
|
* Remove outdated information about boost graph from docs.Hugo Parente Lima2010-09-151-2/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2010-09-155-95/+17
|
* Removed broken links from docs.Hugo Parente Lima2010-09-152-3/+0
|
* Version bump.Hugo Parente Lima2010-09-152-3/+3
|
* Use full file name on GENERATORRUNNER_BINARY.sb-0.6.1Renato Filho2010-09-101-1/+1
|
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵Renato Filho2010-09-108-30/+53
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump the required ApiExtractor version.Hugo Parente Lima2010-09-091-1/+1
|
* Use diferent path separators for windows and unices.Hugo Parente Lima2010-08-311-1/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Cleanup generatorrunner export/import macros.Hugo Parente Lima2010-08-191-14/+8
| | | | | Reviewer: Luciano Wold <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Use DEFINE_SYMBOL in cmake to create the define to exports symbols.Renato Filho2010-08-193-6/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Don't *always* build generatorrunner as debug.Hugo Parente Lima2010-08-181-3/+1
| | | | | | | This fixes the segfault under windows when compiling in release mode. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix flags used when compiling using MSVC.Hugo Parente Lima2010-08-181-1/+1
|
* Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-172-16/+20
| | | | | | | doc strings. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Take care to remove only the first const and ref when translate types.Renato Filho2010-08-111-4/+10
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>