aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_common.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-091-0/+19
|
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-021-1/+2
| | | | | | | | | | working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed a typo in typesystem file nameMatti Airas2010-09-021-0/+4712
|
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-261-4830/+0
| | | | | | | | | | * Factor out install() commands into PySide/CMakeLists.txt * Drop typesystem_<module>_common.xml and typesystem_<module>.xml.in, and make typesystem_<module>_<os>.xml (if exists) include typesystem_<module>.xml (which holds common data) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Fixed Qt application cleanup.Renato Filho2010-08-251-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-201-3/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-161-37/+4
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix typo on typesystem.Renato Filho2010-08-121-1/+1
|
* Removed rename command from unecessary functions.Renato Filho2010-08-121-36/+2
| | | | | | | Fixes bug #287. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix ownership of value returned by QItemDelegate::createEditor method.Hugo Parente Lima2010-08-121-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed obsolete methods from QRegion.Hugo Parente Lima2010-08-121-0/+4
|
* Fixes custom code for QTabWidget.Marcelo Lira2010-08-111-2/+2
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed ref leak.Renato Filho2010-08-101-3/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix argument check in QAction constructor.Lauro Neto2010-08-091-1/+1
| | | | | | | | | The fourth argument for QAction(string, qobject, keysequence, pyobject) was initialized as a NULL pointer by default but was checked against Py_None before being used. Reviewer: Renato Oliveira <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes QAction code injection for constructor code.Marcelo Lira2010-08-041-1/+2
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added support to shortcut named arg on QAction constructor.ps-0.4.0Renato Filho2010-08-031-3/+14
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created a pythonic constructor to QActionRenato Filho2010-08-021-1/+18
| | | | | | | Fixes bug #274. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix getOpenFileName/getSaveFileName signatures.Luciano Wolf2010-08-021-0/+9
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed return policy on ItemList.Renato Filho2010-07-291-0/+5
| | | | | | | Fixed singleShot function to invalidate temporary object. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Restore missing function on QStandardItemModel.Renato Filho2010-07-091-10/+53
| | | | | | | | | Created unit test. Fixes bug: #257. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Typesystem cleanup.Hugo Parente Lima2010-07-061-97/+19
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove the removal of isSortignEnabled from QtGui typesystem.Hugo Parente Lima2010-07-061-4/+0
|
* 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>
* 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>
* 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>
* Merged typesystem (Qt 4.6 and 4.7)Renato Filho2010-05-261-0/+2
| | | | | | | Start use "since" tag on typesystem to Qt 4.7 modifications. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* 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>
* 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-191-1/+0
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* 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-221-96/+149
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Updates QMenuBar type system and adds custom code for addAction method.Lauro Neto2010-03-231-1/+16
|
* 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>
* 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-041-0/+2
| | | | | | | | 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-031-72/+82
| | | | | | | 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.
* 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>