aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added QCursor test. It is related to bug #630.Marcelo Lira2012-03-082-0/+17
* Fixed function 'QToolBar.addAction' to support callback in theRenato Araujo Oliveira Filho2012-03-083-2/+53
* Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."Hugo Parente Lima2012-03-083-0/+24
* 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
* Implemented support for iterator on QTextBlock.Renato Araujo Oliveira Filho2012-03-081-0/+17
* Fix append object description on typesystem only when this was found.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Separated class typesystem from the main typesystem.Renato Araujo Oliveira Filho2012-03-0824-123/+149
* Updated translation test to use previous generated qm files.Renato Araujo Oliveira Filho2012-03-083-8/+0
* Updated http server used on unit test.Renato Araujo Oliveira Filho2012-03-081-0/+2
* Created unit test for signals.Renato Araujo Oliveira Filho2012-03-084-0/+173
* Fixed problems to emit signals with objects types.Renato Araujo Oliveira Filho2012-03-081-3/+8
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-082-0/+20
* Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type i...Hugo Parente Lima2012-03-083-1/+30
* 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
* 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 wi...Hugo Parente Lima2012-03-081-2/+2
* Export QTranslator::translate and QTranslator::load.Hugo Parente Lima2012-03-081-2/+20
* 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
* 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
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-085-26/+3568
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-083-0/+49
* 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
* Fix bug 652 - "Segfault when using QTextBlock::setUserData due to missing own...Hugo Parente Lima2012-03-083-0/+36
* Removed the removal of some QApplication functions.Hugo Parente Lima2012-03-081-4/+0
* 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
* Fix bug 650 - "Missing bindings for QNetworkProxyFactory"Hugo Parente Lima2012-03-082-1/+8
* 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
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-083-1/+11
* Updated GeneratorRunner calls on CMake files to use "--generator-set" instead...Marcelo Lira2012-03-083-3/+3
* Don't crash if a typeId was not found when emiting a signal.Hugo Parente Lima2012-03-081-2/+2
* 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
* 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
* Created __repr__ function unit test.Renato Araujo Oliveira Filho2012-03-084-0/+165
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-083-2/+278