summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Fix assert in VS project generatorJoerg Bornemann2019-10-151-2/+4
| | | | | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | | * Partially revert "qfloat16: suppress the tables if FP16 is supported by the CPU"Thiago Macieira2019-10-131-2/+2
| | | | | * Fix build with ICC under IPO on WindowsFrancisco Boni2019-10-131-1/+1
| | | | | * Fix vertical advance for printing on macOSAllan Sandfeld Jensen2019-10-111-1/+1
| | | | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1123-49/+79
| | | | | |\
| | | | | * | Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
| | | | | * | iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2019-10-091-5/+2
| | | | | * | eglfs/linuxfb: Add an env.var. to disable screen/cursor controlLaszlo Agocs2019-10-081-0/+4
| | | | | * | Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-072-1/+51
| | | | | * | iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-041-0/+12
| | | | * | | Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-291-5/+7
| | | | * | | Fix computegles31 example crashing on Pi4Paolo Angelelli2019-10-291-3/+3
| | | | * | | Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-293-3/+36
| | | | * | | QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
| | * | | | | Be able to create a response file for other generators tooAndy Shaw2019-11-066-58/+87
| | * | | | | Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
| | * | | | | QAbstractItemView: don't toggle selection on mouse move on some indexChristian Ehrlicher2019-11-061-1/+1
| | * | | | | QMdiArea: On macOS, render inactive subwindow controls grayed outVolker Hilsheimer2019-11-061-1/+1
| | |/ / / /
| | * | | | Update supported platforms and build requirements for Apple platformsTor Arne Vestbø2019-11-054-5/+9
| | * | | | QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-053-6/+16
| | * | | | Avoid crashing when the end of an empty markdown list is detectedShawn Rutledge2019-11-052-6/+81
* | | | | | Make QPlatformPlaceholderScreen a sibling of other screensJohan Klokkhammer Helsing2019-11-082-3/+28
* | | | | | Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2019-11-0812-149/+202
|/ / / / /
* | | | | Support MaximizeUsingFullscreenGeometryHint in resizeMaximizedWindows()Eskil Abrahamsen Blomfeldt2019-11-072-3/+11
* | | | | Fix build of the sub-attaq exampleVolker Hilsheimer2019-11-071-0/+1
* | | | | QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-076-24/+42
* | | | | Move out the reusable part of QDomHandler to a new classSona Kurazyan2019-11-073-69/+265
* | | | | Add support for a signaling NaN in qfloat16Edward Welbourne2019-11-061-1/+9
* | | | | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-063-1/+21
* | | | | Add QPlatformPlaceholderScreenJohan Klokkhammer Helsing2019-11-061-0/+12
* | | | | Cleanup network examplesChristian Ehrlicher2019-11-0645-318/+326
* | | | | Use QMultiHash::insert() instead of insertMulti()Lars Knoll2019-11-051-2/+2
* | | | | Don't insert multiple names for the same roleLars Knoll2019-11-054-8/+9
* | | | | Deprecate reverse iteration on QHashLars Knoll2019-11-053-19/+252
* | | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-11-057-13/+23
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-057-13/+23
| |\| | | |
| | * | | | QProcess: explicitly mark QProcess::error() as deprecatedChristian Ehrlicher2019-11-041-1/+2
| | * | | | Fix check for EGL on INTEGRITYKai Koehne2019-11-041-1/+1
| | * | | | Qt XML: Fix module in commentKai Koehne2019-11-041-1/+1
| | * | | | QNetworkReply: Fix SSL configuration handlingFriedemann Kleint2019-11-012-4/+7
| | * | | | QFile::decodeName(const char *): don't construct QByteArray but use the argum...Adam Sowa2019-11-011-2/+8
| | * | | | Docs: Fix a typo in the documentationKavindra Palaraja2019-11-011-4/+4
* | | | | | Remove old resizing inplace QImage convertersAllan Sandfeld Jensen2019-11-041-215/+5
|/ / / / /
* | | | | Widget examples: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-11-021-23/+15
* | | | | Fix qtHaveModule(widgets) conditionFrederik Gladhorn2019-11-022-2/+2
* | | | | Move the private and internal APIs of QDom to new filesSona Kurazyan2019-11-015-704/+908
* | | | | QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-0122-2571/+917
* | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-0112-54/+20
|\| | | |
| * | | | 3rd-Party/Double conversion: Fix developer build with MSVCFriedemann Kleint2019-10-311-0/+5