aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
* Fixed QVariant conversion to C++renatofilho2010-11-092-7/+83
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-30/+1
* Fixed return policy on QWebView.page()renatofilho2010-11-031-0/+5
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-034-15/+15
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...Hugo Parente Lima2010-10-281-1/+1
* 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
* 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
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-2618-18/+18
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-262-6/+10
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-222-39/+2
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* 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
|\
| * QNetworkReply.errorCode method is now properly called QNetworkReply.errorMarcelo Lira2010-10-131-3/+0
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * 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
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-191-2/+38
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-151-2/+11
* | WId conversions used on Windows OS.renatofilho2010-10-152-1/+36
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-141-15/+2
* | Injected code for class Phonon.Notifier.renatofilho2010-10-141-0/+21
* | Used original object in parent dictionary.renatofilho2010-10-131-5/+11
* | Implemented support to deep copy on QtGui.renatofilho2010-10-131-35/+591
* | Implemented support to deep copy on QtCore.renatofilho2010-10-132-67/+176
* | Adding several __reduce__ methods in QtCoreLauro Neto2010-10-132-2/+90
* | Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
* | Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+3
* | Moved cmake macros to a separeted file.renatofilho2010-10-071-160/+1
* | Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-074-0/+65
* | Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
|/
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-076-9/+45
* Added documentation to QPyTextObject class.Hugo Parente Lima2010-10-061-0/+33
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-056-51/+15
* Fixed doc of return values.Hugo Parente Lima2010-10-056-15/+51
* Removed whitespaces.Hugo Parente Lima2010-10-051-3/+3
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
* Fixed QWidget setLayout rules.renatofilho2010-10-041-7/+23
* Fixed QApplication cleanup.renatofilho2010-10-041-8/+8
* Implemented detection for VideoCaptureDevice on phonon module.renatofilho2010-10-043-6/+34
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-014-2/+130