summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-043-1/+19
* forkfd: Only enable pipe2 on FreeBSD >= 10.0.Raphael Kubo da Costa2016-01-031-1/+1
* forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
* forkfd: Define __BSD_VISIBLE and _NETBSD_SOURCE.Raphael Kubo da Costa2015-12-271-0/+2
* QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-1/+2
* QSystemTrayIcon: Fix double connection with qpa.Christian Kamm2015-12-221-0/+4
* QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
* Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
* Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+6
* Fix extract style on Android 6.0BogDan Vatra2015-12-181-2/+5
* Fix XI2 smooth scroll with inverted directionMaxim Mikityanskiy2015-12-171-0/+4
* Update bundled libpng to version 1.6.19Joerg Bornemann2015-12-1725-2120/+1612
* The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
* Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
* Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
* Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* PostgreSQL: Fix memory leak in QPSQLDriverPrivate::getPSQLVersion()Vincas Dargis2015-12-121-0/+1
* QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
* Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
* Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
* Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
* Remove additional copyright noticeRainer Keller2015-12-102-20/+0
* doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
* Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
* 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