aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use monospace font for sphinx literal strings.Hugo Parente Lima2012-03-081-0/+6
|
* Change version from beta6 to rc1ps-1.0.0-rc1Hugo Parente Lima2012-03-081-2/+2
|
* Updated PySide CMake files to use the new generator argument ↵Marcelo Lira2012-03-081-0/+7
| | | | | | | "avoid-protected-hack". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-0842-205/+201
| | | | | | | | | | 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>
* Fix bug 681 - "Unicode support for trUtf8 method"Hugo Parente Lima2012-03-081-8/+27
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix bug 674 - "QGraphicsScene::clear() is missing"Hugo Parente Lima2012-03-083-1/+39
|
* Fix bug 687 - "[PATCH] QUiLoader code example crashes"Jerome Leclanche2012-03-081-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 675 - "QGraphicsLinearLayout segfault"Hugo Parente Lima2012-03-083-4/+22
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Refactor to simplify code just avoding some Cism.Hugo Parente Lima2012-03-081-6/+4
|
* Make PySide signals work with meta types.Hugo Parente Lima2012-03-081-1/+1
|
* Add unit test for bug 684.Hugo Parente Lima2012-03-081-0/+13
|
* Raise error when slot argument is unknown.Lauro Neto2012-03-082-0/+12
| | | | | | | | | | | | | | | | | | | Instead of accepting it silently and generating potential segfault and undefined behavior, raise TypeError when the type of an argument is unknown to PySide type system. An example of such erratic behavior is in declarations like: @Slot def foo(self): Slots without arguments must be explicitly declared this way: @Slot() def foo(self): Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* Fix bug 679 - "QWebPage miss extension function"Hugo Parente Lima2012-03-082-0/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix phonon compilation and detection of VideoCaptureDevice class.Hugo Parente Lima2012-03-083-10/+9
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵Hugo Parente Lima2012-03-083-65/+63
| | | | diagrams."
* Removed duplicated entry of QWebPage::ErrorDomain on typesystem.Hugo Parente Lima2012-03-081-1/+0
|
* Increments reference of None object on custom code for QState.addTransition ↵Marcelo Lira2012-03-081-0/+1
| | | | | | | method. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for bug #671.Renato Araujo Oliveira Filho2012-03-082-0/+63
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Appended the metaclass data flags value on head.Renato Araujo Oliveira Filho2012-03-081-0/+1
| | | | | | | Fix bug #671. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added QCursor test. It is related to bug #630.Marcelo Lira2012-03-082-0/+17
| | | | | | | | Bug #630 - Fails to resolve overload for QCursor(QBitmap, QBitmap, int, int) http://bugs.openbossa.org/show_bug.cgi?id=630 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-083-2/+53
| | | | | | | | | | | arguments. Create unit test for bug #635. Fixes bug #635. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."Hugo Parente Lima2012-03-083-0/+24
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-086-26/+26
|
* Fix bug 663 - "Crash on exit when passing QNetworkAccessManager around"Hugo Parente Lima2012-03-081-0/+21
|
* Remove invalid function removals.Hugo Parente Lima2012-03-081-6/+0
|
* Fix bug 667 - "Crash on exit"Hugo Parente Lima2012-03-083-1/+41
|
* Fix QGLBuffer::map code injection and test.Hugo Parente Lima2012-03-082-26/+26
|
* Updated phonon typesystem to use the new pyside cmake macro syntax.Renato Araujo Oliveira Filho2012-03-081-2/+6
|
* Updated http server used on tests to keep trying until get a free address.Renato Araujo Oliveira Filho2012-03-081-5/+6
|
* Created unit test for bug #662.Renato Araujo Oliveira Filho2012-03-082-0/+29
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Implemented support for iterator on QTextBlock.Renato Araujo Oliveira Filho2012-03-081-0/+17
| | | | | | | Fixes bug #662. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix append object description on typesystem only when this was found.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-0824-123/+149
| | | | | | | | | | Remove class specification, detected during the compilation from the main typesystem to avoid errors during the generation. Fixes bug #661 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated translation test to use previous generated qm files.Renato Araujo Oliveira Filho2012-03-083-8/+0
| | | | | | | Upload qm files used on test to git. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Updated http server used on unit test.Renato Araujo Oliveira Filho2012-03-081-0/+2
| | | | | | | Allow the server to reuse the address to avoid errors. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Created unit test for signals.Renato Araujo Oliveira Filho2012-03-084-0/+173
| | | | | | | | Test for types inside of namespace Test for types defined by typedef. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed problems to emit signals with objects types.Renato Araujo Oliveira Filho2012-03-081-3/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-082-0/+20
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type ↵Hugo Parente Lima2012-03-083-1/+30
| | | | in QStandardItemModel drag and drop"
* Fix bug 643 - "QTabWidget.insertTab not taking ownership"Hugo Parente Lima2012-03-082-2/+10
|
* The global header for PySide is now installed with the libpyside headers.Marcelo Lira2012-03-086-1516/+10
| | | | | | | | | This is good for PySide derived bindings (like the ones for QtMobility), so they don't need to copy the PySide global headers to their source tree and end up with an outdated file. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Removed unnecessary line from test binding CMake file.Marcelo Lira2012-03-081-1/+1
|
* Fix qresource_test openning the file in binary mode, so it doesn't fail on ↵Hugo Parente Lima2012-03-081-2/+2
| | | | windows.
* Export QTranslator::translate and QTranslator::load.Hugo Parente Lima2012-03-081-2/+20
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Export method QCryptographicHash::addData.Hugo Parente Lima2012-03-081-1/+8
|
* Remove some ancient method removals from QtCore typesystem.Hugo Parente Lima2012-03-081-2/+0
| | | | | - QDir(QString,QString,QFlags<QDir::SortFlag>,QFlags<QDir::Filter>) - QBitArray::fill(bool, int)
* Use PyString_GET_SIZE instead of PyString_Size on some inject codes.Hugo Parente Lima2012-03-081-2/+2
|
* Export QSettings::iniCodec and QXmlStreamWriter::codec methods.Hugo Parente Lima2012-03-081-4/+11
|
* QPersistentModelIndex now have the same implementation of internalPointer of ↵Hugo Parente Lima2012-03-081-2/+10
| | | | QModelIndex.
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-085-26/+3568
| | | | | | - data() is now exported and returns a Python read-only buffer object. - (un)registerResourceData now accept buffers as arguments, and respects zeroes in the middle of data. - Improved unit test.