index
:
users/pcacjr/pyside.git
bug1124-unittest
bug1126
bug1135
bug1138
master
Paulo's PySide repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpyside
/
dynamicqmetaobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove white spaces from last commit.
Hugo Parente Lima
2012-02-27
1
-1
/
+1
*
Fix bug 1110 - "Concurrency error causes GC heap corruption"
Jason McCampbell (Enthought, Inc)
2012-02-27
1
-0
/
+2
*
Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"
Hugo Parente Lima
2011-10-28
1
-1
/
+1
*
Initia QtCore port to python3.
Renato Filho
2011-10-06
1
-5
/
+5
*
Avoid register property twice during the object instaciation.
Renato Filho
2011-09-08
1
-1
/
+3
*
DynamicMetaObject optimizations.
Renato Filho
2011-08-05
1
-58
/
+149
*
Use linked lists instead of lists to speed up a bit.
Hugo Parente Lima
2011-07-25
1
-7
/
+7
*
Small optimizations on libpyside.
Hugo Parente Lima
2011-07-25
1
-27
/
+7
*
Use realloc functions on MetaObject functions.
Renato Filho
2011-07-22
1
-18
/
+19
*
Implemented DynamicMetaObject optiomizations.
Renato Filho
2011-07-22
1
-22
/
+50
*
Implemented staticMetaObject property for QObjects.
Renato Filho
2011-07-11
1
-1
/
+70
*
Implemented PySide::ClassInfo Object.
Renato Filho
2011-05-23
1
-9
/
+38
*
Uses QMetaObject revision 3.
Renato Filho
2011-05-11
1
-122
/
+69
*
Appended the metaclass data flags value on head.
Renato Araujo Oliveira Filho
2011-02-10
1
-0
/
+1
*
Add support for extension into PySide properties.
Hugo Parente Lima
2010-12-09
1
-5
/
+7
*
Set the object meta object at the declaration time, not instanciation time.
Hugo Parente Lima
2010-12-03
1
-58
/
+0
*
Moved pyside slot attr name do pysideslot_p.h.
Hugo Parente Lima
2010-12-03
1
-0
/
+1
*
Fixed dynamic meta object to avoid empty meta method.
Hugo Parente Lima
2010-12-01
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
*
Removed old comentary (not necessary anymore).
renatofilho
2010-09-20
1
-1
/
+1
*
Fixed connection cleanup function.
renatofilho
2010-09-16
1
-4
/
+4
*
Increased global receiver maximun slots support.
renatofilho
2010-09-14
1
-8
/
+39
*
Fix project name on license boilerplates.
Hugo Parente Lima
2010-09-09
1
-1
/
+1
*
Change the license boiler plates of all LGPL files removing the special excep...
Hugo Parente Lima
2010-09-09
1
-21
/
+9
*
Fixed uninitialized value.
Renato Filho
2010-07-23
1
-0
/
+4
*
Implemented support to properties on QMetaObject.
Renato Filho
2010-07-08
1
-27
/
+215
*
Fixed bug on dynamic metaobject creation.
Renato Filho
2010-05-26
1
-2
/
+7
*
Used shared pointer on MethodData to allow copy.
Renato Filho
2010-05-17
1
-12
/
+29
*
Register Signal objects on MetaObject.
Renato Filho
2010-05-17
1
-13
/
+23
*
Fixed memory leaks.
Renato Filho
2010-05-17
1
-7
/
+8
*
Implemented signal name discovery if not setted on constructor.
Renato Filho
2010-05-17
1
-0
/
+2
*
Implemented support to modify slot return type.
Renato Filho
2010-05-17
1
-30
/
+78
*
Implemented support to slot decoration.
Renato Filho
2010-05-17
1
-0
/
+24
*
Fixed memory leak on callbacks used on signal connection.
Renato Filho
2010-02-23
1
-5
/
+30
*
Fixed the number of dynamic signal to 50, to avoid index error on
Renato Filho
2010-02-18
1
-6
/
+23
*
Implement disconnect function for Python callback.
renato
2010-01-04
1
-0
/
+15
[next]