Themes: New display names "Default" -> "Classic", "Default Flat" -> "Flat"

Also the defaultflat.creatortheme is renamed to flat.creatortheme.

The file name of the "Classic" theme remains default.creatortheme in
order to make sure that who previously actively switched to another theme
and back to default won't suddenly get the flat one.

Change-Id: I1a1f35aded00201a685ad221b70a9b728f2be972
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2016-04-15 15:29:15 +02:00
parent c94deb07bd
commit 25603f9dc8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[General] [General]
ThemeName=Default ThemeName=Classic
PreferredStyles= PreferredStyles=
[Palette] [Palette]

View File

@@ -1,5 +1,5 @@
[General] [General]
ThemeName=Default Flat ThemeName=Flat
PreferredStyles= PreferredStyles=
[Palette] [Palette]

View File

@@ -198,7 +198,7 @@ const char SETTINGS_ID_MIMETYPES[] = "E.MimeTypes";
const char SETTINGS_DEFAULTTEXTENCODING[] = "General/DefaultFileEncoding"; const char SETTINGS_DEFAULTTEXTENCODING[] = "General/DefaultFileEncoding";
const char SETTINGS_THEME[] = "Core/CreatorTheme"; const char SETTINGS_THEME[] = "Core/CreatorTheme";
const char DEFAULT_THEME[] = "default"; const char DEFAULT_THEME[] = "classic";
const char ALL_FILES_FILTER[] = QT_TRANSLATE_NOOP("Core", "All Files (*)"); const char ALL_FILES_FILTER[] = QT_TRANSLATE_NOOP("Core", "All Files (*)");