summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | QWidget: replace manual memory management with unique_ptr [2/N]: topextra->iconMarc Mutz2019-08-142-5/+6
* | | | QWidget: replace manual memory management with unique_ptr [1/N]: widgetTexturesMarc Mutz2019-08-143-14/+17
|/ / /
* | | Fix build without features.groupboxTasuku Suzuki2019-08-151-0/+2
* | | QFileSystemModel: Add optionsFriedemann Kleint2019-08-143-2/+126
* | | rhi: gl: also enable point sprites on non-ESLaszlo Agocs2019-08-141-2/+7
* | | rhi: gl: Fix broken bgra textures on GLESLaszlo Agocs2019-08-141-3/+4
* | | rhi: gl: remove useless npot checksLaszlo Agocs2019-08-143-49/+12
* | | rhi: Avoid generating gl errors in ES 2.0 contextsLaszlo Agocs2019-08-142-5/+13
* | | Enable /OPT:REF explicitly for MSVCYuhang Zhao2019-08-142-3/+1
* | | QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-137-9/+124
* | | eglfs: Drop annoying warnings without drm atomicLaszlo Agocs2019-08-131-13/+16
* | | Remove extra semicolon from QConcatenable<const char16_t *>::sizeMichael BrĂ¼ning2019-08-131-1/+1
* | | QFileInfoGatherer: Make it possible to turn off file watchingFriedemann Kleint2019-08-132-30/+107