aboutsummaryrefslogtreecommitdiffstats
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.
* pysidesignal: more trivial fixesPaulo Alcantara2012-03-081-20/+23
| | | | | | | Fix typos and coding style. Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>
* Makes test for QtCore's bug #1063 compliant with Python 3.Marcelo Lira2012-03-081-2/+3
|
* 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>
* pysidesignal: don't use C's castPaulo Alcantara2012-03-081-5/+5
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* pysidesignal: trivial fixesPaulo Alcantara2012-03-081-59/+61
| | | | | | | | Fix typos and coding style Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* Fix BUG #1063Paulo Alcantara2012-03-083-0/+31
| | | | | | 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-083-0/+23
| | | | | | 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-083-25/+44
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Willer Moreira <willer.moreira@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Bumping to revision 1.0.9ps-1.0.9Luciano Wolf2012-03-081-3/+3
|
* Fix BUG #1048Paulo Alcantara2012-03-083-0/+12
| | | | | | 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 #1052Paulo Alcantara2012-03-081-3/+3
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix PYSIDE_LIBRARY in CMake export.Lauro Neto2012-03-081-1/+10
| | | | | | | Was hardcoded with Cygwin library name format. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Remove unused code in bug 844 unit test.Hugo Parente Lima2012-03-081-1/+0
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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
|