aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Hugo Parente Lima2010-09-092-19/+22
| | | | exception.
* Created module shutdown function necessary to avoid call python functions ↵Renato Filho2010-09-084-1/+17
| | | | | | | before module exit. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Install qpytextobject.hLauro Neto2010-09-021-0/+2
| | | | | Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed return ownership on mimeData function for QAbstractItemModel.Renato Filho2010-09-021-0/+5
| | | | | | | fixes bug #296. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not ↵Hugo Parente Lima2010-09-025-4/+27
| | | | | | | | | | working" Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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
| | | | | | | | | | | This make PySide independent of Qt Macros in some cases these macros return invalid value because the module can be compiled separated from Qt. Fixes bug #326. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Neto <lauro.neto@openbossa.org>
* Fixed function modifications.Renato Filho2010-09-012-129/+15
| | | | | | | Fixes bug #336. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Neto <lauro.neto@openbossa.org>
* Also install the typesystem used during generation.Lauro Neto2010-09-011-1/+1
| | | | | | | | | Installs the typesystem fed to the generator. This fixes the install of modules like QtGui, with run-time generated typesystems. Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-3114-16/+16
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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 ↵Renato Filho2010-08-311-5/+0
| | | | | | | insertion base on container type. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as ↵Hugo Parente Lima2010-08-301-0/+3
| | | | | | | default" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Fix typesystem based on auto OS detection.Renato Filho2010-08-2726-37/+68
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Anderson Lizardo <anderson.lizardo@openbossa.org>
* Fixed Mac OS buildRenato Filho2010-08-262-0/+4
| | | | | | | | | Fix parser of QApplication header. Fixes bug #318 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Add missing checks for printing classesAnderson Lizardo2010-08-261-0/+10
| | | | | Reviewed-by: Lauro Neto <lauro.neto@openbossa.org> Reviewed-by: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
* Fix class checking for 64-bitsAnderson Lizardo2010-08-261-1/+2
| | | | | Reviewed-by: Lauro Neto <lauro.neto@openbossa.org> Reviewed-by: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
* Add Qt Simulator supportAnderson Lizardo2010-08-263-0/+48
| | | | | Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Replace macro checks with actual symbol checkingAnderson Lizardo2010-08-263-127/+42
| | | | | | | | | | | | | This increases a little more the check time, but is also more precise. It is also required for cases where qfeatures.h incorrectly reports support for a feature, but the actual class is not compiled (the case for a couple of classes in Qt Simulator). Additionally, the macro has been made more concise, and is reused for both QtGui and QtNetwork. Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Simplify handling of typesystems for multiple OSesAnderson Lizardo2010-08-2623-57/+33
| | | | | | | | | | * Factor out install() commands into PySide/CMakeLists.txt * Drop typesystem_<module>_common.xml and typesystem_<module>.xml.in, and make typesystem_<module>_<os>.xml (if exists) include typesystem_<module>.xml (which holds common data) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Various cleanups to CMakeLists.txt filesAnderson Lizardo2010-08-268-38/+13
| | | | | | | | | * Simplify endmacro(), endif() and else() statements * Remove unused and redundant code * Use AUTO_OS for holding the typesystem suffix (instead of MODULE_NAME) Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Includded allow flags to some function on QNetworkManager.Renato Filho2010-08-251-0/+9
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Updated Declarative typesystem.Renato Filho2010-08-252-1/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed Qt application cleanup.Renato Filho2010-08-254-23/+59
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug#303 - "Missing method: QCoreApplication.arguments()"Hugo Parente Lima2010-08-251-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Add function qtTrIdLauro Neto2010-08-231-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Fix variable name.Lauro Neto2010-08-231-1/+1
|
* Fixed Cmake for test on windows.Renato Filho2010-08-201-1/+5
| | | | | | | Fixed install modules on windows. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QtNetwork typesystem to work on windows.Renato Filho2010-08-203-2/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use AutoPointerArray to dynamic array creation.Renato Filho2010-08-202-5/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix install command to correct module name.Lauro Neto2010-08-201-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed typestyste to windows.Renato Filho2010-08-203-7/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Changed output dir for python modules to make the tests run in others ↵Renato Filho2010-08-202-7/+4
| | | | | | | platafforms. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed typesystem for windows.Renato Filho2010-08-203-0/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QtScriptTools CMake file and others files.Renato Filho2010-08-205-81/+27
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Use .pyd for modules on windows.Renato Filho2010-08-191-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* created macro to compile pyside modules.Renato Filho2010-08-1918-524/+428
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-171-13/+0
| | | | | | | Fixes bug #300. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-161-37/+4
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix typo on typesystem.Renato Filho2010-08-121-1/+1
|
* Removed rename command from unecessary functions.Renato Filho2010-08-121-36/+2
| | | | | | | Fixes bug #287. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>