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
6.5
6.5.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
snippets_translate: Handle header files as well
Friedemann Kleint
2021-11-27
2
-11
/
+10
*
snippets_translate: Streamline writing files
Friedemann Kleint
2021-11-27
1
-12
/
+12
*
snippets_translate: Fix example path
Friedemann Kleint
2021-11-27
1
-1
/
+1
*
setup.py: Fix no log messages being shown during setup call
Alexandru Croitor
2021-11-26
1
-4
/
+12
*
setup.py: Don't add the Qt prefix dir to PATH env var before building
Alexandru Croitor
2021-11-26
1
-5
/
+7
*
CMake: Cleanup documentation building code
Alexandru Croitor
2021-11-26
4
-37
/
+130
*
setup.py: Add missing DistutilsSetupError import
Alexandru Croitor
2021-11-26
1
-1
/
+1
*
libpyside: Split up the pyside.h header
Friedemann Kleint
2021-11-26
22
-140
/
+535
*
snippets_translate: Fix parsing of overlapping snippets
Friedemann Kleint
2021-11-26
1
-41
/
+42
*
Move from distutils to setuptools
Cristián Maureira-Fredes
2021-11-26
14
-88
/
+132
*
PySide6: Fix build after header rearrangement
Friedemann Kleint
2021-11-26
1
-0
/
+3
*
Brush up the blurpicker example
Friedemann Kleint
2021-11-26
4
-47
/
+39
*
debug_windows.py: Fix --help handling
Friedemann Kleint
2021-11-25
1
-13
/
+13
*
Adjust some long lines in ApiExtractor
Cristián Maureira-Fredes
2021-11-25
2
-3
/
+6
*
shiboken6: Handle None as a shared pointer parameter
Friedemann Kleint
2021-11-24
4
-8
/
+44
*
shiboken6: Add further methods to smart pointers
Friedemann Kleint
2021-11-24
8
-0
/
+67
*
shiboken6: Add a test for operator nb_bool of smart pointers
Friedemann Kleint
2021-11-24
1
-0
/
+6
*
Examples: Fix the directory structure in widgets/effects
Friedemann Kleint
2021-11-24
2
-0
/
+0
*
PySide6: Move some code from the core snippets into a static source file
Friedemann Kleint
2021-11-24
5
-206
/
+376
*
Doumentation: Suppress nested formatting
Friedemann Kleint
2021-11-23
2
-10
/
+21
*
Documentation: Fix most sphinx errors "Inline strong start-string without end...
Friedemann Kleint
2021-11-23
6
-20
/
+130
*
example_gallery: Improve error handling
Friedemann Kleint
2021-11-23
1
-5
/
+13
*
blurpicker example: Fix syntax error in pyproject file
Friedemann Kleint
2021-11-23
1
-1
/
+1
*
PySide6: Move QObject signal connection code into libpyside
Friedemann Kleint
2021-11-23
4
-232
/
+373
*
libpyside6: Add a convenience function to convert a PyObject * to a QObject *
Friedemann Kleint
2021-11-23
3
-16
/
+40
*
coin: Don't prepend /bin: to PATH on Linux hosts
Alexandru Croitor
2021-11-22
1
-2
/
+2
*
setup.py: Package QtWebEngine resources from Qt's data dir
Alexandru Croitor
2021-11-22
5
-3
/
+8
*
signature: avoid false positives in .pyi import
Christian Tismer
2021-11-22
1
-1
/
+1
*
Add blurpicker example
Jaime Resano
2021-11-22
16
-0
/
+308
*
signature: improve error handling for embedded applications
Christian Tismer
2021-11-22
3
-5
/
+6
*
PyPySide: ensure that .pyi files are identical in both versions
Christian Tismer
2021-11-22
1
-3
/
+9
*
Brush up the openglunderqml example
Friedemann Kleint
2021-11-22
3
-11
/
+8
*
scriptable: make it work by default on macOS, too
Christian Tismer
2021-11-22
1
-1
/
+1
*
PySide6: Fix crash when connecting slot after disconnecting non-existent conn...
Friedemann Kleint
2021-11-19
1
-2
/
+4
*
Decouple pysidequickregistertype.cpp from the generated wrapper classes
Friedemann Kleint
2021-11-19
1
-29
/
+26
*
PyPySide: disable feature switching to enable the pyi generation
Christian Tismer
2021-11-19
2
-10
/
+15
*
PyPySide: replace the __signature__ attribute by get_signature()
Christian Tismer
2021-11-19
7
-21
/
+45
*
PyPySide: Replace type patching, but not by heaptype, 2-5(5)
Christian Tismer
2021-11-19
4
-8
/
+16
*
PyPySide: skip tests which involve __feature__
Christian Tismer
2021-11-19
4
-2
/
+16
*
PyPySide: fix a test that cannot yet work in PyPy
Christian Tismer
2021-11-19
1
-0
/
+2
*
libpyside6: Use isEmpty() instead of empty() for Qt containers
Friedemann Kleint
2021-11-19
2
-4
/
+4
*
PySide6: Add a sequence protocol for QRegion
Friedemann Kleint
2021-11-19
3
-1
/
+29
*
setup.py: Remove dead function prepare_sub_modules
Alexandru Croitor
2021-11-19
1
-37
/
+0
*
PySide6: Remove old QtQuick registering code
Friedemann Kleint
2021-11-19
1
-53
/
+0
*
shiboken6: Simplify generating of error returns
Friedemann Kleint
2021-11-19
2
-167
/
+147
*
pysideqmlregistertype.cpp: Fix compilation with QT_NO_CAST_FROM_ASCII
Friedemann Kleint
2021-11-19
1
-1
/
+1
*
Use legacy OpenGL option to build on linux
Cristián Maureira-Fredes
2021-11-18
1
-0
/
+6
*
shiboken6: Generate rich comparison for smart pointers
Friedemann Kleint
2021-11-18
8
-12
/
+252
*
shiboken6: Introduce queries for symmetrical comparison operators
Friedemann Kleint
2021-11-17
5
-14
/
+43
*
shiboken6: Refactor Python operator handling
Friedemann Kleint
2021-11-16
9
-117
/
+133
[next]