aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed PySide plugin for uiloader dependency.renatofilho2010-10-191-1/+1
* Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-193-2/+67
* Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-154-63/+3
* Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-153-2/+38
* 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-142-15/+11
* Injected code for class Phonon.Notifier.renatofilho2010-10-141-0/+21
* Fixed typo on typesystem used in doc generator.renatofilho2010-10-141-2/+2
* Used original object in parent dictionary.renatofilho2010-10-131-5/+11
* Fixed reference leak on uiloader.renatofilho2010-10-133-5/+66
* Implemented support to deep copy on QtGui.renatofilho2010-10-133-36/+686
* Implemented support to deep copy on QtCore.renatofilho2010-10-133-70/+202
* Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
* Adding deepcopy test for QtCore classes.Lauro Neto2010-10-132-0/+57
* Adding several __reduce__ methods in QtCoreLauro Neto2010-10-132-2/+90
* Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
* Adding QColor copy testLauro Neto2010-10-131-0/+15
* Updated version to 0.4.2.ps-0.4.2renatofilho2010-10-131-1/+1
* Updating documentation to reflect adoption of wikipages.Luciano Wolf2010-10-1114-674/+41
* Fixed python include var used in plugins project.renatofilho2010-10-071-1/+1
* Only compile QtUiLoader if QTDesigner was found.renatofilho2010-10-071-1/+3
* Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
* Reorder includes to avoid _POSIX_C_SOURCE warningsLauro Neto2010-10-073-3/+3
* Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-072-0/+14
* Moved cmake macros to a separeted file.renatofilho2010-10-075-161/+170
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-0710-0/+401
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
* Created unittest for widgets defined in Python and used during QUiLoader.load...renatofilho2010-10-073-3/+107
* 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-062-2/+37
* Update pyside.qdocconf.in removing useless entries.Hugo Parente Lima2010-10-061-89/+12
* Fixed some code snippets used in the PySide docs.Hugo Parente Lima2010-10-058-29/+29
* 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
* Add unit test for bug#172Hugo Parente Lima2010-10-052-0/+14
* Generate documentation for phonon.Hugo Parente Lima2010-10-052-3/+7
* Sort typesystem according to their dependencies to avoid the inclusion of a t...Hugo Parente Lima2010-10-051-13/+15
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
* Extend QUiLoader test to test ui files with custom widgets.renatofilho2010-10-051-1/+11
* 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
* Added missing file on QtUitools tests.renatofilho2010-10-011-0/+16
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-016-2/+181
* Removing deprecated and duplicated testLauro Neto2010-10-013-79/+0
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
* Unit test for bug #392.renatofilho2010-09-302-0/+20
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25