summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comile issues with VS 2017Karsten Heimrich2020-01-081-4/+4
* SQL: cleanup private classesChristian Ehrlicher2020-01-078-70/+35
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-07100-1526/+1066
|\
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-0639-143/+516
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0639-143/+516
| | |\
| | | * Fix semi-transparent text on Linux with subpixel anti-aliasingAllan Sandfeld Jensen2020-01-051-1/+5
| | | * QSS/QComboBox: set correct palette when drawing SC_ComboBoxArrowChristian Ehrlicher2020-01-051-0/+1
| | | * uic: setWeight replace semi-colon by language::eolCristián Maureira-Fredes2020-01-051-1/+1
| | | * QPlainTextEdit: make sure firstVisibleBlock() is validChristian Ehrlicher2020-01-051-1/+2
| | | * Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
| | | * uic: Add handling of resources imports for PythonFriedemann Kleint2020-01-034-0/+40
| | | * uic: Add colon missing for "if()" constructs in PythonFriedemann Kleint2020-01-031-5/+10
| | | * macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-031-2/+4
| | | * uic: Fix empty strings for PythonFriedemann Kleint2020-01-033-7/+9
| | | * QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-032-6/+49
| | | * Fix CVE-2019-19645 in SQLiteAndy Shaw2020-01-032-1/+93
| | | * Fix CVE-2019-19646 in SQLiteAndy Shaw2020-01-032-1/+32
| | | * Fix CVE-2019-19603 in SQLiteAndy Shaw2020-01-032-6/+121
| | | * Fix CVE-2019-19242 in SQLiteAndy Shaw2020-01-032-1/+37
| | | * macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-031-3/+10
| | | * Fix syncqt warning in qtestsupport_widgets.hTor Arne Vestbø2020-01-021-1/+1
| | | * Always add the extra Android apk and aab targetsAndy Shaw2020-01-021-2/+1
| | | * dumpcpp: Use tblCopy to ensure the path is detected correctlyAndy Shaw2020-01-021-2/+2
| | | * styles example: Implement standarPalette()Tor Arne Vestbø2020-01-023-42/+46
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-0211-31/+16
| | | * Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
| | | * QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-023-26/+35
| * | | eglfs: kms: Query the current mode correctly via the encoderLaszlo Agocs2020-01-061-1/+1
| * | | Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-0627-963/+293
| * | | RHI: Remove old native texture APIPaul Olav Tvete2020-01-0618-330/+7
| * | | Add environment variables for customizing VulkanPaul Olav Tvete2020-01-063-0/+36
| * | | QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-062-13/+55
| * | | Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-0610-8/+127
| * | | Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-053-69/+32
| |/ /
* | | Don't mix QHash and QMultiHashLars Knoll2020-01-061-17/+11
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-04363-8499/+122161
|\| |
| * | Fuzzing: Allow linking to other fuzzing enginesRobert Loehning2020-01-035-5/+30
| * | Fix some qdoc warningsFriedemann Kleint2020-01-039-23/+24
| * | Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-032-1/+3
| * | Update macros to work with DocBook supportThibaut Cuvelier2020-01-031-36/+38
| * | QTime: fix tests with Qt6Christian Ehrlicher2020-01-031-3/+12
| * | SQL: add proper support to build QMYSQL with MariaDB client librariesChristian Ehrlicher2020-01-034-11/+29
| * | Freetype: Don't embolden bold fontsEskil Abrahamsen Blomfeldt2020-01-031-1/+1
| * | QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-023-35/+93
| * | QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0214-51/+426
| |\|
| | * wasm: fix setting translucent backgroundLorn Potter2020-01-011-1/+1
| | * Check platformNativeInterface pointer before dereferencingShawn Rutledge2019-12-312-0/+4
| | * wasm: support all cursor shapesAlexandra Cherdantseva2019-12-306-7/+286
| | * QLocale: Support Indian number formattingTuomas Heimonen2019-12-303-12/+89