summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_qfuture: Update EXPECT_FAIL msvc condition6.6Mårten Nordheim2024-04-041-1/+1
* Decouple rate-limiting of paint-on-screen widgets from top level widgetTor Arne Vestbø2024-04-042-1/+94
* Fix warning: remove unused parameterVolker Hilsheimer2024-04-041-1/+1
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Fix data() with long datatype for Mimer SQLFredrik Ålund2024-04-031-1/+1
* Android: add core-private to use private permissions APIAssam Boudjelthia2024-04-031-0/+1
* QRhiVulkan: fix random values in pipelineCacheData() resultMarc Mutz2024-04-011-0/+1
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl2024-03-292-7/+16
* Add the note about data size to QByteArray::operator=(const char*)Alexey Edelev2024-03-281-0/+3
* QMenu: clear popup screen after exec()Axel Spoerl2024-03-281-0/+1
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira2024-03-281-1/+3
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-272-30/+25
* QMainWindowLayout: rewrite validateToolBarArea() to return by valueMarc Mutz2024-03-271-5/+6
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-241-1/+10
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus2024-03-222-16/+33
* Add the error output for syncqt normilizedPath functionAlexey Edelev2024-03-221-5/+12
* Use the correctly versioned variable when resolving ABI-specific cmake directoryAlexey Edelev2024-03-221-1/+2
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-221-2/+3
* gui: fix build against gcc-14 (-Werror=calloc-transposed-args)Liang Qi2024-03-221-1/+1
* UDP: Protect call to UDP API based on featureMårten Nordheim2024-03-221-1/+5
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-222-1/+8
* tst_QNetworkReply: don't use deleteLater() on QSignalSpiesMarc Mutz2024-03-211-2/+2
* tst_QNetworkReply: use QtCore's QScopedPointerDeleteLaterMarc Mutz2024-03-211-10/+2
* tst_qtemporarydir: refactor a testAhmad Samir2024-03-211-6/+8
* QSignalSpy: fix indexed loop (int instead of qsizetype)Marc Mutz2024-03-211-1/+1
* QObjectPrivate::Signal: initialize all membersMarc Mutz2024-03-211-1/+1
* Doc: Fix QDoc syntax in bindable properties overviewPaul Wicking2024-03-211-2/+2
* QObjectPrivate: fix data race on ConnectionData contentsDavid Faure2024-03-202-22/+29
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-203-39/+245
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-201-1/+6
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-201-15/+25
* tst_QSignalSpy: check (thereby suppress) intended runtime warningsMarc Mutz2024-03-201-0/+6
* Suppress bogus warning from gcc 12Ulf Hermann2024-03-201-2/+1
* QSignalSpy: fix C'n'P mistake in a qWarning()Marc Mutz2024-03-201-1/+1
* Fix dangling references - GCC 14Liang Qi2024-03-191-1/+1
* Correct a typo in the reference documentation of D-Bus Chat exampleChris Lerner2024-03-191-1/+1
* QDBusArgument: disambiguate between QMap on std::pair and std::mapThiago Macieira2024-03-193-1/+20
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* dwrite: Fix crash when loading unsupported font in QRawFontEskil Abrahamsen Blomfeldt2024-03-191-0/+3
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-192-7/+52
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-193-9/+60
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-193-7/+9
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir2024-03-161-4/+0
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-164-2/+60
* CMake: Avoid dsmyutil warnings on shared libraries using libjpegAlexandru Croitor2024-03-161-8/+28
* Windeployqt: prevent output for --list optionTimothée Keller2024-03-161-4/+5
* Fix offscreen rendering in QOpenGLWidgetInho Lee2024-03-161-3/+5
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-162-9/+9