aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 1.0.4.ps-1.0.4Renato Filho2012-03-081-3/+3
|
* Created test for QObject.inherits.Renato Filho2012-03-082-0/+17
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Removed glue code for QObject.inherits function.Renato Filho2012-03-083-19/+20
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QWidget.parentWidget return policy.Renato Filho2012-03-081-3/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fill qApp is any QApplication is active during the QtGui moude import.Renato Filho2012-03-081-2/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated PySide type systems to use the new type system variables: ↵Marcelo Lira2012-03-082-4/+4
| | | | | | | %ISCONVERTIBLE and %CHECKTYPE. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from ↵Hugo Parente Lima2012-03-083-33/+70
| | | | | | | a subclass" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-084-14/+52
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added an unit test for bug #871.Marcelo Lira2012-03-082-0/+42
| | | | | | | http://bugs.pyside.org/show_bug.cgi?id=871 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed default return value for "QStyleOptionViewItem ↵Marcelo Lira2012-03-081-0/+5
| | | | | | QAbstractItemView::viewOptions() const". Wrong code would be generated if compiling avoiding the "protected hack".
* Fix bug 877 - "Fatal Python error on application quit."Hugo Parente Lima2012-03-081-1/+1
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Fix bug 870 - "QStylePainter.drawControl doesn't draw anything"Hugo Parente Lima2012-03-081-70/+70
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to MSG type on windows.Renato Filho2012-03-086-2/+144
|
* Removed unnecessary functions from QByteArray.Renato Filho2012-03-081-0/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-085-12/+17
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0"Hugo Parente Lima2012-03-081-1/+6
|
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-081-0/+5
|
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2012-03-084-80/+284
|
* Created unit test for bug #860.Renato Filho2012-03-082-0/+37
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fixed signal connection with native c++ slot.Renato Filho2012-03-081-12/+13
| | | | | | | Fixes bug #860. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2012-03-082-1/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() ↵Hugo Parente Lima2012-03-081-0/+14
| | | | method) in constructor"
* Avoid warnings about redefined constants.Hugo Parente Lima2012-03-081-1/+1
|
* Unit test for bug862 - "Problems when printing objects"Hugo Parente Lima2012-03-082-0/+41
|
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-083-1/+83
| | | | | | | Added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Moved internalPointer methods code injection into a code template.Marcelo Lira2012-03-082-8/+8
|
* Updated example to handle with Python warnings.Renato Filho2012-03-081-1/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-083-66/+36
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for QObject.eventFilter function.Renato Filho2012-03-082-0/+40
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed problems with eventFilter function destruction order.Renato Filho2012-03-081-0/+10
| | | | | | | | The object passed to eventFilter function will keep a reference to the listener object, this will ensure the destruction order. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created ClassInfo documentation.renato araujo2012-03-081-0/+23
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Updated generatorrunner dependency version.ps-1.0.3Renato Filho2012-03-081-1/+1
|
* Minor change in a doc code snippet.Hugo Parente Lima2012-03-081-1/+1
|
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
|
* Check if the same python object arrive on destroyed signal.Renato Filho2012-03-081-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created DestroyListener class.Renato Filho2012-03-087-0/+137
| | | | | | | | | | | This class is used to keep the Python object live until the signal destroyed emission. With this is possible to use the QObject on destruction signal. Fixes bug #505. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed reference leek on global receiver callback call.Renato Filho2012-03-081-1/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created unit test for ClassInfo class.Renato Filho2012-03-082-0/+30
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented PySide::ClassInfo Object.Renato Filho2012-03-087-11/+317
| | | | | | | | | | | | This class reproduce the Qt macro Q_CLASSINFO behavior. Eg.: @QtCore.ClassInfo(author='PySide', url='http://www.pyside.org') fixes bug #705. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create checkType for libpyside objects.Renato Filho2012-03-084-1/+17
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix indentation.Renato Filho2012-03-081-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-084-0/+39
| | | | | | | Unit tests for QPixmapCache were also added. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Create unit test for function QEasingCuver.setCustomType.Renato Filho2012-03-082-0/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-084-9/+174
| | | | | | | fixes bug #725. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Create PySideWeakRef class.Renato Filho2012-03-083-0/+99
| | | | | | | With this class you can use a c function as a callback on PyObject destruction. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Remove ugly gray background on documentation see-also links.Hugo Parente Lima2012-03-081-1/+0
|
* Update test for python 2.5Lauro Neto2012-03-081-0/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Fix bug 803 - "QWebElementCollection.operator[] is not implemented"Hugo Parente Lima2012-03-083-1/+35
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix typoPaulo Alcantara2012-03-081-1/+1
| | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-086-95/+163
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>