Marcelo Lira
a513d831cd
Do *not* mix tabs and spaces.
2011-04-07 15:17:29 -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
Hugo Parente Lima
ee17f8c970
Version bump to 1.0.2
2011-04-06 16:02:23 -03:00
Renato Filho
d984cf24cc
Create unit test for bug #793 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente <hugo.lima@openbossa.org>
2011-04-05 10:17:56 -03:00
Renato Filho
e39188d636
Change the order of function call on destructionVisitor to avoid problems with cyclic dependency.
...
Fixes bug #793 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Hugo Parente <hugo.lima@openbossa.org>
2011-04-05 10:14:31 -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
f8bc57c61c
Fix doc bug 794 - "QPixmapCache.find example is wrong"
2011-03-28 14:51:57 -03:00
Hugo Parente Lima
9024884495
Fix bug 790 - "QStyledItemDelegate Signal with lambda and QModelIndex: Fatal Python error: PyEval_SaveThread: NULL tstate"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-25 16:49:38 -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
3cd2cad128
Fix bug 699 - "PySide.QtCore.Property doesn't throw a TypeError if the first arg isn't a PyType."
2011-03-25 09:48:11 -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
2f4a1f634c
Use set instead of add on reference-count action attribute.
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
Hugo Parente Lima
7849b4262f
Fix bug 736 - "Signal/Slot is not working at all"
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-22 15:04:40 -03:00
Hugo Parente Lima
4749d14642
Changed local variable naming style.
2011-03-22 15:04:27 -03:00
Renato Filho
26ae1259a9
Revert "Fixed test for bug #674 to works with new getattr check."
...
This reverts commit a6f0d0cb52 .
2011-03-22 11:49:43 -03:00
Renato Filho
78ca4c0749
Only raise 'RuntimeError' for function call to avoid problems with contructor order calls.
2011-03-22 11:13:32 -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
2bd54857ed
Created unit test for bug #726 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-21 11:57:38 -03:00
Renato Filho
8ce3644a13
Does not use normalizeSignature in functions with return type.
...
Fix bug #726 .
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-21 11:57:38 -03:00
Hugo Parente Lima
13d9f714c5
Add unit test for bug 693 - "Heap corruption or double free reported on program exit"
...
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-18 18:32:37 -03:00
Renato Filho
a6f0d0cb52
Fixed test for bug #674 to works with new getattr check.
...
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-16 17:01:08 -03:00
Renato Filho
fb3bae60f4
Created unit test for bug #696 .
...
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-16 17:01:08 -03:00
Renato Filho
880e6a28b6
Check if class is valid before call meta object function on class getattro function.
...
Fix bug #696 .
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-16 17:00:14 -03:00
Renato Filho
b1a1f61c64
Created unit test for bug #711 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Lauro Moura <lauro.neto@openbossa.org>
2011-03-16 16:34:26 -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
a571d9bd98
Add unit test for bug 706 - "dataChanged signal raise an incorrect TypeError"
...
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
Luciano Wolf <luciano.wolf@openbossa.org>
2011-03-16 11:22:34 -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
4c149aef4e
Created unit test for bug #714 .
...
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
2011-03-09 18:06:19 -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
Hugo Parente Lima
73f21eb1bb
Last code snippets....
2011-03-04 13:10:38 -03:00
Hugo Parente Lima
bd43c1e0b2
Removed Signal/Slot documentation content.
2011-03-04 11:37:20 -03:00
Hugo Parente Lima
04a26bd3bb
Version bump to 1.0.1
2011-03-04 11:37:20 -03:00
Hugo Parente Lima
ca81d9a32c
More code snippets ported to Python.
2011-03-03 18:56:26 -03:00
Hugo Parente Lima
094de67591
Version bump, 1.0.0 final yay!
2011-03-02 21:17:57 -03:00
Hugo Parente Lima
b94f5359b0
Added some missing code snippets to PySide documentation.
2011-03-02 21:17:57 -03:00
Hugo Parente Lima
97a16f10ab
Removed useless files from docs.
2011-03-02 21:17:57 -03:00
Hugo Parente Lima
eedc03ebb5
Remove some warning messages when generating the docs.
...
Those classes haven't especific documentation, they are only typedefs for template instanciations.
2011-03-02 21:17:57 -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
2ed86dc435
Fix bug#708 - "Remaining pyqtSignal in ref docs"
2011-03-02 14:35:55 -03:00
Hugo Parente Lima
8ac29700ce
Added module documentation for all modules.
2011-03-01 20:32:10 -03:00
Hugo Parente Lima
ee92e460f1
Removed a lot of files not used by the doc generation.
2011-03-01 20:31:56 -03:00
Hugo Parente Lima
35168cb86a
Missing doc code snippet for webkit.
2011-03-01 20:31:39 -03:00