diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-16 00:17:48 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-16 00:17:48 +0000 |
| commit | bc9c9b42978005264737392b8131542ce5a9776b (patch) | |
| tree | 2a73310de188cd0812f2062bbfc03d166d3bf737 /src | |
| parent | root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmake (diff) | |
| download | inkscape-bc9c9b42978005264737392b8131542ce5a9776b.tar.gz inkscape-bc9c9b42978005264737392b8131542ce5a9776b.zip | |
root dir tidying: cleanup inkscape icons
- move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer)
- remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size)
- use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px)
- also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape-x64.rc | 2 | ||||
| -rw-r--r-- | src/inkscape.rc | 2 | ||||
| -rw-r--r-- | src/inkview-x64.rc | 2 | ||||
| -rw-r--r-- | src/inkview.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc index f5d3b5b99..ae1312d89 100644 --- a/src/inkscape-x64.rc +++ b/src/inkscape-x64.rc @@ -1,5 +1,5 @@ -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" +APPLICATION_ICON ICON DISCARDABLE "../share/branding/inkscape.ico" 1 24 DISCARDABLE "./inkscape-manifest-x64.xml" 1 VERSIONINFO diff --git a/src/inkscape.rc b/src/inkscape.rc index ddb55ac30..50daf0bda 100644 --- a/src/inkscape.rc +++ b/src/inkscape.rc @@ -1,5 +1,5 @@ -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" +APPLICATION_ICON ICON DISCARDABLE "../share/branding/inkscape.ico" 1 24 DISCARDABLE "./inkscape-manifest.xml" 1 VERSIONINFO diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc index 397d9710f..c1745095e 100644 --- a/src/inkview-x64.rc +++ b/src/inkview-x64.rc @@ -1,5 +1,5 @@ -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" +APPLICATION_ICON ICON DISCARDABLE "../share/branding/inkscape.ico" 1 24 DISCARDABLE "./inkview-manifest-x64.xml" 1 VERSIONINFO diff --git a/src/inkview.rc b/src/inkview.rc index 5c439981a..f8a2e2054 100644 --- a/src/inkview.rc +++ b/src/inkview.rc @@ -1,5 +1,5 @@ -APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" +APPLICATION_ICON ICON DISCARDABLE "../share/branding/inkscape.ico" 1 24 DISCARDABLE "./inkview-manifest.xml" 1 VERSIONINFO |
