summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdpartyKonstantin Ritt2015-03-112-1/+1
* Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-112-7/+4
* windows: Introduce a built-in GPU blacklistLaszlo Agocs2015-03-117-35/+91
* QShortCut: Check whether the menu is QPA-disabledGabriel de Dietrich2015-03-114-3/+15
* Use own QIconEngine in QFileIconProviderGabriel de Dietrich2015-03-113-50/+90
* Doc: Json classes added to list of implic.shared classesNico Vertriest2015-03-115-0/+5
* Clarify limitations of QCoreApplication::libraryPaths()Ulf Hermann2015-03-111-5/+16
* QScreen availableGeometryChanged signal: emit correct valueShawn Rutledge2015-03-111-1/+1
* Enhance EGL_CONTEXT_LOST checksLaszlo Agocs2015-03-115-13/+30
* Gui: Fix compilation with QT_NO_OPENGLKai Koehne2015-03-111-0/+7
* Clean up QLibraryInfoPrivate::findConfiguration()Ulf Hermann2015-03-111-22/+22
* Doc: corrected snippet issue in Defining Plugins docNico Vertriest2015-03-112-2/+3
* Doc: QDataStream Serializing doc errorNico Vertriest2015-03-111-2/+12
* QGtkStyle: identify QtQuick.Controls.GroupBox as QAccessible::GroupingJ-P Nurmi2015-03-111-0/+7
* xcb: another QXcbScreen null pointer checkShawn Rutledge2015-03-111-0/+2
* CMake: Fix regression with quoted OPTIONS parameterAndré Klitzing2015-03-111-1/+1
* Windows: Only set the touch flags if the window is not already registeredAndy Shaw2015-03-113-2/+11
* Improve handling of XRandR events in XCB backendDaniel Vrátil2015-03-114-136/+320
* QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
* QTest: Print hex instead of octal for QByteArray QCOMPARE failuresThiago Macieira2015-03-111-6/+25
* Fix const correctness in HarfbuzzThiago Macieira2015-03-111-2/+2
* QtSql: Fix const correctness in old style castsThiago Macieira2015-03-112-22/+22
* qdoc: Fix const correctness in old style castsThiago Macieira2015-03-115-29/+29
* QtXml: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* QtDBus: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
* Simplify calculation of week numberLars Knoll2015-03-101-50/+17
* CF event dispatcher: Decide if eventsProcessed before breaking out of loopTor Arne Vestbø2015-03-101-4/+4
* iOS: Only use root level native runloop if at first level of processEventsTor Arne Vestbø2015-03-102-13/+9
* iOS: Handle an QIOSViewController outliving its related QIOSScreenTor Arne Vestbø2015-03-101-1/+1
* Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-109-90/+321
* Detect qt.conf in bundle on OSX without QCoreApplicationUlf Hermann2015-03-101-2/+4
* Reload QLibraryInfo's settings when QCoreApplication becomes availableUlf Hermann2015-03-101-2/+21
* QIODevice: Fix some 64-bit issuesAlex Trotsenko2015-03-101-38/+38
* QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-3/+7
* Avoid detaching pixmaps when it has not changedDavid Edmundson2015-03-092-0/+7
* Add missing flush for multisampled QOpenGLWidgetLaszlo Agocs2015-03-091-0/+1
* Fix design metrics for text on WindowsEskil Abrahamsen Blomfeldt2015-03-091-3/+3
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-096-7/+7
* [QFontEngineFT] Use FT_Library associated with a given faceKonstantin Ritt2015-03-091-5/+3
* (Re)introduce loopLevel into QThreadAndy Shaw2015-03-092-0/+14
* Add joystick/gamepad recognition to device discoveryLaszlo Agocs2015-03-093-55/+37
* eglfs_kms: remove deprecated QString usesAndrew Knight2015-03-091-9/+9
* Doc: removed invalid warning about Qt stylesheetsNico Vertriest2015-03-091-2/+0
* Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* Doc: corrected doc QString::operator[]Nico Vertriest2015-03-091-2/+2
* Android: don't assume a stationary touchpoint unless all history agreesShawn Rutledge2015-03-091-5/+7
* Windows printing: Add more error reporting.Friedemann Kleint2015-03-092-11/+36
* Fix NTLM possible data corruptionThiago Macieira2015-03-071-1/+1
* QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1