aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
* Some method signatures were removed.Marcelo Lira2012-03-082-1/+11
| | | | | | They were removed because used pointers to primitive types without proper user defined handling. Future assessment must be done to tell if removal is enough, or other changes are needed.
* Updated various function removals and modifications.Marcelo Lira2012-03-083-4/+51
|
* New containers for container types.Marcelo Lira2012-03-081-24/+206
|
* New converters for primitive types.Marcelo Lira2012-03-085-26/+373
|
* Added new style conversions for QDate, QTime and QDateTime objects.Marcelo Lira2012-03-081-4/+77
|
* Added default constructor to QTextStreamManipulator.Marcelo Lira2012-03-081-1/+1
|
* Turned QStyleOptionViewItem into value type, for it has a public copy ↵Marcelo Lira2012-03-081-8/+8
| | | | | | | | constructor. It is passed around by value in many places, like the return value of QAbstractItemView::viewOptions(). I did the same to the variations: QStyleOptionViewItemV2, QStyleOptionViewItemV3, etc.
* Signature of various added and modified functions modified to use non-const ↵Marcelo Lira2012-03-082-17/+13
| | | | | | | references. The API Extractor signature normalizer removes const& from argument types, but it leaves non-const references unchanged.
* Don't double decref variable causing an assertion error on debug builds.Hugo Parente Lima2012-03-081-1/+1
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Fix BUG #1063Paulo Alcantara2012-03-081-0/+1
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Willer Moreira <willer.moreira@openbossa.org> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 1083 - "winId returns a PyCObject making it impossible to compare ↵Hugo Parente Lima2012-03-082-23/+4
| | | | two winIds"
* Replace private.py file by an inject code.Hugo Parente Lima2012-03-084-14/+12
|
* Fix BUG #1077 - "Application exit crash when call QSyntaxHighlighter.document()"Paulo Alcantara2012-03-081-0/+5
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix BUG #1034 - "Error compiling PySide with Python 3.2.2 32bit on Windows"Paulo Alcantara2012-03-082-1/+47
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix BUG #1069 - "QtCore.QDataStream silently fails on writing Python string"Paulo Alcantara2012-03-081-25/+21
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Willer Moreira <willer.moreira@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix BUG #1048Paulo Alcantara2012-03-081-0/+3
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Willer Moreira <willer.moreira@openbossa.org> Hugo Parente Lima <hugo.lima@openbossa.org>
* Fix BUG #1058 - "Strange code in PySide/QtUiTools/glue/plugins.h"Paulo Alcantara2012-03-081-2/+2
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Bruno Araújo <bruno.araujo@openbossa.org>
* Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"Hugo Parente Lima2012-03-081-0/+3
|
* Fix BUG #1031Paulo Alcantara2012-03-081-1/+7
| | | | | | Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-081-0/+3
|
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2012-03-082-4/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 1019 - "Overriding QWidget.show or QWidget.hide do not work"Hugo Parente Lima2012-03-081-10/+20
| | | | | 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-081-1/+2
| | | | | | | | | | 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>
* 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>
* Change String::convertible to String::isConvertible.Hugo Parente Lima2012-03-081-1/+1
|
* Updated __init__.py file to works with python 2.x and 3.xRenato Filho2012-03-081-1/+5
|
* 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
|