summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update public suffix listv6.5.26.5.2Mårten Nordheim2023-07-063-4159/+4196
* Update bundled libpng to version 1.6.40Eirik Aavitsland2023-07-0614-175/+180
* QXmlStreamReader: make fastScanName() indicate parsing status to callersAhmad Samir2023-06-295-12/+89
* QXmlStreamReader: change fastScanName() to take a Value*Ahmad Samir2023-06-294-11/+13
* QGtk3Theme: Do not default Active WindowText to button foregroundAxel Spoerl2023-06-291-1/+1
* QPromise: Propagate cancellation through failure handlersArno Rehn2023-06-212-0/+35
* Set QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES before TRY_RUNAmir Masoud Abdol2023-06-211-1/+2
* Introduce QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES environment varAmir Masoud Abdol2023-06-211-1/+2
* xcb: Don't clear touch or tablet devices due to device hierarchy eventShawn Rutledge2023-06-201-11/+15
* Don't add prefix for BaseNameBogDan Vatra2023-06-192-5/+11
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2023-06-195-1/+35
* Disable TRY_RUN when cross compilingAmir Masoud Abdol2023-06-191-2/+2
* Update public suffix listMårten Nordheim2023-06-173-4068/+4069
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-173-4/+46
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-1611-12/+11
* Fix for QQuaternion normalize when length > 1Paul Olav Tvete2023-06-131-3/+1
* XBEL stream reader: Brush upFriedemann Kleint2023-06-134-26/+38
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-1313-84/+84
* Wrap the GNU/Clang compiler-dependent flags with genex conditionsAlexey Edelev2023-06-131-3/+21
* Replace list(FIND with simplified IN_LIST checkAlexey Edelev2023-06-131-4/+2
* Android: Restore the default QSettings path to the .config directoryBartlomiej Moskal2023-06-131-12/+28
* doc: Remove bogus step in font resolution algorithmEskil Abrahamsen Blomfeldt2023-06-131-2/+0
* QMacCGContext::initialize: Handle QPixmap without platform pixmapTim Jenssen2023-06-131-5/+8
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-1216-1/+17
* QPixmapCache: add a comment on how failed insert() invalidates cacheKeyMarc Mutz2023-06-121-1/+1
* tst_QPixmapCache: check insert() reports failureMarc Mutz2023-06-121-0/+28
* tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)Marc Mutz2023-06-121-16/+16
* QFactoryLoader: add assert and explicitly cast to intAhmad Samir2023-06-111-2/+4
* rhi: Pick up HDR maxColorComponentValue from UIScreen if availableTor Arne Vestbø2023-06-111-12/+14
* Android: improve screen size and physical size calculationAssam Boudjelthia2023-06-112-22/+49
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-103-23/+77
* tst_QFile: fix unixPipe() and socketPair() closing already-closed fdThiago Macieira2023-06-101-2/+5
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-092-5/+42
* Doc: Fix documentation issuesTopi Reinio2023-06-098-11/+14
* Avoid using Darwin date formatting before 1583Edward Welbourne2023-06-091-9/+5
* macOS: Remove old friend declaration for qt_mac_is_metalTor Arne Vestbø2023-06-091-3/+0
* Re-fix QtLibraryInfo compilation issuesYuhang Zhao2023-06-092-12/+6
* Stabilize QFile::unixPipe/socketPair testsVolker Hilsheimer2023-06-091-4/+5
* Fix external header support in qtsyncAlexey Edelev2023-06-093-0/+28
* XBEL example: use nullptr rather than 0 for null pointersEdward Welbourne2023-06-091-3/+3
* Fix the issue with setting the QT_BUILDING_QTAmir Masoud Abdol2023-06-091-2/+2
* Remove debug symbols from Android's release buildAmir Masoud Abdol2023-06-091-0/+20
* Doc: Fix links to QLayout[Item]::expandingDirections()Kai Köhne2023-06-092-2/+2
* rhi: Enable HDRExtendedSrgbLinear for iOSTor Arne Vestbø2023-06-091-8/+11
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-092-1/+82
* Doc: Global configuration: Remove obsolete contentTopi Reinio2023-06-081-4/+0
* Doc: Require Qt module documentation to define qhp configurationTopi Reinio2023-06-081-0/+3
* Don't double draw ItemViewItems' icons in QStyleSheetStyle::drawControlAxel Spoerl2023-06-081-0/+5
* Move QT_ALLOW_SYMLINK_IN_PATHS warning to config.summaryAmir Masoud Abdol2023-06-082-6/+8
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-0846-90/+0