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
6.9.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add overload for QDomDocument.setContent
Ece Cinucen
9 days
2
-11
/
+16
*
Move some qvariant helper code into libpyside
Friedemann Kleint
10 days
7
-156
/
+260
*
Remove deprecated Qt::TimeSpec usage in QDateTime constructor
Ece Cinucen
11 days
4
-7
/
+16
*
Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>
Friedemann Kleint
14 days
5
-25
/
+78
*
libpyside: Add a debug operator for PyObjectWrapper
Friedemann Kleint
2025-05-16
2
-1
/
+26
*
Fix some warnings in tests
Friedemann Kleint
2025-05-16
4
-19
/
+20
*
type hints: Fix QInputDialog get methods
Ece Cinucen
2025-05-15
1
-0
/
+5
*
libpyside: Make PyObjectWrapper movable
Friedemann Kleint
2025-05-13
2
-2
/
+14
*
Fix pyside6-project relative paths handling and pyproject.toml migration
Jaime Resano
2025-05-09
4
-4
/
+7
*
Fix crash retrieving a QGraphicsProxyObject from QVariant
Friedemann Kleint
2025-05-09
5
-2
/
+62
*
Documentation: Recommend using a Dev Drive on Windows
Friedemann Kleint
2025-05-09
1
-2
/
+9
*
libshiboken: Move override name calculation into basewrapper
Friedemann Kleint
2025-05-07
1
-0
/
+1
*
libshiboken: Add utility class for stashing Python errors
Friedemann Kleint
2025-05-07
7
-40
/
+26
*
Fix unused variable warning in QVariant conversion
Friedemann Kleint
2025-05-02
1
-3
/
+1
*
PySide6/type system: Remove obsolete "since" attributes
Friedemann Kleint
2025-04-23
5
-88
/
+88
*
Fix QMetaEnum conversions into QVariant
Renato Araujo Oliveira Filho
2025-04-23
8
-19
/
+49
*
Fix crash when entering a Qt message handler with a Python error set
Friedemann Kleint
2025-04-23
1
-0
/
+5
*
Fix building of .pyi files for Windows debug
Friedemann Kleint
2025-04-17
1
-4
/
+7
*
PySide/Signal manager: Fix corruption when connecting to temporary object
Friedemann Kleint
2025-04-17
1
-0
/
+1
*
Expose QPolygonF operator==, != inherited from QList
Renato Araujo Oliveira Filho
2025-04-16
2
-0
/
+17
*
Replace Py_GetProgramFullPath by PySys_GetObject
Cristián Maureira-Fredes
2025-04-10
1
-1
/
+1
*
PySide6: Add class QMessageLogger
Shyamnath Premnadh
2025-04-10
6
-0
/
+160
*
Use QT_CONFIG when possible
Cristián Maureira-Fredes
2025-04-07
3
-5
/
+5
*
qtasyncio: fix f-string quotation
Cristián Maureira-Fredes
2025-04-07
1
-2
/
+2
*
type-hints: Correct QMessagebox annotations
Ece Cinucen
2025-04-04
1
-10
/
+30
*
doc: Fix unclosed command formatting
Jaime Resano
2025-04-04
1
-1
/
+1
*
type hints: Correct type signature for Property class
Ece Cinucen
2025-04-03
1
-4
/
+4
*
type hints: Add optional to QTreeWidget.setItemWidget
Ece Cinucen
2025-03-27
1
-1
/
+1
*
Desktop Deployment: Upgrade Nuitka to 2.6.8
Shyamnath Premnadh
2025-03-27
2
-3
/
+3
*
type hints: Add optional to QProgressDialog.setCancelButton
Ece Cinucen
2025-03-27
1
-1
/
+1
*
type hints: Add optional to QTabBar.setTabButton
Ece Cinucen
2025-03-27
1
-0
/
+5
*
PySide6: Port to Qt include style
Friedemann Kleint
2025-03-27
39
-97
/
+96
*
Fix includes of libshiboken
Friedemann Kleint
2025-03-26
21
-38
/
+79
*
PySide6: Add support for std::chrono::seconds
Friedemann Kleint
2025-03-26
2
-4
/
+17
*
type hints: Fix the type parameter in findChild and findChildren
Christian Tismer
2025-03-26
1
-3
/
+9
*
Fix qlocale_test.py to pass after QLocale change
Friedemann Kleint
2025-03-24
1
-1
/
+1
*
Fix QtRemoteObjects tests to pass for non-unity builds
Friedemann Kleint
2025-03-20
3
-6
/
+7
*
Move helper function isCompiledMethod() to libshiboken
Friedemann Kleint
2025-03-20
5
-7
/
+11
*
type hints: Fix an old typo in typesystem_core_common.xml
Christian Tismer
2025-03-19
1
-3
/
+3
*
Type system: Add missing "const" to some signatures
Friedemann Kleint
2025-03-19
1
-7
/
+7
*
libpysideremoteobjects: Fix build with 6.10
Friedemann Kleint
2025-03-19
1
-1
/
+1
*
type hints: Make str Optional in QLineEdit.setText
Cristián Maureira-Fredes
2025-03-19
1
-0
/
+3
*
MetaObjectBuilder: Export the class symbol
Shyamnath Premnadh
2025-03-19
1
-2
/
+2
*
Deployment Test: Remove modules for windows win_arm64
Shyamnath Premnadh
2025-03-15
1
-0
/
+14
*
type hints: add explicit optional to setItemWidget
Cristián Maureira-Fredes
2025-03-14
1
-1
/
+1
*
type hints: remove QModelIndex.constInternalPointer
Cristián Maureira-Fredes
2025-03-14
1
-0
/
+2
*
tests: Fix warning about QBackingStore::flush() being called without handle
Friedemann Kleint
2025-03-14
2
-13
/
+21
*
Make Remote Objects usable beyond Models
Brett Stottlemyer
2025-03-13
31
-5
/
+3337
*
pyproject.toml: 4. Update pyside6-project documentation
Jaime Resano
2025-03-12
3
-26
/
+115
*
pyproject.toml: 3. Add pyside6-project tests for pyproject.toml changes
Jaime Resano
2025-03-12
26
-56
/
+525
[next]