summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
* Doc: fix wrong link to the example snippet in QApplication classAlexey Safronov2018-01-251-1/+1
* QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
* Update bundled libjpeg-turbo to version 1.5.3André Klitzing2018-01-256-9/+76
* Cocoa: Make dialogs non-resizable againMorten Johan Sørvig2018-01-251-2/+3
* MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-247-7/+7
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2428-68/+83
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2428-68/+83
| |\
| | * Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-12/+2
| | * glx: Avoid losing the stereo flag in QSurfaceFormatLaszlo Agocs2018-01-231-0/+4
| | * QStyleSheetsStyle: Avoid possible division by zeroGabriel de Dietrich2018-01-221-2/+3
| | * QFusionStyle: Set alpha on color before creating penGabriel de Dietrich2018-01-221-5/+3
| | * Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
| | * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2020-39/+43
| | * Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
| | * Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
* | | QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-245-1/+13
* | | Windows QPA: Suppress bogus resize events when using native menusFriedemann Kleint2018-01-243-4/+9
* | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-1/+7
* | | Don't set no_clang_integrated_as for the disabled pixman asm on clang/mingwMartin Storsjö2018-01-241-1/+1
|/ /
* | pcre2: Disable JIT on windows on arm/arm64Martin Storsjö2018-01-231-0/+2
* | Fix resize event flood when moving windows with High DPI scalingFriedemann Kleint2018-01-231-1/+2
* | Fix -developer-build due to missing Q_DECL_OVERRIDEJeremy LUGAGNE2018-01-221-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2012-28/+55
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-1912-28/+55
| |\|
| | * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-194-9/+13
| | * Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| | * configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
| | * configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
| | * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
| | * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-181-5/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-5/+3
| | | |\
| | | | * QMacStyle: Revert state changes for PE_IndicatorMenuCheckMarkv5.9.4Gabriel de Dietrich2018-01-161-5/+3
| | * | | gtk3: Disable native file dialogs on GTK3 < 3.15.5Frank Richter2018-01-182-1/+18
| | * | | QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
| | |/ /
| | * | QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
| | * | QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
* | | | QNativeSocketEngine: fix typo in warning messageAlex Trotsenko2018-01-201-1/+1
|/ / /
* | | Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
* | | Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
* | | Fix gcc 8 string-op-truncation warningAllan Sandfeld Jensen2018-01-181-1/+1
* | | Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
* | | Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-185-0/+20
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-1621-12875/+13352
|\| |
| * | Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| * | Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
| * | Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
| * | Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| * | Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
| * | Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-1114-12845/+13303
| |\|