summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build of forkfd_qt.cpp on FreeBSDAlex Richardson2015-03-152-2/+2
* QString: Don't force unrolling of the tail loop if optimizing for sizeThiago Macieira2015-03-151-7/+7
* QNativeSocketEngine: merge the get/setsockopt level constantsThiago Macieira2015-03-152-207/+151
* eglfs: Report the QScreen refresh rate from eglfsLaszlo Agocs2015-03-148-0/+49
* qdoc: ignores .pragma and .import in javascript filesMartin Smith2015-03-143-12/+23
* Please valgrind by not accessing uninitialized memoryAllan Sandfeld Jensen2015-03-141-2/+3
* Disable DSA on RadeonLaszlo Agocs2015-03-141-2/+10
* linuxfb: Add support for QCursor::setPos()Laszlo Agocs2015-03-142-9/+24
* Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-149-10/+74
* forkfd: make only one of forkfd or spawnfd be compiledThiago Macieira2015-03-142-2/+11
* eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-147-3/+69
* IPv6 scope IDs are unsignedThiago Macieira2015-03-143-3/+3
* QNativeSocketEngine: merge duplicated code for sin6_scope_idThiago Macieira2015-03-141-29/+18
* QFileIconEngine: Use closest area when resolving the actual sizeGabriel de Dietrich2015-03-141-5/+19
* Don't use QFileIconEngine if the platform theme won't support itGabriel de Dietrich2015-03-141-0/+11
* Introduce src/3rdparty/freetype.pri for better maintenanceKonstantin Ritt2015-03-143-132/+70
* Fix page size selection in QPageSetupDialogJoni Poikelin2015-03-131-2/+2
* QVariant: Fix wrong return type in toPersistentModelIndex()Gabriel de Dietrich2015-03-122-2/+2
* Windows: Introduce delayed population to the FreeType font database.Friedemann Kleint2015-03-122-64/+148
* xcb: Add support for obtaining default xcb connectionJan Kundrát2015-03-122-0/+10
* Make sure we also treat QAbstractSocket::AnyIPProtocol as IPv6Thiago Macieira2015-03-122-14/+14
* Fix build with QT_NO_CURSORAndrew Knight2015-03-121-2/+2
* eglfs: don't build the cursor atlas when QT_NO_CURSOR is definedAndrew Knight2015-03-122-1/+3
* QtWidgets: don't set Qt::WA_OutsideWSRange for 0-sized non-windowsUlf Hermann2015-03-121-8/+10
* qdoc: Show correct method signatures for QML typesMartin Smith2015-03-125-0/+203
* 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