aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes Generator::isObjectType(AbstractMetaType*) method.Marcelo Lira2011-10-171-1/+1
* Fixed minimalConstructor method for classes with template instantiations.Marcelo Lira2011-10-042-7/+72
* Added a couple of convenience methods to Generator: isCString and isVoidPointer.Marcelo Lira2011-10-032-0/+19
* Collect the instantiated container types from class fields.Marcelo Lira2011-10-032-4/+15
* Version bumped.sb-0.6.13Renato Filho2011-09-211-2/+2
* Fixed function link generated in documentation.Renato Filho2011-09-142-1/+25
* Collect the instantiated container types for the current module.Marcelo Lira2011-09-122-1/+65
* 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
* Add support for multiples api-version values.Hugo Parente Lima2011-08-111-4/+17
* Fix link on rel bar.Hugo Parente Lima2011-08-101-1/+11
* Fixed minimalConstructor(TypeEntry*) to handle classes.Marcelo Lira2011-08-101-0/+3
* 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 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
* Fix bug 831 - "PySide docs would have a "Inherited by" list for each class"Hugo Parente Lima2011-08-021-0/+21
* 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
* Fixed Generator::translateType() method treatment for "void" types.Marcelo Lira2011-07-281-1/+1
* Added a method to find the minimal constructor for types, plus some convenien...Marcelo Lira2011-07-282-0/+203
* Classify function as Signal/Slot/Virtual/Static in documentation.Renato Filho2011-07-282-28/+32
* 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 :: pr...Hugo Parente Lima2011-06-061-0/+2
* 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
* Fix bug 830 - "QAbstractItemModel is not linked from QTreeView page"Hugo Parente Lima2011-05-181-5/+10
* 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
* Version bumpsb-0.6.8Hugo Parente Lima2011-03-311-1/+1
* Remove workaround used to fix bug 540 ("Duplicate entries in QRegExp docs") a...Hugo Parente Lima2011-03-291-5/+30
* Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-043-0/+65
* Don't show a warning message when an empty code snippet was found.sb-0.6.7Hugo Parente Lima2011-03-021-1/+1
* Ignore module docs on extras directory when creating the module table of cont...Hugo Parente Lima2011-03-021-1/+1
* 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
* Fix typo on ref tag in docs.Hugo Parente Lima2011-03-011-1/+1
* 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
* Added the "--drop-type-entries=<entries>" command line option.sb-0.6.6Marcelo Lira2011-02-164-8/+20
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagra...Hugo Parente Lima2011-02-111-25/+9
* Add function getClassTargetFullName to get what AbstractMetaClass.fullName wo...Hugo Parente Lima2011-02-102-0/+29