Marcelo Lira
13f6d71f20
Fixes Bug #757 - Constructor "QPixmap(const char* const[] xpm)" missing.
...
http://bugs.pyside.org/show_bug.cgi?id=757
Reviewer: Renato Araujo <renato.filho@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-15 19:22:32 -03:00
Renato Filho
a5b785fff4
Avoid delete file from source dir.
2011-04-15 17:14:08 -03:00
Hugo Parente Lima
1374006206
Fix bug 717 - "QByteArray doesn't honor \0 inside strings."
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-04-14 20:42:49 -03:00
Hugo Parente Lima
a230b243d0
Fix inject code of QByteArray::fromRawData.
...
The QByteArray returned must share, nto copy, the string contents.
2011-04-14 20:09:30 -03:00
Marcelo Lira
2400157808
Fixes bug #755 - Method "void QInputContext::setFocusWidget(QWidget*)" missing
...
Also added an unit test.
http://bugs.pyside.org/show_bug.cgi?id=755
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2011-04-14 19:15:56 -03:00
Marcelo Lira
e24401e586
Fixes bugs 753 and 754.
...
Bug #753 - Method "void QTextDocument::undo(QTextCursor*)" missing
Bug #754 - Method "void QTextDocument::redo(QTextCursor*)" missing
Also added an unit test.
2011-04-14 19:15:56 -03:00
Marcelo Lira
1d842f57a2
Fixes bug #741 - Method "qreal QTextLine::cursorToX(int*,Edge) const" missing.
...
Also added unit tests.
http://bugs.pyside.org/show_bug.cgi?id=741
2011-04-14 19:15:56 -03:00
Marcelo Lira
39c32e3712
Fixes bug #742 - Method "void QPrinter::getPageMargins(qreal*,qreal*,qreal*,qreal*,Unit) const" missing
...
Also added unit tests.
http://bugs.pyside.org/show_bug.cgi?id=742
2011-04-14 19:15:56 -03:00
Marcelo Lira
30c19e9c41
Fixed CMakeLists.txt files to prevent static source files of being deleted by "make clean".
2011-04-14 19:15:56 -03:00
Renato Filho
8408da40ca
The funcition QSplashScreen.repaint was removed because that override the QWidget.repaint.
...
This will save some genereted code and does not produce any side-effect.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-14 18:52:20 -03:00
Renato Filho
59ab3c3049
Put back QPainter.fontInfo.
...
Fixes bug #750 .
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-14 18:52:00 -03:00
Renato Filho
a0b43fbc23
Implemented support to mapping on QMatrix4x4.
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-14 18:51:51 -03:00
Renato Filho
d71a6a8c3a
Implemented function QBitmap.fromData.
...
Fixes bug #740
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-14 17:52:24 -03:00
Hugo Parente Lima
c269e0db00
Removes the removal of QMatrix4x4 call operators.
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-04-13 11:01:10 -03:00
Hugo Parente Lima
1c0279fa25
Fix code injection of QIODevice to support returning an error.
2011-04-13 11:01:10 -03:00
Hugo Parente Lima
1e149f3de4
Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readLine"
2011-04-13 11:01:10 -03:00
Renato Filho
d0ad9d27aa
Fixed QCoreApplication.instance method to handle with application created before PySide module loading.
...
Fixes bug #816 .
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Hugo Parente Lima <hugo.pl@gmail.com>
2011-04-12 16:46:32 -03:00
Renato Filho
a0c72f28c6
Implemented support to pyton iterator in QTextFrame::iterator.
...
Fixes bug #688 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-04-07 18:01:08 -03:00
Hugo Parente Lima
f3961387a9
Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-04-07 16:33:42 -03:00
Hugo Parente Lima
85f65194ef
Fix bug 724 - "Missing QAbstractFileEngine.map method"
2011-04-07 16:33:42 -03:00
Hugo Parente Lima
3b9481c24c
Fix bug 721 - "QFile doesn't support map and unmap functions."
2011-04-07 16:33:42 -03:00
Marcelo Lira
51e9dfc428
Updated type system files to use the new %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS variables.
...
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2011-04-07 15:17:30 -03:00
Marcelo Lira
8e7845be18
Fixes bugs 746, 747 and 748.
...
Bug #746 - Method "QFormLayout::getLayoutPosition(QLayout*,int*,QFormLayout::ItemRole*)const" missing
Bug #747 - Method "QFormLayout::getWidgetPosition(QWidget*,int*,QFormLayout::ItemRole*)const" missing
Bug #748 - Method "QFormLayout::getItemPosition(int,int*,QFormLayout::ItemRole*)const" missing
Also added unit tests.
2011-04-07 15:17:30 -03:00
Marcelo Lira
2c6a44feee
Fixes bugs 739 and 752.
...
Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing
Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing
Also added unit tests.
2011-04-07 15:17:30 -03:00
Marcelo Lira
8e0e7ef0b6
Fixes bugs 744, 745, 756, 758 and 764.
...
Bug #744 - Method "void QGraphicsLayout::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing
Bug #745 - Method "void QGraphicsLayoutItem::getContentsMargins(qreal*,qreal*,qreal*,qreal*) const" missing
Bug #756 - Method "void QWidget::getContentsMargins(int*,int*,int*,int*) const" missing
Bug #758 - Method "void QTextCursor::selectedTableCells(int*,int*,int*,int*) const" missing
Bug #764 - Method "void QLayout::getContentsMargins(int*,int*,int*,int*) const" missing
Also added unit tests.
2011-04-07 15:17:23 -03:00
Marcelo Lira
62448f99e7
Merged fix_int*... and fix_qreal*... type system templates.
...
Also modified the method call to be friendlier with virtual methods.
2011-04-06 21:30:19 -03:00
Marcelo Lira
bbba1cc470
Fixes bug #489 - PySide.QtGui.QImage with string buffer argument.
...
http://bugs.pyside.org/show_bug.cgi?id=489
Also added an unit test.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
2011-04-01 16:40:17 -03:00
Hugo Parente Lima
9ffb2ef542
Fix bug 712 - "QtGui.QFormLayout doesn't have setItem() function"
...
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-30 18:49:07 -03:00
Hugo Parente Lima
4239b56710
Fix bug 540 - "Duplicate entries in QRegExp docs"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-29 17:39:09 -03:00
Hugo Parente Lima
c50d08e4c8
Fix bug 694 - "QWebPage::extensions need injected overloads due to required casts on C++ version"
2011-03-25 09:57:02 -03:00
Hugo Parente Lima
6f8f728241
Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default value and doesn't support regexes."
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-23 13:36:17 -03:00
Hugo Parente Lima
f645a79f03
Fix a type in QtGui type system.
2011-03-23 13:36:17 -03:00
Hugo Parente Lima
e07b306bb4
Type systems of all modules but QtCore and QtGui reviewed.
2011-03-23 13:36:14 -03:00
Marcelo Lira
02f9ca5417
Added comments for all method removals.
...
And some other clean ups.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
2011-03-22 10:25:51 -03:00
Hugo Parente Lima
189717cdb1
Fix bug 728 - "QFileDialog.getOpenFileNames never returns (hangs)"
...
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-21 15:51:12 -03:00
Renato Filho
9a7733ef8c
Fix QToolbar.clear parent policy.
...
Fixes bug #711 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-16 16:34:26 -03:00
Hugo Parente Lima
008798b0e3
Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"
...
Fix bug 719 - "PySide/PyQt4 QByteArray incompatibilities: appendByte method"
2011-03-16 11:22:19 -03:00
Hugo Parente Lima
25026120a1
Add comments to some function removals.
2011-03-15 14:22:10 -03:00
Renato Filho
957fa171a9
Removed parent policy from QLabel.setPixmap.
...
This is not a parent transfer because the function receives a "const &" and stores a copy of the pixmap.
Fixes bug #714 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-09 18:05:37 -03:00
Lauro Neto
f0e364ff28
Remove duplicated const functions from QRegExp
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-04 16:49:12 -03:00
Luciano Wolf
17f2d83e0e
Fix bug 676 - "wrong QLocale.toFloat() description".
...
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-02 15:03:11 -03:00
Hugo Parente Lima
361c887da0
Added modify-documentation do QDeclarativePropertyMap to remove references to QVariant and QString.
2011-02-28 20:23:32 -03:00
Hugo Parente Lima
75f799872b
Added missing format attribute.
2011-02-28 20:23:32 -03:00
Marcelo Lira
5ef2f26ec2
Updated CMake files to use the "--drop-type-entries" generator option.
...
Instead of maintaining a complex CMake scheme to remove optional type
system entries, the generation will rely on the new generator capability
of dropping entries given via command line.
Reviewed by Bruno Araújo <bruno.araujo@openbossa.org>
Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
2011-02-17 10:52:19 -03:00
Hugo Parente Lima
4305a54b42
Fix bug 681 - "Unicode support for trUtf8 method"
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-02-16 19:40:46 -02:00
Hugo Parente Lima
e0cf4b000d
Fix bug 674 - "QGraphicsScene::clear() is missing"
2011-02-16 16:07:01 -02:00
Hugo Parente Lima
691841f829
Fix bug 675 - "QGraphicsLinearLayout segfault"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-02-15 19:35:05 -02:00
Hugo Parente Lima
7b4d24f094
Fix bug 679 - "QWebPage miss extension function"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
2011-02-11 17:23:23 -02:00
Hugo Parente Lima
7d80ac8e29
Fix phonon compilation and detection of VideoCaptureDevice class.
...
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
2011-02-11 15:09:53 -02:00
Hugo Parente Lima
42e149598e
Removed duplicated entry of QWebPage::ErrorDomain on typesystem.
2011-02-11 15:09:53 -02:00