Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable icons: add notice about Tango icons (copied from tortoisehg/hgqt/icons)

Changeset 7f48a09f76e8

Parent b2cd6920b786

by Yuya Nishihara

Changes to one file · Browse files at 7f48a09f76e8 Showing diff from parent b2cd6920b786 Diff from another changeset...

Change 1 of 1 Show Changes Only icons/​README.txt Stacked
1
2
3
4
5
6
7
 
 
 
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 Some of these icons originated from the TortoiseSVN project. We have  modified many of them and added new icons of our own. All of them are  licensed under the GPLv2.    This software may be used and distributed according to the terms of the  GNU General Public License version 2, incorporated herein by reference.   +Some of the icons used here are from the Tango Icon Theme. Some of them +have been modified. +  reviewboard.png originated from the Review Board project, which is under  the MIT license.    Directory Structure  -------------------    Icon files should be placed according to xdg-theme-like structure::     scalable/actions/*.svg ... icons for any size   24x24/actions/*.png ...... fine-tuned bitmap icons (24x24)   *.ico .................... icons mainly used by shell extention or hgtk    See also:  http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html    Icon Naming  -----------    - Commonly-used icon should have the same name as xdg icons, so that it   can be replaced by the system theme.     e.g. `actions/document-new.svg`, `status/folder-open.svg`    - Icon for Mercurial/TortoiseHg-specific operation should be prefixed by   `hg-` or `thg-`, in order to avoid conflict with the system theme.     e.g. `actions/hg-incoming.svg`, `actions/thg-sync.svg`    See also:  http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html