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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to simplify code just avoding some Cism.
Hugo Parente Lima
2011-02-15
1
-6
/
+4
*
Make PySide signals work with meta types.
Hugo Parente Lima
2011-02-15
1
-1
/
+1
*
Raise error when slot argument is unknown.
Lauro Neto
2011-02-11
1
-0
/
+3
*
Appended the metaclass data flags value on head.
Renato Araujo Oliveira Filho
2011-02-10
1
-0
/
+1
*
Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting."
Hugo Parente Lima
2011-02-09
1
-0
/
+2
*
Fixed problems to emit signals with objects types.
Renato Araujo Oliveira Filho
2011-02-07
1
-3
/
+8
*
Fixed Cmake files used to find the library after the installation.
1.0.0-beta5
Renato Araujo Oliveira Filho
2011-02-02
1
-8
/
+9
*
Fix bug 651 - "Calling disconnect() with no arguments causes segfault"
Hugo Parente Lima
2011-02-02
1
-5
/
+8
*
Don't crash if a typeId was not found when emiting a signal.
Hugo Parente Lima
2011-01-31
1
-2
/
+2
*
Replace use of QMetaObject::activate to QObject::qt_metacall.
Renato Araujo Oliveira Filho
2011-01-21
1
-2
/
+2
*
Fix bug#552 - "Segmentation fault when using QUiLoader and QTabWidget"
Hugo Parente Lima
2011-01-21
1
-2
/
+4
*
Fix typo on Cmake files.
Renato Araujo Oliveira Filho
2011-01-13
1
-2
/
+2
*
Don't crash when a unknown type is given as a meta call argument.
Hugo Parente Lima
2011-01-13
1
-2
/
+8
*
Fixed path to include file used on cmake files.
Renato Araujo Oliveira Filho
2011-01-13
1
-1
/
+1
*
Use python base name as library prefix.
Renato Araujo Oliveira Filho
2011-01-12
3
-10
/
+18
*
New format for __version_info__.
Hugo Parente Lima
2011-01-04
1
-1
/
+1
*
Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ...
Hugo Parente Lima
2010-12-29
1
-1
/
+1
*
Fixed MetaObject creation based on typename.
Renato Araujo Oliveira Filho
2010-12-29
1
-5
/
+1
*
Fixed variable scope.
Renato Araujo Oliveira Filho
2010-12-22
2
-1
/
+2
*
Created function used in PyObject getAttro.
Renato Araujo Oliveira Filho
2010-12-15
2
-0
/
+59
*
Remove unused field "type" from PySideProperty private struct.
Hugo Parente Lima
2010-12-09
1
-1
/
+0
*
Add support for extension into PySide properties.
Hugo Parente Lima
2010-12-09
6
-55
/
+109
*
Set the object meta object at the declaration time, not instanciation time.
Hugo Parente Lima
2010-12-03
4
-62
/
+96
*
Moved pyside slot attr name do pysideslot_p.h.
Hugo Parente Lima
2010-12-03
4
-1
/
+3
*
PySidePropertyPrivate struct moved to the private header.
Hugo Parente Lima
2010-12-03
2
-18
/
+23
*
Remove unused ancient proxyslot.cpp file.
Hugo Parente Lima
2010-12-03
1
-76
/
+0
*
Fixed qt_metacall, now everything works as it should.
Hugo Parente Lima
2010-12-02
3
-24
/
+28
*
Fixed dynamic meta object to avoid empty meta method.
Hugo Parente Lima
2010-12-01
4
-52
/
+58
*
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
5
-14
/
+14
|
\
|
*
Adapt to API changes in libshiboken.
Hugo Parente Lima
2010-11-23
5
-14
/
+14
*
|
Fixed GlobalReceiver destructor.
Renato Araujo Oliveira Filho
2010-11-23
1
-3
/
+6
*
|
Separates QObjects with python ownership before start destructing then.
Renato Araujo Oliveira Filho
2010-11-22
1
-1
/
+10
*
|
Fix generated property flags on metaobject.
Renato Araujo Oliveira Filho
2010-11-22
3
-29
/
+37
|
/
*
Fix typo on function call template type.
Renato Araujo Oliveira Filho
2010-11-19
1
-3
/
+2
*
Update to new Shiboken API (Renamed SbkObjectType)
Renato Araujo Oliveira Filho
2010-11-19
3
-11
/
+9
*
Updated to new shiboken API.
Renato Araujo Oliveira Filho
2010-11-19
1
-3
/
+1
*
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
2
-7
/
+0
*
Changes needed to compile QtCore with libshiboken v1.0
Hugo Parente Lima
2010-11-10
5
-30
/
+27
*
Implemented PySideMetaFunction class used to call dynamic slots.
renatofilho
2010-11-05
5
-7
/
+267
*
Fill the argument used on metacall for slot functions.
renatofilho
2010-11-03
1
-0
/
+4
*
Fixed invalid call function.
renatofilho
2010-11-03
1
-1
/
+0
*
Fixed slot registration during the meta object constructor.
renatofilho
2010-11-03
1
-1
/
+1
*
Fixed metacall function adn PyGil state handle.
renatofilho
2010-11-03
1
-4
/
+15
*
Renamed qsignal, qslot, qproperty files to pyside*.
renatofilho
2010-11-03
13
-160
/
+191
*
Created Singal/Slot/Property namespace for pure C structures.
renatofilho
2010-11-03
12
-212
/
+263
*
Exported function to instantiate a signal object.
renatofilho
2010-10-29
3
-21
/
+38
*
Stop signal/slot connection if is impossible to register that on object.
renatofilho
2010-10-28
2
-7
/
+8
*
Implemented Signal constructor base on QMethod list.
renatofilho
2010-10-28
2
-0
/
+28
[next]