Theming: Sort Color enum values

Change-Id: I2c234e2217ab1aa5e150e6fb721818b6ed9d22a9
Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-02-11 11:38:25 +02:00
committed by Eike Ziller
parent a081fee8f5
commit e717a75e38
3 changed files with 42 additions and 38 deletions

View File

@@ -47,6 +47,8 @@ FancyTabWidgetEnabledUnselectedTextColor=text
FancyToolButtonHoverColor=hoverBackground
FancyToolButtonSelectedColor=selectedBackground
FutureProgressBackgroundColor=shadowBackground
InfoBarBackground=shadowBackground
InfoBarText=text
MenuBarEmptyAreaBackgroundColor=shadowBackground
MenuBarItemBackgroundColor=shadowBackground
MenuBarItemTextColorDisabled=textDisabled
@@ -55,26 +57,15 @@ MiniProjectTargetSelectorBackgroundColor=shadowBackground
MiniProjectTargetSelectorBorderColor=shadowBackground
MiniProjectTargetSelectorSummaryBackgroundColor=shadowBackground
MiniProjectTargetSelectorTextColor=text
OutputFormatter_DebugTextColor=text
OutputFormatter_ErrorMessageTextColor=error
OutputFormatter_NormalMessageTextColor=text
OutputFormatter_StdErrTextColor=error
OutputFormatter_StdOutTextColor=text
OutputPaneButtonFlashColor=error
OutputPaneToggleButtonTextColorChecked=text
OutputPaneToggleButtonTextColorUnchecked=text
PanelButtonToolBackgroundColorHover=hoverBackground
PanelStatusBarBackgroundColor=shadowBackground
PanelTextColorLight=text
PanelTextColorDark=text
PanelsWidgetSeparatorLineColor=0
PanelTextColorDark=text
PanelTextColorLight=text
ProgressBarColorError=error
ProgressBarColorFinished=ff5aaa3c
ProgressBarColorNormal=hoverBackground
ProgressBarTitleColor=text
QtOutputFormatter_LinkTextColor=ff0000ff
InfoBarBackground=shadowBackground
InfoBarText=text
TextColorDisabled=textDisabled
TextColorHighlight=ffff0000
TextColorNormal=text
@@ -83,6 +74,17 @@ ToggleButtonBackgroundColor=shadowBackground
ToolBarBackgroundColor=shadowBackground
TreeViewArrowColorNormal=hoverBackground
TreeViewArrowColorSelected=text
OutputFormatter_DebugTextColor=text
OutputFormatter_ErrorMessageTextColor=error
OutputFormatter_NormalMessageTextColor=text
OutputFormatter_StdErrTextColor=error
OutputFormatter_StdOutTextColor=text
OutputPaneButtonFlashColor=error
OutputPaneToggleButtonTextColorChecked=text
OutputPaneToggleButtonTextColorUnchecked=text
QtOutputFormatter_LinkTextColor=ff0000ff
Welcome_BackgroundColorNormal=normalBackground
Welcome_Button_BorderColorNormal=0
Welcome_Button_BorderColorPressed=0

View File

@@ -41,6 +41,8 @@ FancyTabWidgetEnabledUnselectedTextColor=ffffffff
FancyToolButtonHoverColor=28ffffff
FancyToolButtonSelectedColor=32000000
FutureProgressBackgroundColor=ffff0000
InfoBarBackground=ffffffe1
InfoBarText=ff000000
MenuBarEmptyAreaBackgroundColor=ffff0000
MenuBarItemBackgroundColor=ffff0000
MenuBarItemTextColorDisabled=ffa0a0a4
@@ -49,26 +51,15 @@ MiniProjectTargetSelectorBackgroundColor=ffa0a0a0
MiniProjectTargetSelectorBorderColor=ff000000
MiniProjectTargetSelectorSummaryBackgroundColor=ff464646
MiniProjectTargetSelectorTextColor=a0ffffff
OutputFormatter_DebugTextColor=ffaa00aa
OutputFormatter_ErrorMessageTextColor=ffaa0000
OutputFormatter_NormalMessageTextColor=ff0000aa
OutputFormatter_StdErrTextColor=ffaa0000
OutputFormatter_StdOutTextColor=ff000000
OutputPaneButtonFlashColor=ffff0000
OutputPaneToggleButtonTextColorChecked=ffffffff
OutputPaneToggleButtonTextColorUnchecked=ff000000
PanelTextColorLight=brightText
PanelTextColorDark=darkText
PanelButtonToolBackgroundColorHover=25ffffff
PanelStatusBarBackgroundColor=ffff0000
PanelsWidgetSeparatorLineColor=ffbfbcb8
PanelTextColorDark=darkText
PanelTextColorLight=brightText
ProgressBarColorError=d2ff3c00
ProgressBarColorFinished=ff5aaa3c
ProgressBarColorNormal=b4ffffff
ProgressBarTitleColor=ffffffff
QtOutputFormatter_LinkTextColor=ff0000aa
InfoBarBackground=ffffffe1
InfoBarText=ff000000
TextColorDisabled=ff000000
TextColorHighlight=ffa0a0a4
TextColorNormal=ff000000
@@ -77,6 +68,17 @@ ToggleButtonBackgroundColor=ffff0000
ToolBarBackgroundColor=ffff0000
TreeViewArrowColorNormal=ffff0000
TreeViewArrowColorSelected=ffff0000
OutputFormatter_DebugTextColor=ffaa00aa
OutputFormatter_ErrorMessageTextColor=ffaa0000
OutputFormatter_NormalMessageTextColor=ff0000aa
OutputFormatter_StdErrTextColor=ffaa0000
OutputFormatter_StdOutTextColor=ff000000
OutputPaneButtonFlashColor=ffff0000
OutputPaneToggleButtonTextColorChecked=ffffffff
OutputPaneToggleButtonTextColorUnchecked=ff000000
QtOutputFormatter_LinkTextColor=ff0000aa
Welcome_BackgroundColorNormal=ffffffff
Welcome_Button_BorderColorNormal=ff737373
Welcome_Button_BorderColorPressed=ff333333

View File

@@ -71,27 +71,29 @@ public:
ComboBoxArrowColor,
ComboBoxArrowColorDisabled,
ComboBoxTextColor,
DetailsWidgetBackgroundColor,
DetailsButtonBackgroundColorHover,
DetailsWidgetBackgroundColor,
DockWidgetResizeHandleColor,
DoubleTabWidget1stEmptyAreaBackgroundColor,
DoubleTabWidget1stSeparatorColor,
DoubleTabWidget2ndSeparatorColor,
DoubleTabWidget1stTabBackgroundColor,
DoubleTabWidget2ndTabBackgroundColor,
DoubleTabWidget1stTabActiveTextColor,
DoubleTabWidget1stTabBackgroundColor,
DoubleTabWidget1stTabInactiveTextColor,
DoubleTabWidget2ndSeparatorColor,
DoubleTabWidget2ndTabActiveTextColor,
DoubleTabWidget2ndTabBackgroundColor,
DoubleTabWidget2ndTabInactiveTextColor,
EditorPlaceholderColor,
FancyTabBarBackgroundColor,
FancyTabWidgetEnabledSelectedTextColor,
FancyTabWidgetEnabledUnselectedTextColor,
FancyTabWidgetDisabledSelectedTextColor,
FancyTabWidgetDisabledUnselectedTextColor,
FancyTabWidgetEnabledSelectedTextColor,
FancyTabWidgetEnabledUnselectedTextColor,
FancyToolButtonHoverColor,
FancyToolButtonSelectedColor,
FutureProgressBackgroundColor,
InfoBarBackground,
InfoBarText,
MenuBarEmptyAreaBackgroundColor,
MenuBarItemBackgroundColor,
MenuBarItemTextColorDisabled,
@@ -104,16 +106,14 @@ public:
OutputPaneToggleButtonTextColorChecked,
OutputPaneToggleButtonTextColorUnchecked,
PanelButtonToolBackgroundColorHover,
PanelTextColorLight,
PanelTextColorDark,
PanelsWidgetSeparatorLineColor,
PanelStatusBarBackgroundColor,
ProgressBarTitleColor,
PanelsWidgetSeparatorLineColor,
PanelTextColorDark,
PanelTextColorLight,
ProgressBarColorError,
ProgressBarColorFinished,
ProgressBarColorNormal,
InfoBarBackground,
InfoBarText,
ProgressBarTitleColor,
TextColorDisabled,
TextColorHighlight,
TextColorNormal,