aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated QtScript modue to works with python 2.x and 3.xRenato Filho2012-03-081-2/+2
|
* Updated QtGui modue to works with python 2.x and 3.xRenato Filho2012-03-081-4/+4
|
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+2
|
* Initia QtCore port to python3.Renato Filho2012-03-0812-93/+129
|
* Fixes argument and return type of a couple of QtDeclarative methods.Marcelo Lira2012-03-081-1/+25
| | | | | | | | | | The methods are: * QDeclarativeEngine::importPlugin(QString,QString,QString*) * QDeclarativeExpression::evaluate(bool*) Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixes argument and return type for method ↵Marcelo Lira2012-03-081-1/+10
| | | | "QScriptString::toArrayIndex(bool*)const".
* QHostAddress::setAddress(quint8*) signature was removed.Marcelo Lira2012-03-081-0/+1
|
* Fixed layout policy.Renato Filho2012-03-082-6/+74
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix QLayout.itemAt and QGridLayout.itemAtPosition return policy.Renato Filho2012-03-082-2/+9
| | | | | | | Fixes bug #1006. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QWidget.window() return policy.Renato Filho2012-03-081-0/+6
| | | | | | | Fixes bug #1002 Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed problems in function that return None, and was not verified.Renato Filho2012-03-081-4/+6
| | | | | | | | | | Some functions with inject code didnot verify the result value before convert to Shiboken types. Fixes bug #998. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Changed QStringList from container to primitive type.Marcelo Lira2012-03-081-2/+2
| | | | | | | | QStringList inherits from QList<QString>, and it isn't a reusable container itself, such as QList. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 981 - "QSettings docs should empathize the behavior changes of ↵Hugo Parente Lima2012-03-081-0/+5
| | | | | | | | value() on different platforms" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix QAbstractFileEngine read and readLine methods to accept data with null ↵Hugo Parente Lima2012-03-081-2/+2
| | | | | | | bytes. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix other QIODevice read functions stopping at null bytes.Hugo Parente Lima2012-03-081-1/+1
|
* Fix bug 944 - "QIODevice.readData must use qmemcpy instead of qstrncpy"Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 966 - "QX11Info.display() missing"Hugo Parente Lima2012-03-081-4/+15
|
* Fixed QColor reduce function.Renato Filho2012-03-081-10/+11
| | | | | | | Fixes bug #989. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed gcc warning during QDate conversion compilation.Renato Filho2012-03-081-2/+6
|
* Added missing primitive types on QtCore type system.Hugo Parente Lima2012-03-081-0/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix white space.Hugo Parente Lima2012-03-081-1/+1
|
* Implemented inject code for function QWebPage.qt_metacall.Renato Filho2012-03-082-1/+21
| | | | | | | | | | | | This inject code is necessary due a workaround on C++ class QWebPage. Check de C++ doc for more information: http://doc.qt.nokia.com/4.7-snapshot/qwebpage.html#shouldInterruptJavaScript Fixes bug #973. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix complation warning relative to PyDateTime_IMPORT.Renato Filho2012-03-081-2/+5
|
* Fixed QMenu, QMenuBar, QToolBar clear function.Renato Filho2012-03-081-0/+42
| | | | | | | During the clear function all QActions need be destroyed. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixex return policy on QNetworkAccessManager.createRequest.Renato Filho2012-03-081-0/+3
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Register QVariantMap on TypeManager.Renato Filho2012-03-081-0/+2
| | | | | | | fixes bug #959. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed build for Qt 4.6.Renato Filho2012-03-081-5/+5
|
* Fix QColor __reduce__ function.Renato Filho2012-03-081-2/+8
| | | | | | | Fixes bug #983. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix QGraphicsProxyWidget.setWidget return policy.Renato Filho2012-03-081-3/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Implemented GlobalReceiverV2.Renato Filho2012-03-082-19/+45
| | | | | | | | | | A new implementation of GlobalRecever that optmize the signal connection. Fixes bug #928. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Do not generate QTest::qt_snprintf function.Marcelo Lira2012-03-081-0/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Fixed conversion rules for QWebPage.javaScriptPrompt method.Marcelo Lira2012-03-081-9/+16
|
* Updated QtNetwork's type system.Marcelo Lira2012-03-081-20/+18
|
* Updated QtDeclarative's type system.Marcelo Lira2012-03-081-1/+2
|
* Updated QtWebKit's type system.Marcelo Lira2012-03-081-23/+27
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Updated QtXmlPattern's type system.Marcelo Lira2012-03-081-1/+2
|
* Updated QtGui's type system.Marcelo Lira2012-03-081-67/+98
|
* Updated QtCore's type system.Marcelo Lira2012-03-082-67/+97
|
* Fix bug 964 - "QAbstractItemView.moveCursor() method is missing"Hugo Parente Lima2012-03-081-2/+0
| | | | | Reviewer: Marcelo Lira <marcelol.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed QColor.__reduce__ function.Renato Filho2012-03-081-5/+5
| | | | | | | Fixes bug #960. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented QColor.__repr__ and QColor.__str__ functions.Renato Filho2012-03-081-0/+51
| | | | | | | Fixes bug #961. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove obscure code from QUiLoader inject code.Renato Filho2012-03-081-6/+0
| | | | | | | Fixes bug #958. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed return policy from QUiLoader.load return object.Renato Filho2012-03-081-2/+0
| | | | | | | This policy have already applied on glue code. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated qmlRegisterType to register.Renato Filho2012-03-081-9/+23
| | | | | | | | | qmlRegisterType uses QDeclarativeItem in template args, when the class is derived from QDeclarativeItem, otherwise uses QObject. Fixes bug #951. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes in QtWebkitLauro Neto2012-03-081-3/+6
| | | | | | | Needed to make example from [1] work. Example will be added to pyside-examples. [1] http://blog.qtlabs.org.br/2011/05/30/transformando-o-qml-no-proximo-flash/
* Fixes Bug #944: Segfault on QIcon(None).pixmap()Marcelo Lira2012-03-081-0/+2
| | | | | | | http://bugs.pyside.org/show_bug.cgi?id=944 Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2012-03-084-20/+4
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2012-03-081-0/+21
|
* Created template code for added QObject's trUtf8 methods.Marcelo Lira2012-03-081-21/+20
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2012-03-082-6/+6
|