summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a spec for NXP Colibri VF50/61Laszlo Agocs2016-09-102-0/+57
* Modularize the new configure system (infrastructure part)Lars Knoll2016-09-1016-276/+486
* Turn the available sql drivers into public featuresLars Knoll2016-09-103-53/+50
* minor optimization in stale file removal codeOswald Buddenhagen2016-09-101-0/+1
* Be more robust when reading the library version number from pkg-configLars Knoll2016-09-101-0/+1
* qmake: remove unused #includeMarc Mutz2016-09-091-1/+0
* 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: Add tests to blacklistMaurice Kalinowski2016-09-071-0/+8
* winrt: Differentiate between windows and winrtMaurice Kalinowski2016-09-071-1/+1
* Add BLACKLIST to builtin_testdataMaurice Kalinowski2016-09-071-0/+5
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-065-5/+22
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-06126-1192/+1397
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-05126-1192/+1397
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05124-1171/+1353
| | |\
| | | * Style sheets: detect and apply font set on QHeaderView sectionPeng Wu2016-09-041-2/+10
| | | * Fix crash when rendering to grayscale8 imagesAllan Sandfeld Jensen2016-09-031-32/+33
| | | * Ensure the fontdatabase is initialized when requesting fallbacksAllan Sandfeld Jensen2016-09-031-0/+4
| | | * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-032-2/+7
| | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-032-6/+15
| | | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03103-986/+986
| | | * Mark Apple Clang 7.x as warning-free on macOS and (also Clang 3.9) iOSJake Petroules2016-08-311-3/+3
| | | * Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
| | | * Windows QPA: Fix leaks in native file dialogsFriedemann Kleint2016-08-301-4/+9
| | | * QIcon: Set the pixmap's dpr to 1.0 if the window is also set to 1.0Andy Shaw2016-08-301-2/+5
| | | * QWin32PrintEngine: Fix uninitialized memory read of dpi_x, dpi_yFriedemann Kleint2016-08-302-3/+7
| | | * Guard against calling QWindow::requestUpdate() on non-GUI threadsTor Arne Vestbø2016-08-301-0/+3
| | | * Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-304-46/+80
| | | * Major re-write of generate_expected_output.pyEdward Welbourne2016-08-291-82/+178
| | | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-292-2/+13
| | * | Run tst_QFiledialog::widgetlessNativeDialog() lastJ-P Nurmi2016-09-041-1/+14
| | * | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8
| | * | QIcon::addFile(): Invoke QMimeDatabase when matching by suffix failsFriedemann Kleint2016-08-301-18/+22
* | | | Make TARGETED_DEVICE_FAMILY variable platform independentJake Petroules2016-09-054-6/+9
* | | | Make DEVICE_ARCHS and SIMULATOR_ARCHS variables platform independentJake Petroules2016-09-055-37/+17
|/ / /
* | | Do not force the default fontconfig configurationAllan Sandfeld Jensen2016-09-042-1/+8
* | | QTextStream: log the defect that op<< uses Latin 1Thiago Macieira2016-09-041-0/+1
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-034-11/+11
* | | Remove simulator_and_device handling for the Makefile generatorJake Petroules2016-09-037-84/+77
* | | Remove the ability to build simulator/device targets from SUBDIRS projectsJake Petroules2016-09-032-42/+0
* | | tuiotouch: clean upMarc Mutz2016-09-038-58/+53