summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-12-1143-430/+1087
|\
| * Update minimum HarfBuzz version to 2.4.0Peter Varga2020-12-081-2/+2
| * Fix building against 5.12 on most CIsAllan Sandfeld Jensen2020-12-087-4/+26
| * Add QtZlib as static dependencyMichal Klocek2020-12-083-1/+17
| * Update ChromiumMichal Klocek2020-12-081-0/+0
| * Add qt static deps when doing static buildMichal Klocek2020-12-083-0/+56
| * Stabilize load signals emittingTamas Zakor2020-12-0311-50/+229
| * Fix handling of more than one finger for touch eventKirill Burtsev2020-12-022-34/+107
| * Forward modifier flags for lock keysPeter Varga2020-12-021-1/+25
| * QtPdf: Fix for loading local .pdf files on WindowsMiika Pernu2020-12-011-1/+1
| * Set custom headers from QWebEngineUrlRequestInfo before triggering redirectKirill Burtsev2020-12-014-45/+80
| * Touch handling: fix mapped ids cleanup for TouchCancel eventKirill Burtsev2020-11-282-25/+26
| * Touch handling: provide id mapping without modifying TouchPoint instanceKirill Burtsev2020-11-282-40/+37
| * Use the module's version number for QtWebEngineProcessNils Jeisecke2020-11-271-2/+2
| * Look for resources in macOS standard Resources dirKeith Kyzivat2020-11-251-0/+2
| * Merge remote-tracking branch 'origin/5.15.2' into 5.15Allan Sandfeld Jensen2020-11-246-17/+29
| |\
| | * Fix opengl headers inclusion issuesv5.15.2Michal Klocek2020-11-091-12/+2
| | * Update ChromiumAllan Sandfeld Jensen2020-11-042-1/+6
| | * Do not set audio device for desktop capture if audio loopback is unsupportedPeter Varga2020-11-032-3/+12
| | * Update ChromiumMichael BrĂ¼ning2020-10-291-0/+0
| | * Fix tst_QWebEngineView flaky IME testsTamas Zakor2020-10-291-0/+9
| | * Add changes file for Qt 5.15.2Antti Kokko2020-10-291-0/+82
| * | Fix rare duplicate ids forming in touch point id's mappingKirill Burtsev2020-11-181-1/+7
| * | Add touch input tests for scrolling and pinch zoomingKirill Burtsev2020-11-181-1/+93
| * | Move touch input tests to separate testcaseKirill Burtsev2020-11-185-209/+242
| * | Fix flaky tst_QWebEngineView::textSelectionOutOfInputField testTamas Zakor2020-11-102-3/+3
| * | Fix getDefaultScreenId on X11Peter Varga2020-11-101-14/+64
| * | Fix new view request handlingTamas Zakor2020-11-107-8/+50
| * | Revert "Fix QtWebEngineProcess.exe build on windows to include version resour...Nils Jeisecke2020-11-061-3/+0
| * | Update changes file for 5.12.10Michael BrĂ¼ning2020-11-051-1/+5
| * | Fix QtWebEngineProcess.exe build on windows to include version resourcesNils Jeisecke2020-11-021-0/+3
* | | Clone QEvents instead of copyingPeter Varga2020-12-104-20/+31
* | | Fix compilation with newer devMichal Klocek2020-12-103-6/+6
* | | Update dependencies on 'dev' in qt/qtwebengineAllan Sandfeld Jensen2020-12-103-4/+7
* | | QtPdf: Fix for loading local .pdf files on WindowsMiika Pernu2020-12-011-1/+1
* | | Use the module's version number for QtWebEngineProcessNils Jeisecke2020-11-261-2/+2
* | | Move QWebEnginePage to coreMichal Klocek2020-11-2411-21/+19
* | | Move PrinterWorker to coreMichal Klocek2020-11-246-22/+18
* | | Move QWebEngineHistory to coreMichal Klocek2020-11-247-81/+85
* | | Drop dependency on QApplication in pageMichal Klocek2020-11-241-4/+4
* | | Drop dependency on QWebEngineView in pageMichal Klocek2020-11-246-47/+203
* | | Move default notification presenter setter to viewMichal Klocek2020-11-242-3/+5
* | | Move styled icons from page to viewMichal Klocek2020-11-233-10/+29
* | | Swap widgetCahgned with adapterClientChangedMichal Klocek2020-11-2312-20/+21
* | | Move page's view and widget bindings to viewMichal Klocek2020-11-207-97/+102
* | | Remove qwebengineview setter from qwebenginepageMichal Klocek2020-11-2011-157/+193
* | | Move dialogs from view to pageMichal Klocek2020-11-203-119/+175
* | | Move client certificate selection to coreMichal Klocek2020-11-205-7/+7
* | | Remove deprecated url interoceptor setter from profileMichal Klocek2020-11-205-183/+35
* | | Move profile from widgets to coreMichal Klocek2020-11-2011-17/+15