aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"ps-1.0.1Hugo Parente Lima2012-03-082-3/+19
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 540 - "Duplicate entries in QRegExp docs"Hugo Parente Lima2012-03-081-7/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix doc bug 794 - "QPixmapCache.find example is wrong"Hugo Parente Lima2012-03-081-4/+4
|
* Fix bug 790 - "QStyledItemDelegate Signal with lambda and QModelIndex: Fatal ↵Hugo Parente Lima2012-03-081-0/+1
| | | | | | | Python error: PyEval_SaveThread: NULL tstate" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 694 - "QWebPage::extensions need injected overloads due to required ↵Hugo Parente Lima2012-03-083-0/+74
| | | | casts on C++ version"
* Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first ↵Hugo Parente Lima2012-03-083-7/+25
| | | | arg isn't a PyType."
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a ↵Hugo Parente Lima2012-03-083-7/+37
| | | | | | | default value and doesn't support regexes." Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix a type in QtGui type system.Hugo Parente Lima2012-03-081-1/+1
|
* Use set instead of add on reference-count action attribute.Hugo Parente Lima2012-03-081-1/+1
|
* Type systems of all modules but QtCore and QtGui reviewed.Hugo Parente Lima2012-03-088-103/+95
|
* Fix bug 736 - "Signal/Slot is not working at all"Hugo Parente Lima2012-03-083-1/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Changed local variable naming style.Hugo Parente Lima2012-03-081-3/+3
|
* Revert "Fixed test for bug #674 to works with new getattr check."Renato Filho2012-03-081-1/+1
| | | | This reverts commit a6f0d0cb5209655bd3f1727b9ddb03ff547104a6.
* Only raise 'RuntimeError' for function call to avoid problems with ↵Renato Filho2012-03-082-4/+12
| | | | contructor order calls.
* Added comments for all method removals.Marcelo Lira2012-03-082-138/+222
| | | | | | | And some other clean ups. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug 728 - "QFileDialog.getOpenFileNames never returns (hangs)"Hugo Parente Lima2012-03-083-0/+47
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #726.Renato Filho2012-03-084-0/+123
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Does not use normalizeSignature in functions with return type.Renato Filho2012-03-081-3/+5
| | | | | | | Fix bug #726. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Add unit test for bug 693 - "Heap corruption or double free reported on ↵Hugo Parente Lima2012-03-082-0/+32
| | | | | | | program exit" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed test for bug #674 to works with new getattr check.Renato Filho2012-03-081-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #696.Renato Filho2012-03-082-0/+44
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Check if class is valid before call meta object function on class getattro ↵Renato Filho2012-03-081-0/+3
| | | | | | | | | function. Fix bug #696. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Created unit test for bug #711.Renato Filho2012-03-081-0/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix QToolbar.clear parent policy.Renato Filho2012-03-081-0/+20
| | | | | | | Fixes bug #711. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Add unit test for bug 706 - "dataChanged signal raise an incorrect TypeError"Hugo Parente Lima2012-03-082-0/+28
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-082-132/+35
| | | | Fix bug 719 - "PySide/PyQt4 QByteArray incompatibilities: appendByte method"
* Add comments to some function removals.Hugo Parente Lima2012-03-081-35/+46
|
* Created unit test for bug #714.Renato Filho2012-03-082-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed parent policy from QLabel.setPixmap.Renato Filho2012-03-081-6/+0
| | | | | | | | | This is not a parent transfer because the function receives a "const &" and stores a copy of the pixmap. Fixes bug #714. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Remove duplicated const functions from QRegExpLauro Neto2012-03-081-0/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Last code snippets....Hugo Parente Lima2012-03-083-0/+115
|
* Removed Signal/Slot documentation content.Hugo Parente Lima2012-03-082-190/+1
|
* Version bump to 1.0.1Hugo Parente Lima2012-03-081-1/+1
|
* More code snippets ported to Python.Hugo Parente Lima2012-03-0818-0/+718
|
* Version bump, 1.0.0 final yay!ps-1.0.0Hugo Parente Lima2012-03-081-1/+1
|
* Added some missing code snippets to PySide documentation.Hugo Parente Lima2012-03-0812-73/+596
|
* Removed useless files from docs.Hugo Parente Lima2012-03-0854-1743/+0
|
* Remove some warning messages when generating the docs.Hugo Parente Lima2012-03-081-0/+19
| | | | Those classes haven't especific documentation, they are only typedefs for template instanciations.
* Fix bug 676 - "wrong QLocale.toFloat() description".Luciano Wolf2012-03-081-0/+24
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#708 - "Remaining pyqtSignal in ref docs"Hugo Parente Lima2012-03-081-4/+3
|
* Added module documentation for all modules.Hugo Parente Lima2012-03-0815-0/+282
|
* Removed a lot of files not used by the doc generation.Hugo Parente Lima2012-03-08133-13336/+0
|
* Missing doc code snippet for webkit.Hugo Parente Lima2012-03-081-0/+14
|
* Fixed/translated some doc. code snippets.Hugo Parente Lima2012-03-0814-201/+267
|
* Use multiple code snippets directories to fix the crazyness of Qt docs.Hugo Parente Lima2012-03-081-1/+1
|
* Removed unused doc snippet files.Hugo Parente Lima2012-03-08174-4182/+0
|
* Added modify-documentation do QDeclarativePropertyMap to remove references ↵Hugo Parente Lima2012-03-081-1/+14
| | | | to QVariant and QString.
* Added missing format attribute.Hugo Parente Lima2012-03-081-1/+1
|
* Added some QML tutorials to the documentation.Hugo Parente Lima2012-03-0862-1/+2925
|
* Minor fixes on pysideapi2.rst.Hugo Parente Lima2012-03-081-9/+4
|