diff options
| author | Andrea Corallo | 2021-04-05 21:00:18 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-05 21:00:18 +0200 |
| commit | 74b58f28ecbc6fe9d7a60c96c79acfdf2329ff73 (patch) | |
| tree | b1e99508f836a1d12d17eb3072e14b0cfb2ba407 /etc | |
| parent | 0a3e715e1f5e13874139b4678375b8f5704b800b (diff) | |
| parent | 14d295871a93c37a33d558ec4e8d49a93b787d8e (diff) | |
| download | emacs-74b58f28ecbc6fe9d7a60c96c79acfdf2329ff73.tar.gz emacs-74b58f28ecbc6fe9d7a60c96c79acfdf2329ff73.zip | |
Merge remote-tracking branch 'savannah/master' into native-comp
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 | ||||
| -rw-r--r-- | etc/images/README | 27 | ||||
| -rw-r--r-- | etc/images/checkbox-mixed.svg | 6 | ||||
| -rw-r--r-- | etc/images/checked.svg | 6 | ||||
| -rw-r--r-- | etc/images/down.svg | 40 | ||||
| -rw-r--r-- | etc/images/left.svg | 40 | ||||
| -rw-r--r-- | etc/images/radio-checked.svg | 6 | ||||
| -rw-r--r-- | etc/images/radio-mixed.svg | 6 | ||||
| -rw-r--r-- | etc/images/radio.svg | 3 | ||||
| -rw-r--r-- | etc/images/right.svg | 40 | ||||
| -rw-r--r-- | etc/images/unchecked.svg | 3 | ||||
| -rw-r--r-- | etc/images/up.svg | 40 |
12 files changed, 230 insertions, 0 deletions
| @@ -1061,6 +1061,10 @@ the commands 'customize', 'customize-group', 'customize-apropos' and | |||
| 1061 | To customize obsolete user options, use 'customize-option' or | 1061 | To customize obsolete user options, use 'customize-option' or |
| 1062 | 'customize-saved'. | 1062 | 'customize-saved'. |
| 1063 | 1063 | ||
| 1064 | *** New SVG icons for checkboxes and arrows. | ||
| 1065 | They will be used automatically instead of the old icons. If Emacs is | ||
| 1066 | built without SVG support, the old icons will be used instead. | ||
| 1067 | |||
| 1064 | ** Edebug | 1068 | ** Edebug |
| 1065 | 1069 | ||
| 1066 | *** Obsoletions | 1070 | *** Obsoletions |
| @@ -1524,6 +1528,15 @@ This controls whether to use smoothing or not for an image. Values | |||
| 1524 | include nil (no smoothing), t (do smoothing) or a predicate function | 1528 | include nil (no smoothing), t (do smoothing) or a predicate function |
| 1525 | that's called with the image object and should return nil/t. | 1529 | that's called with the image object and should return nil/t. |
| 1526 | 1530 | ||
| 1531 | +++ | ||
| 1532 | *** SVG images now support user stylesheets. | ||
| 1533 | The ':css' image attribute can be used to override the default CSS | ||
| 1534 | stylesheet for an image. The default sets 'font-family' and | ||
| 1535 | 'font-size' to match the current face, so an image with 'height="1em"' | ||
| 1536 | will match the font size in use where it is embedded. | ||
| 1537 | |||
| 1538 | This feature relies on librsvg 2.48 or above being available. | ||
| 1539 | |||
| 1527 | ** EWW | 1540 | ** EWW |
| 1528 | 1541 | ||
| 1529 | +++ | 1542 | +++ |
diff --git a/etc/images/README b/etc/images/README index 00aac4f510a..9bbe796cc95 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -104,3 +104,30 @@ same conditions. | |||
| 104 | 104 | ||
| 105 | The *.pbm files were generally converted from *.xpm by running GIMP or | 105 | The *.pbm files were generally converted from *.xpm by running GIMP or |
| 106 | ImageMagick's 'convert'. | 106 | ImageMagick's 'convert'. |
| 107 | |||
| 108 | |||
| 109 | * The following icons are from the Adwaita Icon Theme (made by the | ||
| 110 | GNOME project). They are not part of Emacs, but are distributed and | ||
| 111 | used by Emacs. They are licensed under either the GNU LGPL v3 or the | ||
| 112 | Creative Commons Attribution-Share Alike 3.0 United States License. | ||
| 113 | |||
| 114 | To view a copy of the CC-BY-SA licence, visit | ||
| 115 | http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative | ||
| 116 | Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. | ||
| 117 | |||
| 118 | For more information see the adwaita-icon-theme repository at: | ||
| 119 | |||
| 120 | https://gitlab.gnome.org/GNOME/adwaita-icon-theme | ||
| 121 | |||
| 122 | Emacs images and their source in the Adwaita/scalable directory: | ||
| 123 | |||
| 124 | checked.svg ui/checkbox-checked-symbolic.svg | ||
| 125 | unchecked.svg ui/checkbox-symbolic.svg | ||
| 126 | checkbox-mixed.svg ui/checkbox-mixed-symbolic.svg | ||
| 127 | radio.svg ui/radio-symbolic.svg | ||
| 128 | radio-mixed.svg ui/radio-mixed-symbolic.svg | ||
| 129 | radio-checked.svg ui/radio-checked-symbolic.svg | ||
| 130 | down.svg ui/pan-down-symbolic.svg | ||
| 131 | left.svg ui/pan-start-symbolic.svg | ||
| 132 | right.svg ui/pan-end-symbolic.svg | ||
| 133 | up.svg ui/pan-up-symbolic.svg | ||
diff --git a/etc/images/checkbox-mixed.svg b/etc/images/checkbox-mixed.svg new file mode 100644 index 00000000000..6e46b803c81 --- /dev/null +++ b/etc/images/checkbox-mixed.svg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <g> | ||
| 3 | <path d="M3.5 1A2.506 2.506 0 0 0 1 3.5v9C1 13.876 2.124 15 3.5 15h9c1.376 0 2.5-1.124 2.5-2.5v-9C15 2.124 13.876 1 12.5 1zm0 1h9c.84 0 1.5 .66 1.5 1.5v9c0 .84-.66 1.5-1.5 1.5h-9c-.84 0-1.5-.66-1.5-1.5v-9C2 2.66 2.66 2 3.5 2z" overflow="visible" /> | ||
| 4 | <path d="M5 6a2 2 0 1 0 0 4h6a2 2 0 1 0 0 -4z" overflow="visible" /> | ||
| 5 | </g> | ||
| 6 | </svg> | ||
diff --git a/etc/images/checked.svg b/etc/images/checked.svg new file mode 100644 index 00000000000..4cbdef04f25 --- /dev/null +++ b/etc/images/checked.svg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <g> | ||
| 3 | <path d="M3.5 1A2.506 2.506 0 0 0 1 3.5v9C1 13.876 2.124 15 3.5 15h9c1.376 0 2.5-1.124 2.5-2.5v-9C15 2.124 13.876 1 12.5 1zm0 1h9c.84 0 1.5 .66 1.5 1.5v9c0 .84-.66 1.5-1.5 1.5h-9c-.84 0-1.5-.66-1.5-1.5v-9C2 2.66 2.66 2 3.5 2z" overflow="visible" /> | ||
| 4 | <path d="M14.5 3l-.5-.5L7.5 9 5 6.5l-2 2L7.5 13l7-7z" overflow="visible" /> | ||
| 5 | </g> | ||
| 6 | </svg> | ||
diff --git a/etc/images/down.svg b/etc/images/down.svg new file mode 100644 index 00000000000..e2760427d73 --- /dev/null +++ b/etc/images/down.svg | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
| 2 | <svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-down-symbolic.svg' inkscape:export-filename='/home/sam/source-symbolic.png' inkscape:export-xdpi='270' inkscape:export-ydpi='270' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' style='enable-background:new' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='1.0 (4035a4fb49, 2020-05-01)' width='16' xmlns='http://www.w3.org/2000/svg'> | ||
| 3 | <sodipodi:namedview inkscape:bbox-nodes='true' inkscape:bbox-paths='false' bordercolor='#000000' borderlayer='false' borderopacity='0.50196078' inkscape:current-layer='layer10' inkscape:cx='-8.85234' inkscape:cy='7.9624984' inkscape:document-rotation='0' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:measure-end='0,0' inkscape:measure-start='0,0' inkscape:object-nodes='true' inkscape:object-paths='true' objecttolerance='10' pagecolor='#e2e2e2' inkscape:pageopacity='0' inkscape:pageshadow='2' showborder='false' showgrid='true' showguides='false' inkscape:showpageshadow='false' inkscape:snap-bbox='true' inkscape:snap-bbox-edge-midpoints='false' inkscape:snap-bbox-midpoints='true' inkscape:snap-center='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-intersection-paths='false' inkscape:snap-midpoints='true' inkscape:snap-nodes='true' inkscape:snap-object-midpoints='true' inkscape:snap-others='true' inkscape:snap-page='false' inkscape:snap-smooth-nodes='true' inkscape:snap-to-guides='true' inkscape:window-height='1205' inkscape:window-maximized='0' inkscape:window-width='1553' inkscape:window-x='26' inkscape:window-y='23' inkscape:zoom='1'> | ||
| 4 | <inkscape:grid color='#000000' dotted='false' empcolor='#0800ff' empopacity='0.4627451' empspacing='4' enabled='true' id='grid4866' opacity='0.16470588' originx='-152.00586' originy='-952' snapvisiblegridlinesonly='true' spacingx='1' spacingy='1' type='xygrid' visible='true'/> | ||
| 5 | <inkscape:grid dotted='true' empcolor='#3f3fff' empopacity='0' empspacing='4' id='grid3540' originx='-152.00586' originy='-952' spacingx='0.5' spacingy='0.5' type='xygrid'/> | ||
| 6 | </sodipodi:namedview> | ||
| 7 | <metadata id='metadata90'> | ||
| 8 | <rdf:RDF> | ||
| 9 | <cc:Work rdf:about=''> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> | ||
| 12 | <dc:title>Gnome Symbolic Icons</dc:title> | ||
| 13 | <cc:license rdf:resource='http://creativecommons.org/licenses/by-sa/4.0/'/> | ||
| 14 | </cc:Work> | ||
| 15 | <cc:License rdf:about='http://creativecommons.org/licenses/by-sa/4.0/'> | ||
| 16 | <cc:permits rdf:resource='http://creativecommons.org/ns#Reproduction'/> | ||
| 17 | <cc:permits rdf:resource='http://creativecommons.org/ns#Distribution'/> | ||
| 18 | <cc:requires rdf:resource='http://creativecommons.org/ns#Notice'/> | ||
| 19 | <cc:requires rdf:resource='http://creativecommons.org/ns#Attribution'/> | ||
| 20 | <cc:permits rdf:resource='http://creativecommons.org/ns#DerivativeWorks'/> | ||
| 21 | <cc:requires rdf:resource='http://creativecommons.org/ns#ShareAlike'/> | ||
| 22 | </cc:License> | ||
| 23 | </rdf:RDF> | ||
| 24 | </metadata> | ||
| 25 | <title id='title8473'>Gnome Symbolic Icons</title> | ||
| 26 | <defs id='defs7386'/> | ||
| 27 | <g inkscape:groupmode='layer' id='layer10' inkscape:label='ui' transform='translate(-152.00586,-952)'> | ||
| 28 | <path inkscape:connector-curvature='0' d='m 166,957 -5.99414,5.99999 L 154,957 Z' id='path6424' sodipodi:nodetypes='cccc' style='fill:#2e3436;fill-opacity:1;stroke:none'/> | ||
| 29 | </g> | ||
| 30 | <g inkscape:groupmode='layer' id='layer1' inkscape:label='status' transform='translate(-152.00586,-888)'/> | ||
| 31 | <g inkscape:groupmode='layer' id='layer11' inkscape:label='legacy' transform='translate(-152.00586,-952)'/> | ||
| 32 | <g inkscape:groupmode='layer' id='layer7' inkscape:label='places' transform='translate(-152.00586,-888)'/> | ||
| 33 | <g inkscape:groupmode='layer' id='layer6' inkscape:label='mimetypes' transform='translate(-152.00586,-888)'/> | ||
| 34 | <g inkscape:groupmode='layer' id='layer5' inkscape:label='emotes' transform='translate(-152.00586,-888)'/> | ||
| 35 | <g inkscape:groupmode='layer' id='layer9' inkscape:label='emblems' transform='translate(-152.00586,-888)'/> | ||
| 36 | <g inkscape:groupmode='layer' id='layer2' inkscape:label='devices' transform='translate(-152.00586,-888)'/> | ||
| 37 | <g inkscape:groupmode='layer' id='layer8' inkscape:label='categories' transform='translate(-152.00586,-888)'/> | ||
| 38 | <g inkscape:groupmode='layer' id='layer3' inkscape:label='apps' transform='translate(-152.00586,-888)'/> | ||
| 39 | <g inkscape:groupmode='layer' id='layer4' inkscape:label='actions' transform='translate(-152.00586,-888)'/> | ||
| 40 | </svg> | ||
diff --git a/etc/images/left.svg b/etc/images/left.svg new file mode 100644 index 00000000000..d6429bc4109 --- /dev/null +++ b/etc/images/left.svg | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
| 2 | <svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-start-symbolic.svg' inkscape:export-filename='/home/sam/source-symbolic.png' inkscape:export-xdpi='270' inkscape:export-ydpi='270' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' style='enable-background:new' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='1.0 (4035a4fb49, 2020-05-01)' width='16' xmlns='http://www.w3.org/2000/svg'> | ||
| 3 | <sodipodi:namedview inkscape:bbox-nodes='true' inkscape:bbox-paths='false' bordercolor='#000000' borderlayer='false' borderopacity='0.50196078' inkscape:current-layer='layer10' inkscape:cx='51.147672' inkscape:cy='7.96251' inkscape:document-rotation='0' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:measure-end='0,0' inkscape:measure-start='0,0' inkscape:object-nodes='true' inkscape:object-paths='true' objecttolerance='10' pagecolor='#e2e2e2' inkscape:pageopacity='0' inkscape:pageshadow='2' showborder='false' showgrid='true' showguides='false' inkscape:showpageshadow='false' inkscape:snap-bbox='true' inkscape:snap-bbox-edge-midpoints='false' inkscape:snap-bbox-midpoints='true' inkscape:snap-center='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-intersection-paths='false' inkscape:snap-midpoints='true' inkscape:snap-nodes='true' inkscape:snap-object-midpoints='true' inkscape:snap-others='true' inkscape:snap-page='false' inkscape:snap-smooth-nodes='true' inkscape:snap-to-guides='true' inkscape:window-height='1205' inkscape:window-maximized='0' inkscape:window-width='1553' inkscape:window-x='26' inkscape:window-y='23' inkscape:zoom='1'> | ||
| 4 | <inkscape:grid color='#000000' dotted='false' empcolor='#0800ff' empopacity='0.4627451' empspacing='4' enabled='true' id='grid4866' opacity='0.16470588' originx='-92.005848' originy='-951.99999' snapvisiblegridlinesonly='true' spacingx='1' spacingy='1' type='xygrid' visible='true'/> | ||
| 5 | <inkscape:grid dotted='true' empcolor='#3f3fff' empopacity='0' empspacing='4' id='grid3540' originx='-92.005848' originy='-951.99999' spacingx='0.5' spacingy='0.5' type='xygrid'/> | ||
| 6 | </sodipodi:namedview> | ||
| 7 | <metadata id='metadata90'> | ||
| 8 | <rdf:RDF> | ||
| 9 | <cc:Work rdf:about=''> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> | ||
| 12 | <dc:title>Gnome Symbolic Icons</dc:title> | ||
| 13 | <cc:license rdf:resource='http://creativecommons.org/licenses/by-sa/4.0/'/> | ||
| 14 | </cc:Work> | ||
| 15 | <cc:License rdf:about='http://creativecommons.org/licenses/by-sa/4.0/'> | ||
| 16 | <cc:permits rdf:resource='http://creativecommons.org/ns#Reproduction'/> | ||
| 17 | <cc:permits rdf:resource='http://creativecommons.org/ns#Distribution'/> | ||
| 18 | <cc:requires rdf:resource='http://creativecommons.org/ns#Notice'/> | ||
| 19 | <cc:requires rdf:resource='http://creativecommons.org/ns#Attribution'/> | ||
| 20 | <cc:permits rdf:resource='http://creativecommons.org/ns#DerivativeWorks'/> | ||
| 21 | <cc:requires rdf:resource='http://creativecommons.org/ns#ShareAlike'/> | ||
| 22 | </cc:License> | ||
| 23 | </rdf:RDF> | ||
| 24 | </metadata> | ||
| 25 | <title id='title8473'>Gnome Symbolic Icons</title> | ||
| 26 | <defs id='defs7386'/> | ||
| 27 | <g inkscape:groupmode='layer' id='layer10' inkscape:label='ui' transform='translate(-92.005848,-951.99999)'> | ||
| 28 | <path inkscape:connector-curvature='0' d='M 103,966 97.00585,959.99999 103,954 Z' id='path6400' sodipodi:nodetypes='cccc' style='fill:#2e3436;fill-opacity:1;stroke:none'/> | ||
| 29 | </g> | ||
| 30 | <g inkscape:groupmode='layer' id='layer1' inkscape:label='status' transform='translate(-92.005848,-887.99999)'/> | ||
| 31 | <g inkscape:groupmode='layer' id='layer11' inkscape:label='legacy' transform='translate(-92.005848,-951.99999)'/> | ||
| 32 | <g inkscape:groupmode='layer' id='layer7' inkscape:label='places' transform='translate(-92.005848,-887.99999)'/> | ||
| 33 | <g inkscape:groupmode='layer' id='layer6' inkscape:label='mimetypes' transform='translate(-92.005848,-887.99999)'/> | ||
| 34 | <g inkscape:groupmode='layer' id='layer5' inkscape:label='emotes' transform='translate(-92.005848,-887.99999)'/> | ||
| 35 | <g inkscape:groupmode='layer' id='layer9' inkscape:label='emblems' transform='translate(-92.005848,-887.99999)'/> | ||
| 36 | <g inkscape:groupmode='layer' id='layer2' inkscape:label='devices' transform='translate(-92.005848,-887.99999)'/> | ||
| 37 | <g inkscape:groupmode='layer' id='layer8' inkscape:label='categories' transform='translate(-92.005848,-887.99999)'/> | ||
| 38 | <g inkscape:groupmode='layer' id='layer3' inkscape:label='apps' transform='translate(-92.005848,-887.99999)'/> | ||
| 39 | <g inkscape:groupmode='layer' id='layer4' inkscape:label='actions' transform='translate(-92.005848,-887.99999)'/> | ||
| 40 | </svg> | ||
diff --git a/etc/images/radio-checked.svg b/etc/images/radio-checked.svg new file mode 100644 index 00000000000..8950b447a0b --- /dev/null +++ b/etc/images/radio-checked.svg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <g> | ||
| 3 | <path d="M8 5a3.001 3.001 0 0 0 0 6 3.001 3.001 0 0 0 0 -6z" overflow="visible"/> | ||
| 4 | <path d="M8.004 1C4.144 1 1 4.144 1 8.004c0 3.86 3.144 7.006 7.004 7.006 3.86 0 7.006-3.146 7.006-7.006C15.01 4.144 11.864 1 8.004 1zm0 1a6.002 6.002 0 0 1 6.006 6.004 6.004 6.004 0 0 1 -6.006 6.006A6.002 6.002 0 0 1 2 8.004 6 6 0 0 1 8.004 2z" overflow="visible"/> | ||
| 5 | </g> | ||
| 6 | </svg> | ||
diff --git a/etc/images/radio-mixed.svg b/etc/images/radio-mixed.svg new file mode 100644 index 00000000000..1b3bfa78e9d --- /dev/null +++ b/etc/images/radio-mixed.svg | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <g> | ||
| 3 | <path d="M8 1C4.142 1 1 4.142 1 8s3.142 7 7 7 7-3.142 7-7-3.142-7-7-7zm0 1c3.316 0 6 2.684 6 6s-2.684 6-6 6-6-2.684-6-6 2.684-6 6-6z" overflow="visible" /> | ||
| 4 | <path d="M5 6a2 2 0 1 0 0 4h6a2 2 0 1 0 0 -4z" overflow="visible" /> | ||
| 5 | </g> | ||
| 6 | </svg> | ||
diff --git a/etc/images/radio.svg b/etc/images/radio.svg new file mode 100644 index 00000000000..2593a78610e --- /dev/null +++ b/etc/images/radio.svg | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <path d="M8 1C4.142 1 1 4.142 1 8s3.142 7 7 7 7-3.142 7-7-3.142-7-7-7zm0 1c3.316 0 6 2.684 6 6s-2.684 6-6 6-6-2.684-6-6 2.684-6 6-6z" overflow="visible" /> | ||
| 3 | </svg> | ||
diff --git a/etc/images/right.svg b/etc/images/right.svg new file mode 100644 index 00000000000..d58cd364359 --- /dev/null +++ b/etc/images/right.svg | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
| 2 | <svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-end-symbolic.svg' inkscape:export-filename='/home/sam/source-symbolic.png' inkscape:export-xdpi='270' inkscape:export-ydpi='270' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' style='enable-background:new' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='1.0 (4035a4fb49, 2020-05-01)' width='16' xmlns='http://www.w3.org/2000/svg'> | ||
| 3 | <sodipodi:namedview inkscape:bbox-nodes='true' inkscape:bbox-paths='false' bordercolor='#000000' borderlayer='false' borderopacity='0.50196078' inkscape:current-layer='layer10' inkscape:cx='31.147668' inkscape:cy='7.96251' inkscape:document-rotation='0' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:measure-end='0,0' inkscape:measure-start='0,0' inkscape:object-nodes='true' inkscape:object-paths='true' objecttolerance='10' pagecolor='#e2e2e2' inkscape:pageopacity='0' inkscape:pageshadow='2' showborder='false' showgrid='true' showguides='false' inkscape:showpageshadow='false' inkscape:snap-bbox='true' inkscape:snap-bbox-edge-midpoints='false' inkscape:snap-bbox-midpoints='true' inkscape:snap-center='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-intersection-paths='false' inkscape:snap-midpoints='true' inkscape:snap-nodes='true' inkscape:snap-object-midpoints='true' inkscape:snap-others='true' inkscape:snap-page='false' inkscape:snap-smooth-nodes='true' inkscape:snap-to-guides='true' inkscape:window-height='1205' inkscape:window-maximized='0' inkscape:window-width='1553' inkscape:window-x='26' inkscape:window-y='23' inkscape:zoom='1'> | ||
| 4 | <inkscape:grid color='#000000' dotted='false' empcolor='#0800ff' empopacity='0.4627451' empspacing='4' enabled='true' id='grid4866' opacity='0.16470588' originx='-112.00585' originy='-951.99999' snapvisiblegridlinesonly='true' spacingx='1' spacingy='1' type='xygrid' visible='true'/> | ||
| 5 | <inkscape:grid dotted='true' empcolor='#3f3fff' empopacity='0' empspacing='4' id='grid3540' originx='-112.00585' originy='-951.99999' spacingx='0.5' spacingy='0.5' type='xygrid'/> | ||
| 6 | </sodipodi:namedview> | ||
| 7 | <metadata id='metadata90'> | ||
| 8 | <rdf:RDF> | ||
| 9 | <cc:Work rdf:about=''> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> | ||
| 12 | <dc:title>Gnome Symbolic Icons</dc:title> | ||
| 13 | <cc:license rdf:resource='http://creativecommons.org/licenses/by-sa/4.0/'/> | ||
| 14 | </cc:Work> | ||
| 15 | <cc:License rdf:about='http://creativecommons.org/licenses/by-sa/4.0/'> | ||
| 16 | <cc:permits rdf:resource='http://creativecommons.org/ns#Reproduction'/> | ||
| 17 | <cc:permits rdf:resource='http://creativecommons.org/ns#Distribution'/> | ||
| 18 | <cc:requires rdf:resource='http://creativecommons.org/ns#Notice'/> | ||
| 19 | <cc:requires rdf:resource='http://creativecommons.org/ns#Attribution'/> | ||
| 20 | <cc:permits rdf:resource='http://creativecommons.org/ns#DerivativeWorks'/> | ||
| 21 | <cc:requires rdf:resource='http://creativecommons.org/ns#ShareAlike'/> | ||
| 22 | </cc:License> | ||
| 23 | </rdf:RDF> | ||
| 24 | </metadata> | ||
| 25 | <title id='title8473'>Gnome Symbolic Icons</title> | ||
| 26 | <defs id='defs7386'/> | ||
| 27 | <g inkscape:groupmode='layer' id='layer10' inkscape:label='ui' transform='translate(-112.00585,-951.99999)'> | ||
| 28 | <path inkscape:connector-curvature='0' d='m 117,966 6.00585,-6.00001 L 117,954 Z' id='path6412' sodipodi:nodetypes='cccc' style='fill:#2e3436;fill-opacity:1;stroke:none'/> | ||
| 29 | </g> | ||
| 30 | <g inkscape:groupmode='layer' id='layer1' inkscape:label='status' transform='translate(-112.00585,-887.99999)'/> | ||
| 31 | <g inkscape:groupmode='layer' id='layer11' inkscape:label='legacy' transform='translate(-112.00585,-951.99999)'/> | ||
| 32 | <g inkscape:groupmode='layer' id='layer7' inkscape:label='places' transform='translate(-112.00585,-887.99999)'/> | ||
| 33 | <g inkscape:groupmode='layer' id='layer6' inkscape:label='mimetypes' transform='translate(-112.00585,-887.99999)'/> | ||
| 34 | <g inkscape:groupmode='layer' id='layer5' inkscape:label='emotes' transform='translate(-112.00585,-887.99999)'/> | ||
| 35 | <g inkscape:groupmode='layer' id='layer9' inkscape:label='emblems' transform='translate(-112.00585,-887.99999)'/> | ||
| 36 | <g inkscape:groupmode='layer' id='layer2' inkscape:label='devices' transform='translate(-112.00585,-887.99999)'/> | ||
| 37 | <g inkscape:groupmode='layer' id='layer8' inkscape:label='categories' transform='translate(-112.00585,-887.99999)'/> | ||
| 38 | <g inkscape:groupmode='layer' id='layer3' inkscape:label='apps' transform='translate(-112.00585,-887.99999)'/> | ||
| 39 | <g inkscape:groupmode='layer' id='layer4' inkscape:label='actions' transform='translate(-112.00585,-887.99999)'/> | ||
| 40 | </svg> | ||
diff --git a/etc/images/unchecked.svg b/etc/images/unchecked.svg new file mode 100644 index 00000000000..09bab8de95b --- /dev/null +++ b/etc/images/unchecked.svg | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> | ||
| 2 | <path d="M3.5 1A2.506 2.506 0 0 0 1 3.5v9C1 13.876 2.124 15 3.5 15h9c1.376 0 2.5-1.124 2.5-2.5v-9C15 2.124 13.876 1 12.5 1zm0 1h9c.84 0 1.5 .66 1.5 1.5v9c0 .84-.66 1.5-1.5 1.5h-9c-.84 0-1.5-.66-1.5-1.5v-9C2 2.66 2.66 2 3.5 2z" overflow="visible" /> | ||
| 3 | </svg> | ||
diff --git a/etc/images/up.svg b/etc/images/up.svg new file mode 100644 index 00000000000..9e1a245be74 --- /dev/null +++ b/etc/images/up.svg | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
| 2 | <svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='pan-up-symbolic.svg' inkscape:export-filename='/home/sam/source-symbolic.png' inkscape:export-xdpi='270' inkscape:export-ydpi='270' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' style='enable-background:new' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='1.0 (4035a4fb49, 2020-05-01)' width='16' xmlns='http://www.w3.org/2000/svg'> | ||
| 3 | <sodipodi:namedview inkscape:bbox-nodes='true' inkscape:bbox-paths='false' bordercolor='#000000' borderlayer='false' borderopacity='0.50196078' inkscape:current-layer='layer10' inkscape:cx='11.14767' inkscape:cy='7.9625016' inkscape:document-rotation='0' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:measure-end='0,0' inkscape:measure-start='0,0' inkscape:object-nodes='true' inkscape:object-paths='true' objecttolerance='10' pagecolor='#e2e2e2' inkscape:pageopacity='0' inkscape:pageshadow='2' showborder='false' showgrid='true' showguides='false' inkscape:showpageshadow='false' inkscape:snap-bbox='true' inkscape:snap-bbox-edge-midpoints='false' inkscape:snap-bbox-midpoints='true' inkscape:snap-center='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-intersection-paths='false' inkscape:snap-midpoints='true' inkscape:snap-nodes='true' inkscape:snap-object-midpoints='true' inkscape:snap-others='true' inkscape:snap-page='false' inkscape:snap-smooth-nodes='true' inkscape:snap-to-guides='true' inkscape:window-height='1205' inkscape:window-maximized='0' inkscape:window-width='1553' inkscape:window-x='26' inkscape:window-y='23' inkscape:zoom='1'> | ||
| 4 | <inkscape:grid color='#000000' dotted='false' empcolor='#0800ff' empopacity='0.4627451' empspacing='4' enabled='true' id='grid4866' opacity='0.16470588' originx='-132.00585' originy='-952' snapvisiblegridlinesonly='true' spacingx='1' spacingy='1' type='xygrid' visible='true'/> | ||
| 5 | <inkscape:grid dotted='true' empcolor='#3f3fff' empopacity='0' empspacing='4' id='grid3540' originx='-132.00585' originy='-952' spacingx='0.5' spacingy='0.5' type='xygrid'/> | ||
| 6 | </sodipodi:namedview> | ||
| 7 | <metadata id='metadata90'> | ||
| 8 | <rdf:RDF> | ||
| 9 | <cc:Work rdf:about=''> | ||
| 10 | <dc:format>image/svg+xml</dc:format> | ||
| 11 | <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> | ||
| 12 | <dc:title>Gnome Symbolic Icons</dc:title> | ||
| 13 | <cc:license rdf:resource='http://creativecommons.org/licenses/by-sa/4.0/'/> | ||
| 14 | </cc:Work> | ||
| 15 | <cc:License rdf:about='http://creativecommons.org/licenses/by-sa/4.0/'> | ||
| 16 | <cc:permits rdf:resource='http://creativecommons.org/ns#Reproduction'/> | ||
| 17 | <cc:permits rdf:resource='http://creativecommons.org/ns#Distribution'/> | ||
| 18 | <cc:requires rdf:resource='http://creativecommons.org/ns#Notice'/> | ||
| 19 | <cc:requires rdf:resource='http://creativecommons.org/ns#Attribution'/> | ||
| 20 | <cc:permits rdf:resource='http://creativecommons.org/ns#DerivativeWorks'/> | ||
| 21 | <cc:requires rdf:resource='http://creativecommons.org/ns#ShareAlike'/> | ||
| 22 | </cc:License> | ||
| 23 | </rdf:RDF> | ||
| 24 | </metadata> | ||
| 25 | <title id='title8473'>Gnome Symbolic Icons</title> | ||
| 26 | <defs id='defs7386'/> | ||
| 27 | <g inkscape:groupmode='layer' id='layer10' inkscape:label='ui' transform='translate(-132.00585,-952)'> | ||
| 28 | <path inkscape:connector-curvature='0' d='M 146,963 140.00585,956.99999 134,963 Z' id='path6418' sodipodi:nodetypes='cccc' style='fill:#2e3436;fill-opacity:1;stroke:none'/> | ||
| 29 | </g> | ||
| 30 | <g inkscape:groupmode='layer' id='layer1' inkscape:label='status' transform='translate(-132.00585,-888)'/> | ||
| 31 | <g inkscape:groupmode='layer' id='layer11' inkscape:label='legacy' transform='translate(-132.00585,-952)'/> | ||
| 32 | <g inkscape:groupmode='layer' id='layer7' inkscape:label='places' transform='translate(-132.00585,-888)'/> | ||
| 33 | <g inkscape:groupmode='layer' id='layer6' inkscape:label='mimetypes' transform='translate(-132.00585,-888)'/> | ||
| 34 | <g inkscape:groupmode='layer' id='layer5' inkscape:label='emotes' transform='translate(-132.00585,-888)'/> | ||
| 35 | <g inkscape:groupmode='layer' id='layer9' inkscape:label='emblems' transform='translate(-132.00585,-888)'/> | ||
| 36 | <g inkscape:groupmode='layer' id='layer2' inkscape:label='devices' transform='translate(-132.00585,-888)'/> | ||
| 37 | <g inkscape:groupmode='layer' id='layer8' inkscape:label='categories' transform='translate(-132.00585,-888)'/> | ||
| 38 | <g inkscape:groupmode='layer' id='layer3' inkscape:label='apps' transform='translate(-132.00585,-888)'/> | ||
| 39 | <g inkscape:groupmode='layer' id='layer4' inkscape:label='actions' transform='translate(-132.00585,-888)'/> | ||
| 40 | </svg> | ||