aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* DynamicMetaObject optimizations.Renato Filho2012-03-084-255/+169
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-085-66/+4
* Don't color links black.Hugo Parente Lima2012-03-081-1/+0
* Better looking module listing page.Hugo Parente Lima2012-03-081-0/+3
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2012-03-081-0/+21
* Cosmetic changes on docs.Hugo Parente Lima2012-03-083-9/+34
* Created template code for added QObject's trUtf8 methods.Marcelo Lira2012-03-081-21/+20
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2012-03-082-6/+6
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the Pyth...Hugo Parente Lima2012-03-082-2/+37
* New CSS style for PySide docs.Hugo Parente Lima2012-03-081-6/+25
* Removed the "default-constructor" from some QtCore type entries.Marcelo Lira2012-03-081-11/+11
* Removed the remaining unnecessary QTextStream::operator>> methods.Marcelo Lira2012-03-081-0/+5
* Fixes the support for QGLShaderProgram's array functions.Marcelo Lira2012-03-081-86/+134
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-085-17/+84
* Fixed windows compilation.Renato Filho2012-03-081-17/+28
* Created unit test for QScriptValue __repr__ function.Renato Filho2012-03-081-5/+9
* Implement a more detailed __repr__ function for QScriptValue.Renato Filho2012-03-081-0/+10
* Implemented 'QGLShaderProgram' array functions support.Renato Filho2012-03-081-2/+491
* Update bug_931 unit test to check for isinstance.Renato Filho2012-03-081-0/+6
* Implemented meta type for PySideSignal.Renato Filho2012-03-081-1/+55
* Use linked lists instead of lists to speed up a bit.Hugo Parente Lima2012-03-081-7/+7
* Small optimizations on libpyside.Hugo Parente Lima2012-03-083-33/+21
* Created unit test for property decorator.Renato Filho2012-03-082-0/+36
* Implemented Property decorator support.Renato Filho2012-03-081-3/+67
* Bumped version to 1.0.5ps-1.0.5Renato Filho2012-03-081-1/+1
* Updated shiboken version dependency.Renato Filho2012-03-081-1/+1
* Fix typo on function modification signature.Renato Filho2012-03-081-1/+1
* Use realloc functions on MetaObject functions.Renato Filho2012-03-081-18/+19
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-088-51/+144
* Update unit test for static metaobjet to work with new optimizationsRenato Filho2012-03-081-16/+8
* Update QMetaObject test to test optimization changes.Renato Filho2012-03-081-2/+4
* Update unit test for max signals.Renato Filho2012-03-081-5/+7
* Fixed unit test for bug_847 mandelbug.Renato Filho2012-03-082-5/+4
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-083-0/+20
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-082-1/+26
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-082-1/+5
* Fix bug 890 - "Add signal connection example for valueChanged(int) on QSpinBo...Hugo Parente Lima2012-03-081-1/+30
* Moved test for bug #921 from QtCore's directory to QtGui's.Marcelo Lira2012-03-083-1/+1
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-082-1/+18
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-083-13/+39
* Add a comma.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 916 - "Missing info about when is possible to use keyword arguments i...Hugo Parente Lima2012-03-081-4/+10
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-087-32/+119
* Fix memory leak on GlobalReceiver.Renato Filho2012-03-081-6/+7
* Created unit test for bug #931.Renato Filho2012-03-082-0/+16
* Renamed PySide.Signal instance class to PySide.SignalInstance.Renato Filho2012-03-081-3/+4
* Created unit test for bug #921.Renato Filho2012-03-082-0/+53
* Disconnect signals during the class destroy.Renato Filho2012-03-082-28/+72
* Update copyright year of license boiler plate.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-083-0/+34