summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fully export QDockWidget debug operatorAxel Spoerl2023-11-091-2/+2
* SQLite: Update SQLite to v3.44.0Christian Ehrlicher2023-11-093-2365/+4298
* tst_QDockWidget: use local context for timerMårten Nordheim2023-11-091-2/+3
* QXkbCommon: Use isKeypad() to replace duplicate logicLu YaNing2023-11-091-1/+1
* selftests: document how to run subtests from Windows' cmd.exeMitch Curtis2023-11-091-0/+7
* Add .cache/ to .gitignoreSérgio Martins2023-11-091-0/+1
* QBitArray: fix GCC 13 warnings by improving codeThiago Macieira2023-11-091-25/+27
* Android: add missing extras native methods impls and registrationAssam Boudjelthia2023-11-084-9/+52
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-085-9/+20
* QCheckBox: Don't emit checkStateChanged when nothing changedChristian Ehrlicher2023-11-082-1/+21
* CTest should write a JUnit XML test summaryDimitrios Apostolou2023-11-081-0/+9
* QCryptographicHash: fallback to non-OpenSSL implementation for KeccakJan Grulich2023-11-082-21/+129
* QOperatingSystemVersion: Move the new OSes into a non-exported classThiago Macieira2023-11-082-15/+34
* Use Desktop Handle in case of no valid app HWND for QPrintDialogWladimir Leuschner2023-11-081-1/+6
* Openssl V3: try to work around the lack of SHLIB_VERSION_NUMBERTimur Pocheptsov2023-11-081-2/+14
* QHeaderView: relayout on resetDefaultSectionSizeJonas Karlsson2023-11-083-14/+29
* Prevent oversized QToolButton menu from moving to primary screenJøger Hansegård2023-11-081-1/+6
* Windows QPA: Emit QGuiApplication::primaryScreenChanged()Friedemann Kleint2023-11-081-0/+6
* QWidgetWindow: pass QPointF to QMouseEventChristian Ehrlicher2023-11-081-6/+6
* QSharedMemory: fix attach() -> create() for non-legacy SystemV modeIvan Solovev2023-11-082-3/+2
* Extend qDebug functionality for QDockWidgetAxel Spoerl2023-11-085-1/+43
* Remove forward declared QHashAlexey Edelev2023-11-081-2/+2
* Work around GCC 13's bogus "out of bounds" check to QByteArray::_emptyThiago Macieira2023-11-081-0/+3
* QNonContiguousByteDeviceThreadForwardImpl: reset m_atEnd during reset()Mårten Nordheim2023-11-081-0/+1
* Schannel: Return if socket is invalidMårten Nordheim2023-11-081-2/+4
* QNetworkInfo[win]: Advertise Metered featureMårten Nordheim2023-11-081-0/+1
* QTZ/Darwin: Make available-ID checks cheaperEdward Welbourne2023-11-082-7/+11
* tslib: generate event with correct buttons and event typeSamuli Piippo2023-11-081-3/+6
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-11-082-4/+34
* Restore WindowState when changing SurfaceTypeWladimir Leuschner2023-11-071-0/+2
* QSharedMemory: fix attach() -> create() for legacy SystemV modeIvan Solovev2023-11-072-0/+36
* CMake: Remove qt_internal_qt_configure_end workaroundAlexandru Croitor2023-11-072-11/+0
* QCryptographicHash: Do not rely on auto-loading of the default providerJan Grulich2023-11-071-2/+5
* CMake: Don't strip debug builds with qt-cmake-private-install in CIAlexandru Croitor2023-11-062-3/+24
* Schannel: Avoid crashing for unparsed certificateTim Jenssen2023-11-062-4/+14
* QLocale/MS: return null variant, not empty string, on failuresEdward Welbourne2023-11-061-29/+47
* Fix tst_QWidget::hoverPosition blacklisting for x86_64Tor Arne Vestbø2023-11-061-1/+1
* Align QKeySequence behavior between macOS and iOSTor Arne Vestbø2023-11-062-46/+46
* Doc: Replace wrongly spelled wordKai Köhne2023-11-061-1/+1
* Always print output of a failing testDimitrios Apostolou2023-11-051-0/+5
* Rework documentation of the serialization converter exampleEdward Welbourne2023-11-035-59/+140
* Eliminate duplicate overrides of Converter methods in exampleEdward Welbourne2023-11-0312-82/+21
* Move Converter class, in eponymous example, to a file of its ownEdward Welbourne2023-11-034-22/+27
* Break out the list of available converters to a static methodEdward Welbourne2023-11-032-10/+20
* Split VariantOrderedMap out of Converter's header in exampleEdward Welbourne2023-11-038-15/+31
* Remove unused Map alias for VariantOrderedMap in convert exampleEdward Welbourne2023-11-031-2/+0
* Introduce QComObject base classPavel Dubsky2023-11-036-0/+422
* a11y: fix race condition on atspi startup on WaylandHarald Sitter2023-11-031-1/+1
* QMessageBox: Detect modifications to standard button textTor Arne Vestbø2023-11-033-5/+20
* QSharedMemory: fix semaphore creation in legacy modeIvan Solovev2023-11-032-1/+31