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
/
qobjectconnect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PySide6: Port to Qt include style
Friedemann Kleint
2025-03-27
1
-3
/
+3
*
Move helper function isCompiledMethod() to libshiboken
Friedemann Kleint
2025-03-20
1
-1
/
+2
*
Fix connecting signals by QMetaMethod
Friedemann Kleint
2025-02-28
1
-2
/
+4
*
Fix disconnecting a string-based connection by passing a callable
Friedemann Kleint
2025-02-20
1
-2
/
+9
*
limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFu...
Cristián Maureira-Fredes
2024-12-09
1
-1
/
+1
*
libpyside: Reimplement signal connections for Python callables not targeting ...
Friedemann Kleint
2024-08-21
1
-93
/
+46
*
libpyside: Fix QObject.disconnectNotify()
Friedemann Kleint
2024-08-06
1
-2
/
+2
*
libpyside: Avoid splitting/reassembling of signal/slot signatures
Friedemann Kleint
2024-07-10
1
-4
/
+11
*
libpyside: Prevent GlobalReceiver object creation for connections with contexts
Friedemann Kleint
2024-07-10
1
-15
/
+1
*
libpyside: Refactor signature handling in GlobalReceiverV2
Friedemann Kleint
2024-07-09
1
-2
/
+1
*
libpyside: Pass MetaObjectBuilder signature as QByteArray
Friedemann Kleint
2024-07-09
1
-2
/
+3
*
Add QMessageBox.open() with a slot
Friedemann Kleint
2024-07-04
1
-0
/
+18
*
libpyside: Fix parameters for connections with contexts
Friedemann Kleint
2024-07-04
1
-2
/
+4
*
libpyside: Fix QObject.connectNotify()
Friedemann Kleint
2024-07-04
1
-2
/
+2
*
libpyside: Fix static analysis warnings
Friedemann Kleint
2024-06-24
1
-6
/
+7
*
QObject: Add connect() overload with context arg
Adrian Herrmann
2024-02-07
1
-0
/
+43
*
libpyside: Port the signal signature code from QString to QByteArray
Friedemann Kleint
2023-11-16
1
-2
/
+2
*
Fix threading deadlocks of QObject::(dis)connect() with (dis)connectNotify()
Friedemann Kleint
2023-10-24
1
-2
/
+9
*
Fix disconnecting non-decorated slot of base class from signal
Friedemann Kleint
2023-10-13
1
-1
/
+2
*
Fix connections to base class slots falling back to global receiver
Friedemann Kleint
2023-08-22
1
-4
/
+30
*
Brush up code related to pre-Jira bug 1019
Friedemann Kleint
2023-08-22
1
-2
/
+5
*
Fix crash when mixing other decorators with @Slot
Friedemann Kleint
2023-05-23
1
-0
/
+2
*
Fix QObject::sender() for non-C++ slots
Friedemann Kleint
2022-12-12
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
1
-38
/
+2
*
PyPySide: fix callbacks with the new "builtin method" type
Christian Tismer
2022-03-17
1
-0
/
+6
*
libpyside: Move helper isCompiledMethod() to pysideutils.h
Friedemann Kleint
2022-01-19
1
-0
/
+1
*
Safe distinction of Nuitka compiled methods
Shyamnath Premnadh
2022-01-18
1
-2
/
+1
*
libpyside: Split up the pyside.h header
Friedemann Kleint
2021-11-26
1
-1
/
+1
*
PySide6: Move QObject signal connection code into libpyside
Friedemann Kleint
2021-11-23
1
-0
/
+284