summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/images
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/coreplugin/images
parent59c260d60a8490e3e8dc1262559ca71dc9f9098d (diff)
downloadqt-creator-ea1f5d2b6c896f9dc5791d981ab5a8630f4561f6.tar.gz
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/coreplugin/images')
-rw-r--r--src/plugins/coreplugin/images/continue_overlay_small.pngbin163 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/continue_overlay_small@2x.pngbin277 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/debugger_overlay_small.pngbin169 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/debugger_overlay_small@2x.pngbin290 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/interrupt_overlay_small.pngbin94 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/interrupt_overlay_small@2x.pngbin97 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/run_overlay_small.pngbin163 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/run_overlay_small@2x.pngbin156 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/stop_overlay_small.pngbin94 -> 0 bytes
-rw-r--r--src/plugins/coreplugin/images/stop_overlay_small@2x.pngbin97 -> 0 bytes
10 files changed, 0 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/images/continue_overlay_small.png b/src/plugins/coreplugin/images/continue_overlay_small.png
deleted file mode 100644
index 75df55d1f6..0000000000
--- a/src/plugins/coreplugin/images/continue_overlay_small.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/continue_overlay_small@2x.png b/src/plugins/coreplugin/images/continue_overlay_small@2x.png
deleted file mode 100644
index 5fc601ca17..0000000000
--- a/src/plugins/coreplugin/images/continue_overlay_small@2x.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/debugger_overlay_small.png b/src/plugins/coreplugin/images/debugger_overlay_small.png
deleted file mode 100644
index deb68239db..0000000000
--- a/src/plugins/coreplugin/images/debugger_overlay_small.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/debugger_overlay_small@2x.png b/src/plugins/coreplugin/images/debugger_overlay_small@2x.png
deleted file mode 100644
index fe9107f75f..0000000000
--- a/src/plugins/coreplugin/images/debugger_overlay_small@2x.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/interrupt_overlay_small.png b/src/plugins/coreplugin/images/interrupt_overlay_small.png
deleted file mode 100644
index e61b75384a..0000000000
--- a/src/plugins/coreplugin/images/interrupt_overlay_small.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/interrupt_overlay_small@2x.png b/src/plugins/coreplugin/images/interrupt_overlay_small@2x.png
deleted file mode 100644
index 2d686964bf..0000000000
--- a/src/plugins/coreplugin/images/interrupt_overlay_small@2x.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/run_overlay_small.png b/src/plugins/coreplugin/images/run_overlay_small.png
deleted file mode 100644
index db22edd2fb..0000000000
--- a/src/plugins/coreplugin/images/run_overlay_small.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/run_overlay_small@2x.png b/src/plugins/coreplugin/images/run_overlay_small@2x.png
deleted file mode 100644
index a5ec8416b6..0000000000
--- a/src/plugins/coreplugin/images/run_overlay_small@2x.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/stop_overlay_small.png b/src/plugins/coreplugin/images/stop_overlay_small.png
deleted file mode 100644
index 8350ba9eec..0000000000
--- a/src/plugins/coreplugin/images/stop_overlay_small.png
+++ /dev/null
Binary files differ
diff --git a/src/plugins/coreplugin/images/stop_overlay_small@2x.png b/src/plugins/coreplugin/images/stop_overlay_small@2x.png
deleted file mode 100644
index f0fb92f670..0000000000
--- a/src/plugins/coreplugin/images/stop_overlay_small@2x.png
+++ /dev/null
Binary files differ