aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added comments to some function removals.Hugo Parente Lima2012-03-081-3/+23
|
* Fix bug 653 - "Crash after calling QWizardPage.wizard()"Hugo Parente Lima2012-03-083-1/+25
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing ↵Hugo Parente Lima2012-03-083-0/+36
| | | | ownership transfer"
* Removed the removal of some QApplication functions.Hugo Parente Lima2012-03-081-4/+0
| | | | | | | | | | | These functions were removed due to ancient bugs in shiboken generator, all them now fixed. Functions: font(const char*) setFont(QFont,const char*) palette(const char*)
* Bump version to beta6.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Fixed Cmake files used to find the library after the installation.ps-1.0.0-beta5Renato Araujo Oliveira Filho2012-03-081-8/+9
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 650 - "Missing bindings for QNetworkProxyFactory"Hugo Parente Lima2012-03-082-1/+8
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 651 - "Calling disconnect() with no arguments causes segfault"Hugo Parente Lima2012-03-083-5/+41
|
* Updated QAbstractItemModel.createIndex documentation to warning aboutRenato Araujo Oliveira Filho2012-03-081-2/+18
| | | | | | | ptr argument life time. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-083-1/+11
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated GeneratorRunner calls on CMake files to use "--generator-set" ↵Marcelo Lira2012-03-083-3/+3
| | | | | | | | instead of "--generatorSet". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Don't crash if a typeId was not found when emiting a signal.Hugo Parente Lima2012-03-081-2/+2
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Added test for bug 613.Hugo Parente Lima2012-03-082-0/+25
|
* Fix bug 565 - "QImage missing *data constructors"Hugo Parente Lima2012-03-082-32/+84
| | | | | | | | | | Fix bug 566 - "'PySide.QtGui.QImage' object has no attribute 'scanLine'" The constructors now accepts any PyObject which implements the buffer protocol, as the C++ and PyQt4 version the buffer must be alive during the life time of QImage because QImage *does not* copy the image data. scanLine() and bits() now return buffer objects pointing to the memory inside QImage.
* Implement __repr__ function for class with Float attributes.Renato Araujo Oliveira Filho2012-03-081-0/+27
|
* Created unit test for bug #617.Renato Araujo Oliveira Filho2012-03-082-0/+22
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created __repr__ function unit test.Renato Araujo Oliveira Filho2012-03-084-0/+165
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-083-2/+278
| | | | | | | Fixes bug #593 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed QFileDialog function calls with options in the last argument.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | Fixes bug #590 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add test for bug#640.Hugo Parente Lima2012-03-082-0/+12
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement support to others color spec on deepcopy function.Renato Araujo Oliveira Filho2012-03-082-4/+63
| | | | | | | | | Created unit test QColor reduce function. Fixes bug #612. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj ↵Hugo Parente Lima2012-03-082-1/+6
| | | | types?) returns True for empty instance; probably should be False"
* Fixed QLineEdit.getTextMargins return value.Renato Araujo Oliveira Filho2012-03-083-0/+41
| | | | | | | Fixes bug #632 Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#636 - "Unable to navigate back to the main site from the generated ↵Hugo Parente Lima2012-03-082-5/+3
| | | | documentation"
* Bump version to beta5.Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Updated generatorrunner version dependency.ps-1.0.0-beta4Renato Araujo Oliveira Filho2012-03-081-2/+2
|
* Replace use of QMetaObject::activate to QObject::qt_metacall.Renato Araujo Oliveira Filho2012-03-081-2/+2
| | | | | | | | | This is necessary to support signals with default values. Fix bug #624 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Added test cases for signal emission.Marcelo Lira2012-03-085-0/+164
| | | | | | | Signals are emitted from C++ and Python. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-085-3/+68
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Use the same Python used by Shiboken instead of find a new one.Hugo Parente Lima2012-03-081-2/+1
|
* Don't reject QGLWidget::setMouseTracking function.Hugo Parente Lima2012-03-081-1/+0
|
* Fix bug#623 - "QGLWidget.bindTexture(QPixmap, GLenum, GLenum) is missing"Hugo Parente Lima2012-03-086-2/+24
|
* Added test for module reloading.Marcelo Lira2012-03-083-0/+52
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed Widget and Layout inject code to avoid problems in armel arch.Renato Araujo Oliveira Filho2012-03-082-2/+2
|
* Created unit test for bug #575.Renato Araujo Oliveira Filho2012-03-082-0/+21
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Updates documentation of QUiLoader.registerCustomWidget method.Marcelo Lira2012-03-081-0/+34
| | | | | | | | | | The new documentation highlights the danger of duck punching virtual methods of widget objects produced by QUiLoader. Also named the argument of QUiLoader.registerCustomWidget as customWidgetType. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Named the single argument of all "QWidget.*Event(arg)" methods as "event".Marcelo Lira2012-03-081-26/+78
| | | | Just to make the generated documentation more readable.
* Fixed style on QUiLoader code snippet.Marcelo Lira2012-03-081-1/+1
|
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-084-25/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix typo on Cmake files.Renato Araujo Oliveira Filho2012-03-081-2/+2
| | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>
* Removed useless rejectionsHugo Parente Lima2012-03-082-342/+11
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Remove protected fields of event classes.Hugo Parente Lima2012-03-081-2/+76
| | | | | | Event classes have a lot of non-documented protected fields, those fields are removed from PySide because they are Qt implementation details, besides the fact they are accessible by ordinary event methods.
* Fix documentation for QWidget.winId()Hugo Parente Lima2012-03-081-0/+13
|
* Don't crash when a unknown type is given as a meta call argument.Hugo Parente Lima2012-03-081-2/+8
|
* Add polymorphic-id-expression to QGraphicsObject and QDeclarativeItem.Hugo Parente Lima2012-03-082-2/+2
|
* Fixed path to include file used on cmake files.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | Reviewer: Bruno Araujo <bruno.araujo@openbossa.org>
* Create a new parent test.Renato Araujo Oliveira Filho2012-03-081-0/+7
| | | | | Check if the parent does not increase the reference if you set the parent twice.
* Use python base name as library prefix.Renato Araujo Oliveira Filho2012-03-084-11/+19
| | | | | | | | | | Use the same CMAKE_BUILD_TYPE as shiboken if none was specified. Append SHIBOKEN_PYTHON_BASENAME in the library suffix. Fix bug #509. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Added test for QPainter.setPen() method.Marcelo Lira2012-03-081-3/+27
| | | | | | | | | | | | Calls it with enum, to call the setPen(Qt.PenStyle) signature, and with an integer, to call the setPen(QColor) signature (QColor is implicitly built from an unsigned int in C++). For more details see Bug #511: http://bugs.openbossa.org/show_bug.cgi?id=511 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added condition for a phonon test that fails on Win32 with Qt 4.7.1.Marcelo Lira2012-03-081-1/+5
| | | | | | | | | | | | This is due to a bug on Phonon::createPath that happens with the specific combination of Win32 platform and Qt 4.7.1. The bug is reported as fixed for Qt 4.7.2, but it wasn't released yet. For more details on the bug: http://bugreports.qt.nokia.com/browse/QTBUG-13062 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>