summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.11 into 5.11.3Oswald Buddenhagen2018-11-0960-210/+210
|\
| * QSyntaxHighlighter: Delay all highlights until first rehighlightMårten Nordheim2018-11-081-5/+5
| * Doc: Clarify what samples() returns if not explicitly setAndy Shaw2018-11-071-1/+2
| * Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
| * Modernize the "textcodec" featureLiang Qi2018-11-0754-187/+198
| * Fix memory copy in QGIFFormat::disposePrevious()Andrew Smolko2018-11-061-2/+2
| * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-052-14/+2
* | Windows QPA: Fix crash showing QSystemTrayIcon's context menu with PROCESS_DP...Friedemann Kleint2018-11-091-5/+13
|/
* eglfs_kms: initialize m_deviceListenerSamuli Piippo2018-10-311-0/+1
* Don't create an offscreen surface when not on the GUI threadAndy Nichols2018-10-301-12/+21
* Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
* xcb: Don't get initial screen rotationBłażej Szczygieł2018-10-292-8/+1
* Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
* Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
* [cocoa] Disable offline renderers for dual AMD FirePro GPUMichael Brüning2018-10-231-1/+7
* Fix stylesheet example for QLineEdit:read-only code exampleArnaud Bienner2018-10-221-0/+1
* OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0Giuseppe D'Angelo2018-10-192-3/+25
* QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
* Upgrade PCRE2 to 10.32Giuseppe D'Angelo2018-10-1835-4067/+4892
* QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
* Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
* Fix enum passed to QFontDatabase::findFontAllan Sandfeld Jensen2018-10-162-3/+3
* Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
* Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-122-43/+9
* Modernize the "mimetype" featureLiang Qi2018-10-1229-67/+47
* Modernize the "codecs" featureLiang Qi2018-10-128-24/+19
* Modernize the "big_codecs" featureLiang Qi2018-10-1216-68/+35
* Modernize the "animation" featureLiang Qi2018-10-1253-198/+145
* Update bundled libpng to version 1.6.35Eirik Aavitsland2018-10-1227-1168/+1218
* Only use a translucent background if there is support for alphaAndy Shaw2018-10-121-2/+4
* Use native visual ID when creating GBM surfaces for KMSPaul Olav Tvete2018-10-123-6/+22
* Ssl: Fix contrived crash when calling resumeMårten Nordheim2018-10-101-0/+4
* Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-091-13288/+13692
* [macOS] Fix position of sheets when using unifiedTitleAndToolBarOnMacAlexandru Croitor2018-10-081-0/+8
* Fix DejaVu fonts URLSergio Martins2018-10-061-1/+1
* Fix ICE on QNX 6.6Sergio Martins2018-10-051-1/+1
* Doc: Describe behavior of QSslConfiguration::caCertificates() on iOSLeena Miettinen2018-10-041-0/+4
* Windows QPA: Fix WM_NCHITTEST not being sent to QAbstractNativeEventFilterFriedemann Kleint2018-10-021-1/+0
* Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
* Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* zlib: Fix spelling of licenseKai Koehne2018-10-021-1/+1
* fix HTML subset documentation is not very readable on smaller screensAndrew O'Doherty2018-09-301-8/+6
* Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
* SSL: Don't write to closed socket or write to deallocated bufferMårten Nordheim2018-09-281-1/+6
* Android: fix log output patternLuka Modric2018-09-271-3/+1
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-2719-96/+70
* Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
* Add QT_REQUIRE_CONFIG(ssl) to pre-shared key authenticatorTimur Pocheptsov2018-09-251-0/+2