aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* No more training wheels. The last occurrences of the old template Converter w...Marcelo Lira2012-03-0825-752/+42
* Added a type system file for Maemo's QtCore.Marcelo Lira2012-03-081-0/+26
* Fixes custom code for QtCore's HWND on win32.Marcelo Lira2012-03-081-0/+3
* Qt::HANDLE is declared only in QtCore, and its specifics depend on the archit...Marcelo Lira2012-03-086-12/+83
* Fixed QtCore's HWND converter for win32.Marcelo Lira2012-03-081-8/+19
* Fix compilation of conversion branch against Python3k.Hugo Parente Lima2012-03-081-11/+27
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2012-03-081-49/+49
* Removed the remaining occurrences of Shiboken::makeTuple.Marcelo Lira2012-03-081-21/+39
* Fixed code for setting QtCore.__version_info__ to not use Shiboken::makeTuple.Marcelo Lira2012-03-082-6/+9
* Fixes type converter for Win32's HWND.Marcelo Lira2012-03-081-1/+1
* Added converter for primitive type QModelIndexList.Marcelo Lira2012-03-081-17/+18
* Updated various function removals and modifications.Marcelo Lira2012-03-081-2/+1
* New containers for container types.Marcelo Lira2012-03-081-24/+206
* New converters for primitive types.Marcelo Lira2012-03-084-25/+363
* Added new style conversions for QDate, QTime and QDateTime objects.Marcelo Lira2012-03-081-4/+77
* Added default constructor to QTextStreamManipulator.Marcelo Lira2012-03-081-1/+1
* Don't double decref variable causing an assertion error on debug builds.Hugo Parente Lima2012-03-081-1/+1
* Fix BUG #1063Paulo Alcantara2012-03-081-0/+1
* Replace private.py file by an inject code.Hugo Parente Lima2012-03-081-0/+11
* Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"Paulo Alcantara2012-03-081-0/+22
* Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"Paulo Alcantara2012-03-081-25/+21
* Fix BUG #1031Paulo Alcantara2012-03-081-1/+7
* Fix bug 1012 - "FTBFS with hardening flags enabled"Hugo Parente Lima2012-03-081-7/+34
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-081-1/+1
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-081-10/+20
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-1/+11
* Fixes win32's HWND converter.Marcelo Lira2012-03-082-6/+6
* Change String::convertible to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
* Initia QtCore port to python3.Renato Filho2012-03-088-72/+108
* Changed QStringList from container to primitive type.Marcelo Lira2012-03-081-2/+2
* Fix bug 981 - "QSettings docs should empathize the behavior changes of value(...Hugo Parente Lima2012-03-081-0/+5
* Fix QAbstractFileEngine read and readLine methods to accept data with null by...Hugo Parente Lima2012-03-081-2/+2
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-081-1/+1
* Fixed gcc warning during QDate conversion compilation.Renato Filho2012-03-081-2/+6
* Added missing primitive types on QtCore type system.Hugo Parente Lima2012-03-081-0/+4
* Fix white space.Hugo Parente Lima2012-03-081-1/+1
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-081-1/+0
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
* Register QVariantMap on TypeManager.Renato Filho2012-03-081-0/+2
* Implemented GlobalReceiverV2.Renato Filho2012-03-082-19/+45
* Updated QtCore's type system.Marcelo Lira2012-03-081-60/+86
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2012-03-081-0/+21
* 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-081-5/+5
* 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
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-10/+10
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-081-0/+5
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-1/+14