summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dependency version update.1.0.6Renato Filho2011-08-221-2/+2
* Created unit test for __reduce__ of empty QColor.Renato Filho2011-08-221-1/+12
* Fix QColor __reduce__ function.Renato Filho2011-08-221-2/+8
* Created unitest for bug #972.Renato Filho2011-08-192-0/+40
* Fix QGraphicsProxyWidget.setWidget return policy.Renato Filho2011-08-191-3/+7
* Fix QSettings code snippet.Hugo Parente Lima2011-08-191-2/+2
* Implemented GlobalReceiverV2.Renato Filho2011-08-199-27/+570
* Do not generate QTest::qt_snprintf function.Marcelo Lira2011-08-181-0/+1
* Fixed conversion rules for QWebPage.javaScriptPrompt method.Marcelo Lira2011-08-181-9/+16
* Updated QtNetwork's type system.Marcelo Lira2011-08-181-20/+18
* Updated QtDeclarative's type system.Marcelo Lira2011-08-181-1/+2
* Updated QtWebKit's type system.Marcelo Lira2011-08-181-23/+27
* Updated QtXmlPattern's type system.Marcelo Lira2011-08-181-1/+2
* Updated QtGui's type system.Marcelo Lira2011-08-181-67/+98
* Updated QtCore's type system.Marcelo Lira2011-08-172-67/+97
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2011-08-163-2/+19
* Fix bug 950 - "implement Q_INVOKABLE"Hugo Parente Lima2011-08-161-1/+30
* Fixed QColor.__reduce__ function.Renato Filho2011-08-161-5/+5
* Created unit test for QColor.__repr__ and QColor.__str__ functions.Renato Filho2011-08-161-0/+12
* Implemented QColor.__repr__ and QColor.__str__ functions.Renato Filho2011-08-161-0/+51
* Created unit test for bug #958.Renato Filho2011-08-153-0/+73
* Remove obscure code from QUiLoader inject code.Renato Filho2011-08-151-6/+0
* Removed return policy from QUiLoader.load return object.Renato Filho2011-08-151-2/+0
* Created unit test for bug #965.Renato Filho2011-08-123-0/+48
* Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...Hugo Parente Lima2011-08-123-4/+28
* Deprecated functions marked as deprecated.Hugo Parente Lima2011-08-129-19/+27
* Created unit test for bug #951.Renato Filho2011-08-113-0/+39
* Updated qmlRegisterType to register.Renato Filho2011-08-111-9/+23
* Fix links on rel bar.Hugo Parente Lima2011-08-101-1/+11
* Bump version to 1.0.6.Hugo Parente Lima2011-08-101-1/+1
* Update pysidedocs theme to rely more on sphinx's base theme:Didier Raboud2011-08-1018-1339/+72
* Added test for signal with typedefLauro Neto2011-08-105-1/+51
* Removing uneeded fileLauro Neto2011-08-091-66/+0
* Fix plugin testLauro Neto2011-08-092-1/+3
* Add test for qml plugin.Lauro Neto2011-08-094-0/+132
* Fixes in QtWebkitLauro Neto2011-08-091-3/+6
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2011-08-083-0/+20
* DynamicMetaObject optimizations.Renato Filho2011-08-054-255/+169
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2011-08-035-66/+4
* Don't color links black.Hugo Parente Lima2011-08-021-1/+0
* Better looking module listing page.Hugo Parente Lima2011-08-021-0/+3
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2011-08-021-0/+21
* Cosmetic changes on docs.Hugo Parente Lima2011-08-023-9/+34
* Created template code for added QObject's trUtf8 methods.Marcelo Lira2011-08-011-21/+20
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2011-08-012-6/+6
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Pyth...Hugo Parente Lima2011-07-292-2/+37
* New CSS style for PySide docs.Hugo Parente Lima2011-07-291-6/+25
* Removed the "default-constructor" from some QtCore type entries.Marcelo Lira2011-07-281-11/+11
* Removed the remaining unnecessary QTextStream::operator>> methods.Marcelo Lira2011-07-281-0/+5
* Fixes the support for QGLShaderProgram's array functions.Marcelo Lira2011-07-281-86/+134