aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Collapse)AuthorAgeFilesLines
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+3
| | | | | Plus test. Should return a child of the given type.
* Moved cmake macros to a separeted file.renatofilho2010-10-071-160/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-074-0/+65
| | | | | | | This is used to register a new python type which can be used in ui description files. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-076-9/+45
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added documentation to QPyTextObject class.Hugo Parente Lima2010-10-061-0/+33
|
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-056-51/+15
| | | | This reverts commit bebede17c03c5f6180262a4031c53998142564ad.
* Fixed doc of return values.Hugo Parente Lima2010-10-056-15/+51
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed whitespaces.Hugo Parente Lima2010-10-051-3/+3
|
* Use QByteArray instead of QString in some internal QLayout functions.Hugo Parente Lima2010-10-051-4/+4
| | | | As only latin1 chars are expected, we don't need waste memory with QString.
* Fixed QWidget setLayout rules.renatofilho2010-10-041-7/+23
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication cleanup.renatofilho2010-10-041-8/+8
| | | | | | | Fixes bug #396. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented detection for VideoCaptureDevice on phonon module.renatofilho2010-10-043-6/+34
| | | | | | | Fixes bug #355. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-014-2/+130
| | | | | | | Fixes bug #371. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Support any QObject in QUiLoader.load function.renatofilho2010-09-301-2/+2
| | | | | | | Fix bug #392. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix QWidget::style / QWidget::setStyle ownership rules.renatofilho2010-09-301-0/+25
| | | | | | | Fixes bug #389. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#388 - "Fatal Python error: PyEval_SaveThread: NULL tstate"Hugo Parente Lima2010-09-291-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Modify return type QLineF::intersect to look nice in the documentation.Hugo Parente Lima2010-09-291-0/+3
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug#372 - "DiagramScene (GraphicsView) Example not working"Hugo Parente Lima2010-09-291-4/+1
| | | | The correct title would be "QVariant doesn't correct store a QGraphicsScene object."
* Added missing classes.renatofilho2010-09-296-8/+52
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-4/+34
| | | | | | | Tests where also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug#375 - "Just an empty table when using delegate."Hugo Parente Lima2010-09-271-13/+18
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add return value docs to functions returning tuples.Hugo Parente Lima2010-09-271-2/+2
|
* Fixed model view ownership rules.renatofilho2010-09-242-50/+35
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QCoreApplication and QApplication cleanup.renatofilho2010-09-242-7/+3
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QVariant::Type convertions.renatofilho2010-09-242-4/+8
| | | | | | | | | Fixed QItemEditorFactory ownership rules on typesystem. Fixes bug #373. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#168 - "API documentation suggestions" and other fixes.Hugo Parente Lima2010-09-241-6/+12
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Port old boost code used in QtUiTools.renatofilho2010-09-222-6/+85
| | | | | | | fixes bug #376. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added enum QML_HAS_ATTACHED_PROPERTIES to QtCore type system file.Marcelo Lira2010-09-211-0/+7
| | | | | | | Also suppressed warning about _ISalnum enum from ctypes.h Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed ownership rules for QStandardItem functions.renatofilho2010-09-201-7/+105
| | | | | | | Fixes bug #367. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added missing classes to QtNetwork module.Marcelo Lira2010-09-202-2/+9
| | | | | | | | The missing classes are: QAbstractNetworkCache, QNetworkDiskCache e QNetworkCacheMetaData. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed QApplication static functions return policy.renatofilho2010-09-202-3/+49
| | | | | | | Fixes bug #363. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Created PySide cleanup functions used to register functions to be called ↵renatofilho2010-09-173-19/+23
| | | | | | | before the python die. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Added the method signature QTimer.singleShot(int, Signal).Marcelo Lira2010-09-171-5/+47
| | | | | | | | This fixes bug #313. The implementation can be improved when bug #362 gets fixed. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fixed connection cleanup function.renatofilho2010-09-162-4/+13
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bug #348 adding the method QState.addTransition(Signal, ↵Marcelo Lira2010-09-161-0/+20
| | | | | | | QAbstractTransition*). Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Included Notifier signals on genereted code.renatofilho2010-09-151-1/+12
| | | | | | | Fixes bug: #328. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Updated tryLock function to work in thread.renatofilho2010-09-141-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Treat modules as library targets.Carlos Goncalves2010-09-141-2/+1
|\ | | | | | | | | | | | | | | This fixes dynamic linking on Mac OS X. Previously modules were been linked to libpyside in the build tree even when installed (ie. hardcoded). Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
| * Treat modules as library targets.Carlos Goncalves2010-09-041-2/+1
| | | | | | | | | | This fixes dynamic linking on Mac OS X. Previously modules were been linked to libpyside in the build tree even when installed (ie. hardcoded).
* | Fix bug#254 - "QWebView.setPage() does not seem to work"Hugo Parente Lima2010-09-101-1/+6
| | | | | | | | | | 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-101-10/+6
| | | | | | | | | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* | 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
| | | | | | | | | | | | | | 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>
* | 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>