summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-2020-243/+644
* Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
* QTextDocument: add css-styling of table cell borders to HTML import/exportNils Jeisecke2019-08-199-29/+401
* Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
* Itemmodel tests: remove foreach usageChristian Ehrlicher2019-08-193-55/+60
* Fix escaping of additional app parameters in adb shell commandDaniel Smith2019-08-191-1/+1
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-1934-316/+74
* Get rid of QWidgetBackingStoreTrackerTor Arne Vestbø2019-08-195-156/+18
* Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
* Android: Fix env vars parsingBogDan Vatra2019-08-191-3/+3
* Fix build without features.dlopenTasuku Suzuki2019-08-192-3/+7
* Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-183-3/+19
* rhi: d3d11: Rework swapchain effect handlingLaszlo Agocs2019-08-172-43/+75
* rhi: metal: Avoid flicker due to writing an in-use Managed bufferLaszlo Agocs2019-08-171-3/+5
* CMake: Fix detection of debug_and_release for iOS simulator_and_deviceAlexandru Croitor2019-08-171-2/+2
* Add pkg-config library source to bcm_hostTasuku Suzuki2019-08-171-0/+1
* Cleanup QtWidgets animation examplesChristian Ehrlicher2019-08-1738-291/+244
* QWidgetBackingStore: clean up around dirtyOnScreenWidgetsMarc Mutz2019-08-172-50/+13
* QBezier: inline fromPoints()Marc Mutz2019-08-172-19/+2
* Fix build without features.proxymodelTasuku Suzuki2019-08-171-0/+4
* Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-163-19/+287
* QWidget: unbreak QT_NO_OPENGL buildsMarc Mutz2019-08-161-0/+2
* QWidget: replace manual memory management with unique_ptr [5/N]: extra->topextraMarc Mutz2019-08-162-6/+5
* QWidget: replace manual memory management with unique_ptr [4/N]: extra->cursMarc Mutz2019-08-162-14/+4
* QWidget: replace manual memory management with unique_ptr [3/N]: topextra->sh...Marc Mutz2019-08-162-8/+7
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-1613-27/+155
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-1613-27/+155
|/|
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-1513-27/+155
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-1513-27/+155
| |/|
| | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
| | * Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
| | * Add tst_qmake::qinstallJoerg Bornemann2019-08-143-0/+108
| | * Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-142-9/+14
| | * Include buildAbi() in the shader cache directory nameLaszlo Agocs2019-08-141-1/+2
| | * glx: Do not flood with warnings when reducing during config lookupLaszlo Agocs2019-08-141-1/+3
| | * Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
| | * Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
| | * Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
| | * Fix escaping of < and > in QMake's XML generatorJoerg Bornemann2019-08-121-3/+7
* | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-1613-11/+57
* | | Fix build without features.shortcutTasuku Suzuki2019-08-151-0/+2
* | | syncqt: Fix to work correctly when the line endings are LF in Win-msysTerunao HIROTA2019-08-151-9/+8
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-1520-28/+105405
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-1520-28/+105405
| |\| |
| | * | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-142-1/+14
| | * | Add binary compatibility files for Qt5.13.0 for QtBaseMilla Pohjanheimo2019-08-1411-0/+105327
| | * | wasm: remove clamp mode for WASM_OBJECT_FILES buildsLorn Potter2019-08-141-2/+3
| | * | QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-134-25/+54
| | * | Unix: Disable complex page ranges widget when printing to pdfAlbert Astals Cid2019-08-131-0/+5
| | * | Add Q_ENUM for QCompleter enumsVolker Krause2019-08-131-0/+2