summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-014-2/+21
* Rename ANGLE libs in order to not conflict with other ANGLE libsJan Arve Saether2015-12-0111-24/+47
* Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
* msvc: Introduce base config file for all targetsMaurice Kalinowski2015-11-306-49/+65
* make force_independent live up to its nameOswald Buddenhagen2015-11-301-6/+5
* Don't use QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2015-11-301-1/+2
* Doc: Fortune Server Example: fix typo in function nameTopi Reinio2015-11-301-1/+1
* Don't use QList<QPair>Lars Knoll2015-11-305-12/+12
* Use natural comparison also for the file typesLars Knoll2015-11-301-1/+1
* Use QCollator for sorting in the filesystem modelLars Knoll2015-11-302-160/+11
* Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-302-3/+16
* Doc: Omit default argument in describing a function callTopi Reinio2015-11-301-1/+1
* Doc: Update the list of highlighted examplesTopi Reinio2015-11-301-1/+6
* Doc: Add ordered list-specific stylesVenugopal Shivashankar2015-11-302-2/+27
* Enable AArch64 versions of ARGB32 NEON drawhelpersAllan Sandfeld Jensen2015-11-303-25/+99
* Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
* Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
* Ignore Q_SERIALBUS_EXPORT and Q_DECL_EQ_DEFAULT in qdocAlex Blasche2015-11-301-0/+2
* Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
* Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
* 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-272-1/+31
* tst_QItemModel: Use a QTemporaryDir for test data of QDirModel.Friedemann Kleint2015-11-271-26/+17
* QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-272-2/+64
* 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
* Clean up tst_qlabelMarc Mutz2015-11-271-22/+6
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-2718-134/+458
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-2718-134/+458
| |\
| | * Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
| | * Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-242-0/+11
| | * 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
* | | Remove duplicated header iteration codeJoerg Bornemann2015-11-271-37/+3
* | | Factor header check out into a separate functionJoerg Bornemann2015-11-271-65/+70