summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-313-7/+7
* QDBusTrayIcon: add xdg-activation supportIlya Fedin2022-08-312-0/+10
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-301-0/+34
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-292-21/+18
* CMake: Default CFBundleName to ${PRODUCT_NAME} for iOSAlexandru Croitor2022-08-291-0/+15
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-1/+2
* QGtk3Theme: subscribe to theme hint changesIlya Fedin2022-08-271-0/+20
* Implement mouse capture on WASMMikolaj Boc2022-08-264-6/+32
* QVariant/Doc: document that you must register types before op>>Thiago Macieira2022-08-261-3/+13
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-262-24/+24
* [docs] QAnyStringView: remove the prediction that Qt 7 will drop L1Marc Mutz2022-08-261-3/+5
* Update the snippet for QFileDialog::saveFileContentMikolaj Boc2022-08-261-1/+3
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-262-1/+10
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-08-261-3/+0
* Windows QPA/QPlatformServices::openUrl(): Add work around for anchors on loca...Friedemann Kleint2022-08-261-6/+61
* RHI: Make sure to compare bindings when comparing QShadersAndy Nichols2022-08-261-2/+2
* QAbstractItemDelegate: tolerate that editor gets reparentedv6.4.0-beta4Volker Hilsheimer2022-08-251-2/+3
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-242-2/+3
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-2410-19/+19
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-242-9/+3
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-14/+28
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-241-1/+1
* iOS: use NSProcessInfo to resolve timestamps in simulator buildsRichard Moe Gustavsen2022-08-241-5/+31
* Disable resizing only when explicitly askedMikolaj Boc2022-08-241-3/+2
* Mac: close popups when the user clicks into the menubarVolker Hilsheimer2022-08-231-0/+7
* Mac: close popups opened on inactive application on relevant user actionVolker Hilsheimer2022-08-233-1/+84
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-233-76/+69
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-232-10/+0
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-222-2/+2
* Windows QPA: fix tree item discovery through UI AutomationAndré de la Rocha2022-08-221-19/+11
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-223-127/+83
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-221-1/+1
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-222-3/+3
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-211-2/+4
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* [docs] QAnyStringView: mention automatic U8→L1 reclassificationMarc Mutz2022-08-211-0/+5
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4