aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/qmldesignerplugin.pri
Commit message (Collapse)AuthorAgeFilesLines
* QmlDesigner: Remove SwitchsplittabwidgetMahmoud Badri2020-10-201-2/+0
| | | | | | | Removed the unused class Switchsplittabwidget from the codebase. Change-Id: Idb0071d4e6bb54b6a08e6026f8768f9239a5c342 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: MCU configurations metadataAleksei German2020-10-061-2/+4
| | | | | | | | | | | | | -Removed c++ hardcoded info about QDS MCU restrictions -Instead replaced it with dynamically loaded qml files -Replaced QLists with QSet/QHash to improve performance Task: QDS-2794 Change-Id: Ifc23d1299155001b6573dc0ed789dda5d2cfaf24 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: add a generate resource menu entryTim Jenssen2019-08-291-0/+2
| | | | | | | The result can be used with the Webassembly qmlprojector. Change-Id: I69ed21561c05fcbb9552bf74217e3546c489d4a6 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: introduce SwitchSplitTabWidget as center widgetTim Jenssen2017-02-221-0/+2
| | | | | Change-Id: I2ab91c3a6c68bb64c6875c37fa6fe2b4abc8b82d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: remove styling of the output paneTim Jenssen2016-10-261-2/+0
| | | | | | | | | | | Setting objectnames to reduce possible influence to other widgets. Introduce a background QWidget to set the background color. AutofillBackground was not working for unclear reason. Change-Id: I4acd5b7ed5ff9d63b5320b133a82099c5888b839 Task-number: QTCREATORBUG-17172 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* QmlDesigner: Propose to open a .ui.qml file instead of .qmlThomas Hartmann2016-06-271-3/+6
| | | | | | | | | | | | If the project contains .ui.qml files the designer proposes to open .ui.qml files instead of opening a .qml file. This encourages to not open the .qml files in the designer. This feature can be disabled. Change-Id: I47a877ea72fafb07ebee485b8f22509f6162993c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* QmlDesigner: move DocumentWarningWidget to extra fileTim Jenssen2016-04-291-0/+2
| | | | | Change-Id: I6ea87a224565b77ff42f187461094ca258dcdb01 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-1/+2
| | | | | | | | | | | | | | Instead of describing icons via file name or in the themed icons case via a string that is a list of mask/color pairs, we have now a class for it. Icons are now listed in per-plugin *icons.h headers. RunControl::m_icon was The only place left where an icon property was in fact a string. This patch changes that member to be a Utils::Icon. Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* QmlDesigner: Use Utils::AsynchronousMessageBox::warningMarco Bubke2014-11-241-4/+2
| | | | | | | | Warning which needs return value should be asynchronous because the event loop of the blocking dialog leads to crashes. Change-Id: I2e348f9351611dfd053cd3fbacfb6696401ee427 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner: Add QmlDesignerWarningThomas Hartmann2014-05-121-2/+4
| | | | | | | This adds a general asynchronous warning to the QmlDesigner. Change-Id: Idf7989c52108f454191650fbb971261e1119ca09 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* Refactoring document handlingMarco Bubke2013-01-231-0/+4
| | | | | | | | | | | The document handling in the qml designer was complicated source code, which was initially intended for a non creator application. To integrate new views it has to be changed and cleaned up. This is the first major step in that direction. Change-Id: Ie26f0aad7a03946d18bdb4c0759b246c5439d922 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlDesigner: Move modelnodecontextmenu to the navigatorMarco Bubke2012-09-031-0/+16
The context node of the model node don't belongs to model because it has dependencies. Change-Id: Ia67a055a4beac33477485d05574134ffe4dc6ae1 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>