Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
6.5.2
6.5.3
6.6
6.6.1
6.6.2
6.6.3.1
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
remoteobjectsdev
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
/
pyside6
/
libpyside
/
signalmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
libshiboken: Add utility class for stashing Python errors
Friedemann Kleint
4 days
1
-8
/
+3
*
PySide6: Port to Qt include style
Friedemann Kleint
2025-03-27
1
-6
/
+6
*
Fix crash of signals with object-type parameter being passed by const-ref
Friedemann Kleint
2025-02-11
1
-3
/
+8
*
libpyside: Fix some clang-tidy warnings
Friedemann Kleint
2025-02-03
1
-1
/
+1
*
limited api: Remove PyBytes_AS_STRING and PyBytes_GET_SIZE
Cristián Maureira-Fredes
2024-11-08
1
-2
/
+2
*
limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...
Cristián Maureira-Fredes
2024-11-08
1
-1
/
+1
*
Fix error handling in non-slot connection receivers
Friedemann Kleint
2024-10-21
1
-0
/
+4
*
libpyside: Reimplement signal connections for Python callables not targeting ...
Friedemann Kleint
2024-08-21
1
-207
/
+9
*
libpyside: Refactor signature handling in GlobalReceiverV2
Friedemann Kleint
2024-07-09
1
-1
/
+1
*
libpyside: Pass MetaObjectBuilder signature as QByteArray
Friedemann Kleint
2024-07-09
1
-35
/
+59
*
libpyside: Decouple SignalManager::callPythonMetaMethod() from QMetaMethod
Friedemann Kleint
2024-07-04
1
-46
/
+118
*
libpyside: Fix static analysis warnings
Friedemann Kleint
2024-06-24
1
-9
/
+11
*
libpyside: Remove short circuit signal handling
Friedemann Kleint
2024-05-27
1
-24
/
+5
*
Multimedia: Adapt to revert of QAudio->QtAudio namespace renaming
Friedemann Kleint
2024-04-12
1
-5
/
+0
*
libpyside/Signal manager: Ensure cleanup of main thread targets
Friedemann Kleint
2024-04-02
1
-4
/
+65
*
libpyside: Clean up lambdas connected to signals earlier in shutdown
Friedemann Kleint
2024-03-25
1
-1
/
+20
*
libpyside: Fix spelling error in function name
Friedemann Kleint
2024-03-25
1
-8
/
+8
*
libpyside: Improve type conversion error messages of metafunction invocation
Friedemann Kleint
2024-03-13
1
-21
/
+36
*
Adapt to renaming of namespace QAudio->QtAudio
Friedemann Kleint
2024-02-28
1
-1
/
+9
*
Improve error messages around signal/slot connections
Friedemann Kleint
2023-10-17
1
-3
/
+5
*
libshiboken/libpyside: Fix special functions
Friedemann Kleint
2023-10-06
1
-0
/
+3
*
Fix namespaces
Friedemann Kleint
2023-09-20
1
-19
/
+11
*
Adapt to Qt 6.6
Friedemann Kleint
2023-07-07
1
-0
/
+4
*
PyEnum: Shortcut old Enum code and generate Python enums directly
Christian Tismer
2023-06-30
1
-1
/
+0
*
PySide6/SignalManager: Fix memory leaks connecting free methods/lambdas
Friedemann Kleint
2023-06-28
1
-0
/
+19
*
Enum: Enable toInt for QVariant(PyEnum/SbkEnum)
Shyamnath Premnadh
2023-06-13
1
-0
/
+11
*
shiboken: Implement raising of unraisable exceptions correctly
Christian Tismer
2023-06-06
1
-1
/
+1
*
Shiboken: Undo the unraisable exception delay for now
Christian Tismer
2023-05-19
1
-1
/
+1
*
property/QML: Improve handling of an unknown class name
Christian Tismer
2023-01-06
1
-3
/
+19
*
PySide6: Port from QSharedPointer to std::shared_ptr
Friedemann Kleint
2023-01-04
1
-4
/
+4
*
Fix QObject::sender() for non-C++ slots
Friedemann Kleint
2022-12-12
1
-2
/
+3
*
libpyside: Potential fix for crashing signals/disconnect_test.py
Friedemann Kleint
2022-12-12
1
-1
/
+14
*
Fix a crash when deleting QObject instances with connections in threads
Friedemann Kleint
2022-12-08
1
-47
/
+36
*
Fix clazy warnings
Friedemann Kleint
2022-11-11
1
-4
/
+4
*
Fix warnings about unused parameters in code
Friedemann Kleint
2022-09-26
1
-1
/
+1
*
Add a logging category to libpyside
Friedemann Kleint
2022-08-26
1
-0
/
+88
*
libpyside: Output a warning when a property metacall fails
Friedemann Kleint
2022-08-16
1
-1
/
+5
*
Adapt to Qt 6.4
Friedemann Kleint
2022-06-29
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
1
-39
/
+2
*
PySide6: Handle not finding a slot by name
Friedemann Kleint
2022-04-21
1
-1
/
+6
*
Port code to use size() instead of count() of Qt containers
Friedemann Kleint
2022-03-17
1
-2
/
+2
*
Refactor handling of QmlListProperty
Friedemann Kleint
2022-02-24
1
-1
/
+1
*
Refactor SignalManager::qt_metacall()
Friedemann Kleint
2022-02-24
1
-88
/
+99
*
libpyside: Move helper isCompiledMethod() to pysideutils.h
Friedemann Kleint
2022-01-19
1
-7
/
+0
*
Safe distinction of Nuitka compiled methods
Shyamnath Premnadh
2022-01-18
1
-0
/
+7
*
PyPySide: Do some cleanup and Improvements
Christian Tismer
2022-01-05
1
-2
/
+2
*
PyPySide: Avoid direct access to `op->ob_dict` in PyPy
Christian Tismer
2021-12-03
1
-3
/
+4
*
libpyside: Split up the pyside.h header
Friedemann Kleint
2021-11-26
1
-1
/
+1
*
PySide6: Remove QML dependency from libpyside
Friedemann Kleint
2021-11-11
1
-37
/
+14
*
Remove some C-style casts
Friedemann Kleint
2021-09-13
1
-1
/
+2
[next]