summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-093-94/+187
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-091-2/+1
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-081-1/+4
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-071-1/+3
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-071-2/+12
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-0739-667/+1079
* QScopedPointer: remove doc mention of take()Giuseppe D'Angelo2021-05-061-3/+0
* Silence MSVC warning about int/size_t mismatchVolker Hilsheimer2021-05-061-2/+2
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-061-1/+2
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-062-4/+28
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-061-1/+3
* Doc: Fix warnings on qproperty.cppTopi Reinio2021-05-061-18/+22
* Write out the HTML correctly for nested listsAndy Shaw2021-05-062-3/+27
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-05-061-1/+7
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-064-2/+1
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* Fix changes' docTimur Pocheptsov2021-05-051-1/+1
* Moc: parse trailing return typeMårten Nordheim2021-05-041-9/+21
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-1/+2
* rhi: gl: Sanity check vertex outputs and fragment inputsLaszlo Agocs2021-05-032-0/+26
* Document that a toplevel window QSizeGrip doesn't get rendered on macOSVolker Hilsheimer2021-05-031-0/+4
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-033-0/+20
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-035-1078/+1075
* uic: Fix font family code generation for pythonFriedemann Kleint2021-05-033-2/+12
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-035-2/+24
* qdbus: add support for "aay" (QByteArrayList)David Faure2021-05-021-0/+3
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* Add grabber context pointersShawn Rutledge2021-05-012-0/+26
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-013-12/+25
* Silence warning in QPrintDialogSzabolcs David2021-05-013-8/+8
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+4
* fix: Optimize the performance of the inotify file system monitoring program。Gong Heng2021-04-301-1/+1
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Revert "Add grabber context pointers"Shawn Rutledge2021-04-293-16/+11
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Add grabber context pointersShawn Rutledge2021-04-283-11/+16
* Doc: Remove mention of no longer supported formatPaul Wicking2021-04-271-3/+1
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53