aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Used original object in parent dictionary.renatofilho2010-10-131-5/+11
* | Fixed reference leak on uiloader.renatofilho2010-10-133-5/+66
* | Implemented support to deep copy on QtGui.renatofilho2010-10-133-36/+686
* | Implemented support to deep copy on QtCore.renatofilho2010-10-133-70/+202
* | Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
* | Adding deepcopy test for QtCore classes.Lauro Neto2010-10-132-0/+57
* | Adding several __reduce__ methods in QtCoreLauro Neto2010-10-132-2/+90
* | Add templates for __reduce__ functions.Lauro Neto2010-10-131-1/+8
* | Adding QColor copy testLauro Neto2010-10-131-0/+15
* | Updated version to 0.4.2.ps-0.4.2renatofilho2010-10-131-1/+1
* | Updating documentation to reflect adoption of wikipages.Luciano Wolf2010-10-1114-674/+41
* | Fixed python include var used in plugins project.renatofilho2010-10-071-1/+1
* | Only compile QtUiLoader if QTDesigner was found.renatofilho2010-10-071-1/+3
* | Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
* | Reorder includes to avoid _POSIX_C_SOURCE warningsLauro Neto2010-10-073-3/+3
* | Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
* | Add default name for QObject.findChild(type, name)Lauro Neto2010-10-072-0/+14
* | Moved cmake macros to a separeted file.renatofilho2010-10-075-161/+170
* | Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-0710-0/+401
* | Used proxy object in QUiLoader loaded widget to avoid cyclic reference.renatofilho2010-10-071-4/+7
* | Created unittest for widgets defined in Python and used during QUiLoader.load...renatofilho2010-10-073-3/+107
|/