aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/glue
Commit message (Expand)AuthorAgeFilesLines
* Fixes win32's HWND converter.Marcelo Lira2012-03-081-0/+2
* Initia QtCore port to python3.Renato Filho2012-03-082-2/+2
* Fixed layout policy.Renato Filho2012-03-081-6/+63
* Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.Renato Filho2012-03-081-2/+1
* Fill qApp is any QApplication is active during the QtGui moude import.Renato Filho2012-03-081-2/+8
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-081-11/+25
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-081-24/+7
* Fixed Widget and Layout inject code to avoid problems in armel arch.Renato Araujo Oliveira Filho2012-03-082-2/+2
* Merge branch 'apichanges'Hugo Parente Lima2010-11-233-14/+14
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-233-14/+14
* | Fixed layout ownership transfer.Renato Araujo Oliveira Filho2010-11-231-1/+1
|/
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-193-4/+4
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-192-6/+6
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-172-12/+18
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-104-30/+27
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-23/+1
* WId conversions used on Windows OS.renatofilho2010-10-151-0/+32
* 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 bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-5/+2
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-5/+15
* Fixed function modifications.Renato Filho2010-09-011-1/+4
* Fixed Qt application cleanup.Renato Filho2010-08-251-11/+21
* Fixed ref leak on QMenu inject code.Renato Filho2010-08-021-2/+2
* Call signalmanager clear during QtCore exit function instead of QtCoreApplica...Renato Filho2010-07-291-2/+0
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-271-0/+1
* Fix bug#252.Luciano Wolf2010-07-201-1/+1
* Fixed layout reference control on layouts.Renato Filho2010-07-092-6/+32
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+4
* Fixed layout policy.Renato Filho2010-06-231-2/+2
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
* Fixed QLayout family return policy.Renato Filho2010-04-221-0/+51
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+2
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+5
* Updates QMenuBar type system and adds custom code for addAction method.Lauro Neto2010-03-231-0/+20
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-181-7/+14
* Ported QWidget inject code.Renato Filho2010-02-031-0/+39
* Ported boost::python inject code for QMenu and QShortcut.Renato Filho2010-02-021-0/+23
* Ensure that QApplication instances will be alive forever until the Python VM ...Hugo Lima2010-01-281-4/+9
* Throw an exception when the user attempt to create more than one instance of ...Hugo Lima2010-01-271-0/+5
* Added qApp macro.Hugo Lima2010-01-272-0/+18
* Initial QtGui bindings.Hugo Lima2010-01-271-0/+20