summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-4/+2
* Offscreen: Protect against the QT_NO_CURSOR define for changeCursorAndy Shaw2015-10-111-2/+2
* QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-072-8/+64
* qprintengine_win.cpp: Check access to members of DOCINFO in warning.Friedemann Kleint2015-09-291-3/+4
* clean up QWindowsPipeWriter I/O error handlingJoerg Bornemann2015-09-291-7/+8
* QWindowsPipeWriter: clean up OVERLAPPED resource handlingJoerg Bornemann2015-09-291-8/+31
* Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
* Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
* Network: Use QFile::encodeName for POSIX paths instead of toLatin1Dāvis Mosāns2015-09-272-14/+15
* Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-262-24/+60
* Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-266-3/+45
* Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
* QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* Free the QFreeList object allocated memory on exitjian liang2015-09-221-4/+11
* Doc: update QFileDialog::setSideBarUrls code snippetSamuel Gaist2015-09-222-2/+2
* QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
* QNativeSocketEngine: fix SO_REUSEPORT problems on LinuxAlexander Rössler2015-09-221-1/+1
* Fix two data races in QThread/QThreadDataDavid Faure2015-09-227-14/+14
* Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* QFileDialog: preserve window state after delayed widget dialog creationRichard Moe Gustavsen2015-09-221-1/+9
* fix error messageJoerg Bornemann2015-09-221-1/+1
* Fix detection of uClibc version numbersThiago Macieira2015-09-211-2/+2
* Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
* Fix compilation with QT_NO_[DEBUG|WARNING]_OUTPUTKai Koehne2015-09-212-2/+8
* Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* Fix regression with QStandardPaths::standardLocations on WindowsJoni Poikelin2015-09-171-1/+1
* Fixed compilation errors in qatomic_ia64.hÉmeric MASCHINO2015-09-121-4/+4
* QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
* Force GLES 2.0 on Android 4.2 devices reporting 3.0Laszlo Agocs2015-09-101-0/+12
* Windows socket engine: do not discard datagram on critical failureAlex Trotsenko2015-09-101-16/+21
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-103-79/+80
* QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-9/+3
* iOS: silence compiler warning about unimplemented 'selectionRectsForRange'Richard Moe Gustavsen2015-09-101-0/+9
* Fix hang in qnam when disconnectingLorn Potter2015-09-074-0/+34
* Do not install headers for private classesFrederik Gladhorn2015-09-0715-19/+96
* Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
* Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-063-7/+8
* Android: Don't use predictive text when selecting file namesBogDan Vatra2015-09-061-0/+3
* Fix compilation with QNETWORKACCESSHTTPBACKEND_DEBUG enabledDavid Faure2015-09-041-2/+2
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-044-45/+68
* QMimeType: add KDAB copyright to the code I contributed a lot to.David Faure2015-09-047-0/+7
* Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
* iOS: filter responder actions from menu syncRichard Moe Gustavsen2015-09-041-1/+1
* iOS: compose key events from QKeySequencesRichard Moe Gustavsen2015-09-041-10/+18
* qprintdialog_unix: small optimization, no need to extract a substringDavid Faure2015-09-041-1/+1
* forkfd: fix _POSIX_SPAWN feature checkLouai Al-Khanji2015-09-042-3/+3
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-0414-21/+17
* Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11