aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/glue/qapplication_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-5/+5
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-191-1/+1
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-101-10/+10
* 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
* 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
* 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
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+4
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+2
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+5
* Do not export symbols, because nobody can link against QtCore.Hugo Lima2010-02-181-7/+14
* 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-271-0/+14
* Initial QtGui bindings.Hugo Lima2010-01-271-0/+20