aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not include QtGui common typesystem twice.Hugo Parente Lima2010-08-314-7/+0
* Fix Qt class detection on Windows.Hugo Parente Lima2010-08-311-2/+1
* Created unittest to bug #324.Renato Filho2010-08-312-0/+33
* Unittest to bug #324.Renato Filho2010-08-311-0/+11
* Removed manually added function on QItemSelection to use automatic code inser...Renato Filho2010-08-311-5/+0
* Fixed args type parse for bool types on signal.Renato Filho2010-08-301-0/+2
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-302-3/+8
* Fix typesystem based on auto OS detection.Renato Filho2010-08-2726-37/+68
* Fixed Mac OS buildRenato Filho2010-08-262-0/+4
* Add missing checks for printing classesAnderson Lizardo2010-08-261-0/+10
* Fix class checking for 64-bitsAnderson Lizardo2010-08-261-1/+2
* Now slots signatures in C++ use Qt notation.Renato Filho2010-08-261-1/+1
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-264-21/+46
* Fixed signal signature parser.Renato Filho2010-08-263-8/+56
* Add Qt Simulator supportAnderson Lizardo2010-08-264-0/+52