aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update unit test for bug 312.renatofilho2010-09-161-0/+23
* Fixed connection cleanup function.renatofilho2010-09-164-21/+30
* Fixes bug #348 adding the method QState.addTransition(Signal, QAbstractTransi...Marcelo Lira2010-09-161-0/+20
* Created unittest for bug 328.renatofilho2010-09-152-0/+19
* Included Notifier signals on genereted code.renatofilho2010-09-151-1/+12
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-154-0/+67
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-153-5/+10
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
* Created unittest for bug #332.renatofilho2010-09-142-0/+17
* Created unit test for bug #312.renatofilho2010-09-142-0/+24
* Increased global receiver maximun slots support.renatofilho2010-09-142-9/+41
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
* | Fixed crash on qsignal destructor.renatofilho2010-09-141-3/+3
* | Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-102-2/+29
* | Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...ps-0.4.1Renato Filho2010-09-105-25/+22
* | Add PYSIDE_QT_VERSION to CMakeCache.txt.Hugo Parente Lima2010-09-101-0/+1
* | Remove OS specific commands from translation test.Hugo Parente Lima2010-09-101-2/+5
* | Add newline in the end of qpytextobject.h to avoid compiler warningsBruno dos Santos de Araujo2010-09-091-1/+3
* | Bump version required for Shiboken.Hugo Parente Lima2010-09-091-1/+1
* | Created unittest for bug #338.Renato Filho2010-09-092-0/+25
* | Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
* | Fix copyright year of generated files.Hugo Parente Lima2010-09-091-1/+1
* | Fix project name on license boilerplates.Hugo Parente Lima2010-09-0917-17/+17
* | Added license boilerplates to all typesystem files.Hugo Parente Lima2010-09-0926-3/+497
* | Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-0920-385/+175
* | Created module shutdown function necessary to avoid call python functions bef...Renato Filho2010-09-084-1/+17
* | Store randon port after fail on first attempt.Renato Filho2010-09-081-1/+2
* | Repeat the same test, but using new style signals to cause a segfault.Hugo Parente Lima2010-09-081-0/+10
* | Make accessManager test do not depend on internet access.Hugo Parente Lima2010-09-081-3/+18
* | Declare SignalInstanceData struct in the C++ way, without ugly typedefs.Hugo Parente Lima2010-09-081-2/+3
* | Remove unneeded casts that can hide errors.Hugo Parente Lima2010-09-081-9/+9
* | Fix bug#282 and bug#283.Hugo Parente Lima2010-09-081-8/+76
* | bug_300_test moved to QtGui, because it tests a class from QtGui.Hugo Parente Lima2010-09-033-1/+1
* | Remove the dependecy of QtGui from a test located in QtNetwork.Hugo Parente Lima2010-09-031-2/+2
|/
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-033-12/+22
* Install qpytextobject.hLauro Neto2010-09-021-0/+2
* Fixed return ownership on mimeData function for QAbstractItemModel.Renato Filho2010-09-021-0/+5
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not wor...Hugo Parente Lima2010-09-027-4/+74
* Remove warning about unused variable in QTimer::singleShot code injection.Hugo Parente Lima2010-09-021-0/+1
* fixed a typo in typesystem file nameMatti Airas2010-09-022-1/+1
* Fixed typo on typesystem.Renato Filho2010-09-011-1/+1
* put back suppress warning for "Shadowing" message.Renato Filho2010-09-011-0/+1
* Fixed generated global.h.Renato Filho2010-09-011-3/+3
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-014-4/+26
* Fix bug#335 - "QT_TRANSLATE_NOOP has incorrect signature"Hugo Parente Lima2010-09-011-2/+5
* Use Cmake detected vars to generete global.h file.Renato Filho2010-09-011-3/+3
* Fixed function modifications.Renato Filho2010-09-012-129/+15
* Also install the typesystem used during generation.Lauro Neto2010-09-011-1/+1
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-3115-16/+22