summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Secure Transport - handle errSSLBadCert in server modeTimur Pocheptsov2015-03-122-4/+18
* Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-4/+8
* Clear backingstore for windows with alpha channel.Morten Johan Sørvig2015-03-122-0/+13
* Fix bunch of other segfaults due to null screensJan Kundrát2015-03-121-12/+35
* Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* Get CoreText style name when resolving Qt fontGabriel de Dietrich2015-03-121-11/+4
* Android: Don't show translucent system UI on top of QtEskil Abrahamsen Blomfeldt2015-03-122-1/+28
* iOS: ensure keyboard is visible, even when IM hints hasn't changedRichard Moe Gustavsen2015-03-121-17/+16
* iOS: Prepare QIOSIntegration for handling plugin optionsTor Arne Vestbø2015-03-122-13/+23
* Testlib: Fix cleanupTestCase not called when last test blacklistedRainer Keller2015-03-121-0/+3
* Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-125-20/+82
* qdoc: Bring qdoc's QML parser up to dateMartin Smith2015-03-129-324/+498
* [QFontEngineFT] Fix alphamap creation for a cached glyph with no dataKonstantin Ritt2015-03-121-1/+1
* [QFontEngineFT] Avoid caching a transformed glyph in defaultGlyphSetKonstantin Ritt2015-03-122-17/+5
* [QFontEngineFT] Move some code around to improve readabilityKonstantin Ritt2015-03-121-6/+3
* Unbreak QTextLine::glyphRuns() in a multi-threaded usage scenarioKonstantin Ritt2015-03-121-1/+2
* Fix segfault when requesting root window and there are no screensJan Kundrát2015-03-121-1/+2
* Fix quadratic behavior when parsing very large objectsLars Knoll2015-03-121-2/+4
* 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