aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct path separator when under Windows.Hugo Parente Lima2010-08-3115-16/+22
| | | | | 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
|
* Created unittest to bug #324.Renato Filho2010-08-312-0/+33
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Unittest to bug #324.Renato Filho2010-08-311-0/+11
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* 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 ↵Hugo Parente Lima2010-08-302-3/+8
| | | | | | | 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>
* Now slots signatures in C++ use Qt notation.Renato Filho2010-08-261-1/+1
| | | | | | | | | | | Ex: Slot(str, int) # Python slot(QString, int) # C++ This allow the user create slots based on types, compatible with Qt Slots. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed slot singature parse function to keep compatibility with QSignal.Renato Filho2010-08-264-21/+46
| | | | | | | Fixes bug #319 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed signal signature parser.Renato Filho2010-08-263-8/+56
| | | | | | | Fixes bug #311. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Add Qt Simulator supportAnderson Lizardo2010-08-264-0/+52
| | | | | 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-2611-55/+27
| | | | | | | | | * 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>
* Created unittest to bug 307.Renato Filho2010-08-252-0/+28
|
* Modifyed declarative test to avoi use of network.Renato Filho2010-08-252-11/+13
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* 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>
* Avoid cyclic dependency on test.Renato Filho2010-08-251-6/+15
| | | | | 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>
* Write the pyside version variable on cmake cache.Hugo Parente Lima2010-08-241-1/+1
| | | | | | | | | With the pyside version variable on cmake cache, the script used to create the windows installer can discover the PySide version being compiled. 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 the newsigslot documentation to use API 2.Matti Airas2010-08-231-15/+15
|\ | | | | | | | | Reviewer: Renaot Filho <renato.filho@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
| * fixed the newsigslot documentation to use API 2Matti Airas2010-08-201-15/+15
| |
* | Fixed use of QFile to works on all plataforms.Renato Filho2010-08-231-2/+7
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* | Changed test to avoid erros on slow machines.Renato Filho2010-08-232-2/+2
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* | Fixed Cmake for test on windows.Renato Filho2010-08-202-3/+7
| | | | | | | | | | | | | | 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-203-5/+68
| | | | | | | | | | 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-204-1/+12
| | | | | | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* | Fixed libshiboken classes visibility.Renato Filho2010-08-201-3/+3
| | | | | | | | | | 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>
* Updated test to work with Cmake 2.8 in multiples plataforms.Renato Filho2010-08-191-53/+74
| | | | | 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-1921-530/+443
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-173-13/+18
| | | | | | | Fixes bug #300. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix bug 294 addind a converter specific for QFlags.Hugo Parente Lima2010-08-171-0/+31
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed gui typesystem to avoid warnings.Renato Filho2010-08-162-44/+6
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented help function to connect signal with python callback.Renato Filho2010-08-163-2/+19
| | | | | | | Updated QAction unittest to work with signal connection on constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Avoid read the property in the QObject constructor.Renato Filho2010-08-162-11/+21
| | | | | | | Create unit test to verify if the python property is setted during the constructor. Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>