summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Add spell checker supportMichal Klocek2016-02-016-1/+129
* Doc: move and edit docs related to QWebEnginePage::audioMutedLeena Miettinen2016-02-012-36/+29
* Unify license header usage.Jani Heikkinen2016-02-0135-360/+453
* Doc: mark drag event methods as reimplementedLeena Miettinen2016-01-281-0/+12
* Doc: use the \a command for a variable to fix a QDoc errorLeena Miettinen2016-01-281-1/+1
* Extend HttpCacheType with NoCache optionSzabolcs David2016-01-272-1/+3
* Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-181-21/+35
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Allan Sandfeld Jensen2016-01-181-21/+35
| |\
| | * Update license header for qwebenginepage.cpp to LGPLv3Joerg Bornemann2016-01-141-21/+35
* | | Add API to set WebChannel on isolated worldAllan Sandfeld Jensen2016-01-152-6/+28
* | | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-1210-5/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-072-0/+24
| |\|
| | * Fix MouseMove event handling when opening a new tab with middle click.Alexandru Croitor2015-12-222-0/+24
| * | Doc: certificate management in Qt WebEngineLeena Miettinen2016-01-051-1/+2
| * | Doc: add info about unavailable API from the wikiLeena Miettinen2015-12-181-1/+7
| * | Move WebEngine initialization to core libraryAllan Sandfeld Jensen2015-12-152-3/+7
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Michael Bruning2015-12-091-0/+6
| |\|
| | * Fix incorrect device pixel ratio used on startup.Alexandru Croitor2015-12-071-0/+6
| * | Make the MIME-type of downloads availableAllan Sandfeld Jensen2015-12-074-0/+15
* | | Add methods for running javascript in isolated worldsAllan Sandfeld Jensen2016-01-082-2/+18
* | | Add function to clear data from the cacheSzabolcs David2016-01-062-0/+13
* | | Implement drag and drop supportJoerg Bornemann2016-01-034-0/+54
* | | Never call QtWebEngine::initialize from DllMainCorentin Jabot2015-12-181-2/+12
* | | Add support for checking if audio is played in a page.Alexandru Croitor2015-12-154-1/+77
* | | Add pictograph font family settingAllan Sandfeld Jensen2015-12-113-1/+5
* | | Add web action for saving the current web pageJoerg Bornemann2015-12-117-0/+68
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-035-31/+37
|\| |
| * | Doc: edit the porting instructionsLeena Miettinen2015-12-021-20/+19
| * | Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-012-6/+6
| * | Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-011-3/+3
| * | Doc: document QWebEngineHistoryItem::swap methodLeena Miettinen2015-12-011-0/+5
| * | Doc: make docs for QWebEnginePage::requestedUrl clearerLeena Miettinen2015-12-011-2/+4
* | | Add WebGL, WebAudio and Accelerated2dCanvas settingsAllan Sandfeld Jensen2015-12-023-1/+17
* | | Doc: add docs for QWebEnginePage::WebAction::Unselect enum itemLeena Miettinen2015-12-021-0/+1
* | | Add support for html color inputAdam Kallai2015-12-022-0/+17
* | | Doc: QWebEnginePage::scrollPosition and contentsSize as propertiesLeena Miettinen2015-12-011-10/+14
* | | Merge branch '5.6' into devAllan Sandfeld Jensen2015-11-2016-33/+117
|\| |
| * | use Q_ENUM instead of Q_ENUMSJoerg Bornemann2015-11-161-1/+1
| * | Make QWebEngineFullScreenRequest const correctKai Koehne2015-11-124-17/+27
| * | Add documentation about console loggingKai Koehne2015-11-061-0/+2
| * | Print JS console messages by defaultKai Koehne2015-11-062-5/+21
| * | Ensure WebContents::WasShown/WasHidden are calledAllan Sandfeld Jensen2015-11-066-2/+41
| * | Improve documentation for QWebEngineScriptKai Koehne2015-11-054-4/+18
| * | Merge branch '5.5' into 5.6Allan Sandfeld Jensen2015-11-041-2/+1
| |\|
| | * Do not display context menu when pending event flag is false.Michael Bruning2015-10-291-2/+1
| * | Properly mark value based classesKai Koehne2015-11-022-1/+5
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+1
| |\|
| | * Set off-the-record to true as documentedAllan Sandfeld Jensen2015-10-131-1/+1
* | | Add MediaCaptureEnabled setting to the web engine settings.Michael Bruning2015-11-163-1/+6
* | | Merge remote-tracking branch 'origin/5.6' into devAllan Sandfeld Jensen2015-10-238-58/+195
|\| |