summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix namespaced build on iOSJake Petroules2016-09-2019-24/+58
* Add AVX2 versions of the fast blending functionsAllan Sandfeld Jensen2016-09-183-10/+340
* macOS: Implement QCocoaBackingStore in terms of QRasterBackingStoreTor Arne Vestbø2016-09-186-86/+35
* iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-183-0/+39
* macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-184-132/+141
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-1813-141/+168
* macOS: Remove unused function qt_mac_QRegionToHIMutableShapeTor Arne Vestbø2016-09-182-13/+0
* Add QStringList::join(QLatin1String) overloadMarc Mutz2016-09-182-7/+40
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-1712-541/+415
* QSqlRelation: mark shared-come-qt6Marc Mutz2016-09-171-1/+12
* Change some #elif to #endif / #if in qcompilerdetection.hThiago Macieira2016-09-161-2/+4
* Correct the C++ standard references in QMutex functionsThiago Macieira2016-09-161-3/+3
* Add a QT_REQUIRE_CONFIG(feature) macroLars Knoll2016-09-161-0/+1
* Say hello to Android 6+ permissions modelBogDan Vatra2016-09-166-7/+158
* Fix out of source builds on windowsMaurice Kalinowski2016-09-163-3/+3
* moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-161-3/+3
* DirectWrite: Fix embedding fonts in PDFEskil Abrahamsen Blomfeldt2016-09-162-0/+92
* Bring back QSysInfo enumeration values for Windows CEFriedemann Kleint2016-09-162-1/+13
* QtConcurrent: use QDeadlineTimer to get the clock tickThiago Macieira2016-09-152-77/+2
* Nitpick: fix style in QtCore code added since 5.7Thiago Macieira2016-09-151-1/+2
* API Review: Don't reorder existing enum valuesSune Vuorela2016-09-151-2/+2
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-1518-29/+31
* Silence warning from syncqtUlf Hermann2016-09-151-1/+1
* winrt: Fix initialization of input contextMaurice Kalinowski2016-09-151-17/+18
* Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-157-23/+12
* Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+12
* Minimize register conversions in NEON optimizationAllan Sandfeld Jensen2016-09-151-38/+29
* don't complain about missing QPA plugin on androidOswald Buddenhagen2016-09-151-1/+1
* make the style listing in the configure summary less weirdOswald Buddenhagen2016-09-151-6/+6
* Convert the old feature systemLars Knoll2016-09-1512-15/+955
* Make things compile with the printer feature disabledLars Knoll2016-09-156-1/+14
* rename description => label in configure.jsonOswald Buddenhagen2016-09-156-216/+216
* Modularize configure.json/.priLars Knoll2016-09-1541-7/+2110
* xcb: Remove unused NoFontHinting hintAlexander Volkov2016-09-124-8/+0
* Fix Linux build without XINPUT2Allan Sandfeld Jensen2016-09-121-0/+4
* winrt: Report system languages for QLocale::uiLanguagesMaurice Kalinowski2016-09-111-36/+8
* winrt: Fix display of tooltipsMaurice Kalinowski2016-09-112-10/+31
* Fix missing GL function protos with newer GLES headersLaszlo Agocs2016-09-101-3/+4
* Turn the available sql drivers into public featuresLars Knoll2016-09-101-9/+9
* Optimize Q_FOREACH for rvaluesMarc Mutz2016-09-091-3/+4
* Make blendPixel function generalAllan Sandfeld Jensen2016-09-093-29/+20
* Minor improvements to bilinear filteringAllan Sandfeld Jensen2016-09-091-24/+28
* winrt: Make sure that cursor is visible when virtual keyboard is shownOliver Wolff2016-09-075-6/+69
* winrt: Use ComPtrs in input contextOliver Wolff2016-09-071-4/+3
* winrt: Fix build without SSL supportMaurice Kalinowski2016-09-071-0/+2
* winrt: Differentiate between windows and winrtMaurice Kalinowski2016-09-071-1/+1
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-1/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-0519-117/+203
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-0518-97/+173
| |\
| | * Style sheets: detect and apply font set on QHeaderView sectionPeng Wu2016-09-041-2/+10