Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-09-09 21:49:23 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-09-09 21:49:23 +0300
commita5f3c89cfd9ba6a4b934413a15f2fc574c8bdb8f (patch)
treef8df4fe7925dc5cb0e2e407c8531853a254886ce /img
parentfe3a4606d3fa619c97f72d062d20b01495e55bb3 (diff)
Enable hiding completed subtasks
Diffstat (limited to 'img')
-rw-r--r--img/source/eye_hidden.svg17
-rw-r--r--img/source/eye_visible.svg15
-rw-r--r--img/sprites.svg236
3 files changed, 110 insertions, 158 deletions
diff --git a/img/source/eye_hidden.svg b/img/source/eye_hidden.svg
new file mode 100644
index 00000000..abd5297b
--- /dev/null
+++ b/img/source/eye_hidden.svg
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
+<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M17.891,10.875c0,1.188-3.533,5.078-7.891,5.078
+ c-4.358,0-7.891-3.891-7.891-5.078S5.642,5.797,10,5.797C14.357,5.797,17.891,9.688,17.891,10.875z M14.224,10.875
+ c0-2.333-1.891-4.224-4.223-4.224s-4.223,1.891-4.223,4.224c0,2.332,1.891,4.224,4.223,4.224S14.224,13.207,14.224,10.875z"/>
+<circle fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" cx="10" cy="10.875" r="1.531"/>
+<path fill="#727272" stroke="#727272" stroke-miterlimit="10" d="M17.891,10c0,1.188-3.533,5.078-7.891,5.078
+ c-4.358,0-7.891-3.891-7.891-5.078S5.642,4.922,10,4.922C14.357,4.922,17.891,8.813,17.891,10z M14.224,10
+ c0-2.333-1.891-4.224-4.223-4.224S5.777,7.667,5.777,10c0,2.332,1.891,4.224,4.223,4.224S14.224,12.332,14.224,10z"/>
+<circle fill="#727272" stroke="#727272" stroke-miterlimit="10" cx="10" cy="10" r="1.531"/>
+<line fill="none" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" x1="2.254" y1="16.828" x2="18.035" y2="5.797"/>
+<line fill="none" stroke="#727272" stroke-width="1.5" stroke-miterlimit="10" x1="2.109" y1="15.953" x2="17.891" y2="4.922"/>
+<rect fill="none" width="20" height="20"/>
+</svg>
diff --git a/img/source/eye_visible.svg b/img/source/eye_visible.svg
new file mode 100644
index 00000000..47a34bed
--- /dev/null
+++ b/img/source/eye_visible.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
+<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M17.891,10.875c0,1.188-3.533,5.078-7.891,5.078
+ c-4.358,0-7.891-3.891-7.891-5.078S5.642,5.797,10,5.797C14.357,5.797,17.891,9.688,17.891,10.875z M14.224,10.875
+ c0-2.333-1.891-4.224-4.223-4.224s-4.223,1.891-4.223,4.224c0,2.332,1.891,4.224,4.223,4.224S14.224,13.207,14.224,10.875z"/>
+<circle fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" cx="10" cy="10.875" r="1.531"/>
+<path fill="#727272" stroke="#727272" stroke-miterlimit="10" d="M17.891,10c0,1.188-3.533,5.078-7.891,5.078
+ c-4.358,0-7.891-3.891-7.891-5.078S5.642,4.922,10,4.922C14.357,4.922,17.891,8.813,17.891,10z M14.224,10
+ c0-2.333-1.891-4.224-4.223-4.224S5.777,7.667,5.777,10c0,2.332,1.891,4.224,4.223,4.224S14.224,12.332,14.224,10z"/>
+<circle fill="#727272" stroke="#727272" stroke-miterlimit="10" cx="10" cy="10" r="1.531"/>
+<rect fill="none" width="20" height="20"/>
+</svg>
diff --git a/img/sprites.svg b/img/sprites.svg
index 734b4965..a3b52cac 100644
--- a/img/sprites.svg
+++ b/img/sprites.svg
@@ -37,9 +37,9 @@
inkscape:window-height="937"
id="namedview2045"
showgrid="false"
- inkscape:zoom="3.3714286"
- inkscape:cx="75.656195"
- inkscape:cy="169.55596"
+ inkscape:zoom="2.38396"
+ inkscape:cx="83.031747"
+ inkscape:cy="192.53163"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
@@ -1873,160 +1873,6 @@
width="5.625"
height="5.77"
id="rect925" /></g></g><g
- id="g927"><g
- id="g929"><defs
- id="defs931"><rect
- id="SVGID_127_"
- x="120"
- width="20"
- height="20" /></defs><clipPath
- id="SVGID_128_"><use
- xlink:href="#SVGID_127_"
- overflow="visible"
- id="use935" /></clipPath><g
- clip-path="url(#SVGID_128_)"
- id="g937"><defs
- id="defs939"><rect
- id="SVGID_129_"
- x="120"
- width="20"
- height="20" /></defs><clipPath
- id="SVGID_130_"><use
- xlink:href="#SVGID_129_"
- overflow="visible"
- id="use943" /></clipPath><path
- clip-path="url(#SVGID_130_)"
- fill="#FFFFFF"
- d="M137.891,10.875c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078 s3.532-5.078,7.89-5.078S137.891,9.687,137.891,10.875 M134.224,10.875c0-2.333-1.891-4.224-4.223-4.224 c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224C132.333,15.099,134.224,13.207,134.224,10.875"
- id="path945" /><path
- clip-path="url(#SVGID_130_)"
- fill="none"
- stroke="#FFFFFF"
- stroke-miterlimit="10"
- d="M137.891,10.875 c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078s3.532-5.078,7.89-5.078S137.891,9.687,137.891,10.875z M134.224,10.875 c0-2.333-1.891-4.224-4.223-4.224c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224 C132.333,15.099,134.224,13.207,134.224,10.875z"
- id="path947" /><path
- clip-path="url(#SVGID_130_)"
- fill="#FFFFFF"
- d="M131.531,10.875c0,0.846-0.686,1.531-1.531,1.531 c-0.846,0-1.532-0.685-1.532-1.531s0.686-1.531,1.532-1.531C130.845,9.344,131.531,10.029,131.531,10.875"
- id="path949" /><circle
- clip-path="url(#SVGID_130_)"
- fill="none"
- stroke="#FFFFFF"
- stroke-miterlimit="10"
- cx="130"
- cy="10.875"
- r="1.531"
- id="circle951" /><path
- clip-path="url(#SVGID_130_)"
- fill="#727272"
- d="M137.891,10c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078 s3.532-5.078,7.89-5.078S137.891,8.812,137.891,10 M134.224,10c0-2.333-1.891-4.224-4.223-4.224 c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224C132.333,14.224,134.224,12.332,134.224,10"
- id="path953" /><path
- clip-path="url(#SVGID_130_)"
- fill="none"
- stroke="#727272"
- stroke-miterlimit="10"
- d="M137.891,10 c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078s3.532-5.078,7.89-5.078S137.891,8.812,137.891,10z M134.224,10 c0-2.333-1.891-4.224-4.223-4.224c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224 C132.333,14.224,134.224,12.332,134.224,10z"
- id="path955" /><path
- clip-path="url(#SVGID_130_)"
- fill="#727272"
- d="M131.531,10c0,0.846-0.686,1.531-1.531,1.531 c-0.846,0-1.532-0.685-1.532-1.531s0.686-1.531,1.532-1.531C130.845,8.469,131.531,9.154,131.531,10"
- id="path957" /><circle
- clip-path="url(#SVGID_130_)"
- fill="none"
- stroke="#727272"
- stroke-miterlimit="10"
- cx="130"
- cy="10"
- r="1.531"
- id="circle959" /></g></g></g><g
- id="g961"><g
- id="g963"><defs
- id="defs965"><rect
- id="SVGID_131_"
- x="120"
- y="20"
- width="20"
- height="20" /></defs><clipPath
- id="SVGID_132_"><use
- xlink:href="#SVGID_131_"
- overflow="visible"
- id="use969" /></clipPath><g
- clip-path="url(#SVGID_132_)"
- id="g971"><defs
- id="defs973"><rect
- id="SVGID_133_"
- x="120"
- y="20"
- width="20"
- height="20" /></defs><clipPath
- id="SVGID_134_"><use
- xlink:href="#SVGID_133_"
- overflow="visible"
- id="use977" /></clipPath><path
- clip-path="url(#SVGID_134_)"
- fill="#FFFFFF"
- d="M137.891,30.875c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078 s3.532-5.078,7.89-5.078S137.891,29.687,137.891,30.875 M134.224,30.875c0-2.333-1.891-4.224-4.223-4.224 c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224C132.333,35.099,134.224,33.207,134.224,30.875"
- id="path979" /><path
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#FFFFFF"
- stroke-miterlimit="10"
- d="M137.891,30.875 c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078s3.532-5.078,7.89-5.078S137.891,29.687,137.891,30.875z M134.224,30.875 c0-2.333-1.891-4.224-4.223-4.224c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224 C132.333,35.099,134.224,33.207,134.224,30.875z"
- id="path981" /><path
- clip-path="url(#SVGID_134_)"
- fill="#FFFFFF"
- d="M131.531,30.875c0,0.846-0.686,1.531-1.531,1.531 c-0.846,0-1.532-0.685-1.532-1.531s0.686-1.531,1.532-1.531C130.845,29.344,131.531,30.029,131.531,30.875"
- id="path983" /><circle
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#FFFFFF"
- stroke-miterlimit="10"
- cx="130"
- cy="30.875"
- r="1.531"
- id="circle985" /><path
- clip-path="url(#SVGID_134_)"
- fill="#727272"
- d="M137.891,30c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078 s3.532-5.078,7.89-5.078S137.891,28.812,137.891,30 M134.224,30c0-2.333-1.891-4.224-4.223-4.224 c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224C132.333,34.224,134.224,32.332,134.224,30"
- id="path987" /><path
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#727272"
- stroke-miterlimit="10"
- d="M137.891,30 c0,1.188-3.533,5.078-7.891,5.078s-7.89-3.89-7.89-5.078s3.532-5.078,7.89-5.078S137.891,28.812,137.891,30z M134.224,30 c0-2.333-1.891-4.224-4.223-4.224c-2.333,0-4.223,1.891-4.223,4.224c0,2.332,1.89,4.224,4.223,4.224 C132.333,34.224,134.224,32.332,134.224,30z"
- id="path989" /><path
- clip-path="url(#SVGID_134_)"
- fill="#727272"
- d="M131.531,30c0,0.846-0.686,1.531-1.531,1.531 c-0.846,0-1.532-0.685-1.532-1.531s0.686-1.531,1.532-1.531C130.845,28.469,131.531,29.154,131.531,30"
- id="path991" /><circle
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#727272"
- stroke-miterlimit="10"
- cx="130"
- cy="30"
- r="1.531"
- id="circle993" /><line
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#FFFFFF"
- stroke-width="1.5"
- stroke-miterlimit="10"
- x1="122.254"
- y1="36.828"
- x2="138.035"
- y2="25.797"
- id="line995" /><line
- clip-path="url(#SVGID_134_)"
- fill="none"
- stroke="#727272"
- stroke-width="1.5"
- stroke-miterlimit="10"
- x1="122.109"
- y1="35.953"
- x2="137.891"
- y2="24.922"
- id="line997" /></g></g></g><g
id="g999"><g
id="g1001"><defs
id="defs1003"><rect
@@ -4185,4 +4031,78 @@
style="fill:none;stroke:#909090;stroke-width:2;stroke-linejoin:round;stroke-dasharray:2.5851, 2.5851" /><polyline
id="polyline5420"
points="11.814,18.283 14.314,18.283 14.314,15.732 "
- style="fill:none;stroke:#909090;stroke-width:2;stroke-linejoin:round" /></g></g></g></svg> \ No newline at end of file
+ style="fill:none;stroke:#909090;stroke-width:2;stroke-linejoin:round" /></g></g></g><g
+ id="g6031"
+ transform="translate(120,110)"><path
+ id="path6011"
+ d="m 17.891,10.875 c 0,1.188 -3.533,5.078 -7.891,5.078 -4.358,0 -7.891,-3.891 -7.891,-5.078 0,-1.187 3.533,-5.078 7.891,-5.078 4.357,0 7.891,3.891 7.891,5.078 z m -3.667,0 c 0,-2.333 -1.891,-4.224 -4.223,-4.224 -2.332,0 -4.223,1.891 -4.223,4.224 0,2.332 1.891,4.224 4.223,4.224 2.332,0 4.223,-1.892 4.223,-4.224 z"
+ stroke-miterlimit="10"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /><circle
+ id="circle6013"
+ r="1.531"
+ cy="10.875"
+ cx="10"
+ stroke-miterlimit="10"
+ style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /><path
+ id="path6015"
+ d="m 17.891,10 c 0,1.188 -3.533,5.078 -7.891,5.078 -4.358,0 -7.891,-3.891 -7.891,-5.078 0,-1.187 3.533,-5.078 7.891,-5.078 4.357,0 7.891,3.891 7.891,5.078 z m -3.667,0 c 0,-2.333 -1.891,-4.224 -4.223,-4.224 -2.332,0 -4.224,1.891 -4.224,4.224 0,2.332 1.891,4.224 4.223,4.224 2.332,0 4.224,-1.892 4.224,-4.224 z"
+ stroke-miterlimit="10"
+ inkscape:connector-curvature="0"
+ style="fill:#727272;stroke:#727272;stroke-miterlimit:10" /><circle
+ id="circle6017"
+ r="1.531"
+ cy="10"
+ cx="10"
+ stroke-miterlimit="10"
+ style="fill:#727272;stroke:#727272;stroke-miterlimit:10" /><line
+ id="line6019"
+ y2="5.7969999"
+ x2="18.035"
+ y1="16.827999"
+ x1="2.2539999"
+ stroke-miterlimit="10"
+ style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-miterlimit:10" /><line
+ id="line6021"
+ y2="4.9219999"
+ x2="17.891001"
+ y1="15.953"
+ x1="2.109"
+ stroke-miterlimit="10"
+ style="fill:none;stroke:#727272;stroke-width:1.5;stroke-miterlimit:10" /><rect
+ id="rect6023"
+ height="20"
+ width="20"
+ x="0"
+ y="0"
+ style="fill:none" /></g><g
+ id="g6057"
+ transform="translate(140,110)"><path
+ id="path6041"
+ d="m 17.891,10.875 c 0,1.188 -3.533,5.078 -7.891,5.078 -4.358,0 -7.891,-3.891 -7.891,-5.078 0,-1.187 3.533,-5.078 7.891,-5.078 4.357,0 7.891,3.891 7.891,5.078 z m -3.667,0 c 0,-2.333 -1.891,-4.224 -4.223,-4.224 -2.332,0 -4.223,1.891 -4.223,4.224 0,2.332 1.891,4.224 4.223,4.224 2.332,0 4.223,-1.892 4.223,-4.224 z"
+ stroke-miterlimit="10"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /><circle
+ id="circle6043"
+ r="1.531"
+ cy="10.875"
+ cx="10"
+ stroke-miterlimit="10"
+ style="fill:#ffffff;stroke:#ffffff;stroke-miterlimit:10" /><path
+ id="path6045"
+ d="m 17.891,10 c 0,1.188 -3.533,5.078 -7.891,5.078 -4.358,0 -7.891,-3.891 -7.891,-5.078 0,-1.187 3.533,-5.078 7.891,-5.078 4.357,0 7.891,3.891 7.891,5.078 z m -3.667,0 c 0,-2.333 -1.891,-4.224 -4.223,-4.224 -2.332,0 -4.224,1.891 -4.224,4.224 0,2.332 1.891,4.224 4.223,4.224 2.332,0 4.224,-1.892 4.224,-4.224 z"
+ stroke-miterlimit="10"
+ inkscape:connector-curvature="0"
+ style="fill:#727272;stroke:#727272;stroke-miterlimit:10" /><circle
+ id="circle6047"
+ r="1.531"
+ cy="10"
+ cx="10"
+ stroke-miterlimit="10"
+ style="fill:#727272;stroke:#727272;stroke-miterlimit:10" /><rect
+ id="rect6049"
+ height="20"
+ width="20"
+ x="0"
+ y="0"
+ style="fill:none" /></g></svg> \ No newline at end of file