summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow: Restrict context menu trigger to the widget's rectangle.Friedemann Kleint2015-03-121-1/+2
* Add missing \since tag for the documentation for loopLevel()Andy Shaw2015-03-121-0/+1
* Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-4/+6
* eglfs_kms: Use a QByteArray for connectorNameAndrew Knight2015-03-121-10/+11
* Update strto(u)ll.c to not produce a warning with -Wcast-qualThiago Macieira2015-03-123-13/+15
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-1223-104/+106
* Make Q_ASSERT_X also check its argument for validityThiago Macieira2015-03-122-2/+1
* Silence MSVC warning about 64-bit conversion (loss of data)Thiago Macieira2015-03-121-1/+1
* QHostAddress: add IPv6 address overloads that take const dataThiago Macieira2015-03-122-6/+35
* QtNetwork: Fix const correctness in old style castsThiago Macieira2015-03-122-5/+5
* [QFontEngineFT] Use QScopedArrayPointer to auto-free the bitmap bufferKonstantin Ritt2015-03-111-21/+24
* Update bundled HarfBuzz copy to 0.9.39Konstantin Ritt2015-03-1122-639/+704
* 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