summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-2017-47/+50
* Deprecate QSysInfo::MacVersion, QSysInfo::WindowsVersion, etcJake Petroules2016-09-202-12/+23
* QIconPrivate: Pass QIconEngine as parameter to constructorFriedemann Kleint2016-09-202-28/+16
* QTest: add debugger detection for macOSErik Verbruggen2016-09-191-0/+37
* Remove special case for Android in QSysInfo::productVersionJake Petroules2016-09-181-4/+1
* Change QSysInfo::prettyProductName() to print the codename on AndroidJake Petroules2016-09-181-5/+66
* Long live QOperatingSystemVersion!Jake Petroules2016-09-1810-237/+921
* Q(Date|Time)+::(to|from)String(): use C locale from Qt 6Edward Welbourne2016-09-161-3/+6
* Make QSslSocketPrivate::sslLibraryVersionString consistent on WindowsJake Petroules2016-09-151-7/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJake Petroules2016-09-15117-898/+4009
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-15117-898/+4009
| |\
| | * 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
| | | | * 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-031-1/+3
| | | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
| | | | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-031-1/+1
| | | | * 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
| | | | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-292-2/+13
| | | * | Fix QWindowPrivate::globalPosition() for foreign windowsFriedemann Kleint2016-08-301-2/+8