index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
dev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix booleans and empty list cases in QSettings
5.12
Cristián Maureira-Fredes
2020-06-12
2
-16
/
+73
*
shiboken: Improve the libdir for windows
Cristián Maureira-Fredes
2020-02-27
2
-2
/
+10
*
Fix RuntimeError: dictionary changed size during iteration
Julien Schueller
2019-10-21
1
-1
/
+1
*
Remove extra ref on QDataStream::setDevice
Cristian Maureira-Fredes
2019-09-06
1
-6
/
+0
*
Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7
Christian Tismer
2019-09-06
1
-40
/
+54
*
Bump version for 5.12.5
Simo Fält
2019-08-27
2
-2
/
+2
*
Update pyside2-tools submodule
Friedemann Kleint
2019-08-15
1
-0
/
+0
*
Fix crash when accessing a invalid property in the smart pointer
Renato Araujo Oliveira Filho
2019-08-07
3
-1
/
+21
*
correct QtPrintSupport dependency
Christian Tismer
2019-07-29
2
-1
/
+1
*
shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected code
Friedemann Kleint
2019-07-29
3
-4
/
+5
*
shiboken: fix a signature bug in __doc__ handling of global functions
Christian Tismer
2019-07-23
1
-9
/
+19
*
Cleanup signature module before substantial change
Christian Tismer
2019-07-17
8
-276
/
+561
*
Change QtQml tests file permissions to 644
Cristián Maureira-Fredes
2019-07-17
34
-0
/
+0
*
Add optional support for types in QSettings::value
Cristián Maureira-Fredes
2019-07-17
6
-8
/
+145
*
shiboken: Improve handling of pointer types for CONVERTTOCPP in injected code
Friedemann Kleint
2019-07-13
4
-4
/
+47
*
shiboken: List location of anonymous structs in rejected classes
Friedemann Kleint
2019-07-08
2
-0
/
+5
*
Add support for parameterNames in Signals
Cristian Maureira-Fredes
2019-07-04
6
-5
/
+161
*
PySide2/QtCore: Remove duplicated type entry for "bool"
Friedemann Kleint
2019-07-04
1
-1
/
+0
*
shiboken: Move typesystem parser out of typesystem.cpp
Friedemann Kleint
2019-07-04
5
-2954
/
+2990
*
Leave QVariantMap as a name, not a type
Cristian Maureira-Fredes
2019-07-02
2
-6
/
+1
*
Update pyside2-tools submodule
Friedemann Kleint
2019-07-01
1
-0
/
+0
*
Fix qApp import of QCoreApplication
Christian Tismer
2019-06-28
1
-5
/
+7
*
shiboken: Fix various clang warnings
Friedemann Kleint
2019-06-25
31
-153
/
+151
*
shiboken: Replace C-style casts by C++ casts
Friedemann Kleint
2019-06-25
6
-20
/
+19
*
shiboken: Replace 'typedef' by 'using'
Friedemann Kleint
2019-06-25
43
-145
/
+133
*
shiboken: Introduce auto
Friedemann Kleint
2019-06-25
21
-128
/
+127
*
shiboken: Introduce nullptr
Friedemann Kleint
2019-06-25
65
-278
/
+278
*
Cleanup pointer and trailing whitespace (omissions)
Christian Tismer
2019-06-25
24
-82
/
+82
*
Remove left-over C++ example snippets
Friedemann Kleint
2019-06-25
207
-23560
/
+0
*
shiboken: Introduce member initialization
Friedemann Kleint
2019-06-25
15
-35
/
+29
*
shiboken: Fix out of bounds string access
Friedemann Kleint
2019-06-24
1
-1
/
+1
*
Cleanup pointer whitespace everywhere
Christian Tismer
2019-06-24
87
-2576
/
+2580
*
Use default compiler on macOS
Cristián Maureira-Fredes
2019-06-19
1
-2
/
+3
*
Fix type name for lookup of QFlags<> converters
Friedemann Kleint
2019-06-18
1
-8
/
+23
*
shiboken: Generate code for smart pointers only within declaring package
Friedemann Kleint
2019-06-13
1
-2
/
+5
*
Support the qApp macro in "scriptable application"
Christian Tismer
2019-06-17
5
-15
/
+47
*
Revert "shiboken: Disambiguate indexes of smart pointer types"
Friedemann Kleint
2019-06-13
1
-4
/
+1
*
shiboken: Fix handling shared pointers passed by const-ref, take 2
Friedemann Kleint
2019-06-13
2
-5
/
+9
*
shiboken: Enable specifying names for a parameters of added functions
Friedemann Kleint
2019-06-05
5
-10
/
+59
*
Signature: Try to recognize unknown modules in errorhandler.py
Christian Tismer
2019-05-30
1
-52
/
+42
*
Complete the help() support for Types
Christian Tismer
2019-01-18
3
-0
/
+32
*
Fix negative refcount on QSocketNotifier
Christian Tismer
2019-06-10
2
-2
/
+3
*
Bump version strings to 5.12.4
Simo Fält
2019-06-10
2
-2
/
+2
*
Shiboken: prune non-existent include
Julien Schueller
2019-05-28
1
-2
/
+1
*
PySide: Allow any existing attribute in the constructor
Christian Tismer
2019-06-04
3
-16
/
+104
*
CMake: Change the default behavior CMAKE_BUILD_TYPE
Julien Schueller
2019-06-06
3
-9
/
+8
*
shiboken: Disambiguate indexes of smart pointer types
Friedemann Kleint
2019-06-06
1
-1
/
+4
*
correct bool(qApp) on Python 2
Christian Tismer
2019-06-06
2
-2
/
+32
*
shiboken: Fix generation of init functions and types for const-refs of smart ...
Friedemann Kleint
2019-06-06
4
-2
/
+19
*
Implement the Buffer Protocol on VoidPtr
Renaud Aubin
2019-06-05
2
-3
/
+91
[next]