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
*
Use PyObject as default type on signal/slot signature.
renatofilho
2010-09-29
1
-1
/
+1
*
Inlcluded assert to avoid call objectcts metacall whithout Python relatives.
renatofilho
2010-09-24
1
-0
/
+1
*
Fix bug#385 - "Windows build error (MSVC Express 2008)"
Hugo Parente Lima
2010-09-24
1
-0
/
+1
*
Fixed segmentation fault libpyside's signalUpdateSource function.
Marcelo Lira
2010-09-24
1
-1
/
+1
*
Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.
renatofilho
2010-09-20
3
-2
/
+8
*
Removed old comentary (not necessary anymore).
renatofilho
2010-09-20
1
-1
/
+1
*
Renamed QProperty object to Property.
renatofilho
2010-09-20
2
-4
/
+1
*
Created PySide cleanup functions used to register functions to be called befo...
renatofilho
2010-09-17
3
-1
/
+36
*
Fixed the Python names for Signal and Slot objects.
Marcelo Lira
2010-09-17
2
-3
/
+3
*
Fixed connection cleanup function.
renatofilho
2010-09-16
2
-17
/
+17
*
Fix bug#347 - "Setting properties in constructors gives incorrect results"
Hugo Parente Lima
2010-09-15
2
-0
/
+54
*
Don't ignore exceptions caused by property getters and setters.
Hugo Parente Lima
2010-09-15
2
-5
/
+3
*
Increased global receiver maximun slots support.
renatofilho
2010-09-14
2
-9
/
+41
*
Fixed crash on qsignal destructor.
renatofilho
2010-09-14
1
-3
/
+3
*
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...
0.4.1
Renato Filho
2010-09-10
3
-10
/
+11
*
Fix project name on license boilerplates.
Hugo Parente Lima
2010-09-09
17
-17
/
+17
*
Change the license boiler plates of all LGPL files removing the special excep...
Hugo Parente Lima
2010-09-09
17
-357
/
+153
*
Declare SignalInstanceData struct in the C++ way, without ugly typedefs.
Hugo Parente Lima
2010-09-08
1
-2
/
+3
*
Remove unneeded casts that can hide errors.
Hugo Parente Lima
2010-09-08
1
-9
/
+9
*
Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"
Hugo Parente Lima
2010-09-03
1
-6
/
+11
*
Fixed args type parse for bool types on signal.
Renato Filho
2010-08-30
1
-0
/
+2
*
Fixed slot singature parse function to keep compatibility with QSignal.
Renato Filho
2010-08-26
2
-21
/
+10
*
Fixed signal signature parser.
Renato Filho
2010-08-26
1
-8
/
+13
*
Use AutoPointerArray to dynamic array creation.
Renato Filho
2010-08-20
1
-0
/
+58
*
Fixed typesystem for windows.
Renato Filho
2010-08-20
1
-1
/
+1
*
Fixed libshiboken classes visibility.
Renato Filho
2010-08-20
1
-3
/
+3
*
created macro to compile pyside modules.
Renato Filho
2010-08-19
2
-3
/
+8
*
Fix bug 294 addind a converter specific for QFlags.
Hugo Parente Lima
2010-08-17
1
-0
/
+31
*
Fixed gui typesystem to avoid warnings.
Renato Filho
2010-08-16
1
-7
/
+2
*
Implemented help function to connect signal with python callback.
Renato Filho
2010-08-16
2
-1
/
+18
*
Avoid read the property in the QObject constructor.
Renato Filho
2010-08-16
1
-5
/
+7
*
Raise a error when try to modify a read-only property.
Renato Filho
2010-08-16
2
-6
/
+7
*
Fixed arguments parser on QProperty constructor.
renato
2010-08-16
1
-5
/
+5
*
Raise a python error when signal not found on object.
Renato Filho
2010-08-02
1
-0
/
+3
*
Fixed uninitialized value.
Renato Filho
2010-07-23
2
-1
/
+5
*
Use correct python lib in debug mode.
Renato Filho
2010-07-23
1
-1
/
+1
*
Fix build on python2.5.
Hugo Parente Lima
2010-07-09
1
-1
/
+1
*
Implemented support to properties on QMetaObject.
Renato Filho
2010-07-08
9
-33
/
+830
*
Use original name in type discovery during signal/slot.
Renato Filho
2010-07-08
1
-7
/
+13
*
Implemented copy constructor to PyObjectWrapper.
Renato Filho
2010-07-05
2
-5
/
+46
*
Fix reference leak in PySide::signalUpdateSource.
Hugo Parente Lima
2010-06-29
1
-6
/
+5
*
Fix bug#256 - "PySide does not support signals with containers."
Hugo Parente Lima
2010-06-29
1
-0
/
+3
*
Fix cmake files used by other projects to detect PySide.
Hugo Parente Lima
2010-06-25
2
-2
/
+2
*
Fixed typo in typesystem install path.
Renato Filho
2010-06-23
1
-1
/
+1
*
Check for invalid signal or slot name.
Renato Filho
2010-06-23
1
-1
/
+4
*
Included qsinal.h in installed files.
Renato Filho
2010-06-21
1
-0
/
+1
*
Fix libpyside install.
Catalin Iacob
2010-06-21
1
-1
/
+4
*
PySide now installs its type system files.
Marcelo Lira
2010-06-21
2
-0
/
+3
*
Fixed signal connection with native slot.
Renato Filho
2010-06-17
2
-14
/
+29
*
Create unit-test for signal with QObject.
Renato Filho
2010-06-17
2
-5
/
+16
[next]