| Commit message (Expand) | Author | Age | Files | Lines |
| * | Warn if signals and slots are out of order | Christian Tismer | 2017-02-14 | 1 | -20/+81 |
| * | Fix registration of signals and slots inherited from mixin classes | Alexandru Croitor | 2017-01-19 | 1 | -47/+73 |
| * | libpyside: Remove some C-style casts | Friedemann Kleint | 2017-01-12 | 1 | -2/+3 |
| * | Sanity check dynamically added signal and slots | Alexandru Croitor | 2016-11-11 | 1 | -0/+10 |
| * | Make QtQml / QtQuick work | Alexandru Croitor | 2016-10-19 | 1 | -1/+1 |
| * | Fix property notify ids to be correct | Alexandru Croitor | 2016-09-28 | 1 | -56/+67 |
| * | Updated license headers of the runtime library (cpp) | Friedemann Kleint | 2016-09-27 | 1 | -21/+38 |
| * | Fix foreach loops | Friedemann Kleint | 2016-09-21 | 1 | -2/+2 |
| * | libpyside: Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII | Friedemann Kleint | 2016-09-21 | 1 | -1/+1 |
| * | Fix some compiler warnings | Friedemann Kleint | 2016-07-25 | 1 | -6/+5 |
| * | Fix DynamicQMetaObject property type registration | Alexandru Croitor | 2016-07-12 | 1 | -1/+11 |
| * | Merge commit 'refs/changes/52/84452/3' of https://codereview.qt-project.org/p... | empyrical | 2015-12-12 | 1 | -1/+2 |
| |\ |
|
| | * | Fix use-after-free in QProperty | Pankaj Pandey | 2014-07-09 | 1 | -1/+2 |
| * | | fix metaobject and signal/slots | jumaroch | 2015-11-04 | 1 | -110/+205 |
| * | | start fixing dynamicqmetaobject.cpp by first changing the revision from 3 to 7. | Christian Tismer | 2015-09-01 | 1 | -1/+1 |
| * | | make libpyside compile | Christian Tismer | 2015-06-09 | 1 | -4/+4 |
| |/ |
|
| * | Avoid narrowing conversion | Matthew Woehlke | 2014-04-15 | 1 | -8/+8 |
| * | Replaced Nokia copyrights and contact details | Teemu Kaukoranta | 2013-05-28 | 1 | -1/+1 |
| * | Bug pyside-35: GIL was not acquired in several important places.1.1.1 | Jason McCampbell (Enthought, Inc) | 2012-04-19 | 1 | -0/+1 |
| * | Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash" | Hugo Parente Lima | 2012-03-08 | 1 | -1/+1 |
| * | Initia QtCore port to python3. | Renato Filho | 2012-03-08 | 1 | -5/+5 |
| * | Avoid register property twice during the object instaciation. | Renato Filho | 2012-03-08 | 1 | -1/+3 |
| * | DynamicMetaObject optimizations. | Renato Filho | 2012-03-08 | 1 | -58/+149 |
| * | Use linked lists instead of lists to speed up a bit. | Hugo Parente Lima | 2012-03-08 | 1 | -7/+7 |
| * | Small optimizations on libpyside. | Hugo Parente Lima | 2012-03-08 | 1 | -27/+7 |
| * | Use realloc functions on MetaObject functions. | Renato Filho | 2012-03-08 | 1 | -18/+19 |
| * | Implemented DynamicMetaObject optiomizations. | Renato Filho | 2012-03-08 | 1 | -22/+50 |
| * | Implemented staticMetaObject property for QObjects. | Renato Filho | 2012-03-08 | 1 | -1/+70 |
| * | Implemented PySide::ClassInfo Object. | Renato Filho | 2012-03-08 | 1 | -9/+38 |
| * | Uses QMetaObject revision 3. | Renato Filho | 2012-03-08 | 1 | -122/+69 |
| * | Appended the metaclass data flags value on head. | Renato Araujo Oliveira Filho | 2012-03-08 | 1 | -0/+1 |
| * | Add support for extension into PySide properties. | Hugo Parente Lima | 2012-03-08 | 1 | -5/+7 |
| * | Set the object meta object at the declaration time, not instanciation time. | Hugo Parente Lima | 2012-03-08 | 1 | -58/+0 |
| * | Moved pyside slot attr name do pysideslot_p.h. | Hugo Parente Lima | 2012-03-08 | 1 | -0/+1 |
| * | Fixed dynamic meta object to avoid empty meta method. | Hugo Parente Lima | 2012-03-08 | 1 | -46/+47 |
| * | Fix generated property flags on metaobject. | Renato Araujo Oliveira Filho | 2010-11-22 | 1 | -23/+24 |
| * | Uses QByteArray instead of QString to avoid data copy. | Hugo Parente Lima | 2010-11-18 | 1 | -11/+5 |
| * | Remove function deleteDynamicQMetaObject, use Shiboken::callCppDestructor<Dyn... | Hugo Parente Lima | 2010-11-18 | 1 | -5/+0 |
| * | Fixed slot registration during the meta object constructor. | renatofilho | 2010-11-03 | 1 | -1/+1 |
| * | Renamed qsignal, qslot, qproperty files to pyside*. | renatofilho | 2010-11-03 | 1 | -5/+5 |
| * | Created Singal/Slot/Property namespace for pure C structures. | renatofilho | 2010-11-03 | 1 | -16/+16 |
| * | Put signals register before property registration. | renatofilho | 2010-10-22 | 1 | -4/+12 |
| * | Implemented support to notify argument on Properties. | renatofilho | 2010-10-21 | 1 | -28/+51 |
| * | Added d-pointer to PySideSignalInstanceData struct. | Hugo Parente Lima | 2010-10-19 | 1 | -3/+3 |
| * | Don't export symbols that don't need to be exported and rename many functions. | Hugo Parente Lima | 2010-10-07 | 1 | -3/+4 |
| * | Don't inline function deleteDynamicQMetaObject. | Hugo Parente Lima | 2010-10-07 | 1 | -0/+5 |
| * | Move structs tagged as "export C" outside C++ namespaces. | Hugo Parente Lima | 2010-10-07 | 1 | -1/+1 |
| * | Don't export functions not used outsise libpyside and move them to an private... | Hugo Parente Lima | 2010-10-07 | 1 | -0/+1 |
| * | Changed name of qproperty functions | Hugo Parente Lima | 2010-10-07 | 1 | -10/+10 |
| * | Add a d-pointer to DynamicMetaObject. | Hugo Parente Lima | 2010-10-07 | 1 | -48/+63 |