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
*
pysidesignal: more trivial fixes
Paulo Alcantara
2011-12-09
1
-20
/
+23
*
pysidesignal: don't use C's cast
Paulo Alcantara
2011-12-09
1
-5
/
+5
*
pysidesignal: trivial fixes
Paulo Alcantara
2011-12-09
1
-59
/
+61
*
Fix BUG #1052
Paulo Alcantara
2011-11-23
1
-3
/
+3
*
Fix PYSIDE_LIBRARY in CMake export.
Lauro Neto
2011-11-17
1
-1
/
+10
*
Fixed compilation error for gcc versions < 4
Jerzy Kozera
2011-11-01
1
-1
/
+1
*
Fix bug 1036 - "Qt.KeyboardModifiers always evaluates to zero"
Hugo Parente Lima
2011-10-31
1
-1
/
+15
*
Creates QFlags types at runtime.
Hugo Parente Lima
2011-10-28
2
-2
/
+42
*
Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"
Hugo Parente Lima
2011-10-28
2
-24
/
+27
*
Fix bug 1011 - "PySide cygwin patch"
Hugo Parente Lima
2011-10-27
2
-2
/
+2
*
Reduce the memory used by PySideMetaFunction instances.
Hugo Parente Lima
2011-10-27
1
-3
/
+3
*
Unify the code used to do QObject meta calls.
Hugo Parente Lima
2011-10-27
3
-93
/
+80
*
Fix bug 1016 - "Calling of Q_INVOKABLE method returning not QVariant is impos...
Hugo Parente Lima
2011-10-26
1
-17
/
+55
*
Optimize PySide::getMetaDataFromQObject function avoiding some str copies.
Hugo Parente Lima
2011-10-26
1
-21
/
+26
*
Fix getTypeName check order.
Lauro Neto
2011-10-18
1
-2
/
+2
*
Use sbkpython.h instead of Python.h to avoid problems with Python2.5.
Hugo Parente Lima
2011-10-10
24
-24
/
+24
*
Avoid using uninitialized variable.
Hugo Parente Lima
2011-10-10
1
-1
/
+1
*
Updated Cmake files.
Renato Filho
2011-10-06
3
-3
/
+3
*
Initia QtCore port to python3.
Renato Filho
2011-10-06
13
-60
/
+100
*
Created pyside QFlags compat class.
Renato Filho
2011-10-06
2
-0
/
+157
*
Fixed compilation with python3.
Renato Filho
2011-10-06
1
-3
/
+3
*
Avoid register property twice during the object instaciation.
Renato Filho
2011-09-08
1
-1
/
+3
*
Fixed segfault during the connection fail.
Renato Filho
2011-09-08
1
-3
/
+3
*
Fix bug 988 - "The type supplied with currentChanged signal in QTabWidget has...
Hugo Parente Lima
2011-08-30
1
-1
/
+8
*
Optimize my dumb code that do stuff with a QByteArray without knowing if will...
Hugo Parente Lima
2011-08-30
1
-3
/
+4
*
Fail during the signal connection or disconnection raises exception.
Renato Filho
2011-08-29
1
-4
/
+19
*
Fixed SignalManager bug during anonymous signal connection.
Renato Filho
2011-08-29
1
-3
/
+5
*
Created utility function to call a python method usign args received in
Renato Filho
2011-08-26
3
-126
/
+136
*
Implemented GlobalReceiverV2.
Renato Filho
2011-08-19
7
-8
/
+525
*
Fix bug 953 - "Segfault when QObject is garbage collected after QTimer.singeS...
Hugo Parente Lima
2011-08-12
1
-4
/
+9
*
Deprecated functions marked as deprecated.
Hugo Parente Lima
2011-08-12
9
-19
/
+27
*
DynamicMetaObject optimizations.
Renato Filho
2011-08-05
1
-58
/
+149
*
Moved AutoArrayPointer from libpyside to libshiboken.
Marcelo Lira
2011-08-03
1
-46
/
+0
*
Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"
Hugo Parente Lima
2011-07-28
2
-4
/
+60
*
Implemented meta type for PySideSignal.
Renato Filho
2011-07-26
1
-1
/
+55
*
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
3
-33
/
+21
*
Implemented Property decorator support.
Renato Filho
2011-07-25
1
-3
/
+67
*
Use realloc functions on MetaObject functions.
Renato Filho
2011-07-22
1
-18
/
+19
*
Implemented DynamicMetaObject optiomizations.
Renato Filho
2011-07-22
7
-41
/
+134
*
Fix bug 926 - "qmlRegisterType does not work with QObject"
Hugo Parente Lima
2011-07-20
2
-7
/
+48
*
Fix memory leak on GlobalReceiver.
Renato Filho
2011-07-19
1
-6
/
+7
*
Renamed PySide.Signal instance class to PySide.SignalInstance.
Renato Filho
2011-07-19
1
-3
/
+4
*
Disconnect signals during the class destroy.
Renato Filho
2011-07-19
2
-28
/
+72
*
Fix bug 920 - "Cannot use same slot for two signals"
Hugo Parente Lima
2011-07-15
1
-3
/
+4
*
Fix bug 929 - "pkg-config files do not know about Python version tags"
Hugo Parente Lima
2011-07-14
1
-1
/
+1
*
Increment reference for functions used on QtCore.Property.
Renato Filho
2011-07-12
1
-4
/
+26
*
Fixed PySide signal object constructor.
Renato Filho
2011-07-11
1
-1
/
+5
*
Implemented staticMetaObject property for QObjects.
Renato Filho
2011-07-11
3
-61
/
+86
*
Translate Shiboken enums to strings during the signal connection.
Renato Filho
2011-07-05
1
-0
/
+2
[next]