aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
* Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
* Modify return type QLineF::intersect to look nice in the documentation.Hugo Parente Lima2010-09-291-0/+3
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-291-4/+1
* Added missing classes.renatofilho2010-09-296-8/+52
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-4/+34
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
* Add return value docs to functions returning tuples.Hugo Parente Lima2010-09-271-2/+2
* Fixed model view ownership rules.renatofilho2010-09-242-50/+35