summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QTextOdfWriter: Added support for hyperlinks.Ilija Ristevski2015-11-301-0/+9
* QDnsLookup: fix grammar in a user-visible stringMarc Mutz2015-11-281-2/+2
* QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
* QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
* De-inline QFileSystemModel::fileInfo() and implement it efficientlyLars Knoll2015-11-283-3/+7
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-286-38/+34
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-2863-341/+333
* Windows: Open GL blacklist - Disable rotation for Intel HD Graphics 4000 / 5500.Friedemann Kleint2015-11-271-0/+12
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1
* QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-2/+8
* Windows Open GL blacklist: Introduce keyword "disable_rotation".Friedemann Kleint2015-11-273-5/+21
* Windows QPA: Add API for setting the application orientation preference.Friedemann Kleint2015-11-274-1/+81
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-2717-134/+449
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-2717-134/+449
| |\
| | * Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
| | * Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-241-0/+2
| | * Remove arch/qatomic_mips.h from src/corelib/arch/arch.pri.Friedemann Kleint2015-11-241-1/+0
| | * ANGLE/D3D11: Suppress keyboard handling of DXGI.Friedemann Kleint2015-11-232-1/+43
| | * If the paper value is greater than DMPAPER_LAST then it is a custom sizeAndy Shaw2015-11-231-1/+1
| | * Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
| | * Secure Transport - make it work on OS X 10.7Timur Pocheptsov2015-11-231-79/+212
| | * Secure Transport backend - make it work on OS X 10.7Timur Pocheptsov2015-11-232-13/+103
| | * Do not leak textures from the backing storesLaszlo Agocs2015-11-234-11/+51
| | * iOS: always flush spontaneous key press eventsRichard Moe Gustavsen2015-11-231-1/+1
| | * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
| | * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-143-23/+31
* | | winrt: Make error messages of QNativeSocketEngine more verbose.Friedemann Kleint2015-11-271-7/+28
* | | Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
|/ /
* | Avoid pulling in X11 headers in brcm backendLaszlo Agocs2015-11-261-0/+3
* | Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
* | Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
* | Remove O(n^2) behavior in fallbacksForFamily().Volker Krause2015-11-261-3/+7
* | Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
* | Detect NEON on AArch64Allan Sandfeld Jensen2015-11-264-7/+9
* | Fix potential division by zero.Nicolas Capens2015-11-261-1/+2
* | iOS: Add support for delivering touch pressure on iPhone 6s/6s+ devicesTor Arne Vestbø2015-11-262-6/+33
* | Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
* | QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
* | Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
* | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
* | Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
* | xcb: Don't assume creating a window will result in ConfigureNotify eventTor Arne Vestbø2015-11-242-13/+3
* | winrt: Fix text renderingMaurice Kalinowski2015-11-241-1/+2
* | Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
* | Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
* | QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
* | QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9