summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-042-5/+9
* Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
* 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
* QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
* Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
* Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0
* Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
* QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
* [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
* Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
* fix MinGW ANGLE buildLiang Qi2015-11-031-1/+3
* QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4
* Fix Vista style compilation with QT_NO_ACCESSIBILITYDyami Caliri2015-10-301-2/+4
* Windows: Delay-initialize pluggable touch devices.Friedemann Kleint2015-10-285-21/+57
* Check if the session is valid before connecting to itAndy Shaw2015-10-271-2/+3
* Return early if there is no text at the offsetAndy Shaw2015-10-271-0/+8
* Fix QStorageInfo on BSD4 systemsDmitry Shachnev2015-10-271-2/+8
* fix race in ANGLE buildJoerg Bornemann2015-10-273-12/+14
* Android: auto-detect MIME type for local files to make openUrl workMartin Koller2015-10-262-5/+22
* fix growth of event queue in QWinOverlappedIoNotifier::waitFor*Joerg Bornemann2015-10-261-15/+47
* Undef HAVE_WAITID if needed constants are not definedDmitry Shachnev2015-10-261-0/+3
* Doc: Edit description of QSslSocket::AddCaCertificates()Topi Reinio2015-10-233-5/+6
* QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
* Fix QCFSocketNotifier in namespaced Qt buildsTim Blechmann2015-10-191-0/+4
* Android: Remove unused forward declaration.Christian Strømme2015-10-191-1/+0
* Android: Don't show the VK when the state is set to HIDDEN by the user.Christian Strømme2015-10-191-5/+11
* Android: Improve the way we update layout params for native views.Christian Strømme2015-10-192-6/+33
* Use Node::name if Node::logicalModuleName is empty for qml modulesAlbert Astals Cid2015-10-161-0/+3
* Merge "Merge remote-tracking branch 'origin/5.5.1' into 5.5" into refs/stagin...Liang Qi2015-10-139-67/+208
|\
| * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-139-67/+208
| |\
| | * Fix spurious socket notifications on OS X and iOSv5.5.1Alex Trotsenko2015-10-092-38/+105
| | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-063-42/+12
| | * ANGLE: Fix D3D feature level detection.Samuel Nevala2015-10-022-41/+33
| | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-023-12/+42
| | * ANGLE: Fix Windows Store D3D Trim and Level 9 requirementsAndrew Knight2015-09-294-3/+83
| | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| | * Fix QMYSQL plugin database connection setup checkSamuel Gaist2015-09-151-17/+24
| | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
* | | QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-4/+5
|/ /