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
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
*
Pin Qt6.3.1 sha1 and fix version for release
v6.3.1
6.3.1
Simo Fält
2022-06-14
3
-7
/
+7
*
Fix usage of Py_TYPE() for Python 3.11
Friedemann Kleint
2022-06-13
3
-7
/
+9
*
Documentation: Fix mention of the clang environment variable
Friedemann Kleint
2022-06-10
3
-8
/
+8
*
libshiboken: Fix hangs introduced by mutex
Friedemann Kleint
2022-06-10
1
-7
/
+7
*
qtpy2cpp: Qualify the Qt namespace with "::" instead of "->"
Friedemann Kleint
2022-06-10
2
-3
/
+10
*
libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11
Friedemann Kleint
2022-06-10
1
-0
/
+1
*
Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macros
Friedemann Kleint
2022-06-10
2
-0
/
+16
*
qtpy2cpp: Handle indexes
Friedemann Kleint
2022-06-10
1
-0
/
+10
*
Add changelog 6.3.1
Friedemann Kleint
2022-06-10
1
-0
/
+67
*
Be more precise with signing directory
Simo Fält
2022-06-10
2
-1
/
+7
*
Add Qt5Compat.GraphicalEffects
Friedemann Kleint
2022-06-09
1
-0
/
+1
*
Blacklist smartpointer tests on macOS
Friedemann Kleint
2022-06-07
1
-0
/
+2
*
qtpy2cpp: Improve function definitions
Friedemann Kleint
2022-06-04
2
-12
/
+83
*
qtpy2cpp: Move Qt class information to a separate file
Friedemann Kleint
2022-06-04
3
-11
/
+95
*
qtpy2cpp: Handle context managers
Friedemann Kleint
2022-06-04
1
-0
/
+20
*
libshiboken: Fix occasional crashes when using QML
Friedemann Kleint
2022-06-03
1
-0
/
+12
*
Signature Module: Remove special handling of QtMultimedia, amended
Friedemann Kleint
2022-06-03
1
-6
/
+0
*
Limited_API: Fix PyIndex_Check once and for all: avoid warning
Christian Tismer
2022-06-03
3
-7
/
+7
*
qtpy2cpp: Handle chained function calls a()->b()->c()
Friedemann Kleint
2022-06-02
1
-2
/
+33
*
qtpy2cpp: Handle main()
Friedemann Kleint
2022-06-02
1
-0
/
+25
*
qtpy2cpp: Improve construction of Qt classes
Friedemann Kleint
2022-06-02
1
-2
/
+47
*
qtpy2cpp: Handle multiple file arguments
Friedemann Kleint
2022-06-02
1
-26
/
+26
*
qtpy2cpp: Add return token
Friedemann Kleint
2022-06-02
1
-2
/
+7
*
qtpy2cpp: Improve error handling
Friedemann Kleint
2022-06-02
3
-10
/
+13
*
build: remove directories in 'package_for_wheels/' on re-run
Cristián Maureira-Fredes
2022-06-01
1
-13
/
+30
*
Add QAudioBuffer.data()/constData()
Friedemann Kleint
2022-06-01
3
-14
/
+47
*
Signature Module: Remove special handling of QtMultimedia
Friedemann Kleint
2022-06-01
1
-16
/
+0
*
qtpy2cpp: Add more operators
Friedemann Kleint
2022-06-01
2
-2
/
+42
*
Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()
Friedemann Kleint
2022-06-01
1
-74
/
+77
*
shiboken6: Fix formatting of sequence/mapping methods
Friedemann Kleint
2022-05-30
1
-4
/
+2
*
Limited_API: Fix PyIndex_Check once and for all
Christian Tismer
2022-05-27
7
-17
/
+76
*
PyEnum: Fix the old Enums to produce correct .pyi files, again
Christian Tismer
2022-05-27
2
-2
/
+2
*
flake8: fix style issues to build_scripts, amended: fix main.py
Christian Tismer
2022-05-27
1
-12
/
+14
*
doc: update community section in READMEs
Cristián Maureira-Fredes
2022-05-25
3
-6
/
+6
*
shiboken6: Indicate ownership transferences by constructor heuristics
Friedemann Kleint
2022-05-24
1
-2
/
+8
*
Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...
Friedemann Kleint
2022-05-24
1
-0
/
+6
*
PyEnum: Implement Switchable Qt Enums Using Python Enums
Christian Tismer
2022-05-23
10
-60
/
+292
*
PyEnum: Prepare to support both implementations
Christian Tismer
2022-05-23
8
-38
/
+214
*
PyEnum: Prepare Enum tests for both old and new enums
Christian Tismer
2022-05-23
13
-42
/
+99
*
shiboken6: Indicate ownership transferences by return value heuristics
Friedemann Kleint
2022-05-23
1
-2
/
+4
*
Fix a crash in QTextBlock.layout()
Friedemann Kleint
2022-05-23
1
-0
/
+5
*
shiboken6: Generate converters for all smart pointee base classes
Friedemann Kleint
2022-05-23
1
-27
/
+32
*
QDBus: Use value types where possible
Friedemann Kleint
2022-05-20
1
-3
/
+3
*
shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabled
Friedemann Kleint
2022-05-18
5
-11
/
+27
*
webenginecore - QtWebEngineProfile setNotificationPresenter
Shyamnath Premnadh
2022-05-18
9
-0
/
+321
*
shiboken6: Introduce a struct for PyMethodDef
Friedemann Kleint
2022-05-18
5
-52
/
+152
*
webenginecore: QWebEngineCookieStore setCookieFilter
Shyamnath Premnadh
2022-05-17
6
-1
/
+147
*
shiboken6: Refactor wrapper function generation checking
Friedemann Kleint
2022-05-17
5
-85
/
+110
*
testing: Increase the timeout for debug builds
Christian Tismer
2022-05-17
1
-1
/
+1
*
Examples: Raise C++ standard to 17 for Qt 6
Friedemann Kleint
2022-05-13
2
-4
/
+4
[next]