aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-0819-22/+39
* The funcition QSplashScreen.repaint was removed because that override the QWi...Renato Filho2012-03-081-1/+1
* Created unittest for bug #750.Renato Filho2012-03-082-0/+25
* Put back QPainter.fontInfo.Renato Filho2012-03-081-2/+0
* Created unit test for bug #743.Renato Filho2012-03-082-0/+16
* Implemented support to mapping on QMatrix4x4.Renato Filho2012-03-081-0/+18
* Created unit test for bug #740.Renato Filho2012-03-082-0/+14
* Implemented function QBitmap.fromData.Renato Filho2012-03-081-2/+11
* Created unit test for bug #722.Renato Filho2012-03-082-0/+25
* Use PyFloat as double in signal signatures.Renato Filho2012-03-081-1/+1
* Removes the removal of QMatrix4x4 call operators.Hugo Parente Lima2012-03-081-7/+0
* Fix code injection of QIODevice to support returning an error.Hugo Parente Lima2012-03-081-8/+16
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-083-5/+104
* Created QtDeclarative.ListProperty documentation.Renato Filho2012-03-081-0/+46
* Create unit test for bug #816.Renato Filho2012-03-083-1/+27
* Fixed QCoreApplication.instance method to handle with application created bef...Renato Filho2012-03-081-3/+11
* Created unit test for bug #814.Renato Filho2012-03-083-0/+49
* Updated dependency version.Renato Filho2012-03-081-2/+2
* Fixed bug #400 link description.Renato Filho2012-03-081-1/+1
* Create unitest for bug #688.Renato Filho2012-03-082-0/+88
* Implemented support to pyton iterator in QTextFrame::iterator.Renato Filho2012-03-082-9/+41
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-082-8/+15
* Fix bug 724 - "Missing QAbstractFileEngine.map method"Hugo Parente Lima2012-03-083-4/+41
* Fix bug 721 - "QFile doesn't support map and unmap functions."Hugo Parente Lima2012-03-082-5/+27
* Remove unused variables and warnings when using gcc 4.6.Hugo Parente Lima2012-03-081-2/+0
* Updated type system files to use the new %BEGIN_ALLOW_THREADS and %END_ALLOW_...Marcelo Lira2012-03-083-46/+46
* Fixes bugs 746, 747 and 748.Marcelo Lira2012-03-083-8/+108
* Fixes bugs 739 and 752.Marcelo Lira2012-03-085-4/+74
* Do *not* mix tabs and spaces.Marcelo Lira2012-03-081-2/+1
* Fixes bugs 744, 745, 756, 758 and 764.Marcelo Lira2012-03-084-10/+201
* Merged fix_int*... and fix_qreal*... type system templates.Marcelo Lira2012-03-082-20/+30
* Version bump to 1.0.2Hugo Parente Lima2012-03-081-1/+1
* Create unit test for bug #793.Renato Filho2012-03-082-0/+31
* Change the order of function call on destructionVisitor to avoid problems wit...Renato Filho2012-03-081-1/+2
* Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.Marcelo Lira2012-03-082-2/+24
* Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"ps-1.0.1Hugo Parente Lima2012-03-082-3/+19
* Fix bug 540 - "Duplicate entries in QRegExp docs"Hugo Parente Lima2012-03-081-7/+0
* 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
* Fix bug 694 - "QWebPage::extensions need injected overloads due to required c...Hugo Parente Lima2012-03-083-0/+74
* Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first ...Hugo Parente Lima2012-03-083-7/+25
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default...Hugo Parente Lima2012-03-083-7/+37
* 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
* 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
* Only raise 'RuntimeError' for function call to avoid problems with contructor...Renato Filho2012-03-082-4/+12
* Added comments for all method removals.Marcelo Lira2012-03-082-138/+222