summaryrefslogtreecommitdiffstats
path: root/src/webengine/ui_delegates_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix backwards compatibilityAllan Sandfeld Jensen2017-05-101-0/+5
* Fix empty dialogs on window.onbeforeunloadSzabolcs David2017-02-211-1/+4
* Fix Q_ASSERT when m_messageBubbleItem is not createdMichal Klocek2016-10-281-1/+2
* Clean up qt quick controls 1 dialogsMichal Klocek2016-10-041-4/+4
* Add dialog requests to qml apiMichal Klocek2016-08-311-5/+3
* Add Qt Quick Controls 2 support for dialogsMichal Klocek2016-08-181-38/+126
* Add ToolTip support for Qt WebEngine (QML)Adam Kallai2016-07-201-0/+64
* Merge remote-tracking branch 'origin/5.6' into 5.7Allan Sandfeld Jensen2016-06-171-12/+15
|\
| * Fix memory leak of qml menuMichal Klocek2016-06-131-12/+12
| * Fix memory leak of authentication qml dialogMichal Klocek2016-06-131-0/+3
* | Add spell checker supportMichal Klocek2016-02-011-1/+4
* | Unify license header usage.Jani Heikkinen2016-02-011-11/+14
* | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-181-2/+3
|\|
| * Show host only in authentication dialog to reduce window sizeJoni Poikelin2016-01-141-2/+3
* | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-121-1/+7
|\|
| * Implicitly use QStringBuilder in all modulesJoerg Bornemann2016-01-091-1/+0
| * UIDelegate: setParentItem for dialogsJochen Seemann2016-01-071-1/+7
* | Add support for html color inputAdam Kallai2015-12-021-0/+38
* | Merge branch '5.6' into devAllan Sandfeld Jensen2015-11-201-6/+6
|\|
| * fix translations in UIDelegatesManagerJoerg Bornemann2015-11-091-7/+6
* | fix includes in UIDelegatesManagerJoerg Bornemann2015-11-161-8/+4
|/
* Enable building with MSVC 2015Kai Koehne2015-10-191-1/+1
* Implement unload dialogsSzabolcs David2015-09-271-0/+4
* Add HTTP and proxy authentication dialogs to the QtQuick APIPeter Varga2015-09-091-0/+41
* Replace QObject::trKai Koehne2015-09-031-3/+3
* Implement missing WebActions in QML APIAllan Sandfeld Jensen2015-07-101-33/+0
* Add WebAction to QML apiAllan Sandfeld Jensen2015-07-061-13/+0
* Make QQuick contextmenu actions behave like widget counterpartsAllan Sandfeld Jensen2015-05-271-0/+21
* Merge remote-tracking branch 'origin/5.5' into devAllan Sandfeld Jensen2015-03-161-0/+33
|\
| * Support HTML5 form validation featurePeter Varga2015-03-131-0/+33
* | Merge remote-tracking branch 'origin/5.5' into devAllan Sandfeld Jensen2015-03-131-0/+4
|\|
| * Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-021-0/+4
* | Refactor FilePickerControllerAdam Kallai2015-03-051-51/+9
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-9/+12
|\
| * Also run the rejected signal handler when closing prompt dialogs.Michael BrĂ¼ning2015-01-201-9/+12
* | Revert the QJSValue parameter type in UIDelegateAdam Kallai2015-02-061-8/+5
|/
* UIDelegatesManager: Remove creationContextForComponent.Robin Burchell2015-01-061-14/+5
* UIDelegatesManager: Communicate load failure back to the dialog controller.Robin Burchell2015-01-061-1/+5
* UIDelegatesManager: Always print errors if component loading fails.Robin Burchell2015-01-061-3/+3
* Replace QStringLiteral with QLatin1String where appropriateKai Koehne2014-10-071-1/+1
* Fix the type of argument in FilePickerController::accepted() slot.Adam Kallai2014-09-101-6/+8
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-211-15/+10
* Don't use the private QQmlMetaType::defaultPropertyJocelyn Turcotte2014-08-011-4/+15
* Fix warnings produced by QT_ASCII_CAST_WARNINGS in ui delegatesAdam Kallai2014-07-241-1/+1
* Fix crash when loading context menu on Windows.Michael BrĂ¼ning2014-06-261-1/+1
* Fix a crash when running witout UI delegates.Pierre Rossi2014-05-201-8/+23
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-4/+8
* UI: fix a crash on shutdownPierre Rossi2014-03-141-8/+12
* Fix string concatenation in WebEngine on WindowsZoltan Arvai2014-02-111-0/+6