aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fix trailing empty linesFriedemann Kleint2024-12-131-1/+0
* type hints: Fix the heuristic for ambiguous signature removalChristian Tismer2024-12-051-10/+10
* Add parameter names to added global functionsFriedemann Kleint2024-11-211-19/+19
* PySide6: Fix spelling error in PySideEasingCurveFunctorFriedemann Kleint2024-11-212-2/+2
* PySide6: Improve the categorized logging functionsFriedemann Kleint2024-11-191-12/+12
* PySide6: Add qInfo()Friedemann Kleint2024-11-191-0/+4
* PySide6: Use %s-formatting for qDebug() and friendsFriedemann Kleint2024-11-191-7/+7
* limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...Cristián Maureira-Fredes2024-11-081-4/+4
* limited api: replace PySequence_Fast_GET_SIZE by PySequence_SizeCristián Maureira-Fredes2024-11-081-1/+1
* limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItemCristián Maureira-Fredes2024-11-081-1/+1
* Documentation: Fix build with module subset failing due to missing doc directoryFriedemann Kleint2024-10-251-83/+14
* shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6Friedemann Kleint2024-10-021-3/+0
* PySide6: Remove C++ function QSemaphore::try_acquire() which clashes with sna...Friedemann Kleint2024-09-171-0/+2
* PySide6: Add QModelRoleDataSpanFriedemann Kleint2024-09-112-1/+19
* QFix compilation of QDirListing helper codeFriedemann Kleint2024-09-091-2/+2
* type hints: Fix some systematic problemsChristian Tismer2024-09-061-33/+33
* Add QDirListingFriedemann Kleint2024-09-053-0/+97
* Adapt to 6.8Friedemann Kleint2024-09-051-2/+3
* PySide: Fix QByteArray.fromRawData() signatureShyamnath Premnadh2024-08-231-0/+3
* pyi: improve findChild/findChildren type hintsCristián Maureira-Fredes2024-08-161-3/+3
* Add QMessageBox.open() with a slotFriedemann Kleint2024-07-041-0/+1
* PySide6/QML: Fix Qt properties of type QAbstractItemModelFriedemann Kleint2024-06-261-1/+2
* Fix type hint of QModelIndex.internalPointer()Friedemann Kleint2024-05-221-0/+2
* pyi: fix QItemSelection.__init(self) returning wrong typeFrancisco Boni2024-05-161-2/+3
* Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)()Friedemann Kleint2024-05-141-3/+0
* Shiboken: Simplify Python Error MessagesChristian Tismer2024-05-101-4/+2
* Fix type hint of QTranslator.translate()Friedemann Kleint2024-05-101-0/+5
* Fix potential undefined behavior in type discovery of class hierarchiesFriedemann Kleint2024-04-121-6/+12
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-081-1/+2
* Fix broken comparison of QOperatingSystemVersion::OSTypeFriedemann Kleint2024-04-041-1/+0
* qiopipe: add missing includeSamuli Piippo2024-03-181-0/+1
* Add QIOPipeAdrian Herrmann2024-03-134-1/+151
* Fix connect() for QObject callablesAdrian Herrmann2024-03-111-7/+16
* Long live PyObjectHolderFriedemann Kleint2024-03-051-0/+2
* Enum: Move special Flag patch into a snippetChristian Tismer2024-03-051-0/+2
* Adapt to Qt 6.7Friedemann Kleint2024-02-281-7/+24
* Fix conversion of QVariant<->QMatrix<n>x<m>Friedemann Kleint2024-02-221-0/+3
* Desktop Deployment: link permission libraries for macOSShyamnath Premnadh2024-02-212-0/+28
* QTimer: Call C++ function for singleShot timersAdrian Herrmann2024-02-131-3/+3
* QObject: Add connect() overload with context argAdrian Herrmann2024-02-071-0/+4
* QObject: Add param names to connect/disconnectAdrian Herrmann2024-02-061-11/+10
* Adapt to glue code to namespaced Qt buildsFriedemann Kleint2024-01-302-0/+6
* Add documentation on how to adapt to new Qt versionsFriedemann Kleint2024-01-291-0/+3
* shiboken6: Improve messages when skipping fields and functionsFriedemann Kleint2024-01-231-5/+5
* Add QLatin1StringFriedemann Kleint2024-01-081-0/+13
* Fix qCompress/qUncompress() taking a PyBuffer/len argumentsFriedemann Kleint2024-01-051-4/+20
* Documentation: Fix doc modifications for added constructorsFriedemann Kleint2024-01-051-13/+10
* PySide6: Silence warning about unexported base classFriedemann Kleint2023-12-211-0/+1
* Implement QLockFile::getLockInfo()Friedemann Kleint2023-12-201-0/+10
* Remove hash-specializations for QPoint, QRect, QSizeFriedemann Kleint2023-12-191-15/+3