aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pyside.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize PySide::getMetaDataFromQObject function avoiding some str copies.Hugo Parente Lima2012-03-081-21/+26
* Initia QtCore port to python3.Renato Filho2012-03-081-5/+5
* Deprecated functions marked as deprecated.Hugo Parente Lima2012-03-081-2/+2
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-1/+3
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-081-7/+40
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-081-59/+12
* Removed glue code for QObject.inherits function.Renato Filho2012-03-081-0/+12
* Created DestroyListener class.Renato Filho2012-03-081-0/+3
* Implemented PySide::ClassInfo Object.Renato Filho2012-03-081-2/+4
* Fix bug 836 - "Pyside crashes with more than four base classes"Hugo Parente Lima2012-03-081-2/+2
* Change the order of function call on destructionVisitor to avoid problems wit...Renato Filho2012-03-081-1/+2
* Only raise 'RuntimeError' for function call to avoid problems with contructor...Renato Filho2012-03-081-3/+3
* Check if class is valid before call meta object function on class getattro fu...Renato Filho2012-03-081-0/+3
* Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."Hugo Parente Lima2012-03-081-0/+2
* Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"Hugo Parente Lima2012-03-081-2/+4
* Fixed MetaObject creation based on typename.Renato Araujo Oliveira Filho2012-03-081-5/+1
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-081-0/+50
* Add support for extension into PySide properties.Hugo Parente Lima2012-03-081-1/+1
* Set the object meta object at the declaration time, not instanciation time.Hugo Parente Lima2012-03-081-0/+91
* Fix crash at exit when there's a chain of referenced objects.Hugo Parente Lima2010-11-241-13/+15
* Merge branch 'apichanges'Hugo Parente Lima2010-11-231-2/+2
|\
| * Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-231-2/+2
* | Separates QObjects with python ownership before start destructing then.Renato Araujo Oliveira Filho2010-11-221-1/+10
|/
* Fix typo on function call template type.Renato Araujo Oliveira Filho2010-11-191-3/+2
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-3/+1
* Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-101-4/+4
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-0/+2
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-7/+7
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-031-6/+6
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-0/+26
* Implemented support to notify argument on Properties.renatofilho2010-10-211-1/+1
* Rename some slot internal functions and structures and remove C linkage from ...Hugo Parente Lima2010-10-071-8/+7
* Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-3/+3
* Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-071-2/+2
* Changed name of qproperty functionsHugo Parente Lima2010-10-071-1/+1
* Fix bug#385 - "Windows build error (MSVC Express 2008)"Hugo Parente Lima2010-09-241-0/+1
* Renamed QProperty object to Property.renatofilho2010-09-201-3/+0
* Created PySide cleanup functions used to register functions to be called befo...renatofilho2010-09-171-1/+20
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-151-0/+41
* Fix project name on license boilerplates.Hugo Parente Lima2010-09-091-1/+1
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-21/+9
* Implemented support to properties on QMetaObject.Renato Filho2010-07-081-0/+3
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-0/+3
* Removed init[slot,signal] from public api.Renato Filho2010-05-171-2/+2
* Implemented support to modify slot return type.Renato Filho2010-05-171-0/+51