summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -qt-libpng on powerpcAllan Sandfeld Jensen2018-11-021-1/+1
* Update various qt_attribution.json filesEdward Welbourne2018-11-0212-1/+26
* QMimeType: Use default key as fallback for comment() propertyGary Wang2018-11-023-3/+4
* QColorDialog: use customColorCount() instead hardcoded valueChristian Ehrlicher2018-11-021-1/+1
* Fix supportsSsl() to make it more consistentTimur Pocheptsov2018-11-023-4/+9
* QtPlatformSupport/macOS: Remove superfluous freetype inclusionFriedemann Kleint2018-11-011-6/+0
* uic: Remove remains of old Java generatorFriedemann Kleint2018-11-016-113/+13
* QtCore/Windows: Output unknown messages in hex in the debug operator for MSGFriedemann Kleint2018-11-011-1/+1
* Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
* xcb: cleanup _NET_WM_STATE handlingGatis Paeglis2018-11-012-93/+100
* xcb: move clipboard code out of QXcbConnection::processXcbEventsGatis Paeglis2018-10-314-127/+118
* xcb: remove leftover functionGatis Paeglis2018-10-311-1/+0
* Fix docJarek Kobus2018-10-311-1/+1
* QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-11/+23
* Add terminating character when sending byte arrays in FileChooser portalJan Grulich2018-10-311-2/+2
* QtCore/Windows: Add pointer messages to the debug operator for MSGFriedemann Kleint2018-10-311-0/+17
* winrt: Use SwitchToThread instead of Sleep(0)Oliver Wolff2018-10-311-4/+0
* Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
* Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
* Add since 5.11 markers to two QFile enumsAlbert Astals Cid2018-10-291-2/+2
* macOS: restore hidden popup windowsRafael Roquetto2018-10-281-2/+20
* qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
* wasm: use maintainTimers instead of processEvents for touch callbackLorn Potter2018-10-251-1/+1
* xcb: fix unresponsive mouse clicks after VT switchGatis Paeglis2018-10-254-7/+8
* Windows QPA: Fix 2-finger scroll not working with some touchpadsAndre de la Rocha2018-10-251-9/+34
* angle: Add additional information to qt_attribution.jsonOliver Wolff2018-10-251-0/+4
* macOS: Fix NSOpenGLContext view association checkTor Arne Vestbø2018-10-231-1/+2
* Windows/QPA: Fix receiving mouse clicks after double clicks in QQuickWidgetFriedemann Kleint2018-10-222-32/+10
* qtriangulator: Remove a bunch of dead codeIvan Komissarov2018-10-221-22/+8
* Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-226-12/+53
* Linux Accessibility: Fix expandable stateFrederik Gladhorn2018-10-221-0/+2
* qimagescale: Get rid of the memset callIvan Komissarov2018-10-212-5/+5
* qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
* QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
* qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-2044-4124/+4959
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-2144-4124/+4959
| |\
| | * 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
* | | itemviews: Fix a condition typoIvan Komissarov2018-10-201-1/+1
* | | qfilesystemengine: add missed Q_CHECK_PTRIvan Komissarov2018-10-201-0/+3
|/ /
* | wasm: fix wheel scroll logicLorn Potter2018-10-201-2/+5
* | QMacStyle: fix group box for macOS MojaveTimur Pocheptsov2018-10-192-7/+63
* | Fix a regression in qmacstyleTimur Pocheptsov2018-10-191-2/+2