aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Collapse)AuthorAgeFilesLines
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-081-1/+11
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes win32's HWND converter.Marcelo Lira2012-03-082-6/+6
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | | | | QStringList inherits from QList<QString>, and it isn't a reusable container itself, such as QList. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 981 - "QSettings docs should empathize the behavior changes of ↵Hugo Parente Lima2012-03-081-0/+5
| | | | | | | | value() on different platforms" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix QAbstractFileEngine read and readLine methods to accept data with null ↵Hugo Parente Lima2012-03-081-2/+2
| | | | | | | bytes. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix white space.Hugo Parente Lima2012-03-081-1/+1
|
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-081-1/+0
| | | | | | | | | | | | This inject code is necessary due a workaround on C++ class QWebPage. Check de C++ doc for more information: http://doc.qt.nokia.com/4.7-snapshot/qwebpage.html#shouldInterruptJavaScript Fixes bug #973. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
|
* Register QVariantMap on TypeManager.Renato Filho2012-03-081-0/+2
| | | | | | | fixes bug #959. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented GlobalReceiverV2.Renato Filho2012-03-082-19/+45
| | | | | | | | | | A new implementation of GlobalRecever that optmize the signal connection. Fixes bug #928. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | | | | The generator was improved to do a better job figuring out a default constructor for types. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Removed the remaining unnecessary QTextStream::operator>> methods.Marcelo Lira2012-03-081-0/+5
|
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-10/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-081-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-1/+14
|
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-081-1/+1
|
* Fixes bug #910 - installEventFilter() increments reference count on target ↵Marcelo Lira2012-03-081-10/+0
| | | | | | | | | | | object. http://bugs.pyside.org/show_bug.cgi?id=910 Also added/fixed unit tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QThreadPool globalInstance ownership rules.Renato Filho2012-03-081-1/+18
| | | | | | | | | Fixed QThreadPool start, tryStart ownership rules. Fixes bug #927. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-081-1/+1
|
* Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899Marcelo Lira2012-03-081-0/+1
| | | | | | | Added unit test. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Removed glue code for QObject.inherits function.Renato Filho2012-03-081-19/+0
| | | | | 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-081-1/+1
| | | | | | | %ISCONVERTIBLE and %CHECKTYPE. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Implemented support to MSG type on windows.Renato Filho2012-03-084-2/+116
|
* 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-083-6/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() ↵Hugo Parente Lima2012-03-081-0/+14
| | | | method) in constructor"
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-081-1/+7
| | | | | | | 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-081-8/+2
|
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-081-37/+18
| | | | | Reviewer: Renato Araújo <renato.filho@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>
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
|
* 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>
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-084-95/+144
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-081-2/+34
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* White spaces removal...Hugo Parente Lima2012-03-081-2/+2
|
* Fixed kee-reference rule.Renato Filho2012-03-081-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
* QPersistentModelIndex has its "operator const QModelIndex&() const" method back.Marcelo Lira2012-03-081-2/+5
|
* Fix bug #606Paulo Alcantara2012-03-081-0/+58
| | | | | | | | | | | Add toTuple() function to these all classes: - QPoint/QPointF/QSize/QSizeF/QVector2D/QVector3D/QVector4D - QLine/QLineF/QColor Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-46/+46
|
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-28/+28
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>