summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32
* QFontEngineFT: Optimize format convertion code with template magicKonstantin Ritt2015-11-161-16/+38
* QFontEngineFT: Revise the legacy LCD filter implementationKonstantin Ritt2015-11-161-22/+15
* Fix falsely reported style for fallback fontEskil Abrahamsen Blomfeldt2015-11-161-1/+4
* OS X: Don't forward key events to popup window if it's a tooltipTor Arne Vestbø2015-11-161-2/+4
* Compile minimalegl QPA plugin on Windows/WinRT.Friedemann Kleint2015-11-141-1/+40
* Windows: Move GUI event dispatcher to QtPlatformSupport.Friedemann Kleint2015-11-148-39/+50
* Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
* Windows/Direct2D: Handle screen changes after window creation.Friedemann Kleint2015-11-135-19/+32
* QFontEngineFT: Minor optimization to convertGRAYToARGB()Konstantin Ritt2015-11-131-6/+9
* QTextEngine: Apply CoreText specific post-processing for QFE::Mac onlyKonstantin Ritt2015-11-131-13/+14
* QTextEngine: Do not disable graphite2 HB shaper backendKonstantin Ritt2015-11-131-15/+14
* QFontEngine: Check for AAT support only with HB-NGKonstantin Ritt2015-11-131-5/+3
* QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-17/+15
* Introduce png_dependency.priKonstantin Ritt2015-11-132-6/+7
* Doc: corrected error in doc static pluginsNico Vertriest2015-11-131-3/+3
* Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-133-11/+23
* Document performance of QMutexOlivier Goffart2015-11-131-0/+7
* Docs: Add a note clarifying that Q_MOVABLE_TYPE is not about move semanticsOlivier Goffart2015-11-131-1/+2
* move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-134-16/+18
* JSON: Fix MSVC2013 warningsOrgad Shaneh2015-11-132-4/+4
* Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-125-8/+9
* Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-126-87/+85
* Eliminate duplicate "between"Edward Welbourne2015-11-121-2/+3
* winrt: Make dialog and window behave similarly.Samuel Nevala2015-11-122-2/+4
* winrt: Clean up QNativeSocketEngineOliver Wolff2015-11-121-110/+112
* Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
* iOS: only force-finish start-up from file engine when on main threadRichard Moe Gustavsen2015-11-091-14/+26
* winrt: Fix filedialog show on Windows 10Maurice Kalinowski2015-11-091-27/+44
* winrt: Also list current profile in QNetworkInterface::allInterfacesOliver Wolff2015-11-091-52/+94
* winrt: Enable generic bearer management pluginOliver Wolff2015-11-093-4/+102
* QNativeSocketEngine: fix build in debug mode under UnixAlex Trotsenko2015-11-091-4/+7
* Make UnknownAccessibility not block requestsLorn Potter2015-11-062-2/+3
* Testlib: Replace linked lists in QTestTablePrivate by std::vector.Friedemann Kleint2015-11-061-122/+39
* Set private inline QRgba64 methods always inlineAllan Sandfeld Jensen2015-11-061-6/+6
* Fix build of PostgreSQL plugin with -Werror on Windows/64bit.Friedemann Kleint2015-11-061-1/+1
* Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
* QWindowsEGLContext: Fix overly specific EGL include path.Friedemann Kleint2015-11-051-1/+1
* Mark qt_from_latin1() as nothrowMarc Mutz2015-11-052-2/+2
* QUtf8: remove an unused variableMarc Mutz2015-11-051-2/+1
* Re-generate Unicode data tablesKonstantin Ritt2015-11-052-5115/+5891
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-055-28/+71
* Cocoa integration - do not send move events while in -draggingUpdated:Timur Pocheptsov2015-11-042-1/+10
* QWindows*Style: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-045-54/+34
* [docs] QVector: don't scare people away from reserve()Marc Mutz2015-11-041-9/+18
* QMacStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-37/+28
* QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-046-78/+60
* QtConcurrent: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-11-042-2/+2
* Windows: Use logical DPI to activate High DPI scaling.Friedemann Kleint2015-11-041-2/+5
* Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-4/+6