summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Harfbuzz 8.3.0v6.6.16.6.1Eskil Abrahamsen Blomfeldt2023-11-1791-327/+1017
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-143-3/+48
* Fix setting SysTrayIcon visible after explicitly hiding itWladimir Leuschner2023-11-141-2/+0
* Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crashMichael Weghorn2023-11-141-9/+9
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-143-9/+24
* iOS: Fix foreign window auto testTor Arne Vestbø2023-11-142-11/+23
* tst_QWindow::setVisibleThenCreate(): Fix unused argument warningTor Arne Vestbø2023-11-141-1/+1
* QSystemTrayIcon: properly disconnect old menu in setContextMenu()Vladimir Belyavsky2023-11-131-1/+1
* Doc: Merge dangling text with \note paragraphAndreas Eliasson2023-11-131-8/+6
* Highlight some examples for 'Data Processing & IO' categoryKai Köhne2023-11-132-0/+11
* Fix compilation with MSVC 17.8Mårten Nordheim2023-11-131-2/+4
* QDial: don't crash when min==max and setting a value != min & maxChristian Ehrlicher2023-11-132-0/+12
* macOS: Work around key view loop crossing NSWindow boundariesTor Arne Vestbø2023-11-121-0/+18
* macOS: Respect QPlatformDialogHelper::ButtonLayout in native alertsTor Arne Vestbø2023-11-121-3/+49
* macOS: Clarify relation between occlusion state, hidden state, and exposeTor Arne Vestbø2023-11-122-7/+23
* macOS: Activate all windows on launch, not just key/main windowsTor Arne Vestbø2023-11-121-0/+8
* macOS: Only bring application forward on launch if neededTor Arne Vestbø2023-11-121-5/+14
* macOS: Remove dead code for activating application on startupTor Arne Vestbø2023-11-121-10/+0
* QCocoaSystemTrayIcon: fix updateMenu() logicVladimir Belyavsky2023-11-121-1/+12
* QSystemTrayIcon: Allow resetting context menuVladimir Belyavsky2023-11-122-4/+12
* tst_qstandarditemmodel: fix memleaksChristian Ehrlicher2023-11-121-4/+11
* QStandardItem: Fix reset parent in takeItem()Christian Ehrlicher2023-11-122-19/+53
* QStandardItemModel: don't leak in mimeData()Christian Ehrlicher2023-11-121-3/+3
* Make all QPainter operations warn if there's no engineSergio Martins2023-11-111-10/+30
* Modify copyright format in qt_attribution.jsonLucie Gérard2023-11-1114-108/+104
* Doc: RSS listing example: Fix file quotingTopi Reinio2023-11-112-8/+8
* tst_qcombobox: skip popupPositionAfterStyleChange on QEMURichard Moe Gustavsen2023-11-111-0/+3
* QStringList: improve benchmark codeAhmad Samir2023-11-111-8/+8
* Doc: Add HTTP Client example also to Web Technologies categoryKai Köhne2023-11-111-0/+1
* Doc: Fix QRgbaFloat function signaturesTopi Reinio2023-11-111-4/+4
* wasm: Improve screen cleanupMorten Sørvig2023-11-112-1/+16
* Doc: Document QtTypeTraits headerTopi Reinio2023-11-111-0/+8
* Windeployqt: add options to deploy/block pluginsTimothée Keller2023-11-114-29/+269
* Avoid ${...} to be replaced by configure_fileCajus Pollmeier2023-11-111-1/+1
* Beautify QGuiApplication::event()Axel Spoerl2023-11-101-5/+9
* xcb: fix deprecated QBitmap::operator=(const QPixmap&) warningsLiang Qi2023-11-102-2/+2
* Draw ItemViewItem icon after the background in QStyleSheetStyleMatthias Rauter2023-11-101-7/+4
* QStringConverter: harden encodingForName() against nullptrMarc Mutz2023-11-102-3/+9
* Cocoa MessageBox: don't use native message box if detailed text is setVolker Hilsheimer2023-11-101-4/+7
* macOS: Use non-native fallback for message boxes with rich textTimur Pocheptsov2023-11-101-0/+7
* CMake: Document Android per-abi limitation of QT_ANDROID_EXTRA_LIBSAlexandru Croitor2023-11-101-0/+24
* QTabWidget/Bar: ignore hidden tabs for key eventsChristian Ehrlicher2023-11-104-2/+49
* iOS: Make nextTouchId static, unsigned and let it overflowShawn Rutledge2023-11-101-6/+4
* Windows QPA: Fix wheel events when using -platform windows:reverseFriedemann Kleint2023-11-091-7/+7
* QDockWidget: Remove "group" bool trapAxel Spoerl2023-11-095-13/+19
* Fix findNearestColor for semitransparent colorsAllan Sandfeld Jensen2023-11-091-3/+2
* QPrinter: allow any margins when setting a fullpage QPageLayoutEirik Aavitsland2023-11-091-0/+4
* Fix multiple threads accessing same byteAllan Sandfeld Jensen2023-11-091-1/+2
* QLocal8Bit::convert*Unicode[win]: Converge logicMårten Nordheim2023-11-091-15/+19
* QLocal8Bit::convertToUnicode[win]: Support stateless flagMårten Nordheim2023-11-092-1/+41