aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-102-2/+29
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵ps-0.4.1Renato Filho2010-09-105-25/+22
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Add PYSIDE_QT_VERSION to CMakeCache.txt.Hugo Parente Lima2010-09-101-0/+1
| | | | | | | | This variable stores the Qt version used to compile PySide, so installers and packages can guess the min Qt version required to run PySide. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Remove OS specific commands from translation test.Hugo Parente Lima2010-09-101-2/+5
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Bruno Araújo <burno.araujo@openbossa.org>
* 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
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fixed QVariant conversion from Python object.Renato Filho2010-09-091-7/+6
| | | | | | | Fixes bug #346, #338 Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix copyright year of generated files.Hugo Parente Lima2010-09-091-1/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* 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 ↵Hugo Parente Lima2010-09-0920-385/+175
| | | | 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>
* Store randon port after fail on first attempt.Renato Filho2010-09-081-1/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Moura <lauro.neto@openbossa.org>
* Repeat the same test, but using new style signals to cause a segfault.Hugo Parente Lima2010-09-081-0/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* 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
| | | | | 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-027-4/+74
| | | | | | | | | | 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-014-4/+26
| | | | | 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-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>