aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.qrc
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2015-10-19 12:55:13 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2015-10-23 16:04:52 +0000
commitb8bdc6f669d0949292be217e84fe046ea8450e1c (patch)
treeadf7521912f2c28b3b571049938f81ce0146207e /src/plugins/debugger/debugger.qrc
parente6d038364fe44d96b93fa2f5e40334e7ecad13c2 (diff)
Icon refresh: First step towards the new Qt Creator themes
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debugger.qrc')
-rw-r--r--src/plugins/debugger/debugger.qrc12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/plugins/debugger/debugger.qrc b/src/plugins/debugger/debugger.qrc
index 4e930511e0..a61acc6d8b 100644
--- a/src/plugins/debugger/debugger.qrc
+++ b/src/plugins/debugger/debugger.qrc
@@ -3,21 +3,20 @@
<file>images/category_debug.png</file>
<file>images/debugger_breakpoints.png</file>
<file>images/debugger_continue.png</file>
- <file>images/debugger_continue_small.png</file>
<file>images/debugger_empty_14.png</file>
<file>images/debugger_interrupt.png</file>
<file>images/debugger_reversemode_16.png</file>
<file>images/debugger_singleinstructionmode.png</file>
+ <file>images/debugger_singleinstructionmode@2x.png</file>
<file>images/debugger_snapshot_small.png</file>
- <file>images/debugger_start.png</file>
- <file>images/debugger_start_small.png</file>
<file>images/debugger_stepinto_small.png</file>
+ <file>images/debugger_stepinto_small@2x.png</file>
<file>images/debugger_steponeproc_small.png</file>
<file>images/debugger_stepout_small.png</file>
+ <file>images/debugger_stepout_small@2x.png</file>
<file>images/debugger_stepover_small.png</file>
+ <file>images/debugger_stepover_small@2x.png</file>
<file>images/debugger_stepoverproc_small.png</file>
- <file>images/debugger_stop.png</file>
- <file>images/debugger_stop_small.png</file>
<file>images/watchpoint.png</file>
<file>images/tracepoint.png</file>
<file>images/breakpoint_16.png</file>
@@ -32,12 +31,11 @@
<file>images/mode_debug.png</file>
<file>images/mode_debug@2x.png</file>
<file>images/pin.xpm</file>
- <file>images/qml/zoom.png</file>
<file>images/qml/select.png</file>
<file>images/qml/app-on-top.png</file>
<file>images/qml/apply-on-save.png</file>
- <file>images/debugger_restart.png</file>
<file>images/debugger_restart_small.png</file>
+ <file>images/debugger_restart_small@2x.png</file>
<file>Debugger.mimetypes.xml</file>
</qresource>
</RCC>