summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacksGatis Paeglis2018-02-242-37/+1
* doc: improve QPlatformIntegration::possibleKeys() documentationGatis Paeglis2018-02-221-4/+5
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* xcb: Fix -geometry argument for platformName with arguments or fallbacksJohan Klokkhammer Helsing2018-02-201-4/+4
* Support multiple entries in the Qt platform plugin stringJohan Klokkhammer Helsing2018-02-201-27/+40
* Add Wayland in the documentation for QGuiApplication::platformNameJohan Klokkhammer Helsing2018-02-191-0/+2
* Fix incorrect documentation for -platform, QT_QPA_PLATFORM and friendsJohan Klokkhammer Helsing2018-02-191-5/+5
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-153-3/+10
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-022-8/+30
| |\
| * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-291-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-264-11/+11
| |\ \ \
| * \ \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-242-2/+3
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-2/+3
| | |\ \ \ \
| * | | | | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-1/+7
| * | | | | | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
| |/ / / / /
| * | | | | Fix resize event flood when moving windows with High DPI scalingFriedemann Kleint2018-01-231-1/+2
| * | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-192-12/+14
| |\ \ \ \ \
* | \ \ \ \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1411-32/+59
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1411-32/+59
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-012-8/+30
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Do not allow empty selectionsBogDan Vatra2018-01-271-0/+2
| | | |_|_|/ | | |/| | |
| | * | | | Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-254-11/+11
| | | |_|/ | | |/| |
| | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
| | * | | Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
| | | |/ | | |/|
| | * | Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-2/+3
| | * | configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
| | * | configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
* | | | Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
|/ / /
* | | Fix typosJarek Kobus2018-02-133-3/+3
* | | Doc: Fix links to QFontMetrics::width() overloadsAaron Linville2018-02-131-2/+2
* | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-1017-78/+190
|\ \ \
| * | | Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
| * | | QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-036-1/+47
| * | | Support for LTTNG and ETW tracingRafael Roquetto2018-01-284-0/+31
| * | | Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
| * | | QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-263-8/+28
| * | | Improve debug formatting of QInputMethodQueryEventFriedemann Kleint2018-01-241-4/+15
* | | | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-042-0/+20
* | | | doc: Add tests of Q_CLANG_QDOCMartin Smith2018-02-032-6/+6
* | | | Skip QWSIF::WindowScreenChanged events if the screen is unchangedFriedemann Kleint2018-02-021-0/+2
|/ / /
* | | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-245-32/+11
* | | QTextItemInt: replace 0 with nullptrAnton Kudryavtsev2018-01-221-6/+18
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-12/+13
|\ \ \ | | |/ | |/|
| * | Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-162-11/+12
| |\|
| | * Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
| | * Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* | | Fix explicitly set width not being respectedIgor Mironchik2018-01-201-3/+0
* | | Use QColor(0, 0, 0, 0) to mark body text in QStaticTextIgor Mironchik2018-01-203-14/+20
* | | QFontEngine: use QStringBuilder moreAnton Kudryavtsev2018-01-181-7/+6