summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools/qmljstools.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Make the debugger console theme awareUlf Hermann2017-03-161-1/+0
| | | | | | | | | | Use the generic output panes colors rather than hand rolled ones. Also, remove the prompt icon and use the "next" icon instead, and remove the borders between console items. Change-Id: I219badbfbbde3aa01d7937ff505205cb9d725a43 Task-number: QTCREATORBUG-17532 Reviewed-by: hjk <hjk@qt.io>
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-1/+0
| | | | | | | | | | | | - Avoids the hassle of QRC files and manually registering mime types - Avoids performance regressions because of mime types that are registered after mime database has been used - Makes it technically possible to detect that a disabled plugin could handle a mime type if it was enabled Change-Id: I373008b1b56e9c6b4853055f20b3eeb112a6eff9 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Core: Move expand and collapse icons from autotest to coreAlessandro Portale2016-07-071-2/+0
| | | | | | | ...and replaced the duplicates of them in the debugger console. Change-Id: If545800c47f3560e1f91d87bdd117abaf04dbd89 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Centralize error/warning/info iconsAlessandro Portale2014-06-171-3/+0
| | | | | | | | | There are multiple copies of these pngs in different plugins. Let's have one version in core, also as @2x variant. Change-Id: Iedff1a6190a72c1947dd202ae1ee46f59f9fb13c Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlJsTools: Move category_qml from Core to QmlJsToolsAlessandro Portale2014-06-021-0/+1
| | | | | | | | | | | | It is qml specific, and only used in qml plugins. Alsoe, SETTINGS_CATEGORY_QML_ICON was defined in qmldesignerconstants.h and other plugins included that header. This contradicts the plugin dependecies too much. Change-Id: I76f31cd01bc9c02faf914051cae8bac7d7bac659 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* qmljs: moving all mime types into qmljstoolsFawzi Mohamed2013-05-301-0/+1
| | | | | | | | | | This reduces uneeded dependencies for modules that need the types like the qbs module. Change-Id: I59a6067a4c24a6d0401bf57fdfa8f5dc1f03595c Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* ScriptConsole: Move from Debugger to QmlJSToolsAurindam Jana2012-10-051-0/+10
The console is now a part of qmljstools plugin. The console appears as an output pane. A dummy QScriptEngine evaluates expressions when a declarative debug session is not in progress. During a debug session, the expressions are evaluated by the debug services. Task-Number: QTCREATORBUG-7402 Change-Id: Ic2eeac44fb335c706be03b89f8672b0356efe984 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>