aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Raise a error when try to modify a read-only property.Renato Filho2010-08-163-6/+22
| | | | | | | Add get function as mandatory in QProperty constructor. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed Http test to work with Qt 4.7.Renato Filho2010-08-161-6/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed arguments parser on QProperty constructor.renato2010-08-161-5/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added tests for QObject properties being set with named arguments on the ↵Marcelo Lira2010-08-131-0/+26
| | | | | | | constructor. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* All tests using GUI aren't shown if the host machine has xvfb installed.Marcelo Lira2010-08-132-1/+8
| | | | | | | | Unwanted graphical output from tests are redirected to a fake X server on Unix system. This depends on the presence of the Xvfb server. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test to QVariant converstion of QStringList.Renato Filho2010-08-132-0/+25
| | | | | Reviewer: Marcelo Lira <marcelo.lira@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>
* Fix ownership of value returned by QItemDelegate::createEditor method.Hugo Parente Lima2010-08-121-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 295 - "QModelIndex::model() sets the QModelIndex as parent of the model"Hugo Parente Lima2010-08-121-1/+6
|
* Removed obsolete methods from QRegion.Hugo Parente Lima2010-08-121-0/+4
|
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-121-1/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixes custom code for QTabWidget.Marcelo Lira2010-08-111-2/+2
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed ref leak.Renato Filho2010-08-101-3/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created conversion to QStack.Renato Filho2010-08-102-1/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed unecessary command from CMake file.Renato Filho2010-08-101-9/+0
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix argument check in QAction constructor.Lauro Neto2010-08-091-1/+1
| | | | | | | | | The fourth argument for QAction(string, qobject, keysequence, pyobject) was initialized as a NULL pointer by default but was checked against Py_None before being used. Reviewer: Renato Oliveira <renato.filho@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Add test for QAction.setShortcutLauro Neto2010-08-091-0/+11
|
* Fix typo: QPropery.Luciano Wolf2010-08-042-3/+3
|
* Fixes QAction code injection for constructor code.Marcelo Lira2010-08-041-1/+2
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
|
* Added support to shortcut named arg on QAction constructor.ps-0.4.0Renato Filho2010-08-031-3/+14
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version to 0.4.0 and update shiboken versionLauro Neto2010-08-031-3/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Included support to double values on qAbs.Renato Filho2010-08-022-3/+4
| | | | | | | Fixes bug #269. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug273 - QT_VERSION and QT_VERSION_STR constants.Luciano Wolf2010-08-023-0/+25
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>