summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-04-1145-133/+522
|\
| * Update ChromiumJoerg Bornemann2016-04-071-0/+0
| * Revision DownloadItem.mimeTypeKai Koehne2016-04-051-0/+1
| * Register qrc as local after blink initialization.Michael BrĂ¼ning2016-04-052-3/+20
| * Update ChromiumAllan Sandfeld Jensen2016-04-051-0/+0
| * Doc: WebEngine does not support Chromium extensionsLeena Miettinen2016-04-053-0/+6
| * Add missing revision tag to the mimeTypeChanged signalAdam Kallai2016-04-051-1/+1
| * Implement CheckMediaAccessPermissionAllan Sandfeld Jensen2016-04-057-0/+35
| * Fix trying to open multiple windows if not supportedGiulio Camuffo2016-04-051-1/+3
| * Doc: Replace "web engine script" with class and type namesLeena Miettinen2016-04-051-2/+3
| * Fix typo in the folder name of the cookiesSzabolcs David2016-04-031-2/+7
| * Doc: Link Pepper plugin platform information to respective settingsKai Koehne2016-04-033-5/+10
| * Doc: Add docs for QWebEngineFullScreenRequest classLeena Miettinen2016-04-031-0/+64
| * Fix crashes due to qputenv being called after Chromium initialization.Alexandru Croitor2016-04-012-3/+6
| * Use system NSS only for certificate handlingKai Koehne2016-04-012-3/+6
| * Avoid triggering extra urlChanged signalAdam Kallai2016-04-012-0/+15
| * Add a Qt Designer plugin for QWebEngineView.Friedemann Kleint2016-03-317-1/+223
| * Fix Windows build when response files for moc are generatedJoerg Bornemann2016-03-311-0/+3
| * Fix CommandLine initialization on WindowsJoerg Bornemann2016-03-312-7/+20
| * OSX: Fix QSurfaceFormat check to allow < 3.2 OpenGL profiles.Alexandru Croitor2016-03-312-8/+18
| * Doc: Mark QWebEngineProfile::setRequestInterceptor as new in Qt 5.6Kai Koehne2016-03-311-0/+1
| * Doc: Mention which settings properties are new in Qt 5.6Kai Koehne2016-03-311-2/+2
| * Fix QtWebEngineProcess not being found after macdeployqt is used.Alexandru Croitor2016-03-301-1/+1
| * Doc: Fix documentation about cookie storesKai Koehne2016-03-294-3/+8
| * Move loadVisuallyCommitted signal to the test support APISzabolcs David2016-03-253-2/+5
| * Doc: Restructure paragraph about loading pagesLeena Miettinen2016-03-241-3/+2
| * Use qt_app -> relative_qt_rpath for QtWebEngineProcess.Alexandru Croitor2016-03-241-15/+12
| * Stop using QT_PRIVATE for QtWebEngineProcess in a non-framework build.Alexandru Croitor2016-03-241-4/+2
| * Fix crash when link opens a modal QDialog, using the trackpad.Alexandru Croitor2016-03-242-8/+48
| * Doc: Improve docs for the zoomFactor propertyLeena Miettinen2016-03-233-4/+8
| * Doc: Quote example code from the Minimal exampleLeena Miettinen2016-03-232-58/+12
| * Set CFBundleIdentifier for QtWebEngineProcess to a proper value.Alexandru Croitor2016-03-211-1/+1
| * Doc: Attribute, not flag, can be used for initializationLeena Miettinen2016-03-211-2/+3
* | QML API for context menu dataAllan Sandfeld Jensen2016-04-0910-83/+504
* | Fix recentlyAudible Widgets and Quick API.Alexandru Croitor2016-04-0811-47/+58
* | Fix disabling spell checker supportPeter Varga2016-04-063-2/+4
* | Document QWebEngineUrlRequestInfo enums as new in 5.7Kai Koehne2016-04-061-2/+2
* | Doc: Bump QtWebEngine import version to 1.3Kai Koehne2016-04-062-3/+3
* | Update Chromium to 49.0.2623.111Allan Sandfeld Jensen2016-04-051-0/+0
* | Mark revision of WebEngineDownloadItem::savePageFormatKai Koehne2016-04-053-2/+5
* | Doc: Mark QWebEngineDownloadItem::SavePageFormat as new in 5.7Kai Koehne2016-04-051-0/+3
* | Doc: Document HttpCacheType::NoCacheKai Koehne2016-04-032-1/+2
* | Remove superfluous declarationsKai Koehne2016-04-031-2/+0
* | Doc: New QWebEngineUrlRequestInfo::ResourceType valuesLeena Miettinen2016-04-031-0/+4
* | Use default language as default spell-checking languageAllan Sandfeld Jensen2016-04-011-1/+1
* | Doc: Mark enums new in Qt 5.7Kai Koehne2016-04-011-7/+7
* | Add icon property and iconChanged signal to QWebEnginePagePeter Varga2016-03-313-21/+55
* | Fix crashes due to qputenv being called after Chromium initialization.Alexandru Croitor2016-03-312-3/+7
* | Make ReplaceMisspelledWord web-actions more genericAllan Sandfeld Jensen2016-03-303-17/+25
* | Add API for context menu dataAllan Sandfeld Jensen2016-03-308-59/+398