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>
@@ -101,16 +101,6 @@
|
||||
<file>images/dark_fileicon.png</file>
|
||||
<file>images/dark_foldericon.png</file>
|
||||
<file>images/Desktop.png</file>
|
||||
<file>images/run_overlay_small.png</file>
|
||||
<file>images/run_overlay_small@2x.png</file>
|
||||
<file>images/stop_overlay_small.png</file>
|
||||
<file>images/stop_overlay_small@2x.png</file>
|
||||
<file>images/debugger_overlay_small.png</file>
|
||||
<file>images/debugger_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/zoom.png</file>
|
||||
<file>images/zoom@2x.png</file>
|
||||
</qresource>
|
||||
|
||||
@@ -132,18 +132,6 @@ const Icon INFO_TOOLBAR({
|
||||
{QLatin1String(":/core/images/info.png"), Theme::IconsInfoToolBarColor}});
|
||||
const Icon EXPAND({
|
||||
{QLatin1String(":/find/images/expand.png"), Theme::IconsBaseColor}});
|
||||
const Icon DEBUG_START_SMALL({
|
||||
{QLatin1String(":/core/images/debugger_overlay_small.png"), Theme::IconsDebugColor},
|
||||
{QLatin1String(":/core/images/run_overlay_small.png"), Theme::IconsRunColor}});
|
||||
const Icon DEBUG_EXIT_SMALL({
|
||||
{QLatin1String(":/core/images/debugger_overlay_small.png"), Theme::IconsDebugColor},
|
||||
{QLatin1String(":/core/images/stop_overlay_small.png"), Theme::IconsStopColor}});
|
||||
const Icon DEBUG_INTERRUPT_SMALL({
|
||||
{QLatin1String(":/core/images/debugger_overlay_small.png"), Theme::IconsDebugColor},
|
||||
{QLatin1String(":/core/images/interrupt_overlay_small.png"), Theme::IconsInterruptColor}});
|
||||
const Icon DEBUG_CONTINUE_SMALL({
|
||||
{QLatin1String(":/core/images/debugger_overlay_small.png"), Theme::IconsDebugColor},
|
||||
{QLatin1String(":/core/images/continue_overlay_small.png"), Theme::IconsRunColor}});
|
||||
const Icon ZOOM({
|
||||
{QLatin1String(":/core/images/zoom.png"), Theme::IconsBaseColor}});
|
||||
const Icon TOOLBAR_EXTENSION({
|
||||
|
||||
@@ -83,10 +83,6 @@ CORE_EXPORT extern const Utils::Icon ERROR_TASKBAR;
|
||||
CORE_EXPORT extern const Utils::Icon INFO;
|
||||
CORE_EXPORT extern const Utils::Icon INFO_TOOLBAR;
|
||||
CORE_EXPORT extern const Utils::Icon EXPAND;
|
||||
CORE_EXPORT extern const Utils::Icon DEBUG_START_SMALL;
|
||||
CORE_EXPORT extern const Utils::Icon DEBUG_EXIT_SMALL;
|
||||
CORE_EXPORT extern const Utils::Icon DEBUG_INTERRUPT_SMALL;
|
||||
CORE_EXPORT extern const Utils::Icon DEBUG_CONTINUE_SMALL;
|
||||
CORE_EXPORT extern const Utils::Icon ZOOM;
|
||||
CORE_EXPORT extern const Utils::Icon TOOLBAR_EXTENSION;
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 277 B |
|
Before Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 290 B |
|
Before Width: | Height: | Size: 94 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 156 B |
|
Before Width: | Height: | Size: 94 B |
|
Before Width: | Height: | Size: 97 B |