| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pointer to temporary memory in PySide::getMetaDataFromQObject | Savin Zlobec | 2017-03-21 | 1 | -1/+2 |
* | libpyside: Remove some C-style casts | Friedemann Kleint | 2017-01-12 | 1 | -4/+5 |
* | libpyside: Fix warnings about unused variables and missing initializers | Friedemann Kleint | 2016-11-11 | 1 | -1/+1 |
* | Make QtQml / QtQuick work | Alexandru Croitor | 2016-10-19 | 1 | -0/+14 |
* | Updated license headers of the runtime library (cpp) | Friedemann Kleint | 2016-09-27 | 1 | -21/+38 |
* | make libpyside compile | Christian Tismer | 2015-06-09 | 1 | -1/+1 |
* | Fix PYSIDE-190 | Pankaj Pandey | 2014-04-15 | 1 | -0/+5 |
* | Replaced Nokia copyrights and contact details | Teemu Kaukoranta | 2013-05-28 | 1 | -1/+1 |
* | Use QObject property to invalidate wrapper before deletion. | John Ehresman | 2012-12-21 | 1 | -0/+52 |
* | Replaced TypeResolver by SbkConverter and SpecificConverter. | Marcelo Lira | 2012-03-08 | 1 | -3/+7 |
* | Optimize PySide::getMetaDataFromQObject function avoiding some str copies. | Hugo Parente Lima | 2012-03-08 | 1 | -21/+26 |
* | Initia QtCore port to python3. | Renato Filho | 2012-03-08 | 1 | -5/+5 |
* | Deprecated functions marked as deprecated. | Hugo Parente Lima | 2012-03-08 | 1 | -2/+2 |
* | Implemented DynamicMetaObject optiomizations. | Renato Filho | 2012-03-08 | 1 | -1/+3 |
* | Fix bug 926 - "qmlRegisterType does not work with QObject" | Hugo Parente Lima | 2012-03-08 | 1 | -7/+40 |
* | Implemented staticMetaObject property for QObjects. | Renato Filho | 2012-03-08 | 1 | -59/+12 |
* | Removed glue code for QObject.inherits function. | Renato Filho | 2012-03-08 | 1 | -0/+12 |
* | Created DestroyListener class. | Renato Filho | 2012-03-08 | 1 | -0/+3 |
* | Implemented PySide::ClassInfo Object. | Renato Filho | 2012-03-08 | 1 | -2/+4 |
* | Fix bug 836 - "Pyside crashes with more than four base classes" | Hugo Parente Lima | 2012-03-08 | 1 | -2/+2 |
* | Change the order of function call on destructionVisitor to avoid problems wit... | Renato Filho | 2012-03-08 | 1 | -1/+2 |
* | Only raise 'RuntimeError' for function call to avoid problems with contructor... | Renato Filho | 2012-03-08 | 1 | -3/+3 |
* | Check if class is valid before call meta object function on class getattro fu... | Renato Filho | 2012-03-08 | 1 | -0/+3 |
* | Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting." | Hugo Parente Lima | 2012-03-08 | 1 | -0/+2 |
* | Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget" | Hugo Parente Lima | 2012-03-08 | 1 | -2/+4 |
* | Fixed MetaObject creation based on typename. | Renato Araujo Oliveira Filho | 2012-03-08 | 1 | -5/+1 |
* | Created function used in PyObject getAttro. | Renato Araujo Oliveira Filho | 2012-03-08 | 1 | -0/+50 |
* | Add support for extension into PySide properties. | Hugo Parente Lima | 2012-03-08 | 1 | -1/+1 |
* | Set the object meta object at the declaration time, not instanciation time. | Hugo Parente Lima | 2012-03-08 | 1 | -0/+91 |
* | Fix crash at exit when there's a chain of referenced objects. | Hugo Parente Lima | 2010-11-24 | 1 | -13/+15 |
* | Merge branch 'apichanges' | Hugo Parente Lima | 2010-11-23 | 1 | -2/+2 |
|\ |
|
| * | Adapt to API changes in libshiboken. | Hugo Parente Lima | 2010-11-23 | 1 | -2/+2 |
* | | Separates QObjects with python ownership before start destructing then. | Renato Araujo Oliveira Filho | 2010-11-22 | 1 | -1/+10 |
|/ |
|
* | Fix typo on function call template type. | Renato Araujo Oliveira Filho | 2010-11-19 | 1 | -3/+2 |
* | Updated to new shiboken API. | Renato Araujo Oliveira Filho | 2010-11-19 | 1 | -3/+1 |
* | Changes needed to compile QtCore with libshiboken v1.0 | Hugo Parente Lima | 2010-11-10 | 1 | -4/+4 |
* | Implemented PySideMetaFunction class used to call dynamic slots. | renatofilho | 2010-11-05 | 1 | -0/+2 |
* | Renamed qsignal, qslot, qproperty files to pyside*. | renatofilho | 2010-11-03 | 1 | -7/+7 |
* | Created Singal/Slot/Property namespace for pure C structures. | renatofilho | 2010-11-03 | 1 | -6/+6 |
* | Fix bugs 430, 426, 429, 394, 433. | Hugo Parente Lima | 2010-10-22 | 1 | -0/+26 |
* | Implemented support to notify argument on Properties. | renatofilho | 2010-10-21 | 1 | -1/+1 |
* | Rename some slot internal functions and structures and remove C linkage from ... | Hugo Parente Lima | 2010-10-07 | 1 | -8/+7 |
* | Don't export symbols that don't need to be exported and rename many functions. | Hugo Parente Lima | 2010-10-07 | 1 | -3/+3 |
* | Don't export functions not used outsise libpyside and move them to an private... | Hugo Parente Lima | 2010-10-07 | 1 | -2/+2 |
* | Changed name of qproperty functions | Hugo Parente Lima | 2010-10-07 | 1 | -1/+1 |
* | Fix bug#385 - "Windows build error (MSVC Express 2008)" | Hugo Parente Lima | 2010-09-24 | 1 | -0/+1 |
* | Renamed QProperty object to Property. | renatofilho | 2010-09-20 | 1 | -3/+0 |
* | Created PySide cleanup functions used to register functions to be called befo... | renatofilho | 2010-09-17 | 1 | -1/+20 |
* | Fix bug#347 - "Setting properties in constructors gives incorrect results" | Hugo Parente Lima | 2010-09-15 | 1 | -0/+41 |
* | Fix project name on license boilerplates. | Hugo Parente Lima | 2010-09-09 | 1 | -1/+1 |