aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-242-7/+3
* Fixed QVariant::Type convertions.renatofilho2010-09-242-4/+8
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-6/+12
* Fixed bug#310Hugo Parente Lima2010-09-241-0/+3
* Modified the type system files to make use of nested type declarations.Marcelo Lira2010-09-2317-978/+1090
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
* Fixed QApplication static functions return policy.renatofilho2010-09-202-3/+49
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-173-19/+23
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
* Fixed connection cleanup function.renatofilho2010-09-162-4/+13
* Fixes bug #348 adding the method QState.addTransition(Signal, QAbstractTransi...Marcelo Lira2010-09-161-0/+20
* Included Notifier signals on genereted code.renatofilho2010-09-151-1/+12
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
* | Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+6
* | Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...ps-0.4.1Renato Filho2010-09-101-10/+6
* | Add newline in the end of qpytextobject.h to avoid compiler warningsBruno dos Santos de Araujo2010-09-091-1/+3
* | 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
* | 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-092-19/+22
* | Created module shutdown function necessary to avoid call python functions bef...Renato Filho2010-09-084-1/+17
|/
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-1/+1
* 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-025-4/+27
* 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-012-4/+4
* 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-3114-16/+16
* 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
* Removed manually added function on QItemSelection to use automatic code inser...Renato Filho2010-08-311-5/+0
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-0/+3
* 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
* Add Qt Simulator supportAnderson Lizardo2010-08-263-0/+48