aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-084-0/+48
|
* Fix BUG #1031Paulo Alcantara2012-03-083-1/+13
| | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed compilation error for gcc versions < 4Jerzy Kozera2012-03-081-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix phonon unit test when there are device aliases reported by phonon.Hugo Parente Lima2012-03-081-1/+3
|
* Strip the text received from message handler.Hugo Parente Lima2012-03-081-1/+1
| | | | | This was needed because now qWarning, etc, are using stream operators for security reasons, and those operators add spaces at end.
* Fix bug 1012 - "FTBFS with hardening flags enabled"Hugo Parente Lima2012-03-081-7/+34
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2012-03-082-1/+17
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Creates QFlags types at runtime.Hugo Parente Lima2012-03-082-2/+42
|
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-085-24/+61
|
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-086-8/+8
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Reduce the memory used by PySideMetaFunction instances.Hugo Parente Lima2012-03-081-3/+3
|
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-083-93/+80
|
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is ↵Hugo Parente Lima2012-03-087-18/+163
| | | | impossible..."
* Optimize PySide::getMetaDataFromQObject function avoiding some str copies.Hugo Parente Lima2012-03-081-21/+26
|
* Fix code style and add license headers.Hugo Parente Lima2012-03-082-11/+49
|
* Fix unit test of bug 829.ps-1.0.8Hugo Parente Lima2012-03-082-5/+8
|
* Version bump to 1.0.8.Hugo Parente Lima2012-03-081-3/+3
|
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-083-10/+53
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ↵Paulo Alcantara2012-03-083-1/+16
| | | | | | | | | | the str of an object" Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Only removes actions bounded to PyObjects on QMenu::clear.Hugo Parente Lima2012-03-081-4/+9
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Initial update typesystem for support Qt 4.8 (beta).Renato Filho2012-03-084-2/+25
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix getTypeName check order.Lauro Neto2012-03-081-2/+2
| | | | | | | | Was segfaulting for signals with None as an explicit argument (returning NULL to a strdup). Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fixes win32's HWND converter.Marcelo Lira2012-03-083-6/+8
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-0824-24/+24
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Avoid using uninitialized variable.Hugo Parente Lima2012-03-081-1/+1
|
* Fix qglbuffer test on Python3.Hugo Parente Lima2012-03-082-7/+11
|
* Fixed unittest to work with python3.Renato Filho2012-03-082-3/+15
|
* Change String::convertible to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
|
* Fixed unittest to work with python3.Renato Filho2012-03-082-84/+91
|
* Updated Cmake files.Renato Filho2012-03-083-3/+3
|
* Slplited python compat file for python 2.x and 3.xRenato Filho2012-03-083-0/+66
|
* Updated __init__.py file to works with python 2.x and 3.xRenato Filho2012-03-081-1/+5
|
* Updated pyside and signals tests to works with python 2.x and 3.xRenato Filho2012-03-083-22/+19
|
* Updated phonon modue to works with python 2.x and 3.xRenato Filho2012-03-082-8/+8
|
* Updated QtWebKit modue to works with python 2.x and 3.xRenato Filho2012-03-082-14/+12
|
* Updated QtUiTools modue to works with python 2.x and 3.xRenato Filho2012-03-081-3/+3
|
* Updated QtSql modue to works with python 2.x and 3.xRenato Filho2012-03-081-8/+9
|
* Updated QtOpenGL modue to works with python 2.x and 3.xRenato Filho2012-03-081-1/+1
|
* Updated QtNetwork modue to works with python 2.x and 3.xRenato Filho2012-03-082-6/+12
|
* 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-0815-71/+94
|
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-088-23/+25
|
* Updated QtDeclarative modue to works with python 2.x and 3.xRenato Filho2012-03-084-7/+5
|
* Initia QtCore port to python3.Renato Filho2012-03-0852-286/+380
|
* Created pyside QFlags compat class.Renato Filho2012-03-083-1/+158
|
* Fixed compilation with python3.Renato Filho2012-03-081-3/+3
|
* 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
|
* Version bumped.ps-1.0.7Renato Filho2012-03-081-3/+3
|