summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * qimagescale: Get rid of the memset callIvan Komissarov2018-10-212-5/+5
| | * qdir: Fix a condition typoIvan Komissarov2018-10-211-1/+1
| | * QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
| | * qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
| | * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Qt Forward Merge Bot2018-10-2046-4128/+4963
| | |\
| | | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-2146-4128/+4963
| | | |\
| | | | * OpenSSL: force the "1.0.0" soname when loading OpenSSL 1.0Giuseppe D'Angelo2018-10-193-5/+27
| | | | * QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
| | | | * Upgrade PCRE2 to 10.32Giuseppe D'Angelo2018-10-1835-4067/+4892
| | | | * QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
| | | | * Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
| | | | * qmake: Remove the extra space before -MTAndy Shaw2018-10-171-2/+2
| | | | * Fix enum passed to QFontDatabase::findFontAllan Sandfeld Jensen2018-10-162-3/+3
| | | | * Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
| | | | * Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-122-43/+9
| | * | | itemviews: Fix a condition typoIvan Komissarov2018-10-201-1/+1
| | * | | qfilesystemengine: add missed Q_CHECK_PTRIvan Komissarov2018-10-201-0/+3
| | * | | Fix building tests with -no-guiJüri Valdmann2018-10-204-8/+10
| | |/ /
| | * | wasm: fix wheel scroll logicLorn Potter2018-10-201-2/+5
| | * | QMacStyle: fix group box for macOS MojaveTimur Pocheptsov2018-10-192-7/+63
| | * | Fix a regression in qmacstyleTimur Pocheptsov2018-10-191-2/+2
| | * | QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-192-1/+8
| | * | Update dbus header and document its provenanceEdward Welbourne2018-10-192-3/+7
| | * | Fix re-running of cmake when a qrc file changesSimon Hausmann2018-10-191-1/+1
| | * | qedidparser: Fix a condition typoMikhail Svetkin2018-10-191-1/+1
| | * | QCocoaMenuItem: ignore font hintsTimur Pocheptsov2018-10-192-17/+2
| | * | macOS: Use correct text background colorMorten Johan Sørvig2018-10-181-2/+3
| | * | wasm: disable thread configure optionMorten Johan Sørvig2018-10-181-0/+1
| | * | wasm: force static buildsMorten Johan Sørvig2018-10-181-1/+1
| | * | Windows QPA: Fix Drag&Drop from touchscreen/penAndre de la Rocha2018-10-183-10/+145
| | * | Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
| | * | Restore "Do not create instance of QPlatformIntegration for invalid displays"Gatis Paeglis2018-10-183-12/+17
| | * | Windows QPA: Fix maximizing windows without title barFriedemann Kleint2018-10-181-4/+20
| | * | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0
| | * | Windows QPA: Add helper function to obtain DPI-dependent metrics on Windows 10Friedemann Kleint2018-10-173-3/+55
| | * | doc: Update online navigation header to match http://doc.qt.io/Tor Arne Vestbø2018-10-171-51/+18
| | * | xcb: use 128 as a reference DPI for small screensMathieu Velten2018-10-171-1/+5
| | * | xcb: cleanup _MOTIF_WM_HINTS handlingGatis Paeglis2018-10-174-139/+18
| | * | Update 3rdparty valgrind headers to Valgrind 3.14.0Albert Astals Cid2018-10-172-134/+137
| | * | qreadwritelock: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-2/+2
| | * | qpainterpath: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-1/+1
| | * | Fix ANGLE build failure with mingwMiguel Costa2018-10-172-0/+489
| | * | xcb: qxcbconnection_screensGatis Paeglis2018-10-174-382/+426
| | * | xcb: qxcbconnection_basicGatis Paeglis2018-10-1714-1027/+1317
| | * | Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
| | * | Move arthurwidget based examples to new QOpenGL classesAllan Sandfeld Jensen2018-10-1718-239/+346
| | * | Fix odd test in tst_qflagsAllan Sandfeld Jensen2018-10-171-1/+1
| | * | 3rdparty/xkbcommon: update bundled version 0.4.1 -> 0.8.2Gatis Paeglis2018-10-1757-3511/+6075
| | * | QMetaEnum: fix UBAnton Kudryavtsev2018-10-172-2/+16
| | * | Create empty list only if it's needed in QMetaMethod::parameterNamesAnton Kudryavtsev2018-10-171-2/+1