aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version bumped.sb-0.6.13Renato Filho2011-09-211-2/+2
|
* 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>
* Collect the instantiated container types for the current module.Marcelo Lira2011-09-122-1/+65
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Version Bump.sb-0.6.12Renato Filho2011-08-221-2/+2
|
* Added a method to check if a TypeEntry should be generated or not.Marcelo Lira2011-08-182-2/+10
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Add support for multiples api-version values.Hugo Parente Lima2011-08-111-4/+17
| | | | | | | | | | | | | | | | To use in a project file do: api-version = MyPackage, 1.3.4 api-version = MyOtherPackage, 3.4 On command line the things get bit weird, you need to use: --api-version=MyPackage,1.3.4|MyOtherPackage,3.4 Remembering to escape the |. Reviewer: Lauro Neto <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix link on rel bar.Hugo Parente Lima2011-08-101-1/+11
|
* Fixed minimalConstructor(TypeEntry*) to handle classes.Marcelo Lira2011-08-101-0/+3
| | | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Removed searchtools.jsHugo Parente Lima2011-08-101-518/+0
|
* Update pysidedocs theme to rely more on sphinx's base theme:Didier Raboud2011-08-0916-826/+72
| | | | | | | | | | - Drop files that are redundant with sphinx. - Add _templates/layout.html to add the needed customisation. - Update theme.conf to ensure theme inheritance. - Update pysidedocs.css to fit the theme with sphinx's basic theme. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Drop superflous .directory file.Didier Raboud2011-08-091-3/+0
|
* Find the package name even when no classes were found.Hugo Parente Lima2011-08-042-11/+18
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@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>
* Fixed Generator::translateType() method treatment for "void" types.Marcelo Lira2011-07-281-1/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added a method to find the minimal constructor for types, plus some ↵Marcelo Lira2011-07-282-0/+203
| | | | | | | | | | | convenience methods. The minimal constructor method tries to build the minimal constructor possible for a given type or class. Checking if a type is an Object Type is a very common task, as is asking if an AbstractMetaType is a pointer to another type. So I added these convenience methods.
* 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>
* Updated apiextractor dependency.Renato Filho2011-07-221-1/+1
|
* Version bumped to 0.6.11.sb-0.6.11Renato Filho2011-06-221-2/+2
|
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2011-06-064-80/+284
|
* Show perm links only when the mouse hover on title.Hugo Parente Lima2011-06-061-0/+5
|
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: ↵Hugo Parente Lima2011-06-061-0/+2
| | | | | | | prefix) on all places." Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2011-05-312-1/+9
|
* 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>