aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added improved functionality for the 'conversion-rule' tag.Marcelo Lira2012-03-092-0/+114
| | | | | | | | | | | | | It works for primitive, container and value types. Object types doesn't have conversion rules because they can not have implicit conversions, and the regular conversion is always the same (get C++ object held on Python wrapper, and finding/creating a Python wrapper to a C++ pointer). Unit tests were added. Documentation was updated. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix outdated info on docs.Hugo Parente Lima2012-03-091-2/+2
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix link on rel bar.Hugo Parente Lima2012-03-091-1/+11
|
* Update pysidedocs theme to rely more on sphinx's base theme:Didier Raboud2012-03-0917-1293/+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 Raboud2012-03-091-3/+0
|
* Added default constructor option for value types.Marcelo Lira2012-03-091-0/+13
| | | | | | | | The unit test is in place and the 'value-type' tag documentation was update with information about the 'default-constructor' attribute. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added docs for typesystem new attributes.Hugo Parente Lima2012-03-091-5/+27
|
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-091-0/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Doc js files sync with latest release of sphinx.Hugo Parente Lima2012-03-093-47/+200
|
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2012-03-092-2/+8
|
* Update documentation for reference-count tag.Marcelo Lira2012-03-091-1/+7
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Global functions can now be renamed.Marcelo Lira2012-03-091-2/+4
| | | | | | | | This is accomplished via the "rename" attribute on the "function" tag. An unit test was added and the documentation updated. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#636 - "Unable to navigate back to the main site from the generated ↵Hugo Parente Lima2012-03-092-5/+3
| | | | documentation"
* Fix documentation typo.Hugo Parente Lima2012-03-091-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Renamed the "define-ownership" tag "calss" attribute value from "shell" to ↵sb-0.9.1Marcelo Lira2012-03-091-1/+1
| | | | | | | | | | | "native". This was done to keep consistency with the rest of the type system tag attributes, which use "native" instead of "c++" or "shell". Documentation was updated accordingly. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Include "generate" attribute for namespace type into documentation.Luciano Wolf2012-03-091-2/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated documentation for the 'remove' attribute of the 'modified-field' tag.Marcelo Lira2012-03-091-0/+3
| | | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Removed files not used by our current documentation.Hugo Parente Lima2012-03-0915-666/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added documentation for "enum-type" tag attribute "identified-by-value".Marcelo Lira2012-03-091-0/+6
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2012-03-093-94/+16
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version show in documentation.Hugo Parente Lima2012-03-091-2/+2
|
* Documented rename to tag inside of argument modification.Renato Filho2012-03-091-0/+12
|
* Updated documentation version.Renato Filho2012-03-091-2/+2
|
* Added the "default-constructor" attribute to the "primitive-type" tag.Marcelo Lira2012-03-091-0/+8
| | | | | | | | | The default-constructor attribute specifies a way to build an instance of a class declared as primitive type using default arguments. Documentation and a test were also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Document about the flag "since".Renato Filho2012-03-092-6/+38
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Bump the documentation versionHugo Parente Lima2012-03-091-2/+2
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Willer Moreira <willer.moreira@openbossa.org>
* Added documentation for function tag.Hugo Parente Lima2012-03-091-2/+17
|
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-091-1/+31
| | | | | | | | The type system tag '<reference-count action="Add|Remove|..."/>' used on argument modification was uncommented, documentation was written and a unit test was created for it. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Added function can be tagged as static methods.Hugo Lima2010-01-071-2/+2
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Initial version of ownership documentationLauro Neto2009-11-302-0/+86
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adding index attr to parent exampleLauro Neto2009-11-271-1/+1
|
* Documentation for container-type tag into typesystem.Luciano Wolf2009-11-091-1/+16
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Use isStream instead of hardcoding QDataStreamLauro Neto2009-11-091-2/+12
| | | | Also added documentation
* Updated documentation of conversion-rule for argument-modification.Hugo Lima2009-10-292-1/+37
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Added documentation for tag conversion-rule.Hugo Lima2009-10-232-1/+27
|
* Fixed the openbossa logo on the pysidedocs theme.Hugo Lima2009-10-212-0/+5
|
* Fixed minor CSS issues on pysidedocs sphinx themeHugo Lima2009-10-211-2/+19
|
* Removed latex sphinx config options.Hugo Lima2009-10-211-31/+0
|
* Added a new sphinx theme for APIExtractor documentation.Hugo Lima2009-10-1727-46/+1511
| | | | This theme should be used on all sphinx-based pyside documentation.
* - Typesystem documentation broken in smaller parts, so it's more redable now ↵Hugo Lima2009-10-178-794/+692
| | | | | | | (IMO). - Added cross referencing for nodes cited along the documentation. - Added documentation for the new and not implemented yet, add-function tag.
* fixed API Extractor version on documentationMarcelo Lira2009-08-181-2/+2
|
* The genesis...Hugo Lima2009-08-1722-0/+2201