aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
Commit message (Collapse)AuthorAgeFilesLines
* use original name on activated function.Renato Filho2010-06-231-14/+0
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@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>
* PySide now installs its type system files.Marcelo Lira2010-06-211-0/+7
| | | | | | | | | | | | | | The pyside.pc file now has a "typesystemdir" variable pointing to the directory where the type system files are installed. Example usage: pkg-config pyside --variable=typesystemdir Also set the "PYSIDE_TYPESYSTEMS" CMake variable on libpyside/PySideConfig.cmake.in to point to the same path of pkg-config's "typesystemdir". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Implement inject-code to functions using QChar in QFontMetrics andRenato Filho2010-06-171-0/+48
| | | | | | | QFontMetricsF Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implementing API2 modifications.Luciano Wolf2010-06-151-9/+149
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Add suppress message for yet another weird message from the C++ parser.Hugo Parente Lima2010-06-151-1/+1
|
* Fixed parent function return ownership.Renato Filho2010-06-141-18/+38
| | | | | | | | | Fixed QMainWindow functions ownership. Fixes #241. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Add checkType method to PySide custom converters.Hugo Parente Lima2010-06-101-9/+14
|
* Apply "rename to" tag to QtGui methods.Luciano Wolf2010-06-091-0/+53
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Create unittest to pickselector.renato2010-05-311-0/+3
| | | | | Fixed pickselector return policy. Fixes bug #179
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-262-1/+3
| | | | | | | Start use "since" tag on typesystem to Qt 4.7 modifications. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Check QT_NO_SESSIONMANAGER flag to avoid generating qsessionmanager_wrapper.Luciano Wolf2010-05-251-1/+6
|
* Fix bug#225 - "QWidget didn't have fontMetrics Functions"Hugo Parente Lima2010-05-211-2/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Includes the postfixes in the install target (allows debug build)Renato Filho2010-05-201-1/+1
| | | | | | | Author: Didier Raboud <didier@raboud.com> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Update polymorphic-id-expression to QAbstractItemModel derived classes.Renato Filho2010-05-201-5/+5
| | | | | | | Fixes bug #211. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#228 - "Missing PySide.QtGui.QStyledItemDelegate.initStyleOption"Hugo Parente Lima2010-05-201-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* MacOs compiler fix.Renato Oliveira2010-05-193-6/+8
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented SO detection support.Renato Filho2010-05-191-8/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#167Hugo Parente Lima2010-05-071-1/+1
|
* Adding missing filesLauro Neto2010-05-031-0/+1
| | | | Were giving 'symbol not found' with Qt4.5 or failing compilation
* Fixed typesystem parser warnings.Renato Filho2010-04-301-1/+0
|
* Added all Qt global functions using the brand new function tag.Hugo Parente Lima2010-04-221-0/+16
| | | | | Reviewer: Renato Araújo <renato.araujo@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Function modifications of QDragMoveEvent moved to its base type, QDropEvent.Hugo Parente Lima2010-04-221-2/+2
|
* Fixed QLayoutItemWidget polymorphic expression.Renato Filho2010-04-221-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QLayout family return policy.Renato Filho2010-04-222-96/+200
| | | | | 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>
* Implemented module QtMaemo5.renato2010-04-223-5/+23
| | | | | | | | Create unittest for module. Fixed generetion of typesystem_gui.xml based on detected system. 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-232-1/+36
|
* Install module headers.Hugo Lima2010-03-231-0/+2
|
* Adds a hash function to QTreeWidgetItem objects.Marcelo Lira2010-03-231-1/+1
| | | | | | | A "hashable" unit test was added as well. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* Putting back QDrag::start.Lauro Neto2010-03-221-2/+0
| | | | | Although it is not documented, it's in the public API in the latest Qt SDK.
* Fixes QPixmap.loadFromData method and extends QPixmap test cases.Marcelo Lira2010-03-191-1/+14
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-0/+7
| | | | generator.
* Add some missing Qt4.6 enums.Hugo Lima2010-03-041-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-042-0/+10
| | | | | | | | And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Re-add polymorphic-id-expression attribute on QtCore and QtGui typesystems.Hugo Lima2010-03-032-72/+87
| | | | | | | Also add some missing classes on QtGui. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Lauro Moura <lauro.neto@openbossa.org>
* Fix bug #164 - __len__() function missing in QItemSelection.Luciano Wolf2010-02-261-0/+5
| | | | | | Reviewed by Renato Araujo <renato.filho@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* QWidget.setStyle should not be set as parent of the style passed to it.Marcelo Lira2010-02-251-5/+0
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Fixed QtGui type system for QStyleFactory::create(QString) method.Marcelo Lira2010-02-251-1/+7
| | | | | The 'create' method returns a new QStyle object whose ownership must be transferred to Python.
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Modify return ownership for some QTextCursor methodsAnderson Lizardo2010-02-231-0/+15
| | | | | | | This is necessary because the parent of the object returned by these methods is not the callee's method object. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Renamed exec function on QPrintDialog().Renato Filho2010-02-231-1/+3
| | | | | | Fixes: #165 Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Doesn't use "return" on typesystem templates, use %PYARG_0 instead.Hugo Lima2010-02-231-0/+6
| | | | .
* Added QPixmap(QVariant).Hugo Lima2010-02-221-0/+10
| | | | Reviewed by Renato Araújo <renato.filho@openbossa.org>
* QtGui and QtNetwork uses the global header from QtCore, so they must be ↵Hugo Lima2010-02-191-0/+1
| | | | | | compiled after QtCore. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fix array deallocationLauro Neto2010-02-191-10/+10
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* QGraphicsItem.isBlockedByModalPanel: initialize the pointer argument to ↵Anderson Lizardo2010-02-191-1/+1
| | | | | | avoid invalid memory access if the method returns false Reviewed by Bruno Araujo <bruno.araujo@openbossa.org>
* Update QFontMetrics(f) tabArray handlingLauro Neto2010-02-191-40/+106
| | | | | | | | Instead of expecting a value, tabArray is used to pass an array of ints to C++. This commit uses libshiboken sequenceToIntArray function to build the array. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Do not link a python module to other python module.Hugo Lima2010-02-181-2/+1
|