summaryrefslogtreecommitdiffstats
path: root/libpyside
Commit message (Collapse)AuthorAgeFilesLines
* Remove white spaces from last commit.Hugo Parente Lima2012-02-271-1/+1
|
* Fix bug 1110 - "Concurrency error causes GC heap corruption"Jason McCampbell (Enthought, Inc)2012-02-273-0/+8
| | | | | | | | Random hang/crash at startup when display QWebView widget. Issue was that the GIL was not being acquired in a couple of calls, especially DynamicSlotDataV2::callback but in other locations as well. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
* Fixes the QSettings related QVariant's save/load bug.Marcelo Lira2011-12-141-0/+2
|
* Small code style changes.Hugo Parente Lima2011-12-141-6/+4
|
* Add GC support to PySide Property type.Hugo Parente Lima2011-12-141-22/+46
| | | | | | This fixes GC errors when running PySide on a Python debug env. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Replaced TypeResolver by SbkConverter and SpecificConverter.Marcelo Lira2011-12-096-34/+68
| | | | Also updated QtGui's WId conversion to Python 3.
* Modified PySideQFlags based on Hugo's design.Marcelo Lira2011-12-091-1/+4
|
* pysidesignal: more trivial fixesPaulo Alcantara2011-12-091-20/+23
| | | | | | | Fix typos and coding style. Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>
* pysidesignal: don't use C's castPaulo Alcantara2011-12-091-5/+5
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* pysidesignal: trivial fixesPaulo Alcantara2011-12-091-59/+61
| | | | | | | | Fix typos and coding style Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* Fix BUG #1052Paulo Alcantara2011-11-231-3/+3
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Fix PYSIDE_LIBRARY in CMake export.Lauro Neto2011-11-171-1/+10
| | | | | | | Was hardcoded with Cygwin library name format. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed compilation error for gcc versions < 4Jerzy Kozera2011-11-011-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"Hugo Parente Lima2011-10-311-1/+15
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Creates QFlags types at runtime.Hugo Parente Lima2011-10-282-2/+42
|
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2011-10-282-24/+27
|
* Fix bug 1011 - "PySide cygwin patch"Hugo Parente Lima2011-10-272-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Reduce the memory used by PySideMetaFunction instances.Hugo Parente Lima2011-10-271-3/+3
|
* Unify the code used to do QObject meta calls.Hugo Parente Lima2011-10-273-93/+80
|
* Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is ↵Hugo Parente Lima2011-10-261-17/+55
| | | | impossible..."
* Optimize PySide::getMetaDataFromQObject function avoiding some str copies.Hugo Parente Lima2011-10-261-21/+26
|
* Fix getTypeName check order.Lauro Neto2011-10-181-2/+2
| | | | | | | | Was segfaulting for signals with None as an explicit argument (returning NULL to a strdup). Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2011-10-1024-24/+24
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Avoid using uninitialized variable.Hugo Parente Lima2011-10-101-1/+1
|
* Updated Cmake files.Renato Filho2011-10-063-3/+3
|
* Initia QtCore port to python3.Renato Filho2011-10-0613-60/+100
|
* Created pyside QFlags compat class.Renato Filho2011-10-062-0/+157
|
* Fixed compilation with python3.Renato Filho2011-10-061-3/+3
|
* Avoid register property twice during the object instaciation.Renato Filho2011-09-081-1/+3
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fixed segfault during the connection fail.Renato Filho2011-09-081-3/+3
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget ↵Hugo Parente Lima2011-08-301-1/+8
| | | | | | | has changed in 1.0.6" Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Optimize my dumb code that do stuff with a QByteArray without knowing if ↵Hugo Parente Lima2011-08-301-3/+4
| | | | will use it.
* Fail during the signal connection or disconnection raises exception.Renato Filho2011-08-291-4/+19
| | | | | | | Fixes bug #987. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed SignalManager bug during anonymous signal connection.Renato Filho2011-08-291-3/+5
| | | | | Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created utility function to call a python method usign args received inRenato Filho2011-08-263-126/+136
| | | | | | | qt_metacall. Reviewed by: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented GlobalReceiverV2.Renato Filho2011-08-197-8/+525
| | | | | | | | | | A new implementation of GlobalRecever that optmize the signal connection. Fixes bug #928. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 953 - "Segfault when QObject is garbage collected after ↵Hugo Parente Lima2011-08-121-4/+9
| | | | | | | QTimer.singeShot" Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Deprecated functions marked as deprecated.Hugo Parente Lima2011-08-129-19/+27
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* DynamicMetaObject optimizations.Renato Filho2011-08-051-58/+149
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Moved AutoArrayPointer from libpyside to libshiboken.Marcelo Lira2011-08-031-46/+0
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2011-07-282-4/+60
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implemented meta type for PySideSignal.Renato Filho2011-07-261-1/+55
| | | | | | | | | | This allow intercept isinstance function to make valid with any SignalInstance object. Fixes bug #931. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Use linked lists instead of lists to speed up a bit.Hugo Parente Lima2011-07-251-7/+7
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Small optimizations on libpyside.Hugo Parente Lima2011-07-253-33/+21
|
* Implemented Property decorator support.Renato Filho2011-07-251-3/+67
| | | | | | | Fixes bug #900. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Use realloc functions on MetaObject functions.Renato Filho2011-07-221-18/+19
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Implemented DynamicMetaObject optiomizations.Renato Filho2011-07-227-41/+134
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2011-07-202-7/+48
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
* Fix memory leak on GlobalReceiver.Renato Filho2011-07-191-6/+7
|
* Renamed PySide.Signal instance class to PySide.SignalInstance.Renato Filho2011-07-191-3/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>