aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Expand)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-235-39/+39
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-195-12/+12
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-193-19/+19
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-173-12/+19
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-111-20/+37
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-106-37/+34
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-281-2/+2
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-23/+1
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
* 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
* Implemented support to deep copy on QtGui.renatofilho2010-10-131-35/+591
* Adding several __reduce__ methods in QtCoreLauro Neto2010-10-131-0/+8
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-4/+7
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-7/+4
* Fixed doc of return values.Hugo Parente Lima2010-10-051-4/+7
* 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
* 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
* Added missing classes.renatofilho2010-09-293-2/+42
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
* Fixed model view ownership rules.renatofilho2010-09-241-45/+30
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-5/+2
* Fixed QVariant::Type convertions.renatofilho2010-09-241-2/+2
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-232-433/+504
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Fixed QApplication static functions return policy.renatofilho2010-09-201-3/+43
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-5/+15
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-097-0/+133
* Install qpytextobject.hLauro Neto2010-09-021-0/+2
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not wor...Hugo Parente Lima2010-09-022-2/+8
* fixed a typo in typesystem file nameMatti Airas2010-09-022-1/+1
* Fixed function modifications.Renato Filho2010-09-012-129/+15
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-311-1/+1
* Do not include QtGui common typesystem twice.Hugo Parente Lima2010-08-314-7/+0
* Removed manually added function on QItemSelection to use automatic code inser...Renato Filho2010-08-311-5/+0
* Fix typesystem based on auto OS detection.Renato Filho2010-08-276-4/+15
* Fixed Mac OS buildRenato Filho2010-08-261-0/+2
* Add missing checks for printing classesAnderson Lizardo2010-08-261-0/+10
* Add Qt Simulator supportAnderson Lizardo2010-08-261-0/+35
* Replace macro checks with actual symbol checkingAnderson Lizardo2010-08-261-85/+4
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-265-19/+5
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-262-17/+5