aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/glue
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Conflicts: libpyside/pyside.cpp
| * 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
|/ | | | | | | Fixes bug #480 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-193-4/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-192-6/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-172-12/+18
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Changes needed to compile PySide with libshiboken v1.0Hugo Parente Lima2010-11-104-30/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-23/+1
| | | | | | | | These bugs are about QApplication instance being destroyed before some QObject. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* WId conversions used on Windows OS.renatofilho2010-10-151-0/+32
| | | | | | | Fixes bug #399. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
| | | | As only latin1 chars are expected, we don't need waste memory with QString.
* Fixed QWidget setLayout rules.renatofilho2010-10-041-7/+23
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication cleanup.renatofilho2010-10-041-8/+8
| | | | | | | Fixes bug #396. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-241-5/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created PySide cleanup functions used to register functions to be called ↵renatofilho2010-09-171-5/+15
| | | | | | | before the python die. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed function modifications.Renato Filho2010-09-011-1/+4
| | | | | | | Fixes bug #336. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Neto <lauro.neto@openbossa.org>
* Fixed Qt application cleanup.Renato Filho2010-08-251-11/+21
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed ref leak on QMenu inject code.Renato Filho2010-08-021-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Call signalmanager clear during QtCore exit function instead of ↵Renato Filho2010-07-291-2/+0
| | | | | | | QtCoreApplication destrcutor, to avoid memory leaks. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed glue code for QApplication and QCoreApplication.Marcelo Lira2010-07-271-0/+1
| | | | | | | | | The code for QApplication deletion should also invalidate the wrapper for it. Also the similar code for QCoreApplication must perform the same steps as QApplication. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#252.Luciano Wolf2010-07-201-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed layout reference control on layouts.Renato Filho2010-07-092-6/+32
| | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix qApp macro implementation.Luciano Wolf2010-07-071-4/+4
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Hugo Lima <hugo.lima@openbossa.org>
* Fixed layout policy.Renato Filho2010-06-231-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
|
* Fixed QLayout family return policy.Renato Filho2010-04-221-0/+51
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication exit order.Renato Filho2010-04-221-0/+2
| | | | | | | | SignalManager need be destroyed before QApplication to avoid memory leak. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Adapt to changes in libshibokenHugo Lima2010-03-311-2/+5
| | | | | Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* 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
| | | | Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Ported boost::python inject code for QMenu and QShortcut.Renato Filho2010-02-021-0/+23
| | | | Reviewed by Hugo Parente Lima <hugo.lima@openbossa.org>
* Ensure that QApplication instances will be alive forever until the Python VM ↵Hugo Lima2010-01-281-4/+9
| | | | | | | | death. Also deletes argv when QApplication is removed. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Throw an exception when the user attempt to create more than one instance of ↵Hugo Lima2010-01-271-0/+5
| | | | | | QApplication. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added qApp macro.Hugo Lima2010-01-272-0/+18
|
* Initial QtGui bindings.Hugo Lima2010-01-271-0/+20