aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-2/+2
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-2818-18/+18
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Fix crashes caused by the newer changes on shiboken generator.Hugo Parente Lima2010-10-283-7/+7
* Fix unit test for bug 430Hugo Parente Lima2010-10-281-1/+1
* Implemented Signal constructor base on QMethod list.renatofilho2010-10-282-0/+28
* Updated SignalManager to new TypeResolver api.renatofilho2010-10-281-13/+10
* Updated QtXml and QtXmlPatterns typesystem.renatofilho2010-10-282-3/+13
* Uses python include path provided by Shiboken.Hugo Parente Lima2010-10-261-2/+1
* Removed AVOID_PROTECTED_HACK section from CMakeLists.txt.Marcelo Lira2010-10-261-7/+1
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-2620-29/+19
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-264-44/+5
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-263-1/+18
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-262-6/+10
* Fixed plugin compilation problems on MacOS.renatofilho2010-10-261-1/+1
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-2211-39/+112
* Put signals register before property registration.renatofilho2010-10-221-4/+12
* Fixes to libpyside pkg-config and cmake files.Marcelo Lira2010-10-222-2/+6
* Fixed type translate on QProperty.renatofilho2010-10-221-25/+2
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* Implemented support to notify argument on Properties.renatofilho2010-10-2110-107/+241
* Create private data structure to QProperty type.renatofilho2010-10-213-37/+45
* Replace code injection by typesystem commands.Hugo Parente Lima2010-10-201-3/+3
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-195-64/+86
* Added test for bug #395 - error calling QPainter.drawLines overloads.Marcelo Lira2010-10-191-6/+14
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-1926-732/+2616
|\
| * QNetworkReply.errorCode method is now properly called QNetworkReply.errorMarcelo Lira2010-10-131-3/+0
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-114-99/+162
| * Added a PySide derived test library.Marcelo Lira2010-10-119-5/+1694
| * Version bump.Hugo Parente Lima2010-10-071-3/+3
| * Turn call_method function into an anonimous function.Hugo Parente Lima2010-10-072-4/+4
| * Rename some slot internal functions and structures and remove C linkage from ...Hugo Parente Lima2010-10-073-27/+61
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-077-258/+293
| * Don't inline function deleteDynamicQMetaObject.Hugo Parente Lima2010-10-072-4/+6
| * Move structs tagged as "export C" outside C++ namespaces.Hugo Parente Lima2010-10-074-64/+64
| * Don't export functions not used outsise libpyside and move them to an private...Hugo Parente Lima2010-10-076-121/+161
| * Changed name of qproperty functionsHugo Parente Lima2010-10-075-43/+43
| * Add a d-pointer to DynamicMetaObject.Hugo Parente Lima2010-10-075-100/+138
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-193-2/+62
* | Included missing function on unit test for bug 332.renatofilho2010-10-191-0/+2
* | Fixed PySide plugin for uiloader dependency.renatofilho2010-10-191-1/+1
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-193-2/+67
* | Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-154-63/+3
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-153-2/+38
* | WId conversions used on Windows OS.renatofilho2010-10-152-1/+36
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-142-15/+11
* | Injected code for class Phonon.Notifier.renatofilho2010-10-141-0/+21
* | Fixed typo on typesystem used in doc generator.renatofilho2010-10-141-2/+2