| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix trailing empty lines | Friedemann Kleint | 2024-12-13 | 1 | -1/+0 |
| * | type hints: Fix the heuristic for ambiguous signature removal | Christian Tismer | 2024-12-05 | 1 | -10/+10 |
| * | Add parameter names to added global functions | Friedemann Kleint | 2024-11-21 | 1 | -19/+19 |
| * | PySide6: Fix spelling error in PySideEasingCurveFunctor | Friedemann Kleint | 2024-11-21 | 2 | -2/+2 |
| * | PySide6: Improve the categorized logging functions | Friedemann Kleint | 2024-11-19 | 1 | -12/+12 |
| * | PySide6: Add qInfo() | Friedemann Kleint | 2024-11-19 | 1 | -0/+4 |
| * | PySide6: Use %s-formatting for qDebug() and friends | Friedemann Kleint | 2024-11-19 | 1 | -7/+7 |
| * | limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ... | Cristián Maureira-Fredes | 2024-11-08 | 1 | -4/+4 |
| * | limited api: replace PySequence_Fast_GET_SIZE by PySequence_Size | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItem | Cristián Maureira-Fredes | 2024-11-08 | 1 | -1/+1 |
| * | Documentation: Fix build with module subset failing due to missing doc directory | Friedemann Kleint | 2024-10-25 | 1 | -83/+14 |
| * | shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6 | Friedemann Kleint | 2024-10-02 | 1 | -3/+0 |
| * | PySide6: Remove C++ function QSemaphore::try_acquire() which clashes with sna... | Friedemann Kleint | 2024-09-17 | 1 | -0/+2 |
| * | PySide6: Add QModelRoleDataSpan | Friedemann Kleint | 2024-09-11 | 2 | -1/+19 |
| * | QFix compilation of QDirListing helper code | Friedemann Kleint | 2024-09-09 | 1 | -2/+2 |
| * | type hints: Fix some systematic problems | Christian Tismer | 2024-09-06 | 1 | -33/+33 |
| * | Add QDirListing | Friedemann Kleint | 2024-09-05 | 3 | -0/+97 |
| * | Adapt to 6.8 | Friedemann Kleint | 2024-09-05 | 1 | -2/+3 |
| * | PySide: Fix QByteArray.fromRawData() signature | Shyamnath Premnadh | 2024-08-23 | 1 | -0/+3 |
| * | pyi: improve findChild/findChildren type hints | Cristián Maureira-Fredes | 2024-08-16 | 1 | -3/+3 |
| * | Add QMessageBox.open() with a slot | Friedemann Kleint | 2024-07-04 | 1 | -0/+1 |
| * | PySide6/QML: Fix Qt properties of type QAbstractItemModel | Friedemann Kleint | 2024-06-26 | 1 | -1/+2 |
| * | Fix type hint of QModelIndex.internalPointer() | Friedemann Kleint | 2024-05-22 | 1 | -0/+2 |
| * | pyi: fix QItemSelection.__init(self) returning wrong type | Francisco Boni | 2024-05-16 | 1 | -2/+3 |
| * | Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)() | Friedemann Kleint | 2024-05-14 | 1 | -3/+0 |
| * | Shiboken: Simplify Python Error Messages | Christian Tismer | 2024-05-10 | 1 | -4/+2 |
| * | Fix type hint of QTranslator.translate() | Friedemann Kleint | 2024-05-10 | 1 | -0/+5 |
| * | Fix potential undefined behavior in type discovery of class hierarchies | Friedemann Kleint | 2024-04-12 | 1 | -6/+12 |
| * | shiboken6: Add attributes for global inline namespaces | Friedemann Kleint | 2024-04-08 | 1 | -1/+2 |
| * | Fix broken comparison of QOperatingSystemVersion::OSType | Friedemann Kleint | 2024-04-04 | 1 | -1/+0 |
| * | qiopipe: add missing include | Samuli Piippo | 2024-03-18 | 1 | -0/+1 |
| * | Add QIOPipe | Adrian Herrmann | 2024-03-13 | 4 | -1/+151 |
| * | Fix connect() for QObject callables | Adrian Herrmann | 2024-03-11 | 1 | -7/+16 |
| * | Long live PyObjectHolder | Friedemann Kleint | 2024-03-05 | 1 | -0/+2 |
| * | Enum: Move special Flag patch into a snippet | Christian Tismer | 2024-03-05 | 1 | -0/+2 |
| * | Adapt to Qt 6.7 | Friedemann Kleint | 2024-02-28 | 1 | -7/+24 |
| * | Fix conversion of QVariant<->QMatrix<n>x<m> | Friedemann Kleint | 2024-02-22 | 1 | -0/+3 |
| * | Desktop Deployment: link permission libraries for macOS | Shyamnath Premnadh | 2024-02-21 | 2 | -0/+28 |
| * | QTimer: Call C++ function for singleShot timers | Adrian Herrmann | 2024-02-13 | 1 | -3/+3 |
| * | QObject: Add connect() overload with context arg | Adrian Herrmann | 2024-02-07 | 1 | -0/+4 |
| * | QObject: Add param names to connect/disconnect | Adrian Herrmann | 2024-02-06 | 1 | -11/+10 |
| * | Adapt to glue code to namespaced Qt builds | Friedemann Kleint | 2024-01-30 | 2 | -0/+6 |
| * | Add documentation on how to adapt to new Qt versions | Friedemann Kleint | 2024-01-29 | 1 | -0/+3 |
| * | shiboken6: Improve messages when skipping fields and functions | Friedemann Kleint | 2024-01-23 | 1 | -5/+5 |
| * | Add QLatin1String | Friedemann Kleint | 2024-01-08 | 1 | -0/+13 |
| * | Fix qCompress/qUncompress() taking a PyBuffer/len arguments | Friedemann Kleint | 2024-01-05 | 1 | -4/+20 |
| * | Documentation: Fix doc modifications for added constructors | Friedemann Kleint | 2024-01-05 | 1 | -13/+10 |
| * | PySide6: Silence warning about unexported base class | Friedemann Kleint | 2023-12-21 | 1 | -0/+1 |
| * | Implement QLockFile::getLockInfo() | Friedemann Kleint | 2023-12-20 | 1 | -0/+10 |
| * | Remove hash-specializations for QPoint, QRect, QSize | Friedemann Kleint | 2023-12-19 | 1 | -15/+3 |