summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * QStyleHelper::uniqueName(): Improve palette pixmap cache keyFriedemann Kleint2016-11-081-1/+21
| | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-086-38/+56
| | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-082-1/+7
| | | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-089-0/+48
| | | * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
| | | * winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
| | | * winrt: Proper guarding by readMutexOliver Wolff2016-11-082-4/+19
| | | * iOS: fix 'incompatible pointer type' compiler warningRichard Moe Gustavsen2016-11-071-1/+1
| | * | winrt: Fix definition of GL_GLEXT_PROTOTYPES in qwinrtbackingstoreOliver Wolff2016-11-141-0/+1
| | * | Fix EGL break on Debian X32Laszlo Agocs2016-11-081-1/+1
* | | | Doc: Mention qtmain library in Qt Core overviewKai Koehne2016-11-161-0/+5
* | | | winrt: Check for sanity of variables in debug buildMaurice Kalinowski2016-11-161-0/+6
* | | | Cocoa Dialog Helpers: Refactor OK-Cancel buttons viewGabriel de Dietrich2016-11-164-219/+163
|/ / /
* | | re-arrange QLibraryInfo::rawLocation() for comprehensibilityOswald Buddenhagen2016-11-151-32/+39
* | | qmake: don't look for qrc-based qt.confOswald Buddenhagen2016-11-151-4/+4
* | | fix directfb buildOswald Buddenhagen2016-11-151-1/+1
* | | Improve error offset in JSON parsingAllan Sandfeld Jensen2016-11-151-1/+14
* | | Fix image format conversionLars Knoll2016-11-151-1/+1
* | | Fixes for findVersionDirectivePosition()Lars Knoll2016-11-151-35/+46
* | | Clean up some conditions in our pro filesLars Knoll2016-11-143-4/+4
* | | Freetype: Disable outline drawing when drawing to pixmap cacheEskil Abrahamsen Blomfeldt2016-11-142-11/+13
* | | Freetype: Fix device pixel ratio with large fontsEskil Abrahamsen Blomfeldt2016-11-141-39/+52
* | | Disable PCH for qdrawhelper.cpp with GCC 5Allan Sandfeld Jensen2016-11-121-0/+6
* | | Unbreak a couple of configurationsLars Knoll2016-11-114-8/+26
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-109-34/+29
* | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-7/+7
* | | Move WinRT font database to QtFontDatabaseSupportGabriel de Dietrich2016-11-096-5/+29
* | | fix build with -qt-xcbOswald Buddenhagen2016-11-091-1/+1
* | | Remove a few unnecessary recalculations of hashAllan Sandfeld Jensen2016-11-091-4/+3
* | | Make QT_NO_HIGHDPI a proper featurePaul Olav Tvete2016-11-091-0/+6
* | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-094-4/+4
* | | winrt: Switch default screen image formatMaurice Kalinowski2016-11-091-1/+1
* | | Avoid clang warnings about unused return valuesLars Knoll2016-11-091-2/+2
* | | Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-092-21/+22
* | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-094-22/+6
* | | Fix compiler warning/error with clang 3.6Lars Knoll2016-11-081-1/+1
* | | Direct2D QPA: Add #include directives for MinGWFriedemann Kleint2016-11-081-0/+7
* | | Replace custom type traits with std one'sKai Koehne2016-11-0823-503/+55
* | | QStandardPaths: Do not check whether path exists (Windows)Kai Koehne2016-11-081-1/+1
* | | QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-082-51/+31
* | | MinGW: Explicitly define NTDDI_VERSIONKai Koehne2016-11-081-0/+3
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-0814-71/+144
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0814-71/+144
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-0415-69/+141
| | |\|
| | | * Fix OOM crashes for huge json documentsLars Knoll2016-11-042-7/+76
| | | * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2
| | | * Fix GCC warning about ODR violationThiago Macieira2016-11-031-3/+3
| | | * Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
| | | * Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-11-022-4/+7
| | | * winrt: Fixed assignment of readOrigin in readDatagramOliver Wolff2016-11-021-1/+1