annotate ui/img/README.txt @ 1282:9e6579fff83a

(issue145) svgz sources checked in. Also improved description and licensing info.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 29 Sep 2014 12:21:26 +0200
parents e401680b0cbd
children
rev   line source
1282
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
1 = Where the pixel icons come from
1170
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
2
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
3 Sources: oxygen-icons_4.13.0.orig.tar.xz
1282
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
4 http://download.kde.org/stable/4.14.1/src/oxygen-icons-4.14.1.tar.xz
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
5
1172
7d4dbcb2efb4 ui/img: icons added ImageMagick as dev tool.
Bernhard Reiter <bernhard@intevation.de>
parents: 1170
diff changeset
6 Tools: Debian Package: inkscape Version: 0.48.3.1-1.3
1282
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
7 Debian Package: imagemagick Version: 8:6.7.7.10-5+deb7u3
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
8
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
9 The Makefile in "src" will create a large pixel version of all
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
10 icons in that directory, that gets scaled down to 48x48.
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
11 In some cases it renders a different
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
12 size directly. "make clean" will remove the pixel versions in src again.
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
13
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
14 The .svgz files in the scalable subdirectory are the originals
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
15 from the oxygen set. See licenses/README.txt.
1115
648ac596a98a img: Added instructions on icon recreation from source.
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
16
1170
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
17 == update-list.png
1282
9e6579fff83a (issue145) svgz sources checked in. Also improved description and licensing info.
Bernhard Reiter <bernhard@intevation.de>
parents: 1226
diff changeset
18 Started from view-refresh, where it is green.
1170
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
19
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
20 The color was adapted on the pixel version with gimp
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
21 by visial matching shades of blue in the other icons.
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
22
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
23 Gimp tools used:
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
24 Menu -> Color -> colorize.. :
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
25 with parameters approx 210, 65, 15
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
26 Menu -> Color -> Curves:
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
27 Adding more billiance by dragging the ligher blue color shades more apart.
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
28 So from the default curve make it go a little bit steeper for 4/5
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
29 of the way and then less steep.
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
30
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
31 == store-base
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
32 store-base created from svn-commit.svgz, removing the arrow
1170
37672abf0ca0 ui/img Icons: Cleanup.
Bernhard Reiter <bernhard@intevation.de>
parents: 1147
diff changeset
33 and the two internal circles.
1115
648ac596a98a img: Added instructions on icon recreation from source.
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
34
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
35 == cert-is-imported-good.svg
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
36 Starting with svn-update.svg, removing the arrow and the two small circles.
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
37 Importing dialog-ok-apply.svgz, scaling it down and placing it in the middle.
1115
648ac596a98a img: Added instructions on icon recreation from source.
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
38
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
39 Trick: When exporting to bitmap: To reach the same size,
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
40 even when the drawing is not completely fillled:
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
41 look at the size of the comparable drawing.
1115
648ac596a98a img: Added instructions on icon recreation from source.
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
42
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
43 == cert-not-installed-bad.svg
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
44 Starting with store-base.svg, importing im-ban-user.svgz.
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
45 Removing the figure from im-ban-user and place the disallowed sign.
1115
648ac596a98a img: Added instructions on icon recreation from source.
Bernhard Reiter <bernhard@intevation.de>
parents:
diff changeset
46
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
47 Can maybe improved by using the small/22x22/mail-mark-junk.svgz version
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
48 or small/16x16/dialog-cancel.svgz of the disallowed sign.
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
49
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
50 == cert-is-installed-bad
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
51 store-base.svg ->
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
52 imported status/small/22x22/task-attention.svgz, scaled and placed.
1226
e401680b0cbd (issue115) cert-not-installed* slightly improved, removed top glare.
Bernhard Reiter <bernhard@intevation.de>
parents: 1222
diff changeset
53 Removed the upper glare from the sign.
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
54
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
55 == cert-not-installed-good
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
56 cert-is-installed-bad.svg ->
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
57 Inkscape: tools -> rgb "tonne"
1226
e401680b0cbd (issue115) cert-not-installed* slightly improved, removed top glare.
Bernhard Reiter <bernhard@intevation.de>
parents: 1222
diff changeset
58 Remove the upper glare from the sign.
1147
0486da3ce13c (issue115) Update icon files
Andre Heinecke <andre.heinecke@intevation.de>
parents: 1115
diff changeset
59
1222
0c73c9b1cd57 (issue147) do-changes button icon now a yellow flash.
Bernhard Reiter <bernhard@intevation.de>
parents: 1221
diff changeset
60 == pending-changes-overview, do-changes
0c73c9b1cd57 (issue147) do-changes button icon now a yellow flash.
Bernhard Reiter <bernhard@intevation.de>
parents: 1221
diff changeset
61 started from apps/preferences-web-browser-cache.svgz
0c73c9b1cd57 (issue147) do-changes button icon now a yellow flash.
Bernhard Reiter <bernhard@intevation.de>
parents: 1221
diff changeset
62 pending-... renamed from 48x48/apps/preferences-web-browser-cache.png
0c73c9b1cd57 (issue147) do-changes button icon now a yellow flash.
Bernhard Reiter <bernhard@intevation.de>
parents: 1221
diff changeset
63 do-changes : scaled up a bit.
1202
407f2c1286ae (issue121) better Icon for the pending changes.
Bernhard Reiter <bernhard@intevation.de>
parents: 1172
diff changeset
64
1209
3815a0d2017b (issue115) icons, new for cert-to-be* with color.
Bernhard Reiter <bernhard@intevation.de>
parents: 1207
diff changeset
65 == cert-to-be-*
3815a0d2017b (issue115) icons, new for cert-to-be* with color.
Bernhard Reiter <bernhard@intevation.de>
parents: 1207
diff changeset
66 Start with the store-base.
1221
c2d590d15141 (issue115) cert-to-be* Icons reverted to rev1211 with high res arrow.
Bernhard Reiter <bernhard@intevation.de>
parents: 1212
diff changeset
67 Cut out the arrow from scalable/places/mail-folder-outbox.svgz,
1209
3815a0d2017b (issue115) icons, new for cert-to-be* with color.
Bernhard Reiter <bernhard@intevation.de>
parents: 1207
diff changeset
68 remove everything, except the last shadow where the arrow starts.
3815a0d2017b (issue115) icons, new for cert-to-be* with color.
Bernhard Reiter <bernhard@intevation.de>
parents: 1207
diff changeset
69 Rotate as necessary. Color as necessary.
3815a0d2017b (issue115) icons, new for cert-to-be* with color.
Bernhard Reiter <bernhard@intevation.de>
parents: 1207
diff changeset
70

http://wald.intevation.org/projects/trustbridge/