aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-082-27/+12
| | | | | This was needed after a fix in the shiboken generator regarding the tp_init initialization.
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
| | | | | | | | | The fix was basically setting the owner attribute to a correct value. Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QVariant conversion for dictionary.Renato Filho2012-03-081-2/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-081-10/+11
| | | | | | | Fixes bug #775. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed reference leak on PySideSignal for QTimer.SingleShotRenato Filho2012-03-081-3/+6
| | | | | | | Fixes bug #815. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-081-7/+73
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix inject code of QByteArray::fromRawData.Hugo Parente Lima2012-03-081-2/+1
| | | | The QByteArray returned must share, nto copy, the string contents.
* Fixed CMakeLists.txt files to prevent static source files of being deleted ↵Marcelo Lira2012-03-081-1/+2
| | | | by "make clean".
* Fix code injection of QIODevice to support returning an error.Hugo Parente Lima2012-03-081-8/+16
|
* Fix bug 723 - "Missing QAbstractFileEngine.read and ↵Hugo Parente Lima2012-03-081-5/+53
| | | | QAbstractFileEngine.readLine"
* Fixed QCoreApplication.instance method to handle with application created ↵Renato Filho2012-03-081-3/+11
| | | | | | | | | before PySide module loading. Fixes bug #816. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-081-8/+9
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 724 - "Missing QAbstractFileEngine.map method"Hugo Parente Lima2012-03-081-4/+18
|
* Fix bug 721 - "QFile doesn't support map and unmap functions."Hugo Parente Lima2012-03-081-5/+16
|
* Fix bug 540 - "Duplicate entries in QRegExp docs"Hugo Parente Lima2012-03-081-7/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a ↵Hugo Parente Lima2012-03-082-6/+27
| | | | | | | default value and doesn't support regexes." Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-081-132/+16
| | | | Fix bug 719 - "PySide/PyQt4 QByteArray incompatibilities: appendByte method"
* Add comments to some function removals.Hugo Parente Lima2012-03-081-35/+46
|
* Remove duplicated const functions from QRegExpLauro Neto2012-03-081-0/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 676 - "wrong QLocale.toFloat() description".Luciano Wolf2012-03-081-0/+24
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added missing format attribute.Hugo Parente Lima2012-03-081-1/+1
|
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-5/+2
| | | | | | | | | | Instead of maintaining a complex CMake scheme to remove optional type system entries, the generation will rely on the new generator capability of dropping entries given via command line. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 681 - "Unicode support for trUtf8 method"Hugo Parente Lima2012-03-081-8/+27
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Increments reference of None object on custom code for QState.addTransition ↵Marcelo Lira2012-03-081-0/+1
| | | | | | | method. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-081-6/+6
|
* Remove invalid function removals.Hugo Parente Lima2012-03-081-6/+0
|
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-081-0/+11
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type ↵Hugo Parente Lima2012-03-081-1/+2
| | | | in QStandardItemModel drag and drop"
* Export QTranslator::translate and QTranslator::load.Hugo Parente Lima2012-03-081-2/+20
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Export method QCryptographicHash::addData.Hugo Parente Lima2012-03-081-1/+8
|