summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerHEADdev4.8Teemu Kaukoranta2013-05-2314-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I671a7f1c5594580837354dd577027785705a4ce2 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Version bump to 0.6.17.Marcelo Lira2011-12-301-1/+1
|
* Version bump to 0.6.16.Marcelo Lira2011-12-301-2/+2
|
* Fixed symbol export on win32 platform.Marcelo Lira2011-12-301-1/+2
| | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Fixes container check in Generator::getSimplifiedContainerTypeName method.Marcelo Lira2011-12-271-1/+1
|
* Update generatorrunnermacros.hJerzy Kozera2011-12-161-0/+1
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Merge pull request #17 from willerdavis/masterWiller Moreira2011-11-182-2/+34
|\ | | | | Doxygen support
| * Doxygen supportWiller Moreira2011-11-182-2/+34
|/
* Fix bug 1009 - "GeneratorRunner Cygwin patch"Yaakov2011-10-273-2/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Version bump to 0.10.15.Hugo Parente Lima2011-10-271-2/+2
|
* Version bump to 0.6.14.Hugo Parente Lima2011-10-201-2/+2
|
* Fixes Generator::isObjectType(AbstractMetaType*) method.Marcelo Lira2011-10-171-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixed minimalConstructor method for classes with template instantiations.Marcelo Lira2011-10-042-7/+72
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* 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.Renato 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.Renato 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.Renato 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.Renato 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.Renato 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 bumpHugo 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>