aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.qrc
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-25 23:06:17 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-01 14:26:03 +0000
commitea1f5d2b6c896f9dc5791d981ab5a8630f4561f6 (patch)
treeb5294fcd796488b5ddfbbc9ecf407ea0565431ad /src/plugins/debugger/debugger.qrc
parent59c260d60a8490e3e8dc1262559ca71dc9f9098d (diff)
Icons: Move debug run/interrupt/continue/exit from core to elsewhere
Core contains the small variants of debug run/interrupt/continue/exit while the bigger icon variants are in projectexplorer or debugger. That does not seem to have aany reason, at least in today's state of Qt Creator architecture. But above all, it stands in the way when changing debugger icons as planned due to user feedback. This change moves: Core::Icons::DEBUG_START_SMALL to ProjectExplorer::Icons::DEBUG_START_SMALL Core::Icons::DEBUG_EXIT_SMALL to Debugger::Icons::DEBUG_EXIT_SMALL Core::Icons::DEBUG_INTERRUPT_SMALL to Debugger::Icons::DEBUG_INTERRUPT_SMALL Core::Icons::DEBUG_CONTINUE_SMALL to Debugger::Icons::DEBUG_CONTINUE_SMALL This change just moves icons across modules but does not change anything in the UI. Change-Id: I859b901c312d4d16b6c2f687395a7b48c90aab84 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/debugger.qrc')
-rw-r--r--src/plugins/debugger/debugger.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/debugger/debugger.qrc b/src/plugins/debugger/debugger.qrc
index 00d902ea0d..cea824430d 100644
--- a/src/plugins/debugger/debugger.qrc
+++ b/src/plugins/debugger/debugger.qrc
@@ -6,6 +6,12 @@
<file>images/debugger_continue@2x.png</file>
<file>images/debugger_continue_mask.png</file>
<file>images/debugger_continue_mask@2x.png</file>
+ <file>images/stop_overlay_small.png</file>
+ <file>images/stop_overlay_small@2x.png</file>
+ <file>images/interrupt_overlay_small.png</file>
+ <file>images/interrupt_overlay_small@2x.png</file>
+ <file>images/continue_overlay_small.png</file>
+ <file>images/continue_overlay_small@2x.png</file>
<file>images/debugger_empty_14.png</file>
<file>images/debugger_interrupt.png</file>
<file>images/debugger_interrupt@2x.png</file>