aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-2315-75/+75
|
* Fixed use of QtDeclarative include header to work with MacOS.Renato Araujo Oliveira Filho2010-11-191-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-198-21/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-197-32/+31
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-173-12/+19
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when ↵Mickaël2010-11-161-1/+1
| | | | | | | using QTimer::singleShot" Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix __init__.py and private.py install command.Lauro Neto2010-11-121-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-125-8/+13
| | | | | | | Fixes bug: #454 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Merge branch 1.0 into masterHugo Parente Lima2010-11-101-3/+8
|\ | | | | | | | | Conflicts: PySide/QtCore/qvariant_conversions.h
| * Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* | Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-109-43/+40
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* | Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-106-23/+24
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
|
* Fixed QVariant conversion to C++renatofilho2010-11-092-7/+83
| | | | | | | | Now before convert from python object to C++, PySide check for a existent of metaType for any derived class. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-30/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
| | | | | | | Fixes bug #448. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-034-15/+15
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
| | | | | | | | Created unit test for bug #442, #437. Fixes bug #442. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes ↵Hugo Parente Lima2010-10-281-1/+1
| | | | | | | bytes-string (but not unicode-string)" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Remove whitespaces.Hugo Parente Lima2010-10-281-2/+2
|
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-2818-18/+18
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
|
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-283-7/+7
|
* Updated QtXml and QtXmlPatterns typesystem.renatofilho2010-10-282-3/+13
| | | | | | | Move some value-types to object-type because these classes use QScopedPointer without assigner operator. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-2618-18/+18
| | | | | | | | | Shiboken cmake files provides information about which Python library to link against through cmake SHIBOKEN_PYTHON_LIBRARIES variable. It also sets the Py_DEBUG flag if necessary. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-262-6/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-222-39/+2
| | | | | | | | These bugs are about QApplication instance being destroyed before some QObject. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
| | | | | | | Related to bug#418 - "tag parent does not work in constructor modify" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
| | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-9/+10
|
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-192-41/+24
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * QNetworkReply.errorCode method is now properly called QNetworkReply.errorMarcelo Lira2010-10-131-3/+0
| | | | | | | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| | | | | | | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-4/+4
| |
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-191-2/+18
| | | | | | | | | | | | | | | | | | Created unit test. Fixes bug #416 Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output ↵Hugo Parente Lima2010-10-191-2/+38
| | | | | | | | | | | | | | parameters in their signatures" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-151-2/+11
| | | | | | | | | | | | | | | | | | operator *. Fixes bug #400. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | WId conversions used on Windows OS.renatofilho2010-10-152-1/+36
| | | | | | | | | | | | | | Fixes bug #399. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it ↵Hugo Parente Lima2010-10-141-15/+2
| | | | | | | | | | | | | | impossible to delete" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* | Injected code for class Phonon.Notifier.renatofilho2010-10-141-0/+21
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* | Used original object in parent dictionary.renatofilho2010-10-131-5/+11
| | | | | | | | | | | | | | This allow use the object as arguments in any functions. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* | Implemented support to deep copy on QtGui.renatofilho2010-10-131-35/+591
| | | | | | | | | | | | | | Fixed QMatrix*x* implementation. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* | Implemented support to deep copy on QtCore.renatofilho2010-10-132-67/+176
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* | Adding several __reduce__ methods in QtCoreLauro Neto2010-10-132-2/+90
| | | | | | | | | | | | | | | | Add QColor.__reduce__ Adding QByteArray __reduce__ Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* | Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Filho <renato.filho@openbossa.org>