Fix installation of desktop icons.
The icons are referred to with the name QtProject-qtcreator in the desktop file. Task-number: QTCREATORBUG-7955 Change-Id: Iaf6e270acdf0ac3259169dc39943bc78e33e0d96 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
@@ -13,8 +13,8 @@
|
|||||||
<file>images/filesave.png</file>
|
<file>images/filesave.png</file>
|
||||||
<file>images/find.png</file>
|
<file>images/find.png</file>
|
||||||
<file>images/findnext.png</file>
|
<file>images/findnext.png</file>
|
||||||
<file>images/logo/128/qtcreator.png</file>
|
<file>images/logo/128/QtProject-qtcreator.png</file>
|
||||||
<file>images/logo/32/qtcreator.png</file>
|
<file>images/logo/32/QtProject-qtcreator.png</file>
|
||||||
<file>images/inputfield.png</file>
|
<file>images/inputfield.png</file>
|
||||||
<file>images/inputfield_disabled.png</file>
|
<file>images/inputfield_disabled.png</file>
|
||||||
<file>images/linkicon.png</file>
|
<file>images/linkicon.png</file>
|
||||||
|
|||||||
@@ -205,8 +205,8 @@ const char ICON_CLOSE_SPLIT_LEFT[] = ":/core/images/splitbutton_closeleft.png"
|
|||||||
const char ICON_CLOSE_SPLIT_RIGHT[] = ":/core/images/splitbutton_closeright.png";
|
const char ICON_CLOSE_SPLIT_RIGHT[] = ":/core/images/splitbutton_closeright.png";
|
||||||
const char ICON_FILTER[] = ":/core/images/filtericon.png";
|
const char ICON_FILTER[] = ":/core/images/filtericon.png";
|
||||||
const char ICON_LINK[] = ":/core/images/linkicon.png";
|
const char ICON_LINK[] = ":/core/images/linkicon.png";
|
||||||
const char ICON_QTLOGO_32[] = ":/core/images/logo/32/qtcreator.png";
|
const char ICON_QTLOGO_32[] = ":/core/images/logo/32/QtProject-qtcreator.png";
|
||||||
const char ICON_QTLOGO_128[] = ":/core/images/logo/128/qtcreator.png";
|
const char ICON_QTLOGO_128[] = ":/core/images/logo/128/QtProject-qtcreator.png";
|
||||||
|
|
||||||
const char WIZARD_CATEGORY_QT[] = "R.Qt";
|
const char WIZARD_CATEGORY_QT[] = "R.Qt";
|
||||||
const char WIZARD_TR_CATEGORY_QT[] = QT_TRANSLATE_NOOP("Core", "Qt");
|
const char WIZARD_TR_CATEGORY_QT[] = QT_TRANSLATE_NOOP("Core", "Qt");
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ else:unix {
|
|||||||
IMAGE_SIZE_LIST = 16 24 32 48 64 128 256 512
|
IMAGE_SIZE_LIST = 16 24 32 48 64 128 256 512
|
||||||
|
|
||||||
for(imagesize, IMAGE_SIZE_LIST) {
|
for(imagesize, IMAGE_SIZE_LIST) {
|
||||||
eval(image$${imagesize}.files = images/logo/$${imagesize}/qtcreator.png)
|
eval(image$${imagesize}.files = images/logo/$${imagesize}/QtProject-qtcreator.png)
|
||||||
eval(image$${imagesize}.path = $$QTC_PREFIX/share/icons/hicolor/$${imagesize}x$${imagesize}/apps)
|
eval(image$${imagesize}.path = $$QTC_PREFIX/share/icons/hicolor/$${imagesize}x$${imagesize}/apps)
|
||||||
INSTALLS += image$${imagesize}
|
INSTALLS += image$${imagesize}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 681 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@@ -8,48 +8,48 @@ Product {
|
|||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/16x16/apps"
|
qbs.installDir: "share/icons/hicolor/16x16/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["16/qtcreator.png"]
|
files: ["16/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/24x24/apps"
|
qbs.installDir: "share/icons/hicolor/24x24/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["24/qtcreator.png"]
|
files: ["24/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/32x32/apps"
|
qbs.installDir: "share/icons/hicolor/32x32/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["32/qtcreator.png"]
|
files: ["32/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/48x48/apps"
|
qbs.installDir: "share/icons/hicolor/48x48/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["48/qtcreator.png"]
|
files: ["48/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/64x64/apps"
|
qbs.installDir: "share/icons/hicolor/64x64/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["64/qtcreator.png"]
|
files: ["64/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/128x128/apps"
|
qbs.installDir: "share/icons/hicolor/128x128/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["128/qtcreator.png"]
|
files: ["128/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/256x256/apps"
|
qbs.installDir: "share/icons/hicolor/256x256/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["256/qtcreator.png"]
|
files: ["256/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
qbs.installDir: "share/icons/hicolor/512x512/apps"
|
qbs.installDir: "share/icons/hicolor/512x512/apps"
|
||||||
fileTags: ["install"]
|
fileTags: ["install"]
|
||||||
files: ["512/qtcreator.png"]
|
files: ["512/QtProject-qtcreator.png"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||