Merge lp:~abreu-alexandre/ubuntu-html5-theme/14.10-trunk-backport into lp:ubuntu-html5-theme/14.10

Proposed by Alexandre Abreu
Status: Needs review
Proposed branch: lp:~abreu-alexandre/ubuntu-html5-theme/14.10-trunk-backport
Merge into: lp:ubuntu-html5-theme/14.10
Diff against target: 11097 lines (+2272/-6840)
78 files modified
0.1/ambiance/css/appTemplate.css (+481/-109)
0.1/ambiance/css/sass/constants.scss (+15/-5)
0.1/ambiance/css/sass/default.scss (+12/-5)
0.1/ambiance/css/sass/icons.scss (+16/-16)
0.1/ambiance/css/sass/listitems.scss (+12/-6)
0.1/ambiance/css/sass/mixins.scss (+4/-4)
0.1/ambiance/css/sass/popover.scss (+89/-21)
0.1/ambiance/css/sass/shapes.scss (+3/-3)
0.1/ambiance/css/sass/sliders.scss (+68/-17)
0.1/ambiance/css/sass/tabs.scss (+275/-45)
0.1/ambiance/css/sass/toolbars.scss (+3/-1)
0.1/ambiance/img/actions/add-to-playlist.svg (+0/-190)
0.1/ambiance/img/actions/calendar-today.svg (+0/-170)
0.1/ambiance/img/actions/camera-flip.svg (+0/-164)
0.1/ambiance/img/actions/contact.svg (+0/-161)
0.1/ambiance/img/actions/dialer.svg (+0/-208)
0.1/ambiance/img/actions/edit-clear.svg (+0/-161)
0.1/ambiance/img/actions/edit-copy.svg (+0/-177)
0.1/ambiance/img/actions/edit-delete.svg (+0/-190)
0.1/ambiance/img/actions/edit-paste.svg (+0/-200)
0.1/ambiance/img/actions/erase.svg (+0/-155)
0.1/ambiance/img/actions/event-new.svg (+0/-181)
0.1/ambiance/img/actions/go-down.svg (+0/-181)
0.1/ambiance/img/actions/home.svg (+0/-167)
0.1/ambiance/img/actions/info.svg (+0/-158)
0.1/ambiance/img/actions/language-chooser.svg (+0/-166)
0.1/ambiance/img/actions/media-playback-pause.svg (+0/-157)
0.1/ambiance/img/actions/media-playlist-shuffle.svg (+0/-185)
0.1/ambiance/img/actions/media-playlist.svg (+0/-173)
0.1/ambiance/img/actions/message-new.svg (+0/-173)
0.1/ambiance/img/actions/microphone-mute.svg (+0/-163)
0.1/ambiance/img/actions/notebook-new.svg (+0/-185)
0.1/ambiance/img/actions/notebook.svg (+0/-163)
0.1/ambiance/img/actions/outgoing-call.svg (+0/-166)
0.1/ambiance/img/actions/private-browsing.svg (+0/-149)
0.1/ambiance/img/actions/private-tab-new.svg (+0/-159)
0.1/ambiance/img/actions/redo.svg (+0/-170)
0.1/ambiance/img/actions/remove-from-call.svg (+0/-163)
0.1/ambiance/img/actions/share.svg (+0/-146)
0.1/ambiance/img/actions/system-log-out.svg (+0/-174)
0.1/ambiance/img/actions/tab-new.svg (+0/-165)
0.1/ambiance/img/actions/unlike.svg (+0/-142)
0.1/ambiance/img/actions/view-fullscreen.svg (+0/-183)
0.1/ambiance/img/icons/icon-call.svg (+0/-88)
0.1/ambiance/js/core.js (+355/-205)
0.1/ambiance/js/header.js (+6/-6)
0.1/ambiance/js/list.js (+8/-6)
0.1/ambiance/js/page.js (+9/-37)
0.1/ambiance/js/pagestacks.js (+18/-10)
0.1/ambiance/js/tab.js (+25/-28)
0.1/ambiance/js/tabs.js (+141/-301)
0.1/ambiance/js/toolbars.js (+65/-1)
CMakeLists.txt (+4/-0)
debian/control (+6/-10)
examples/html5-theme/apps/rss-reader/app.js (+22/-18)
examples/html5-theme/apps/rss-reader/index.html (+7/-5)
examples/html5-theme/widgets/ListItems.html (+28/-28)
examples/html5-theme/widgets/Pagestack.html (+107/-101)
examples/html5-theme/widgets/Popovers.html (+19/-13)
examples/html5-theme/widgets/Sliders.html (+8/-8)
examples/html5-theme/widgets/UbuntuShape.html (+40/-42)
src/plugin/Ubuntu/WebApps/CordovaLoader.qml (+5/-0)
src/plugin/Ubuntu/WebApps/UbuntuJavascriptBindings.qml (+5/-1)
src/plugin/Ubuntu/WebApps/WebAppContainer.qml (+78/-70)
src/ubuntu-html5-app-launcher/CMakeLists.txt (+2/-1)
src/ubuntu-html5-app-launcher/main.cpp (+41/-40)
src/ubuntu-html5-app-launcher/main.qml (+3/-1)
tests/autopilot/tools/qml/webview.qml (+91/-25)
tests/autopilot/ubuntu_html5_container/__init__.py (+2/-4)
tests/autopilot/ubuntu_html5_container/emulators/__init__.py (+0/-10)
tests/autopilot/ubuntu_html5_container/tests/__init__.py (+12/-7)
tests/autopilot/ubuntu_html5_container/tests/test_appLaunch.py (+5/-6)
tests/autopilot/ubuntu_html5_ui_toolkit/__init__.py (+2/-3)
tests/autopilot/ubuntu_html5_ui_toolkit/emulators/__init__.py (+0/-10)
tests/autopilot/ubuntu_html5_ui_toolkit/tests/__init__.py (+88/-38)
tests/autopilot/ubuntu_html5_ui_toolkit/tests/test_pagestack.py (+58/-22)
tests/autopilot/ubuntu_html5_ui_toolkit/tests/test_rss_reader.py (+7/-6)
tests/autopilot/ubuntu_html5_ui_toolkit/tests/test_tabs.py (+27/-12)
To merge this branch: bzr merge lp:~abreu-alexandre/ubuntu-html5-theme/14.10-trunk-backport
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Ubuntu HTML5 Theme Developers Pending
Review via email: mp+253073@code.launchpad.net

This proposal supersedes a proposal from 2015-03-16.

Description of the change

Backport HTML5 fixes and updates to 14.10

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)

Unmerged revisions

177. By Alexandre Abreu

bundle backport of trunk features needed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '0.1/ambiance/css/appTemplate.css'
2--- 0.1/ambiance/css/appTemplate.css 2014-05-25 18:51:21 +0000
3+++ 0.1/ambiance/css/appTemplate.css 2015-03-16 16:05:14 +0000
4@@ -1,4 +1,3 @@
5-@charset "UTF-8";
6 /*
7 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
8 * License granted by Canonical Limited
9@@ -48,6 +47,30 @@
10 * Font family
11 */
12 /*
13+ * Slider
14+ */
15+/*
16+ * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
17+ * License granted by Canonical Limited
18+ *
19+ * This file is part of ubuntu-html5-ui-toolkit.
20+ *
21+ * This package is free software; you can redistribute it and/or modify
22+ * it under the terms of the GNU Lesser General Public License as
23+ * published by the Free Software Foundation; either version 3 of the
24+ * License, or
25+ * (at your option) any later version.
26+
27+ * This package is distributed in the hope that it will be useful,
28+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
29+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30+ * GNU General Public License for more details.
31+
32+ * You should have received a copy of the GNU Lesser General Public
33+ * License along with this program. If not, see
34+ * <http://www.gnu.org/licenses/>
35+ */
36+/*
37 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
38 * License granted by Canonical Limited
39 *
40@@ -205,61 +228,152 @@
41 /* ----------------------------------
42 * Tabs
43 * ---------------------------------- */
44+/* Workarround to load the Ubuntu Light font pad.lv/1186372 */
45+@font-face {
46+ font-family: 'Ubuntu';
47+ font-style: normal;
48+ font-weight: 300;
49+ src: local("Ubuntu Light"), local("Ubuntu-Light"), url(ubuntu-light.woff) format("woff");
50+}
51+@font-face {
52+ font-family: 'Ubuntu';
53+ font-style: normal;
54+ font-weight: 300;
55+ src: local("Ubuntu Light"), local("Ubuntu-Light"), url(ubuntu-light.woff) format("woff");
56+}
57 [data-role="header"] {
58- background: #ededf0 url("../img/background_paper@30.png") repeat-x top left;
59- height: 74px;
60+ background: #ededed;
61+ height: 60px;
62 width: 100%;
63- overflow: hidden;
64- position: relative;
65+ position: fixed;
66+ z-index: 10;
67 }
68 [data-role="header"]:after {
69- background: #C2C2C2;
70+ background: #c2c2c2;
71 content: "";
72 border-top: 1px solid #afafaf;
73- height: 14px;
74+ height: 15px;
75 width: 100%;
76 display: block;
77-}
78-[data-role="header"] .active {
79- color: #484647;
80- padding-left: 15px;
81- -webkit-opacity: 1;
82- opacity: 1;
83-}
84-[data-role="header"] .active:after {
85- content: "›";
86- padding-left: 10px;
87- -webkit-opacity: 0.5;
88- opacity: 0.5;
89-}
90-[data-role="header"] .inactive {
91- color: #a0a0a0;
92- -webkit-opacity: 0.5;
93- opacity: 0.5;
94+ position: absolute;
95+ top: 60px;
96 }
97
98 [data-role="tabs"] {
99- width: 100%;
100- white-space: nowrap;
101+ background: #ededed;
102+ -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
103+ box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
104+ width: 160px;
105+ max-height: 250px;
106+ overflow: auto;
107+ -webkit-overflow-scrolling: touch;
108+ position: absolute;
109+ left: 0;
110+ top: 61px;
111+ z-index: 9;
112+ visibility: hidden;
113+ opacity: 0;
114+ transition: all 0.2s;
115+}
116+[data-role="tabs"].opened {
117+ visibility: visible;
118+ opacity: 1;
119 }
120
121 [data-role="tabitem"] {
122- display: inline-block;
123- font: 35px "Ubuntu";
124- letter-spacing: -1px;
125- line-height: 60px;
126- padding-right: 35px;
127+ position: relative;
128+ padding: 16px 16px;
129+ border-bottom: 1px solid #d9d9d9;
130+ text-align: left;
131+ font-size: 0.9rem;
132+ cursor: pointer;
133+}
134+[data-role="tabitem"]:only-child {
135+ border-bottom: 0;
136+}
137+[data-role="tabitem"].active {
138+ display: none;
139+}
140+[data-role="tabitem"].inactive {
141+ display: block;
142+}
143+[data-role="tabitem"]:active {
144+ background: rgba(0, 0, 0, 0.05);
145+}
146+
147+[data-role="back-btn"] {
148+ background: #ededed;
149+ width: 40px;
150+ height: 60px;
151+ line-height: 60px;
152+ float: left;
153+ cursor: pointer;
154+ border: none;
155+ position: relative;
156+}
157+[data-role="back-btn"]:after {
158+ content: "";
159+ display: block;
160+ width: 20px;
161+ height: 20px;
162+ background: transparent url("/usr/share/icons/suru/actions/scalable/back.svg") no-repeat center center;
163+ background-size: 100%;
164+ margin: 0 auto;
165+}
166+[data-role="back-btn"]:disabled {
167+ background: transparent;
168+ width: 0;
169+}
170+[data-role="back-btn"]:active {
171+ background: rgba(0, 0, 0, 0.05);
172+}
173+
174+[data-role="tabs-btn"] {
175+ background: #ededed;
176+ width: 40px;
177+ height: 60px;
178+ line-height: 60px;
179+ float: left;
180+ cursor: pointer;
181+ border: none;
182+ position: relative;
183+ z-index: 10;
184+}
185+[data-role="tabs-btn"]:after {
186+ content: "";
187+ display: block;
188+ width: 20px;
189+ height: 20px;
190+ background: transparent url("/usr/share/icons/suru/actions/scalable/navigation-menu.svg") no-repeat center center;
191+ background-size: 100%;
192+ margin: 0 auto;
193+}
194+[data-role="tabs-btn"]:active {
195+ background: rgba(0, 0, 0, 0.05);
196+}
197+
198+[data-role="back-btn"]:disabled + [data-role="tabtitle"],
199+[data-role="back-btn"] + [data-role="tabtitle"],
200+[data-role="tabs-btn"] + [data-role="tabtitle"],
201+[data-role="tabs"] + [data-role="tabtitle"] {
202+ width: calc(100% - 140px);
203+}
204+
205+[data-role="tabtitle"] {
206+ font-family: "Ubuntu";
207+ font-size: x-large;
208+ font-weight: 300;
209 text-decoration: none;
210- color: #a0a0a0;
211- -webkit-opacity: 0;
212- opacity: 0;
213- -webkit-transition: opacity .25s ease-in-out;
214- transition: opacity .25s ease-in-out;
215- cursor: pointer;
216-}
217-[data-role="tabitem"]:only-child:after {
218- content: "";
219- padding-left: 10px;
220+ background: #ededed;
221+ color: #5d5d5d;
222+ float: left;
223+ height: 60px;
224+ line-height: 60px;
225+ white-space: nowrap;
226+ overflow: hidden;
227+ text-overflow: ellipsis;
228+ position: relative;
229+ z-index: 10;
230 }
231
232 [data-role="tab"] {
233@@ -275,8 +389,124 @@
234 display: block;
235 }
236
237+[data-role="actions"] {
238+ float: right;
239+ height: 60px;
240+ display: inline-block;
241+ padding-right: 8px;
242+ background: #ededed;
243+ position: relative;
244+ z-index: 10;
245+}
246+[data-role="actions"] button {
247+ border: 0;
248+ padding: 0;
249+ width: 40px;
250+ height: 60px;
251+ line-height: 60px;
252+ cursor: pointer;
253+ float: left;
254+ background: transparent;
255+}
256+[data-role="actions"] button img {
257+ position: relative;
258+ top: 5px;
259+}
260+[data-role="actions"] button:disabled {
261+ opacity: 0.3;
262+}
263+[data-role="actions"] button:after {
264+ content: "";
265+ display: block;
266+ width: 20px;
267+ height: 20px;
268+ background: transparent;
269+ background-size: 100%;
270+ margin: 0 auto;
271+}
272+[data-role="actions"] button:active {
273+ background: rgba(0, 0, 0, 0.05);
274+}
275+[data-role="actions"] [data-role="actions-wrapper"] {
276+ display: none;
277+}
278+[data-role="actions"] [data-role="actions-wrapper"]:first-child {
279+ display: block;
280+}
281+
282+[data-role="actions-overflow-icon"] {
283+ background: transparent;
284+}
285+[data-role="actions-overflow-icon"]:after {
286+ content: "";
287+ display: block;
288+ width: 20px;
289+ height: 20px;
290+ background: transparent url("/usr/share/icons/suru/actions/scalable/contextual-menu.svg") no-repeat center center !important;
291+ background-size: 100% !important;
292+ margin: 0 auto;
293+}
294+[data-role="actions-overflow-icon"]:active {
295+ background: rgba(0, 0, 0, 0.05);
296+}
297+
298+[data-role="actions-overflow-list"] {
299+ background: #ededed;
300+ -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
301+ box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
302+ width: 160px;
303+ max-height: 250px;
304+ overflow: auto;
305+ -webkit-overflow-scrolling: touch;
306+ position: absolute;
307+ right: 0;
308+ top: 61px;
309+ z-index: 9;
310+ visibility: hidden;
311+ opacity: 0;
312+ transition: all 0.2s;
313+}
314+[data-role="actions-overflow-list"].opened {
315+ visibility: visible;
316+ opacity: 1;
317+}
318+[data-role="actions-overflow-list"] li {
319+ position: relative;
320+ padding: 16px 16px;
321+ border-bottom: 1px solid #d9d9d9;
322+ text-align: left;
323+ font-size: 0.8rem;
324+ cursor: pointer;
325+ text-align: left;
326+ padding-left: 45px;
327+ cursor: pointer;
328+ background: transparent no-repeat center left;
329+ background-size: 20px;
330+ background-position-x: 10px;
331+}
332+[data-role="actions-overflow-list"] li:only-child {
333+ border-bottom: 0;
334+}
335+[data-role="actions-overflow-list"] li:active {
336+ background-color: rgba(0, 0, 0, 0.05);
337+}
338+
339+[data-role="overlay"] {
340+ position: fixed;
341+ top: 75px;
342+ right: 0;
343+ bottom: 0;
344+ left: 0;
345+ z-index: 9;
346+ background: transparent;
347+ display: none;
348+}
349+[data-role="overlay"].active {
350+ display: block;
351+}
352+
353 /*
354- * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
355+ * Copyright (C) 2013, 2014 Adnane Belmadiaf <daker@ubuntu.com>
356 * License granted by Canonical Limited
357 *
358 * This file is part of ubuntu-html5-ui-toolkit.
359@@ -299,17 +529,17 @@
360 /* ----------------------------------
361 * Icons
362 * ---------------------------------- */
363-.icon {
364+[data-role="icon"] {
365 width: 26px;
366 height: 26px;
367 display: inline-block;
368 vertical-align: middle;
369 }
370-.icon.icon-call {
371- background: url(../img/icons/icon-call.svg) no-repeat scroll center center transparent;
372+[data-role="icon"][data-icon="call"] {
373+ background: url("/usr/share/icons/suru/actions/scalable/icon-call.svg") no-repeat scroll center center transparent;
374 background-size: 26px;
375 }
376-.icon.icon-caret {
377+[data-role="icon"][data-icon="caret"] {
378 background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;
379 background-size: 26px;
380 }
381@@ -849,9 +1079,9 @@
382 color: #888888;
383 }
384 [data-role="button"].negative {
385- background: #b2b2b2;
386+ background: #929292;
387 color: white;
388- border-color: #b2b2b2;
389+ border-color: #929292;
390 }
391
392 /*
393@@ -878,31 +1108,81 @@
394 /* ----------------------------------
395 * Sliders
396 * ---------------------------------- */
397-/**
398- TODO: remove absolte values for w/h
399- */
400 input[type=range] {
401 -webkit-box-sizing: border-box;
402 box-sizing: border-box;
403- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
404- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
405- -webkit-appearance: none;
406- background-color: rgba(192, 192, 192, 0.1);
407- width: 200px;
408- height: 35px;
409- border-radius: 6px;
410- padding: 5px 0;
411+ -webkit-appearance: none;
412+ background: linear-gradient(to right, rgba(175, 175, 175, 0.3) 0%, rgba(175, 175, 175, 0.3) 100%);
413+ background-position: center;
414+ background-size: 99% 4px;
415+ background-repeat: no-repeat;
416+ -webkit-appearance: none;
417+ width: auto;
418+ height: 36px;
419+ border-radius: 1px;
420+ overflow: hidden;
421+ margin-top: 5px;
422+ margin-bottom: 5px;
423+ /*&::-moz-range-thumb:before {
424+ position: absolute;
425+ top: ($range-slider-height / 2) - ($range-track-height / 2);
426+ left: -2000px;
427+ width: 2000px;
428+ height: $range-track-height;
429+ background: $ubuntu_orange;
430+ content: ' ';
431+ }*/
432 }
433 input[type=range]::-webkit-slider-thumb {
434- -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
435- box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
436+ -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
437+ box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
438 -webkit-box-sizing: border-box;
439 box-sizing: border-box;
440 -webkit-appearance: none;
441- background-color: #dd4814;
442- border-radius: 6px;
443- width: 30px;
444- height: 27px;
445+ background-color: #fff;
446+ pointer-events: none;
447+ border-radius: 3px;
448+ width: 16px;
449+ height: 16px;
450+ position: relative;
451+}
452+input[type=range]::-webkit-slider-thumb:before {
453+ /* what creates the colorful line on the left side of the slider */
454+ position: absolute;
455+ top: 6px;
456+ left: -2000px;
457+ width: 2000px;
458+ height: 4px;
459+ background: #dd4814;
460+ content: ' ';
461+}
462+input[type=range]::-moz-range-track {
463+ -webkit-box-sizing: border-box;
464+ box-sizing: border-box;
465+ background: -moz-linear-gradient(to right, rgba(175, 175, 175, 0.3) 0%, rgba(175, 175, 175, 0.3) 100%);
466+ background-position: center;
467+ background-size: 99% 4px;
468+ background-repeat: no-repeat;
469+ width: auto;
470+ height: 36px;
471+ border: 0;
472+ border-radius: 1px;
473+ overflow: hidden;
474+ margin-top: 5px;
475+ margin-bottom: 5px;
476+}
477+input[type=range]::-moz-range-thumb {
478+ -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
479+ box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
480+ -webkit-box-sizing: border-box;
481+ box-sizing: border-box;
482+ background: #fff;
483+ pointer-events: none;
484+ border: 0;
485+ border-radius: 3px;
486+ width: 16px;
487+ height: 16px;
488+ position: relative;
489 }
490
491 /*
492@@ -1059,56 +1339,105 @@
493 * License along with this program. If not, see
494 * <http://www.gnu.org/licenses/>.
495 */
496-.popover {
497- -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
498- box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
499+.has_actions {
500+ top: 65px !important;
501+ left: 10px !important;
502+ right: 10px;
503+}
504+.has_actions li {
505+ text-align: left !important;
506+ padding-left: 45px !important;
507+ cursor: pointer;
508+ background: transparent no-repeat center left;
509+ background-size: 25px;
510+ background-position-x: 10px;
511+}
512+.has_actions:before {
513+ right: 5px;
514+ left: auto !important;
515+}
516+
517+.popover,
518+[data-role="popover"] {
519+ -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
520+ box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
521 position: absolute;
522 background: rgba(255, 255, 255, 0.98);
523- -webkit-border-radius: 15px;
524- border-radius: 15px;
525- -webkit-background-clip: padding-box;
526+ -webkit-border-radius: 8px;
527+ border-radius: 8px;
528 z-index: 110;
529- width: 320px;
530 left: 0;
531 top: 0;
532 color: #787878;
533 font-size: 1rem;
534- display: none;
535-}
536-.popover.active {
537- display: block;
538-}
539-.popover .list {
540- -webkit-border-radius: 15px;
541- border-radius: 15px;
542+ visibility: hidden;
543+ opacity: 0;
544+ -webkit-transform: scaleY(0);
545+ transform: scaleY(0);
546+ -webkit-transition: -webkit-transform 0.1s;
547+ transition: transform 0.1s;
548+}
549+.popover.active,
550+[data-role="popover"].active {
551+ visibility: visible;
552+ opacity: 1;
553+ -webkit-transform: scaleY(1);
554+ transform: scaleY(1);
555+}
556+.popover .list,
557+.popover ul,
558+[data-role="popover"] .list,
559+[data-role="popover"] ul {
560+ -webkit-border-radius: 8px;
561+ border-radius: 8px;
562 width: auto;
563 max-height: 250px;
564 overflow: auto;
565 -webkit-overflow-scrolling: touch;
566 }
567-.popover .list li {
568+.popover .list li,
569+.popover ul li,
570+[data-role="popover"] .list li,
571+[data-role="popover"] ul li {
572 position: relative;
573- padding: 20px 10px 20px 10px;
574+ padding: 16px 20px;
575 border-bottom: 1px solid #d9d9d9;
576 text-align: center;
577- font-size: 1rem;
578+ font-size: 0.9rem;
579 }
580-.popover .list li a {
581+.popover .list li a,
582+.popover ul li a,
583+[data-role="popover"] .list li a,
584+[data-role="popover"] ul li a {
585 color: #787878;
586 text-decoration: none;
587 }
588-.popover .list li.active {
589+.popover .list li.active,
590+.popover ul li.active,
591+[data-role="popover"] .list li.active,
592+[data-role="popover"] ul li.active {
593 background: #ebebeb;
594 border-top: 1px solid #fcfcfc;
595 }
596-.popover .list li.active a {
597+.popover .list li.active a,
598+.popover ul li.active a,
599+[data-role="popover"] .list li.active a,
600+[data-role="popover"] ul li.active a {
601 color: #dd4814;
602 text-decoration: none;
603 }
604+.popover .list li:only-child,
605+.popover ul li:only-child,
606+[data-role="popover"] .list li:only-child,
607+[data-role="popover"] ul li:only-child {
608+ border-bottom: 0;
609+}
610
611 /* Caret */
612 .popover[data-gravity]:before,
613-.popover[data-gravity]:after {
614+.popover[data-gravity]:after,
615+[data-role="popover"][data-gravity]:before,
616+[data-role="popover"][data-gravity]:after {
617 position: absolute;
618 left: 50%;
619 width: 0;
620@@ -1116,16 +1445,18 @@
621 content: '';
622 }
623
624-.popover[data-gravity="n"]:before {
625- top: -17px;
626+.popover[data-gravity="n"]:before,
627+[data-role="popover"][data-gravity="n"]:before {
628+ top: -15px;
629 margin-left: -18px;
630 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;
631 background-size: 50% 50%;
632- width: 37px;
633- height: 18px;
634+ width: 28px;
635+ height: 15px;
636 }
637
638-.popover[data-gravity="w"]:before {
639+.popover[data-gravity="w"]:before,
640+[data-role="popover"][data-gravity="w"]:before {
641 top: 50%;
642 margin-left: -17px;
643 margin-top: -18px;
644@@ -1136,7 +1467,8 @@
645 left: 0;
646 }
647
648-.popover[data-gravity="s"]:after {
649+.popover[data-gravity="s"]:after,
650+[data-role="popover"][data-gravity="s"]:after {
651 bottom: -9px;
652 margin-left: -18px;
653 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;
654@@ -1145,7 +1477,8 @@
655 height: 18px;
656 }
657
658-.popover[data-gravity="e"]:before {
659+.popover[data-gravity="e"]:before,
660+[data-role="popover"][data-gravity="e"]:before {
661 top: 50%;
662 margin-right: -10px;
663 margin-top: -18px;
664@@ -1157,6 +1490,32 @@
665 left: initial;
666 }
667
668+.has_tabs {
669+ top: 65px;
670+ left: 10px;
671+ right: 10px;
672+}
673+.has_tabs li {
674+ text-align: left !important;
675+ padding-left: 20px !important;
676+ cursor: pointer;
677+}
678+.has_tabs:before {
679+ left: 30px !important;
680+}
681+
682+/* Tablet */
683+@media only screen and (min-width: 870px) {
684+ .popover,
685+ [data-role="popover"] {
686+ width: 320px;
687+ }
688+
689+ .has_actions {
690+ left: auto !important;
691+ right: 10px !important;
692+ }
693+}
694 /*
695 * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
696 * License granted by Canonical Limited
697@@ -1199,7 +1558,7 @@
698 -webkit-box-sizing: border-box;
699 box-sizing: border-box;
700 width: 100%;
701- height: 3.5rem;
702+ height: 3.1rem;
703 border-bottom: solid 0.1rem #c7c7c7;
704 color: #787878;
705 position: relative;
706@@ -1208,10 +1567,10 @@
707 text-decoration: none;
708 color: #787878;
709 display: block;
710- height: 3.4rem;
711+ height: 3rem;
712 position: relative;
713 border: none;
714- line-height: 3.4rem;
715+ line-height: 3rem;
716 padding-left: 1rem;
717 padding-right: 1.5rem;
718 border-top: 1px solid #ebebeb;
719@@ -1229,7 +1588,7 @@
720 height: 2rem;
721 top: 50%;
722 right: 0;
723- margin-top: -1rem;
724+ margin-top: -1.2rem;
725 z-index: 0;
726 }
727 [data-role="list"] ul li > a:active {
728@@ -1249,10 +1608,15 @@
729 line-height: 1rem;
730 }
731 [data-role="list"] ul li p:only-child, [data-role="list"] ul li p:first-of-type:last-of-type {
732- line-height: 2.5rem;
733+ line-height: 2.1rem;
734+}
735+[data-role="list"] ul li p + p {
736+ color: rgba(136, 136, 136, 0.8);
737+ padding-top: 0.1rem;
738+ font-size: 0.8rem;
739 }
740 [data-role="list"] ul li > label {
741- z-index: 100;
742+ z-index: 9;
743 width: 4.5rem;
744 height: 2.2rem;
745 right: 0.5rem;
746@@ -1322,6 +1686,7 @@
747 bottom: -65px;
748 -webkit-transition: -webkit-transform 0.1s ease-in-out;
749 transition: transform 0.1s ease-in-out;
750+ display: none;
751 }
752 [data-role="footer"].revealed {
753 -webkit-transform: translate3d(0, -65px, 0);
754@@ -1336,6 +1701,7 @@
755 }
756 [data-role="footer"] nav ul {
757 list-style: none;
758+ text-align: right;
759 }
760 [data-role="footer"] nav ul li,
761 [data-role="footer"] nav ul li a {
762@@ -1343,7 +1709,7 @@
763 font-size: 0.6rem;
764 text-align: center;
765 width: 60px;
766- float: right;
767+ display: inline-block;
768 text-decoration: none;
769 }
770 [data-role="footer"] nav ul li {
771@@ -1394,7 +1760,7 @@
772 z-index: 100;
773 }
774 [data-role="shape"]:after {
775- background: url(../img/ubuntushape_medium_radius_idle@18.png) no-repeat;
776+ background: url(../img/ubuntushape.png) no-repeat;
777 background-size: 100% 100%;
778 content: ' ';
779 width: 100%;
780@@ -1406,14 +1772,14 @@
781 [data-role="shape"] img {
782 height: 100%;
783 width: 100%;
784- border-radius: 1.5rem;
785+ max-width: 100% !important;
786 margin-bottom: 0;
787 display: inline-block;
788 }
789 [data-role="shape"] div {
790 height: 100%;
791 width: 100%;
792- border-radius: 1.5rem;
793+ border-radius: 1rem;
794 margin-bottom: 0;
795 display: inline-block;
796 }
797@@ -1603,20 +1969,26 @@
798 -webkit-tap-highlight-color: transparent;
799 }
800
801+html, body,
802+[data-role="mainview"],
803+[data-role="content"] {
804+ position: relative;
805+ width: 100%;
806+ min-height: 100%;
807+}
808+
809 body {
810- background: #ededf0 url("../img/background_paper@30.png") repeat top left;
811+ background: #ededed;
812 font-family: "Ubuntu";
813 font-weight: normal;
814 color: #787878;
815 }
816
817 [data-role="content"] {
818- background: #ededf0 url("../img/background_paper@30.png") repeat top left;
819+ background: #ededed;
820 border-top: 1px solid #f0f0f0;
821- height: auto;
822- min-height: auto;
823- width: 100%;
824 font-size: 1rem "Ubuntu";
825+ min-height: calc(100% - 75px);
826 color: #787878;
827 }
828
829
830=== modified file '0.1/ambiance/css/sass/constants.scss'
831--- 0.1/ambiance/css/sass/constants.scss 2014-02-24 22:24:41 +0000
832+++ 0.1/ambiance/css/sass/constants.scss 2015-03-16 16:05:14 +0000
833@@ -20,14 +20,15 @@
834 * <http://www.gnu.org/licenses/>
835 */
836
837- /*
838- * Colours
839- */
840+/*
841+ * Colours
842+ */
843 $ubuntu_orange: #dd4814;
844 $text_color: #787878;
845 $cream: #f3f3e7;
846 $warm_grey: #888888;
847-$light_grey: #b2b2b2;
848+$light_grey: #929292;
849+$dark_grey: #5d5d5d;
850 $green: #38b44a;
851 $blue: #2ab7ec;
852 $white: #ffffff;
853@@ -36,4 +37,13 @@
854 * Font family
855 */
856
857-$font_family: "Ubuntu";
858\ No newline at end of file
859+$font_family: "Ubuntu";
860+
861+/*
862+ * Slider
863+ */
864+
865+$range-track-height: 4px !default;
866+$range-slider-width: 16px !default;
867+$range-slider-height: 16px !default;
868+$range-slider-border-radius: 1px !default;
869
870=== modified file '0.1/ambiance/css/sass/default.scss'
871--- 0.1/ambiance/css/sass/default.scss 2014-04-04 13:19:54 +0000
872+++ 0.1/ambiance/css/sass/default.scss 2015-03-16 16:05:14 +0000
873@@ -22,6 +22,7 @@
874
875 @import "constants";
876 @import "mixins";
877+@import "functions";
878 @import "reset";
879 @import "tabs";
880 @import "icons";
881@@ -44,20 +45,26 @@
882 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
883 }
884
885+html, body,
886+[data-role="mainview"],
887+[data-role="content"] {
888+ position: relative;
889+ width: 100%;
890+ min-height: 100%;
891+}
892+
893 body {
894- background: #ededf0 url("../img/background_paper@30.png") repeat top left;
895+ background: #ededed;
896 font-family: $font_family;
897 font-weight: normal;
898 color: $text_color;
899 }
900
901 [data-role="content"] {
902- background: #ededf0 url("../img/background_paper@30.png") repeat top left;
903+ background: #ededed;
904 border-top: 1px solid #f0f0f0;
905- height: auto;
906- min-height: auto;
907- width: 100%;
908 font-size: 1rem $font_family;
909+ min-height: calc(100% - 75px);
910 color: $text_color;
911 }
912
913
914=== modified file '0.1/ambiance/css/sass/icons.scss'
915--- 0.1/ambiance/css/sass/icons.scss 2014-02-24 22:24:41 +0000
916+++ 0.1/ambiance/css/sass/icons.scss 2015-03-16 16:05:14 +0000
917@@ -1,5 +1,5 @@
918 /*
919- * Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
920+ * Copyright (C) 2013, 2014 Adnane Belmadiaf <daker@ubuntu.com>
921 * License granted by Canonical Limited
922 *
923 * This file is part of ubuntu-html5-ui-toolkit.
924@@ -24,19 +24,19 @@
925 * Icons
926 * ---------------------------------- */
927
928-.icon {
929- width: 26px;
930- height: 26px;
931- display: inline-block;
932- vertical-align: middle;
933-
934- &.icon-call {
935- background: url(../img/icons/icon-call.svg) no-repeat scroll center center transparent;
936- background-size: 26px;
937- }
938-
939- &.icon-caret {
940- background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;
941- background-size: 26px;
942- }
943+[data-role="icon"] {
944+ width: 26px;
945+ height: 26px;
946+ display: inline-block;
947+ vertical-align: middle;
948+
949+ &[data-icon="call"] {
950+ background: url(icon(icon-call)) no-repeat scroll center center transparent;
951+ background-size: 26px;
952+ }
953+
954+ &[data-icon="caret"] {
955+ background: url(../img/chevron_down@30.png) no-repeat scroll center center transparent;
956+ background-size: 26px;
957+ }
958 }
959\ No newline at end of file
960
961=== modified file '0.1/ambiance/css/sass/listitems.scss'
962--- 0.1/ambiance/css/sass/listitems.scss 2014-02-24 17:08:30 +0000
963+++ 0.1/ambiance/css/sass/listitems.scss 2015-03-16 16:05:14 +0000
964@@ -42,7 +42,7 @@
965 li {
966 @include box_sizing (border-box);
967 width: 100%;
968- height: 3.5rem;
969+ height: 3.1rem;
970 border-bottom: solid 0.1rem #c7c7c7;
971 color: $text_color;
972 position: relative;
973@@ -51,10 +51,10 @@
974 text-decoration: none;
975 color: $text_color;
976 display: block;
977- height: 3.4rem;
978+ height: 3rem;
979 position: relative;
980 border: none;
981- line-height: 3.4rem;
982+ line-height: 3rem;
983 padding-left: 1rem;
984 padding-right: 1.5rem;
985 border-top: 1px solid #ebebeb;
986@@ -72,7 +72,7 @@
987 height: 2rem;
988 top: 50%;
989 right: 0;
990- margin-top: -1rem;
991+ margin-top: -1.2rem;
992 z-index: 0;
993 }
994
995@@ -96,12 +96,18 @@
996
997 &:only-child,
998 &:first-of-type:last-of-type {
999- line-height: 2.5rem;
1000+ line-height: 2.1rem;
1001+ }
1002+
1003+ & + p {
1004+ color: rgba(136, 136, 136, 0.8);
1005+ padding-top: 0.1rem;
1006+ font-size: 0.8rem
1007 }
1008 }
1009
1010 > label {
1011- z-index: 100;
1012+ z-index: 9;
1013 width: 4.5rem;
1014 height: 2.2rem;
1015 right: 0.5rem;
1016
1017=== modified file '0.1/ambiance/css/sass/mixins.scss'
1018--- 0.1/ambiance/css/sass/mixins.scss 2014-02-17 16:25:38 +0000
1019+++ 0.1/ambiance/css/sass/mixins.scss 2015-03-16 16:05:14 +0000
1020@@ -21,11 +21,11 @@
1021 */
1022
1023 @mixin box_sizing($type: border-box) {
1024- -webkit-box-sizing: $type;
1025- box-sizing: $type;
1026+ -webkit-box-sizing: $type;
1027+ box-sizing: $type;
1028 }
1029
1030 @mixin box_shadow($type: inset 0 1px 1px rgba(0, 0, 0, 0.1)) {
1031- -webkit-box-shadow: $type;
1032- box-shadow: $type;
1033+ -webkit-box-shadow: $type;
1034+ box-shadow: $type;
1035 }
1036\ No newline at end of file
1037
1038=== modified file '0.1/ambiance/css/sass/popover.scss'
1039--- 0.1/ambiance/css/sass/popover.scss 2014-02-17 16:25:38 +0000
1040+++ 0.1/ambiance/css/sass/popover.scss 2015-03-16 16:05:14 +0000
1041@@ -20,28 +20,57 @@
1042 * <http://www.gnu.org/licenses/>.
1043 */
1044
1045-.popover {
1046- @include box_shadow (0 0 10px rgba(0, 0, 0, 0.5));
1047+
1048+.has_actions {
1049+ top: 65px!important;
1050+ left: 10px!important;
1051+ right: 10px;
1052+
1053+ li {
1054+ text-align: left!important;
1055+ padding-left: 45px!important;
1056+ cursor: pointer;
1057+ background: transparent no-repeat center left;
1058+ background-size: 25px;
1059+ background-position-x: 10px;
1060+ }
1061+
1062+ &:before {
1063+ right: 5px;
1064+ left: auto!important;
1065+ }
1066+}
1067+
1068+.popover,
1069+[data-role="popover"] {
1070+ @include box_shadow (0 0 2px 0 rgba(0, 0, 0, 0.3));
1071 position: absolute;
1072 background: rgba(255, 255, 255, 0.98);
1073- -webkit-border-radius: 15px;
1074- border-radius: 15px;
1075- -webkit-background-clip: padding-box;
1076+ -webkit-border-radius: 8px;
1077+ border-radius: 8px;
1078 z-index: 110;
1079- width: 320px;
1080 left: 0;
1081 top: 0;
1082 color: $text_color;
1083 font-size: 1rem;
1084- display: none;
1085+ visibility: hidden;
1086+ opacity: 0;
1087+ -webkit-transform: scaleY(0.0);
1088+ transform: scaleY(0.0);
1089+ -webkit-transition: -webkit-transform 0.1s;
1090+ transition: transform 0.1s;
1091
1092 &.active {
1093- display: block;
1094+ visibility: visible;
1095+ opacity: 1;
1096+ -webkit-transform: scaleY(1.0);
1097+ transform: scaleY(1.0);
1098 }
1099
1100- .list {
1101- -webkit-border-radius: 15px;
1102- border-radius: 15px;
1103+ .list,
1104+ ul {
1105+ -webkit-border-radius: 8px;
1106+ border-radius: 8px;
1107 width: auto;
1108 max-height: 250px;
1109 overflow: auto;
1110@@ -49,10 +78,10 @@
1111
1112 li {
1113 position: relative;
1114- padding: 20px 10px 20px 10px;
1115+ padding: 16px 20px;
1116 border-bottom: 1px solid #d9d9d9;
1117 text-align: center;
1118- font-size: 1rem;
1119+ font-size: 0.9rem;
1120
1121 a {
1122 color: $text_color;
1123@@ -68,13 +97,19 @@
1124 text-decoration: none;
1125 }
1126 }
1127+
1128+ &:only-child {
1129+ border-bottom: 0;
1130+ }
1131 }
1132 }
1133 }
1134
1135 /* Caret */
1136 .popover[data-gravity]:before,
1137-.popover[data-gravity]:after {
1138+.popover[data-gravity]:after,
1139+[data-role="popover"][data-gravity]:before,
1140+[data-role="popover"][data-gravity]:after {
1141 position: absolute;
1142 left: 50%;
1143 width: 0;
1144@@ -82,16 +117,18 @@
1145 content: '';
1146 }
1147
1148-.popover[data-gravity="n"]:before {
1149- top: -17px;
1150+.popover[data-gravity="n"]:before,
1151+[data-role="popover"][data-gravity="n"]:before {
1152+ top: -15px;
1153 margin-left: -18px;
1154 background: transparent url(../img/UpArrow@18.png) no-repeat 0.5rem 0.5rem;
1155 background-size: 50% 50%;
1156- width: 37px;
1157- height: 18px;
1158+ width: 28px;
1159+ height: 15px;
1160 }
1161
1162-.popover[data-gravity="w"]:before {
1163+.popover[data-gravity="w"]:before,
1164+[data-role="popover"][data-gravity="w"]:before {
1165 top: 50%;
1166 margin-left: -17px;
1167 margin-top: -18px;
1168@@ -102,7 +139,8 @@
1169 left: 0;
1170 }
1171
1172-.popover[data-gravity="s"]:after {
1173+.popover[data-gravity="s"]:after,
1174+[data-role="popover"][data-gravity="s"]:after {
1175 bottom: -9px;
1176 margin-left: -18px;
1177 background: transparent url(../img/DownArrow@18.png) no-repeat 0.5rem 0.5rem;
1178@@ -111,7 +149,8 @@
1179 height: 18px;
1180 }
1181
1182-.popover[data-gravity="e"]:before {
1183+.popover[data-gravity="e"]:before,
1184+[data-role="popover"][data-gravity="e"]:before {
1185 top: 50%;
1186 margin-right: -10px;
1187 margin-top: -18px;
1188@@ -121,4 +160,33 @@
1189 height: 37px;
1190 right: 0;
1191 left: initial;
1192+}
1193+
1194+.has_tabs {
1195+ top: 65px;
1196+ left: 10px;
1197+ right: 10px;
1198+
1199+ li {
1200+ text-align: left!important;
1201+ padding-left: 20px!important;
1202+ cursor: pointer;
1203+ }
1204+
1205+ &:before {
1206+ left: 30px!important;
1207+ }
1208+}
1209+
1210+/* Tablet */
1211+@media only screen and (min-width: 870px){
1212+ .popover,
1213+ [data-role="popover"] {
1214+ width: 320px;
1215+ }
1216+
1217+ .has_actions {
1218+ left: auto!important;
1219+ right: 10px!important;
1220+ }
1221 }
1222\ No newline at end of file
1223
1224=== modified file '0.1/ambiance/css/sass/shapes.scss'
1225--- 0.1/ambiance/css/sass/shapes.scss 2014-02-17 16:25:38 +0000
1226+++ 0.1/ambiance/css/sass/shapes.scss 2015-03-16 16:05:14 +0000
1227@@ -34,7 +34,7 @@
1228 z-index: 100;
1229
1230 &:after {
1231- background: url(../img/ubuntushape_medium_radius_idle@18.png) no-repeat;
1232+ background: url(../img/ubuntushape.png) no-repeat;
1233 background-size: 100% 100%;
1234 content: ' ';
1235 width: 100%;
1236@@ -47,7 +47,7 @@
1237 img {
1238 height: 100%;
1239 width: 100%;
1240- border-radius: 1.5rem;
1241+ max-width: 100%!important;
1242 margin-bottom: 0;
1243 display: inline-block;
1244 }
1245@@ -55,7 +55,7 @@
1246 div {
1247 height: 100%;
1248 width: 100%;
1249- border-radius: 1.5rem;
1250+ border-radius: 1rem;
1251 margin-bottom: 0;
1252 display: inline-block;
1253 }
1254
1255=== modified file '0.1/ambiance/css/sass/sliders.scss'
1256--- 0.1/ambiance/css/sass/sliders.scss 2014-02-17 16:25:38 +0000
1257+++ 0.1/ambiance/css/sass/sliders.scss 2015-03-16 16:05:14 +0000
1258@@ -24,27 +24,78 @@
1259 * Sliders
1260 * ---------------------------------- */
1261
1262-/**
1263- TODO: remove absolte values for w/h
1264- */
1265-
1266 input[type=range] {
1267 @include box_sizing (border-box);
1268- @include box_shadow (inset 0 1px 1px rgba(0, 0, 0, 0.1));
1269- -webkit-appearance: none;
1270- background-color: rgba(192, 192, 192, 0.1);
1271- width: 200px;
1272- height: 35px;
1273- border-radius: 6px;
1274- padding: 5px 0;
1275+ -webkit-appearance: none;
1276+ background: linear-gradient(to right, rgba(175, 175, 175, 0.30) 0%, rgba(175, 175, 175, 0.30) 100%);
1277+ background-position: center;
1278+ background-size: 99% 4px;
1279+ background-repeat: no-repeat;
1280+ -webkit-appearance: none;
1281+ width: auto;
1282+ height: $range-slider-height + 20;
1283+ border-radius: $range-slider-border-radius;
1284+ overflow: hidden;
1285+ margin-top: 5px;
1286+ margin-bottom: 5px;
1287
1288 &::-webkit-slider-thumb {
1289- @include box_shadow (inset 0 2px 1px rgba(0, 0, 0, 0.1));
1290+ @include box_shadow (inset 0 1px 0 rgba(0, 0, 0, 0.2));
1291 @include box_sizing (border-box);
1292 -webkit-appearance: none;
1293- background-color: $ubuntu_orange;
1294- border-radius: 6px;
1295- width: 30px;
1296- height: 27px;
1297- }
1298+ background-color: #fff;
1299+ pointer-events: none;
1300+ border-radius: 3px;
1301+ width: $range-slider-width;
1302+ height: $range-slider-height;
1303+ position: relative;
1304+ }
1305+
1306+ &::-webkit-slider-thumb:before {
1307+ /* what creates the colorful line on the left side of the slider */
1308+ position: absolute;
1309+ top: ($range-slider-height / 2) - ($range-track-height / 2);
1310+ left: -2000px;
1311+ width: 2000px;
1312+ height: $range-track-height;
1313+ background: $ubuntu_orange;
1314+ content: ' ';
1315+ }
1316+
1317+ &::-moz-range-track {
1318+ @include box_sizing (border-box);
1319+ background: -moz-linear-gradient(to right, rgba(175, 175, 175, 0.30) 0%, rgba(175, 175, 175, 0.30) 100%);
1320+ background-position: center;
1321+ background-size: 99% 4px;
1322+ background-repeat: no-repeat;
1323+ width: auto;
1324+ height: $range-slider-height + 20;
1325+ border: 0;
1326+ border-radius: $range-slider-border-radius;
1327+ overflow: hidden;
1328+ margin-top: 5px;
1329+ margin-bottom: 5px;
1330+ }
1331+
1332+ &::-moz-range-thumb {
1333+ @include box_shadow (inset 0 1px 0 rgba(0, 0, 0, 0.2));
1334+ @include box_sizing (border-box);
1335+ background: #fff;
1336+ pointer-events: none;
1337+ border: 0;
1338+ border-radius: 3px;
1339+ width: $range-slider-width;
1340+ height: $range-slider-height;
1341+ position: relative;
1342+ }
1343+
1344+ /*&::-moz-range-thumb:before {
1345+ position: absolute;
1346+ top: ($range-slider-height / 2) - ($range-track-height / 2);
1347+ left: -2000px;
1348+ width: 2000px;
1349+ height: $range-track-height;
1350+ background: $ubuntu_orange;
1351+ content: ' ';
1352+ }*/
1353 }
1354
1355=== modified file '0.1/ambiance/css/sass/tabs.scss'
1356--- 0.1/ambiance/css/sass/tabs.scss 2014-02-28 22:05:37 +0000
1357+++ 0.1/ambiance/css/sass/tabs.scss 2015-03-16 16:05:14 +0000
1358@@ -24,66 +24,166 @@
1359 * Tabs
1360 * ---------------------------------- */
1361
1362+/* Workarround to load the Ubuntu Light font pad.lv/1186372 */
1363+@font-face {
1364+ font-family: 'Ubuntu';
1365+ font-style: normal;
1366+ font-weight: 300;
1367+ src: local('Ubuntu Light'), local('Ubuntu-Light'), url(ubuntu-light.woff) format('woff');
1368+}
1369+
1370+@font-face {
1371+ font-family: 'Ubuntu';
1372+ font-style: normal;
1373+ font-weight: 300;
1374+ src: local('Ubuntu Light'), local('Ubuntu-Light'), url(ubuntu-light.woff) format('woff');
1375+}
1376+
1377 [data-role="header"] {
1378- background: #ededf0 url("../img/background_paper@30.png") repeat-x top left;
1379- height: 74px;
1380+ background: #ededed;
1381+ height: units_gu(7.5);
1382 width: 100%;
1383- overflow: hidden;
1384- position: relative;
1385+ position: fixed;
1386+ z-index: 10;
1387
1388 &:after {
1389- background: #C2C2C2;
1390+ background: #c2c2c2;
1391 content: "";
1392 border-top: 1px solid #afafaf;
1393- height: 14px;
1394+ height: 15px;
1395 width: 100%;
1396 display: block;
1397- }
1398-
1399- .active {
1400- color: #484647;
1401- padding-left: 15px;
1402- -webkit-opacity: 1;
1403- opacity: 1;
1404-
1405- &:after {
1406- content: "›";
1407- padding-left: 10px;
1408- -webkit-opacity: 0.5;
1409- opacity: 0.5;
1410- }
1411- }
1412-
1413- .inactive {
1414- color: #a0a0a0;
1415- -webkit-opacity: 0.5;
1416- opacity: 0.5;
1417+ position: absolute;
1418+ top: 60px;
1419 }
1420 }
1421
1422 [data-role="tabs"] {
1423- width: 100%;
1424- white-space: nowrap;
1425+ background: #ededed;
1426+ -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
1427+ box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
1428+ width: units_gu(20);
1429+ max-height: 250px;
1430+ overflow: auto;
1431+ -webkit-overflow-scrolling: touch;
1432+ position: absolute;
1433+ left: 0;
1434+ top: 61px;
1435+ z-index: 9;
1436+ visibility: hidden;
1437+ opacity: 0;
1438+ transition: all 0.2s;
1439+
1440+ &.opened {
1441+ visibility: visible;
1442+ opacity: 1;
1443+ }
1444 }
1445
1446 [data-role="tabitem"] {
1447- display: inline-block;
1448- font: 35px $font_family;
1449- letter-spacing: -1px;
1450- line-height: 60px;
1451- padding-right: 35px;
1452+ position: relative;
1453+ padding: 16px units_gu(2);
1454+ border-bottom: 1px solid #d9d9d9;
1455+ text-align: left;
1456+ font-size: 0.9rem;
1457+ cursor: pointer;
1458+
1459+ &:only-child {
1460+ border-bottom: 0;
1461+ }
1462+
1463+ &.active {
1464+ display: none;
1465+ }
1466+
1467+ &.inactive {
1468+ display: block;
1469+ }
1470+
1471+ &:active {
1472+ background: rgba(0, 0, 0, 0.05);
1473+ }
1474+}
1475+
1476+[data-role="back-btn"] {
1477+ background: #ededed;
1478+ width: units_gu(5);
1479+ height: units_gu(7.5);
1480+ line-height: units_gu(7.5);
1481+ float: left;
1482+ cursor: pointer;
1483+ border: none;
1484+ position: relative;
1485+
1486+ &:after {
1487+ content: "";
1488+ display: block;
1489+ width: units_gu(2.5);
1490+ height: units_gu(2.5);
1491+ background: transparent url(icon(back)) no-repeat center center;
1492+ background-size: 100%;
1493+ margin: 0 auto;
1494+ }
1495+
1496+ &:disabled {
1497+ background: transparent;
1498+ width: 0;
1499+ }
1500+
1501+ &:active {
1502+ background: rgba(0, 0, 0, 0.05);
1503+ }
1504+}
1505+
1506+[data-role="tabs-btn"] {
1507+ background: #ededed;
1508+ width: units_gu(5);
1509+ height: units_gu(7.5);
1510+ line-height: units_gu(7.5);
1511+ float: left;
1512+ cursor: pointer;
1513+ border: none;
1514+
1515+ position: relative;
1516+ z-index: 10;
1517+
1518+ &:after {
1519+ content: "";
1520+ display: block;
1521+ width: units_gu(2.5);
1522+ height: units_gu(2.5);
1523+ background: transparent url(icon(navigation-menu)) no-repeat center center;
1524+ background-size: 100%;
1525+ margin: 0 auto;
1526+ }
1527+
1528+ &:active {
1529+ background: rgba(0, 0, 0, 0.05);
1530+ }
1531+}
1532+
1533+[data-role="back-btn"]:disabled+[data-role="tabtitle"],
1534+[data-role="back-btn"]+[data-role="tabtitle"],
1535+[data-role="tabs-btn"]+[data-role="tabtitle"],
1536+[data-role="tabs"]+[data-role="tabtitle"] {
1537+ width: calc(100% - 140px);
1538+}
1539+
1540+[data-role="tabtitle"] {
1541+ font-family: $font_family;
1542+ font-size: x-large;
1543+ font-weight: 300;
1544 text-decoration: none;
1545- color: #a0a0a0;
1546- -webkit-opacity: 0;
1547- opacity: 0;
1548- -webkit-transition: opacity .25s ease-in-out;
1549- transition: opacity .25s ease-in-out;
1550- cursor: pointer;
1551-
1552- &:only-child:after {
1553- content: "";
1554- padding-left: 10px;
1555- }
1556+ background: #ededed;
1557+ color: $dark_grey;
1558+ float: left;
1559+ height: units_gu(7.5);
1560+ line-height: units_gu(7.5);
1561+ white-space: nowrap;
1562+ overflow: hidden;
1563+ text-overflow: ellipsis;
1564+ position: relative;
1565+ z-index: 10;
1566 }
1567
1568 [data-role="tab"] {
1569@@ -97,4 +197,134 @@
1570 &:first-child {
1571 display: block;
1572 }
1573-}
1574\ No newline at end of file
1575+}
1576+
1577+[data-role="actions"] {
1578+ float: right;
1579+ height: units_gu(7.5);
1580+ display: inline-block;
1581+ padding-right: units_gu(1);
1582+ background: #ededed;
1583+ position: relative;
1584+ z-index: 10;
1585+
1586+ button {
1587+ border: 0;
1588+ padding: 0;
1589+ width: units_gu(5);
1590+ height: units_gu(7.5);
1591+ line-height: units_gu(7.5);
1592+ cursor: pointer;
1593+ float: left;
1594+ background: transparent;
1595+
1596+ img {
1597+ position : relative;
1598+ top: 5px;
1599+ }
1600+
1601+ &:disabled {
1602+ opacity: 0.3;
1603+ }
1604+
1605+ &:after {
1606+ content: "";
1607+ display: block;
1608+ width: units_gu(2.5);
1609+ height: units_gu(2.5);
1610+ background: transparent;
1611+ background-size: 100%;
1612+ margin: 0 auto;
1613+ }
1614+
1615+ &:active {
1616+ background: rgba(0, 0, 0, 0.05);
1617+ }
1618+ }
1619+
1620+ [data-role="actions-wrapper"] {
1621+ display: none;
1622+
1623+ &:first-child {
1624+ display: block;
1625+ }
1626+ }
1627+}
1628+
1629+[data-role="actions-overflow-icon"] {
1630+ background: transparent;
1631+
1632+ &:after {
1633+ content: "";
1634+ display: block;
1635+ width: units_gu(2.5);
1636+ height: units_gu(2.5);
1637+ background: transparent url(icon(contextual-menu)) no-repeat center center!important;
1638+ background-size: 100%!important;
1639+ margin: 0 auto;
1640+ }
1641+
1642+ &:active {
1643+ background: rgba(0, 0, 0, 0.05);
1644+ }
1645+}
1646+
1647+[data-role="actions-overflow-list"] {
1648+ background: #ededed;
1649+ -webkit-box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
1650+ box-shadow: 0 0px 10px rgba(140, 140, 140, 0.3);
1651+ width: units_gu(20);
1652+ max-height: 250px;
1653+ overflow: auto;
1654+ -webkit-overflow-scrolling: touch;
1655+ position: absolute;
1656+ right: 0;
1657+ top: 61px;
1658+ z-index: 9;
1659+ visibility: hidden;
1660+ opacity: 0;
1661+ transition: all 0.2s;
1662+
1663+ &.opened {
1664+ visibility: visible;
1665+ opacity: 1;
1666+ }
1667+
1668+ li {
1669+ position: relative;
1670+ padding: 16px units_gu(2);
1671+ border-bottom: 1px solid #d9d9d9;
1672+ text-align: left;
1673+ font-size: 0.8rem;
1674+ cursor: pointer;
1675+ text-align: left;
1676+ padding-left: 45px;
1677+ cursor: pointer;
1678+ background: transparent no-repeat center left;
1679+ background-size: 20px;
1680+ background-position-x: 10px;
1681+
1682+ &:only-child {
1683+ border-bottom: 0;
1684+ }
1685+
1686+ &:active {
1687+ background-color: rgba(0, 0, 0, 0.05);
1688+ }
1689+ }
1690+}
1691+
1692+[data-role="overlay"] {
1693+ position: fixed;
1694+ top: 75px;
1695+ right: 0;
1696+ bottom: 0;
1697+ left: 0;
1698+ z-index: 9;
1699+ background: transparent;
1700+ display: none;
1701+
1702+ &.active {
1703+ display: block;
1704+ }
1705+}
1706
1707=== modified file '0.1/ambiance/css/sass/toolbars.scss'
1708--- 0.1/ambiance/css/sass/toolbars.scss 2014-02-20 20:37:13 +0000
1709+++ 0.1/ambiance/css/sass/toolbars.scss 2015-03-16 16:05:14 +0000
1710@@ -34,6 +34,7 @@
1711 bottom: -65px;
1712 -webkit-transition: -webkit-transform 0.1s ease-in-out;
1713 transition: transform 0.1s ease-in-out;
1714+ display: none;
1715
1716 &.revealed {
1717 -webkit-transform: translate3d(0, -65px, 0);
1718@@ -49,6 +50,7 @@
1719
1720 ul {
1721 list-style: none;
1722+ text-align: right;
1723
1724 li,
1725 li a {
1726@@ -56,7 +58,7 @@
1727 font-size: 0.6rem;
1728 text-align: center;
1729 width: 60px;
1730- float: right;
1731+ display: inline-block;
1732 text-decoration: none;
1733 }
1734 li {
1735
1736=== removed file '0.1/ambiance/img/actions/add-to-playlist.svg'
1737--- 0.1/ambiance/img/actions/add-to-playlist.svg 2014-02-21 15:52:41 +0000
1738+++ 0.1/ambiance/img/actions/add-to-playlist.svg 1970-01-01 00:00:00 +0000
1739@@ -1,190 +0,0 @@
1740-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1741-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1742-
1743-<svg
1744- xmlns:dc="http://purl.org/dc/elements/1.1/"
1745- xmlns:cc="http://creativecommons.org/ns#"
1746- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1747- xmlns:svg="http://www.w3.org/2000/svg"
1748- xmlns="http://www.w3.org/2000/svg"
1749- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1750- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1751- width="90"
1752- height="90"
1753- id="svg4874"
1754- version="1.1"
1755- inkscape:version="0.48+devel r12833"
1756- viewBox="0 0 90 90.000001"
1757- sodipodi:docname="add-to-playlist.svg">
1758- <defs
1759- id="defs4876" />
1760- <sodipodi:namedview
1761- id="base"
1762- pagecolor="#ffffff"
1763- bordercolor="#666666"
1764- borderopacity="1.0"
1765- inkscape:pageopacity="0.0"
1766- inkscape:pageshadow="2"
1767- inkscape:zoom="6.366463"
1768- inkscape:cx="53.687582"
1769- inkscape:cy="66.135624"
1770- inkscape:document-units="px"
1771- inkscape:current-layer="g1311"
1772- showgrid="true"
1773- showborder="true"
1774- fit-margin-top="0"
1775- fit-margin-left="0"
1776- fit-margin-right="0"
1777- fit-margin-bottom="0"
1778- inkscape:snap-bbox="true"
1779- inkscape:bbox-paths="true"
1780- inkscape:bbox-nodes="true"
1781- inkscape:snap-bbox-edge-midpoints="true"
1782- inkscape:snap-bbox-midpoints="true"
1783- inkscape:object-paths="true"
1784- inkscape:snap-intersection-paths="true"
1785- inkscape:object-nodes="true"
1786- inkscape:snap-smooth-nodes="true"
1787- inkscape:snap-midpoints="true"
1788- inkscape:snap-object-midpoints="true"
1789- inkscape:snap-center="true"
1790- showguides="true"
1791- inkscape:guide-bbox="true">
1792- <inkscape:grid
1793- type="xygrid"
1794- id="grid5451"
1795- empspacing="6" />
1796- <sodipodi:guide
1797- orientation="1,0"
1798- position="6,77"
1799- id="guide4063" />
1800- <sodipodi:guide
1801- orientation="1,0"
1802- position="3,78"
1803- id="guide4065" />
1804- <sodipodi:guide
1805- orientation="0,1"
1806- position="55,84"
1807- id="guide4067" />
1808- <sodipodi:guide
1809- orientation="0,1"
1810- position="53,87"
1811- id="guide4069" />
1812- <sodipodi:guide
1813- orientation="0,1"
1814- position="20,3"
1815- id="guide4071" />
1816- <sodipodi:guide
1817- orientation="0,1"
1818- position="20,6"
1819- id="guide4073" />
1820- <sodipodi:guide
1821- orientation="1,0"
1822- position="87,7"
1823- id="guide4075" />
1824- <sodipodi:guide
1825- orientation="1,0"
1826- position="84,7"
1827- id="guide4077" />
1828- <sodipodi:guide
1829- orientation="0,1"
1830- position="58,81"
1831- id="guide4074" />
1832- <sodipodi:guide
1833- orientation="1,0"
1834- position="9,74"
1835- id="guide4076" />
1836- <sodipodi:guide
1837- orientation="0,1"
1838- position="21,9"
1839- id="guide4078" />
1840- <sodipodi:guide
1841- orientation="1,0"
1842- position="81,4"
1843- id="guide4080" />
1844- </sodipodi:namedview>
1845- <metadata
1846- id="metadata4879">
1847- <rdf:RDF>
1848- <cc:Work
1849- rdf:about="">
1850- <dc:format>image/svg+xml</dc:format>
1851- <dc:type
1852- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1853- <dc:title></dc:title>
1854- </cc:Work>
1855- </rdf:RDF>
1856- </metadata>
1857- <g
1858- inkscape:label="Layer 1"
1859- inkscape:groupmode="layer"
1860- id="layer1"
1861- transform="translate(67.857146,-84.50504)">
1862- <g
1863- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
1864- id="g4845"
1865- style="display:inline">
1866- <g
1867- transform="matrix(0,-1,-1,0,567.36222,615.36221)"
1868- id="g1311"
1869- inkscape:export-filename="envelope02.png"
1870- inkscape:export-xdpi="90"
1871- inkscape:export-ydpi="90">
1872- <g
1873- id="g1313"
1874- transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
1875- <rect
1876- transform="translate(0,804.3622)"
1877- y="152"
1878- x="288"
1879- height="48"
1880- width="48"
1881- id="rect1315"
1882- style="opacity:0.21171169;fill:none;stroke:none" />
1883- </g>
1884- <path
1885- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1886- d="m 240.00001,184.86222 6,-1.50004 0,41.99997 -6,0 z"
1887- id="rect3470"
1888- inkscape:connector-curvature="0"
1889- sodipodi:nodetypes="ccccc" />
1890- <rect
1891- transform="matrix(0,1,-1,0,0,0)"
1892- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1893- id="rect3472"
1894- width="5.9999876"
1895- height="42"
1896- x="201.36217"
1897- y="-264" />
1898- <path
1899- sodipodi:nodetypes="ccsssccc"
1900- inkscape:transform-center-y="0.010872624"
1901- inkscape:transform-center-x="-15.991263"
1902- inkscape:connector-curvature="0"
1903- id="path2194-5"
1904- d="m 180,171.36222 c 0,0 17.07136,-7.37918 32.0008,-18.01094 0,-0.003 -7e-4,-0.006 -0.003,-0.0105 -0.002,-0.004 -0.004,-0.007 -0.008,-0.0116 -0.003,-0.004 -0.006,-0.008 -0.007,-0.0117 -0.002,-0.004 -0.004,-0.008 -0.004,-0.0111 -15.74754,-10.9708 -31.97858,-17.94429 -31.97858,-17.94429 z"
1905- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1906- <path
1907- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1908- d="m 180,189.36222 0,6 6,0 0,-6 z"
1909- id="path4104"
1910- inkscape:connector-curvature="0" />
1911- <path
1912- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1913- d="m 192,189.36222 0,6 36,0 0,-6 z"
1914- id="rect4070"
1915- inkscape:connector-curvature="0" />
1916- <path
1917- inkscape:connector-curvature="0"
1918- id="path4112"
1919- d="m 180,177.36222 0,6 6,0 0,-6 z"
1920- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1921- <path
1922- inkscape:connector-curvature="0"
1923- id="path4114"
1924- d="m 192,177.36222 0,6 36,0 0,-6 z"
1925- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
1926- </g>
1927- </g>
1928- </g>
1929-</svg>
1930
1931=== removed file '0.1/ambiance/img/actions/calendar-today.svg'
1932--- 0.1/ambiance/img/actions/calendar-today.svg 2014-02-21 15:52:41 +0000
1933+++ 0.1/ambiance/img/actions/calendar-today.svg 1970-01-01 00:00:00 +0000
1934@@ -1,170 +0,0 @@
1935-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1936-<!-- Created with Inkscape (http://www.inkscape.org/) -->
1937-
1938-<svg
1939- xmlns:dc="http://purl.org/dc/elements/1.1/"
1940- xmlns:cc="http://creativecommons.org/ns#"
1941- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1942- xmlns:svg="http://www.w3.org/2000/svg"
1943- xmlns="http://www.w3.org/2000/svg"
1944- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1945- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1946- width="90"
1947- height="90"
1948- id="svg4874"
1949- version="1.1"
1950- inkscape:version="0.48+devel r12833"
1951- viewBox="0 0 90 90.000001"
1952- sodipodi:docname="calendar-today.svg">
1953- <defs
1954- id="defs4876" />
1955- <sodipodi:namedview
1956- id="base"
1957- pagecolor="#ffffff"
1958- bordercolor="#666666"
1959- borderopacity="1.0"
1960- inkscape:pageopacity="0.0"
1961- inkscape:pageshadow="2"
1962- inkscape:zoom="7.9580787"
1963- inkscape:cx="40.506008"
1964- inkscape:cy="43.220232"
1965- inkscape:document-units="px"
1966- inkscape:current-layer="g1311"
1967- showgrid="true"
1968- showborder="true"
1969- fit-margin-top="0"
1970- fit-margin-left="0"
1971- fit-margin-right="0"
1972- fit-margin-bottom="0"
1973- inkscape:snap-bbox="true"
1974- inkscape:bbox-paths="true"
1975- inkscape:bbox-nodes="true"
1976- inkscape:snap-bbox-edge-midpoints="true"
1977- inkscape:snap-bbox-midpoints="true"
1978- inkscape:object-paths="true"
1979- inkscape:snap-intersection-paths="true"
1980- inkscape:object-nodes="true"
1981- inkscape:snap-smooth-nodes="true"
1982- inkscape:snap-midpoints="true"
1983- inkscape:snap-object-midpoints="true"
1984- inkscape:snap-center="true"
1985- showguides="true"
1986- inkscape:guide-bbox="true">
1987- <inkscape:grid
1988- type="xygrid"
1989- id="grid5451"
1990- empspacing="6" />
1991- <sodipodi:guide
1992- orientation="1,0"
1993- position="6,77"
1994- id="guide4063" />
1995- <sodipodi:guide
1996- orientation="1,0"
1997- position="3,78"
1998- id="guide4065" />
1999- <sodipodi:guide
2000- orientation="0,1"
2001- position="55,84"
2002- id="guide4067" />
2003- <sodipodi:guide
2004- orientation="0,1"
2005- position="53,87"
2006- id="guide4069" />
2007- <sodipodi:guide
2008- orientation="0,1"
2009- position="20,3"
2010- id="guide4071" />
2011- <sodipodi:guide
2012- orientation="0,1"
2013- position="20,6"
2014- id="guide4073" />
2015- <sodipodi:guide
2016- orientation="1,0"
2017- position="87,7"
2018- id="guide4075" />
2019- <sodipodi:guide
2020- orientation="1,0"
2021- position="84,7"
2022- id="guide4077" />
2023- <sodipodi:guide
2024- orientation="0,1"
2025- position="58,81"
2026- id="guide4074" />
2027- <sodipodi:guide
2028- orientation="1,0"
2029- position="9,74"
2030- id="guide4076" />
2031- <sodipodi:guide
2032- orientation="0,1"
2033- position="21,9"
2034- id="guide4078" />
2035- <sodipodi:guide
2036- orientation="1,0"
2037- position="81,4"
2038- id="guide4080" />
2039- </sodipodi:namedview>
2040- <metadata
2041- id="metadata4879">
2042- <rdf:RDF>
2043- <cc:Work
2044- rdf:about="">
2045- <dc:format>image/svg+xml</dc:format>
2046- <dc:type
2047- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2048- <dc:title></dc:title>
2049- </cc:Work>
2050- </rdf:RDF>
2051- </metadata>
2052- <g
2053- inkscape:label="Layer 1"
2054- inkscape:groupmode="layer"
2055- id="layer1"
2056- transform="translate(67.857146,-84.50504)">
2057- <g
2058- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2059- id="g4845"
2060- style="display:inline">
2061- <g
2062- transform="matrix(0,-1,-1,0,567.36222,615.36221)"
2063- id="g1311"
2064- inkscape:export-filename="envelope02.png"
2065- inkscape:export-xdpi="90"
2066- inkscape:export-ydpi="90">
2067- <g
2068- id="g1313"
2069- transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
2070- <rect
2071- transform="translate(0,804.3622)"
2072- y="152"
2073- x="288"
2074- height="48"
2075- width="48"
2076- id="rect1315"
2077- style="opacity:0.21171169;fill:none;stroke:none" />
2078- </g>
2079- <path
2080- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
2081- d="M 21 6 C 11 6 6 5.9998036 6 17.626953 L 6 72.373047 C 6 84.000207 11 84 21 84 L 69 84 C 79 84 84 84.000207 84 72.373047 L 84 17.626953 C 84 5.9998036 79 6 69 6 L 69 21 L 57 21 L 57 6 L 33 6 L 33 21 L 21 21 L 21 6 z M 22.867188 27 L 67.132812 27 C 75.065512 27 78 26.999356 78 35.191406 L 78 69.808594 C 78 78.000644 75.065512 78 67.132812 78 L 22.867188 78 C 14.934488 78 12 78.000644 12 69.808594 L 12 35.191406 C 12 26.999356 14.934488 27 22.867188 27 z "
2082- transform="translate(174,135.36222)"
2083- id="path4098" />
2084- <path
2085- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
2086- d="m 242.00422,169.6591 -0.375,0.32812 -26.94727,23.60352 -15.79687,-13.55079 -4.77539,5.4004 20.57617,21.64843 31.30078,-32.9375 -3.98242,-4.49218 z"
2087- id="path4041-9"
2088- inkscape:connector-curvature="0" />
2089- <path
2090- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2091- d="m 198,136.76222 6,-1.40001 0,18 -6,0 z"
2092- id="rect4097"
2093- inkscape:connector-curvature="0"
2094- sodipodi:nodetypes="ccccc" />
2095- <path
2096- sodipodi:nodetypes="ccccc"
2097- inkscape:connector-curvature="0"
2098- id="path4100"
2099- d="m 234,136.76222 6,-1.40001 0,18 -6,0 z"
2100- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2101- </g>
2102- </g>
2103- </g>
2104-</svg>
2105
2106=== removed file '0.1/ambiance/img/actions/camera-flip.svg'
2107--- 0.1/ambiance/img/actions/camera-flip.svg 2014-02-21 15:52:41 +0000
2108+++ 0.1/ambiance/img/actions/camera-flip.svg 1970-01-01 00:00:00 +0000
2109@@ -1,164 +0,0 @@
2110-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2111-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2112-
2113-<svg
2114- xmlns:dc="http://purl.org/dc/elements/1.1/"
2115- xmlns:cc="http://creativecommons.org/ns#"
2116- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2117- xmlns:svg="http://www.w3.org/2000/svg"
2118- xmlns="http://www.w3.org/2000/svg"
2119- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2120- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2121- width="90"
2122- height="90"
2123- id="svg4874"
2124- version="1.1"
2125- inkscape:version="0.48+devel r12833"
2126- viewBox="0 0 90 90.000001"
2127- sodipodi:docname="camera-flip.svg">
2128- <defs
2129- id="defs4876" />
2130- <sodipodi:namedview
2131- id="base"
2132- pagecolor="#ffffff"
2133- bordercolor="#666666"
2134- borderopacity="1.0"
2135- inkscape:pageopacity="0.0"
2136- inkscape:pageshadow="2"
2137- inkscape:zoom="7.9580786"
2138- inkscape:cx="56.847892"
2139- inkscape:cy="64.676416"
2140- inkscape:document-units="px"
2141- inkscape:current-layer="g1708"
2142- showgrid="true"
2143- showborder="true"
2144- fit-margin-top="0"
2145- fit-margin-left="0"
2146- fit-margin-right="0"
2147- fit-margin-bottom="0"
2148- inkscape:snap-bbox="true"
2149- inkscape:bbox-paths="true"
2150- inkscape:bbox-nodes="true"
2151- inkscape:snap-bbox-edge-midpoints="true"
2152- inkscape:snap-bbox-midpoints="true"
2153- inkscape:object-paths="true"
2154- inkscape:snap-intersection-paths="true"
2155- inkscape:object-nodes="true"
2156- inkscape:snap-smooth-nodes="true"
2157- inkscape:snap-midpoints="true"
2158- inkscape:snap-object-midpoints="true"
2159- inkscape:snap-center="true"
2160- showguides="true"
2161- inkscape:guide-bbox="true">
2162- <inkscape:grid
2163- type="xygrid"
2164- id="grid5451"
2165- empspacing="6" />
2166- <sodipodi:guide
2167- orientation="1,0"
2168- position="6,77"
2169- id="guide4063" />
2170- <sodipodi:guide
2171- orientation="1,0"
2172- position="3,78"
2173- id="guide4065" />
2174- <sodipodi:guide
2175- orientation="0,1"
2176- position="55,84"
2177- id="guide4067" />
2178- <sodipodi:guide
2179- orientation="0,1"
2180- position="53,87"
2181- id="guide4069" />
2182- <sodipodi:guide
2183- orientation="0,1"
2184- position="20,3"
2185- id="guide4071" />
2186- <sodipodi:guide
2187- orientation="0,1"
2188- position="20,6"
2189- id="guide4073" />
2190- <sodipodi:guide
2191- orientation="1,0"
2192- position="87,7"
2193- id="guide4075" />
2194- <sodipodi:guide
2195- orientation="1,0"
2196- position="84,7"
2197- id="guide4077" />
2198- <sodipodi:guide
2199- orientation="0,1"
2200- position="58,81"
2201- id="guide4074" />
2202- <sodipodi:guide
2203- orientation="1,0"
2204- position="9,74"
2205- id="guide4076" />
2206- <sodipodi:guide
2207- orientation="0,1"
2208- position="21,9"
2209- id="guide4078" />
2210- <sodipodi:guide
2211- orientation="1,0"
2212- position="81,4"
2213- id="guide4080" />
2214- </sodipodi:namedview>
2215- <metadata
2216- id="metadata4879">
2217- <rdf:RDF>
2218- <cc:Work
2219- rdf:about="">
2220- <dc:format>image/svg+xml</dc:format>
2221- <dc:type
2222- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2223- <dc:title></dc:title>
2224- </cc:Work>
2225- </rdf:RDF>
2226- </metadata>
2227- <g
2228- inkscape:label="Layer 1"
2229- inkscape:groupmode="layer"
2230- id="layer1"
2231- transform="translate(67.857146,-84.50504)">
2232- <g
2233- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2234- id="g4845"
2235- style="display:inline">
2236- <g
2237- inkscape:label="Layer 1"
2238- id="g1708"
2239- transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
2240- inkscape:export-filename="add01.png"
2241- inkscape:export-xdpi="90"
2242- inkscape:export-ydpi="90">
2243- <rect
2244- style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2245- id="rect1710"
2246- width="90"
2247- height="90"
2248- x="0"
2249- y="962.36218" />
2250- <path
2251- inkscape:connector-curvature="0"
2252- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;-inkscape-font-specification:sans-serif"
2253- clip-path="none"
2254- d="m 36.000004,995.51845 c -11.286111,0.51028 -21.650085,2.02322 -28.4062504,4.53125 l -0.09375,0.031 c -3.1321755,1.1691 -5.4271472,2.3173 -6.78125009,4.6562 -0.68444784,1.1822 -0.91344079,2.8389 -0.46875001,4.1875 0.4446908,1.3486 1.3265225,2.3363 2.3125,3.125 3.9439102,3.1546 10.7936195,4.8231 21.0625005,6.0938 l 0.75,-5.9688 c -9.744855,-1.2058 -16.3205152,-3.4808 -18.0000004,-4.7812 0.4598247,-0.3616 1.3576427,-1.0047 3.28125,-1.7188 5.5287244,-2.0524 15.3896184,-3.4941 26.3437504,-4.0312 l 0,-6.12505 z m 18,0.0312 0,6.06255 c 3.998726,0.179 7.924799,0.4796 11.625,0.9375 9.744855,1.2057 16.320515,3.4809 18,4.7813 -0.459824,0.3617 -1.357643,1.0045 -3.28125,1.7187 -6.747887,2.505 -20.56963,4.3125 -35.34375,4.3125 l 0,6 c 15.231326,0 29.151413,-1.6231 37.40625,-4.6875 3.185257,-1.1824 5.506105,-2.323 6.875,-4.6875 0.684448,-1.1822 0.913442,-2.8388 0.46875,-4.1875 -0.444691,-1.3487 -1.326523,-2.3364 -2.3125,-3.125 -3.943911,-3.15471 -10.793618,-4.82312 -21.0625,-6.0938 l -0.375,-0.0312 c -3.869426,-0.46892 -7.90827,-0.79655 -12,-1 z"
2255- id="path3834" />
2256- <path
2257- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2258- d="m 42.000004,963.8622 0,41.7813 c 2.119688,-1.2462 4.19894,-2.4269 6,-3.3438 l 0,-39.9375 z m 0,63.2188 0,10.2812 6,0 0,-6.9375 c -1.80106,-0.9169 -3.880312,-2.0976 -6,-3.3437 z m 0,16.2812 0,9 6,0 0,-9 z"
2259- id="rect3056"
2260- inkscape:connector-curvature="0"
2261- sodipodi:nodetypes="ccccccccccccccc" />
2262- <path
2263- sodipodi:nodetypes="ccsssccc"
2264- inkscape:transform-center-y="0.0019070001"
2265- inkscape:transform-center-x="10.499375"
2266- inkscape:connector-curvature="0"
2267- id="path2194-83"
2268- d="m 54.994508,1028.0408 c 0,0 -11.208833,-4.7685 -21.011302,-11.6387 0,0 0,-0.01 0.0038,-0.01 0,0 0.0038,-0.01 0.0046,-0.01 0,0 0.0038,-0.01 0.0046,-0.01 0,0 0.0038,-0.01 0.0038,-0.01 10.340371,-7.0893 20.997448,-11.5955 20.997448,-11.5955 z"
2269- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2270- </g>
2271- </g>
2272- </g>
2273-</svg>
2274
2275=== removed file '0.1/ambiance/img/actions/contact.svg'
2276--- 0.1/ambiance/img/actions/contact.svg 2014-02-21 15:52:41 +0000
2277+++ 0.1/ambiance/img/actions/contact.svg 1970-01-01 00:00:00 +0000
2278@@ -1,161 +0,0 @@
2279-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2280-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2281-
2282-<svg
2283- xmlns:dc="http://purl.org/dc/elements/1.1/"
2284- xmlns:cc="http://creativecommons.org/ns#"
2285- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2286- xmlns:svg="http://www.w3.org/2000/svg"
2287- xmlns="http://www.w3.org/2000/svg"
2288- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2289- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2290- width="90"
2291- height="90"
2292- id="svg4874"
2293- version="1.1"
2294- inkscape:version="0.48+devel r12923"
2295- viewBox="0 0 90 90.000001"
2296- sodipodi:docname="contact.2.svg">
2297- <defs
2298- id="defs4876" />
2299- <sodipodi:namedview
2300- id="base"
2301- pagecolor="#ffffff"
2302- bordercolor="#666666"
2303- borderopacity="1.0"
2304- inkscape:pageopacity="0.0"
2305- inkscape:pageshadow="2"
2306- inkscape:zoom="1.335144"
2307- inkscape:cx="-41.194068"
2308- inkscape:cy="66.465363"
2309- inkscape:document-units="px"
2310- inkscape:current-layer="g4780"
2311- showgrid="true"
2312- showborder="true"
2313- fit-margin-top="0"
2314- fit-margin-left="0"
2315- fit-margin-right="0"
2316- fit-margin-bottom="0"
2317- inkscape:snap-bbox="true"
2318- inkscape:bbox-paths="true"
2319- inkscape:bbox-nodes="true"
2320- inkscape:snap-bbox-edge-midpoints="true"
2321- inkscape:snap-bbox-midpoints="true"
2322- inkscape:object-paths="true"
2323- inkscape:snap-intersection-paths="true"
2324- inkscape:object-nodes="true"
2325- inkscape:snap-smooth-nodes="true"
2326- inkscape:snap-midpoints="true"
2327- inkscape:snap-object-midpoints="true"
2328- inkscape:snap-center="true"
2329- showguides="false"
2330- inkscape:guide-bbox="true"
2331- inkscape:snap-global="true">
2332- <inkscape:grid
2333- type="xygrid"
2334- id="grid5451"
2335- empspacing="6" />
2336- <sodipodi:guide
2337- orientation="1,0"
2338- position="6,77"
2339- id="guide4063" />
2340- <sodipodi:guide
2341- orientation="1,0"
2342- position="3,78"
2343- id="guide4065" />
2344- <sodipodi:guide
2345- orientation="0,1"
2346- position="55,84"
2347- id="guide4067" />
2348- <sodipodi:guide
2349- orientation="0,1"
2350- position="53,87"
2351- id="guide4069" />
2352- <sodipodi:guide
2353- orientation="0,1"
2354- position="20,3"
2355- id="guide4071" />
2356- <sodipodi:guide
2357- orientation="0,1"
2358- position="20,6"
2359- id="guide4073" />
2360- <sodipodi:guide
2361- orientation="1,0"
2362- position="87,7"
2363- id="guide4075" />
2364- <sodipodi:guide
2365- orientation="1,0"
2366- position="84,7"
2367- id="guide4077" />
2368- <sodipodi:guide
2369- orientation="0,1"
2370- position="58,81"
2371- id="guide4074" />
2372- <sodipodi:guide
2373- orientation="1,0"
2374- position="9,74"
2375- id="guide4076" />
2376- <sodipodi:guide
2377- orientation="0,1"
2378- position="21,9"
2379- id="guide4078" />
2380- <sodipodi:guide
2381- orientation="1,0"
2382- position="81,4"
2383- id="guide4080" />
2384- </sodipodi:namedview>
2385- <metadata
2386- id="metadata4879">
2387- <rdf:RDF>
2388- <cc:Work
2389- rdf:about="">
2390- <dc:format>image/svg+xml</dc:format>
2391- <dc:type
2392- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2393- <dc:title></dc:title>
2394- </cc:Work>
2395- </rdf:RDF>
2396- </metadata>
2397- <g
2398- inkscape:label="Layer 1"
2399- inkscape:groupmode="layer"
2400- id="layer1"
2401- transform="translate(67.857146,-84.50504)">
2402- <g
2403- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2404- id="g4845"
2405- style="display:inline">
2406- <g
2407- inkscape:export-ydpi="90"
2408- inkscape:export-xdpi="90"
2409- inkscape:export-filename="next01.png"
2410- transform="matrix(-0.9996045,0,0,1,575.94296,-611.00001)"
2411- id="g4778"
2412- inkscape:label="Layer 1">
2413- <g
2414- transform="matrix(-1,0,0,1,575.99999,611)"
2415- id="g4780"
2416- style="display:inline">
2417- <rect
2418- transform="scale(-1,1)"
2419- y="351.36221"
2420- x="-432"
2421- height="90"
2422- width="90"
2423- id="rect4120"
2424- style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2425- <path
2426- sodipodi:nodetypes="ccccccccccccccccc"
2427- inkscape:connector-curvature="0"
2428- id="path4122"
2429- d="m 377.8517,375.36808 c -3.99884,2.76724 -7.46417,5.77913 -10.426,8.65039 l 0,-0.01 c -5.19478,5.25797 -11.39708,12.32812 -11.39708,12.32812 0,0 6.09255,7.49367 11.38927,12.37305 l 0,-0.01 c 2.95791,2.86769 6.41787,5.87765 10.41036,8.64258 -0.0472,0.12346 -0.0867,0.24994 -0.13482,0.37305 -2.52581,6.66123 -5.88451,12.54322 -10.07625,17.64655 l -19.65035,0 0,-27.60938 0,-0.0352 0,-22.71093 0,-27.64453 19.65035,0 c 4.19174,5.1033 7.55044,10.957 10.07625,17.56445 0.0564,0.14572 0.10308,0.29523 0.15827,0.44141 z"
2430- style="font-size:15.00296783px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
2431- <path
2432- style="font-size:121.62958527px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
2433- d="m 425.96643,396.36417 c -5.4e-4,6.17426 -2.60609,12.14435 -7.20351,16.50977 -4.59812,4.3661 -10.88465,6.83789 -17.38533,6.83789 l -0.0197,0 c -2.50283,-0.01 -5.38308,-0.23467 -8.30462,-1.41406 -7.61654,-3.0747 -13.53106,-7.68463 -18.10234,-11.89453 l 0,0.008 c -1.32856,-1.16258 -2.67769,-2.48772 -3.97503,-3.8086 l 0,-12.32226 c 1.30835,-1.33748 2.66563,-2.70418 3.98291,-3.9707 l 0,0.01 c 4.57022,-4.20858 10.4807,-8.81704 18.09446,-11.89062 2.92123,-1.17927 5.80108,-1.40483 8.30462,-1.41407 l 0.0197,0 c 6.50181,0 12.78778,2.47428 17.38533,6.83985 4.59684,4.36489 7.20297,10.33355 7.20351,16.50781 l 0,0.002 z"
2434- id="path4124" />
2435- </g>
2436- </g>
2437- </g>
2438- </g>
2439-</svg>
2440
2441=== removed file '0.1/ambiance/img/actions/dialer.svg'
2442--- 0.1/ambiance/img/actions/dialer.svg 2014-02-21 15:52:41 +0000
2443+++ 0.1/ambiance/img/actions/dialer.svg 1970-01-01 00:00:00 +0000
2444@@ -1,208 +0,0 @@
2445-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2446-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2447-
2448-<svg
2449- xmlns:dc="http://purl.org/dc/elements/1.1/"
2450- xmlns:cc="http://creativecommons.org/ns#"
2451- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2452- xmlns:svg="http://www.w3.org/2000/svg"
2453- xmlns="http://www.w3.org/2000/svg"
2454- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2455- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2456- width="90"
2457- height="90"
2458- id="svg4874"
2459- version="1.1"
2460- inkscape:version="0.48+devel r"
2461- viewBox="0 0 90 90.000001"
2462- sodipodi:docname="dialer.svg">
2463- <defs
2464- id="defs4876" />
2465- <sodipodi:namedview
2466- id="base"
2467- pagecolor="#ffffff"
2468- bordercolor="#666666"
2469- borderopacity="1.0"
2470- inkscape:pageopacity="0.0"
2471- inkscape:pageshadow="2"
2472- inkscape:zoom="7.9580786"
2473- inkscape:cx="29.284706"
2474- inkscape:cy="61.472125"
2475- inkscape:document-units="px"
2476- inkscape:current-layer="g4320"
2477- showgrid="true"
2478- showborder="true"
2479- fit-margin-top="0"
2480- fit-margin-left="0"
2481- fit-margin-right="0"
2482- fit-margin-bottom="0"
2483- inkscape:snap-bbox="true"
2484- inkscape:bbox-paths="true"
2485- inkscape:bbox-nodes="true"
2486- inkscape:snap-bbox-edge-midpoints="true"
2487- inkscape:snap-bbox-midpoints="true"
2488- inkscape:object-paths="true"
2489- inkscape:snap-intersection-paths="true"
2490- inkscape:object-nodes="true"
2491- inkscape:snap-smooth-nodes="true"
2492- inkscape:snap-midpoints="true"
2493- inkscape:snap-object-midpoints="true"
2494- inkscape:snap-center="true"
2495- showguides="true"
2496- inkscape:guide-bbox="true">
2497- <inkscape:grid
2498- type="xygrid"
2499- id="grid5451"
2500- empspacing="6" />
2501- <sodipodi:guide
2502- orientation="1,0"
2503- position="9,74"
2504- id="guide4063" />
2505- <sodipodi:guide
2506- orientation="1,0"
2507- position="6,71"
2508- id="guide4065" />
2509- <sodipodi:guide
2510- orientation="0,1"
2511- position="39,84"
2512- id="guide4067" />
2513- <sodipodi:guide
2514- orientation="0,1"
2515- position="39,87"
2516- id="guide4069" />
2517- <sodipodi:guide
2518- orientation="0,1"
2519- position="50,3"
2520- id="guide4071" />
2521- <sodipodi:guide
2522- orientation="0,1"
2523- position="52,6"
2524- id="guide4073" />
2525- <sodipodi:guide
2526- orientation="1,0"
2527- position="87,12"
2528- id="guide4075" />
2529- <sodipodi:guide
2530- orientation="1,0"
2531- position="84,12"
2532- id="guide4077" />
2533- <sodipodi:guide
2534- orientation="0,1"
2535- position="45,81"
2536- id="guide4072" />
2537- <sodipodi:guide
2538- orientation="1,0"
2539- position="3,68"
2540- id="guide4074" />
2541- <sodipodi:guide
2542- orientation="0,1"
2543- position="70,9"
2544- id="guide4076" />
2545- <sodipodi:guide
2546- orientation="1,0"
2547- position="81,5"
2548- id="guide4078" />
2549- </sodipodi:namedview>
2550- <metadata
2551- id="metadata4879">
2552- <rdf:RDF>
2553- <cc:Work
2554- rdf:about="">
2555- <dc:format>image/svg+xml</dc:format>
2556- <dc:type
2557- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2558- <dc:title></dc:title>
2559- </cc:Work>
2560- </rdf:RDF>
2561- </metadata>
2562- <g
2563- inkscape:label="Layer 1"
2564- inkscape:groupmode="layer"
2565- id="layer1"
2566- transform="translate(67.857146,-84.50504)">
2567- <g
2568- transform="translate(-763.85715,94.142858)"
2569- id="g4320"
2570- inkscape:export-filename="phone03.png"
2571- inkscape:export-xdpi="90"
2572- inkscape:export-ydpi="90">
2573- <rect
2574- y="-9.6378174"
2575- x="696"
2576- height="90"
2577- width="90"
2578- id="rect4318"
2579- style="color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2580- <circle
2581- r="5.0000005"
2582- cy="1.3621866"
2583- cx="707"
2584- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2585- id="path4091"
2586- d="m 712,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
2587- <circle
2588- r="5.0000005"
2589- cy="1.3621866"
2590- cx="721"
2591- id="path4109"
2592- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2593- d="m 726,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
2594- <circle
2595- r="5.0000005"
2596- cy="1.3621866"
2597- cx="735"
2598- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2599- id="path4111"
2600- d="m 740,1.3621866 a 5.0000005,5.0000005 0 0 1 -5,5.0000004 5.0000005,5.0000005 0 0 1 -5,-5.0000004 5.0000005,5.0000005 0 0 1 5,-5.0000005 5.0000005,5.0000005 0 0 1 5,5.0000005 z" />
2601- <circle
2602- r="5.0000005"
2603- cy="15.362186"
2604- cx="707"
2605- id="path4113"
2606- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2607- d="m 712,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2608- <circle
2609- r="5.0000005"
2610- cy="15.362186"
2611- cx="721"
2612- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2613- id="path4115"
2614- d="m 726,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2615- <circle
2616- r="5.0000005"
2617- cy="15.362186"
2618- cx="735"
2619- id="path4117"
2620- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2621- d="m 740,15.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2622- <circle
2623- r="5.0000005"
2624- cy="29.362186"
2625- cx="707"
2626- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2627- id="path4119"
2628- d="m 712,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2629- <circle
2630- r="5.0000005"
2631- cy="29.362186"
2632- cx="721"
2633- id="path4121"
2634- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2635- d="m 726,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2636- <circle
2637- r="5.0000005"
2638- cy="29.362186"
2639- cx="735"
2640- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2641- id="path4123"
2642- d="m 740,29.362186 a 5.0000005,5.0000005 0 0 1 -5,5.000001 5.0000005,5.0000005 0 0 1 -5,-5.000001 5.0000005,5.0000005 0 0 1 5,-5 5.0000005,5.0000005 0 0 1 5,5 z" />
2643- <path
2644- inkscape:transform-center-y="0.2625781"
2645- inkscape:transform-center-x="-0.25253415"
2646- inkscape:connector-curvature="0"
2647- id="path4185"
2648- d="m 762.80738,-4.6513715 c 7.80698,1.7675293 21.15163,4.3964167 17.60499,16.2777465 -4.50757,15.100534 -15.21354,26.842252 -25.72632,37.359059 l 2.8e-4,2.73e-4 c -0.0104,0.01004 -0.0208,0.02085 -0.0313,0.03128 -0.0104,0.01004 -0.0208,0.02085 -0.0313,0.03128 l -2.8e-4,-2.73e-4 C 744.1067,59.560786 732.36498,70.266752 717.26444,74.774319 705.38312,78.320945 702.75424,64.976307 700.9867,57.169333 l 25.21671,-11.088795 8.88063,5.328089 c 3.65652,-2.332872 7.96979,-6.186036 11.8744,-10.088213 3.90221,-3.904545 7.75534,-8.217864 10.0882,-11.874394 l -5.32804,-8.88065 11.08879,-25.2166928 z"
2649- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2650- </g>
2651- </g>
2652-</svg>
2653
2654=== removed file '0.1/ambiance/img/actions/edit-clear.svg'
2655--- 0.1/ambiance/img/actions/edit-clear.svg 2014-02-21 15:52:41 +0000
2656+++ 0.1/ambiance/img/actions/edit-clear.svg 1970-01-01 00:00:00 +0000
2657@@ -1,161 +0,0 @@
2658-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2659-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2660-
2661-<svg
2662- xmlns:dc="http://purl.org/dc/elements/1.1/"
2663- xmlns:cc="http://creativecommons.org/ns#"
2664- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2665- xmlns:svg="http://www.w3.org/2000/svg"
2666- xmlns="http://www.w3.org/2000/svg"
2667- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2668- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2669- width="90"
2670- height="90"
2671- id="svg4874"
2672- version="1.1"
2673- inkscape:version="0.48+devel r"
2674- viewBox="0 0 90 90.000001"
2675- sodipodi:docname="edit-delete.svg">
2676- <defs
2677- id="defs4876" />
2678- <sodipodi:namedview
2679- id="base"
2680- pagecolor="#ffffff"
2681- bordercolor="#666666"
2682- borderopacity="1.0"
2683- inkscape:pageopacity="0.0"
2684- inkscape:pageshadow="2"
2685- inkscape:zoom="5.0931703"
2686- inkscape:cx="31.591323"
2687- inkscape:cy="39.130834"
2688- inkscape:document-units="px"
2689- inkscape:current-layer="g1708"
2690- showgrid="true"
2691- showborder="true"
2692- fit-margin-top="0"
2693- fit-margin-left="0"
2694- fit-margin-right="0"
2695- fit-margin-bottom="0"
2696- inkscape:snap-bbox="true"
2697- inkscape:bbox-paths="true"
2698- inkscape:bbox-nodes="true"
2699- inkscape:snap-bbox-edge-midpoints="true"
2700- inkscape:snap-bbox-midpoints="true"
2701- inkscape:object-paths="true"
2702- inkscape:snap-intersection-paths="true"
2703- inkscape:object-nodes="true"
2704- inkscape:snap-smooth-nodes="true"
2705- inkscape:snap-midpoints="true"
2706- inkscape:snap-object-midpoints="true"
2707- inkscape:snap-center="true"
2708- showguides="true"
2709- inkscape:guide-bbox="true">
2710- <inkscape:grid
2711- type="xygrid"
2712- id="grid5451"
2713- empspacing="6" />
2714- <sodipodi:guide
2715- orientation="1,0"
2716- position="6,77"
2717- id="guide4063" />
2718- <sodipodi:guide
2719- orientation="1,0"
2720- position="3,78"
2721- id="guide4065" />
2722- <sodipodi:guide
2723- orientation="0,1"
2724- position="55,84"
2725- id="guide4067" />
2726- <sodipodi:guide
2727- orientation="0,1"
2728- position="53,87"
2729- id="guide4069" />
2730- <sodipodi:guide
2731- orientation="0,1"
2732- position="20,3"
2733- id="guide4071" />
2734- <sodipodi:guide
2735- orientation="0,1"
2736- position="20,6"
2737- id="guide4073" />
2738- <sodipodi:guide
2739- orientation="1,0"
2740- position="87,7"
2741- id="guide4075" />
2742- <sodipodi:guide
2743- orientation="1,0"
2744- position="84,7"
2745- id="guide4077" />
2746- <sodipodi:guide
2747- orientation="0,1"
2748- position="58,81"
2749- id="guide4074" />
2750- <sodipodi:guide
2751- orientation="1,0"
2752- position="9,74"
2753- id="guide4076" />
2754- <sodipodi:guide
2755- orientation="0,1"
2756- position="21,9"
2757- id="guide4078" />
2758- <sodipodi:guide
2759- orientation="1,0"
2760- position="81,4"
2761- id="guide4080" />
2762- </sodipodi:namedview>
2763- <metadata
2764- id="metadata4879">
2765- <rdf:RDF>
2766- <cc:Work
2767- rdf:about="">
2768- <dc:format>image/svg+xml</dc:format>
2769- <dc:type
2770- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2771- <dc:title></dc:title>
2772- </cc:Work>
2773- </rdf:RDF>
2774- </metadata>
2775- <g
2776- inkscape:label="Layer 1"
2777- inkscape:groupmode="layer"
2778- id="layer1"
2779- transform="translate(67.857146,-84.50504)">
2780- <g
2781- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2782- id="g4845"
2783- style="display:inline">
2784- <g
2785- inkscape:label="Layer 1"
2786- id="g1708"
2787- transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
2788- inkscape:export-filename="add01.png"
2789- inkscape:export-xdpi="90"
2790- inkscape:export-ydpi="90">
2791- <rect
2792- style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2793- id="rect1710"
2794- width="90"
2795- height="90"
2796- x="0"
2797- y="962.36218" />
2798- <path
2799- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2800- d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
2801- transform="translate(3.5e-6,962.3622)"
2802- id="path4110" />
2803- <path
2804- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
2805- d="m 57.273438,988.72461 -30.91211,30.91209 6.365234,6.3633 30.91211,-30.91211 z"
2806- id="path4097"
2807- inkscape:connector-curvature="0"
2808- sodipodi:nodetypes="ccccc" />
2809- <path
2810- sodipodi:nodetypes="ccccc"
2811- inkscape:connector-curvature="0"
2812- id="path4103"
2813- d="m 63.637695,1019.6357 -30.91209,-30.91207 -6.3633,6.36524 30.91211,30.91213 z"
2814- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif" />
2815- </g>
2816- </g>
2817- </g>
2818-</svg>
2819
2820=== removed file '0.1/ambiance/img/actions/edit-copy.svg'
2821--- 0.1/ambiance/img/actions/edit-copy.svg 2014-02-21 15:52:41 +0000
2822+++ 0.1/ambiance/img/actions/edit-copy.svg 1970-01-01 00:00:00 +0000
2823@@ -1,177 +0,0 @@
2824-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2825-<!-- Created with Inkscape (http://www.inkscape.org/) -->
2826-
2827-<svg
2828- xmlns:dc="http://purl.org/dc/elements/1.1/"
2829- xmlns:cc="http://creativecommons.org/ns#"
2830- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2831- xmlns:svg="http://www.w3.org/2000/svg"
2832- xmlns="http://www.w3.org/2000/svg"
2833- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2834- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2835- width="90"
2836- height="90"
2837- id="svg4874"
2838- version="1.1"
2839- inkscape:version="0.48+devel r"
2840- viewBox="0 0 90 90.000001"
2841- sodipodi:docname="edit-copy.svg">
2842- <defs
2843- id="defs4876" />
2844- <sodipodi:namedview
2845- id="base"
2846- pagecolor="#ffffff"
2847- bordercolor="#666666"
2848- borderopacity="1.0"
2849- inkscape:pageopacity="0.0"
2850- inkscape:pageshadow="2"
2851- inkscape:zoom="5.0931703"
2852- inkscape:cx="-65.784177"
2853- inkscape:cy="27.664498"
2854- inkscape:document-units="px"
2855- inkscape:current-layer="g4845"
2856- showgrid="true"
2857- showborder="true"
2858- fit-margin-top="0"
2859- fit-margin-left="0"
2860- fit-margin-right="0"
2861- fit-margin-bottom="0"
2862- inkscape:snap-bbox="true"
2863- inkscape:bbox-paths="true"
2864- inkscape:bbox-nodes="true"
2865- inkscape:snap-bbox-edge-midpoints="true"
2866- inkscape:snap-bbox-midpoints="true"
2867- inkscape:object-paths="true"
2868- inkscape:snap-intersection-paths="true"
2869- inkscape:object-nodes="true"
2870- inkscape:snap-smooth-nodes="true"
2871- inkscape:snap-midpoints="true"
2872- inkscape:snap-object-midpoints="true"
2873- inkscape:snap-center="true"
2874- showguides="true"
2875- inkscape:guide-bbox="true">
2876- <inkscape:grid
2877- type="xygrid"
2878- id="grid5451"
2879- empspacing="6" />
2880- <sodipodi:guide
2881- orientation="1,0"
2882- position="6,77"
2883- id="guide4063" />
2884- <sodipodi:guide
2885- orientation="1,0"
2886- position="3,78"
2887- id="guide4065" />
2888- <sodipodi:guide
2889- orientation="0,1"
2890- position="55,84"
2891- id="guide4067" />
2892- <sodipodi:guide
2893- orientation="0,1"
2894- position="53,87"
2895- id="guide4069" />
2896- <sodipodi:guide
2897- orientation="0,1"
2898- position="20,3"
2899- id="guide4071" />
2900- <sodipodi:guide
2901- orientation="0,1"
2902- position="20,6"
2903- id="guide4073" />
2904- <sodipodi:guide
2905- orientation="1,0"
2906- position="87,7"
2907- id="guide4075" />
2908- <sodipodi:guide
2909- orientation="1,0"
2910- position="84,7"
2911- id="guide4077" />
2912- <sodipodi:guide
2913- orientation="0,1"
2914- position="58,81"
2915- id="guide4074" />
2916- <sodipodi:guide
2917- orientation="1,0"
2918- position="9,74"
2919- id="guide4076" />
2920- <sodipodi:guide
2921- orientation="0,1"
2922- position="21,9"
2923- id="guide4078" />
2924- <sodipodi:guide
2925- orientation="1,0"
2926- position="81,4"
2927- id="guide4080" />
2928- </sodipodi:namedview>
2929- <metadata
2930- id="metadata4879">
2931- <rdf:RDF>
2932- <cc:Work
2933- rdf:about="">
2934- <dc:format>image/svg+xml</dc:format>
2935- <dc:type
2936- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2937- <dc:title></dc:title>
2938- </cc:Work>
2939- </rdf:RDF>
2940- </metadata>
2941- <g
2942- inkscape:label="Layer 1"
2943- inkscape:groupmode="layer"
2944- id="layer1"
2945- transform="translate(67.857146,-84.50504)">
2946- <g
2947- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
2948- id="g4845"
2949- style="display:inline">
2950- <g
2951- id="g4967"
2952- transform="matrix(0,-1,-1,0,536.36222,531.36221)">
2953- <g
2954- transform="matrix(1.875,0,0,1.875,-450,-1688.8169)"
2955- id="g1313-2">
2956- <rect
2957- style="opacity:0.21171169;fill:none;stroke:none"
2958- id="rect1315-1"
2959- width="48"
2960- height="48"
2961- x="288"
2962- y="152"
2963- transform="translate(0,804.3622)" />
2964- </g>
2965- <path
2966- sodipodi:nodetypes="ssssssssssssssssss"
2967- inkscape:connector-curvature="0"
2968- id="path4098-9"
2969- d="m 123,119.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,48.7461 c 0,11.62716 5,11.62695 15,11.62695 l 36,0 c 10,0 15,2.1e-4 15,-11.62695 l 0,-48.7461 c 0,-11.62715 -5,-11.62695 -15,-11.62695 z m 1.86719,6 32.26562,0 c 7.9327,0 10.86719,-6.4e-4 10.86719,8.19141 l 0,43.61718 c 0,8.19205 -2.93449,8.19141 -10.86719,8.19141 l -32.26562,0 c -7.9327,0 -10.86719,6.4e-4 -10.86719,-8.19141 l 0,-43.61718 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 z"
2970- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
2971- <path
2972- id="path4097"
2973- d="m 111,107.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,48.7461 c 0,7.34451 2.006558,10.04428 6,11.03906 l 0,-13.60352 0,-12.80859 0,-30.80859 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 l 13.13281,0 19.13281,0 16.25977,0 c -1.59258,-5.97685 -6.38427,-6 -14.39258,-6 l -36,0 z"
2974- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
2975- inkscape:connector-curvature="0" />
2976- <rect
2977- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
2978- id="rect4940"
2979- width="42"
2980- height="6"
2981- x="120"
2982- y="134.3622" />
2983- <rect
2984- y="146.3622"
2985- x="120"
2986- height="6"
2987- width="42"
2988- id="rect4942"
2989- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2990- <rect
2991- y="158.36218"
2992- x="120"
2993- height="6"
2994- width="30.000002"
2995- id="rect4946"
2996- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2997- </g>
2998- </g>
2999- </g>
3000-</svg>
3001
3002=== removed file '0.1/ambiance/img/actions/edit-delete.svg'
3003--- 0.1/ambiance/img/actions/edit-delete.svg 2014-02-21 15:52:41 +0000
3004+++ 0.1/ambiance/img/actions/edit-delete.svg 1970-01-01 00:00:00 +0000
3005@@ -1,190 +0,0 @@
3006-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3007-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3008-
3009-<svg
3010- xmlns:dc="http://purl.org/dc/elements/1.1/"
3011- xmlns:cc="http://creativecommons.org/ns#"
3012- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3013- xmlns:svg="http://www.w3.org/2000/svg"
3014- xmlns="http://www.w3.org/2000/svg"
3015- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3016- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3017- width="90"
3018- height="90"
3019- id="svg4874"
3020- version="1.1"
3021- inkscape:version="0.48+devel r"
3022- viewBox="0 0 90 90.000001"
3023- sodipodi:docname="delete.svg">
3024- <defs
3025- id="defs4876" />
3026- <sodipodi:namedview
3027- id="base"
3028- pagecolor="#ffffff"
3029- bordercolor="#666666"
3030- borderopacity="1.0"
3031- inkscape:pageopacity="0.0"
3032- inkscape:pageshadow="2"
3033- inkscape:zoom="6.3664628"
3034- inkscape:cx="54.8028"
3035- inkscape:cy="13.516138"
3036- inkscape:document-units="px"
3037- inkscape:current-layer="g1607"
3038- showgrid="true"
3039- showborder="true"
3040- fit-margin-top="0"
3041- fit-margin-left="0"
3042- fit-margin-right="0"
3043- fit-margin-bottom="0"
3044- inkscape:snap-bbox="true"
3045- inkscape:bbox-paths="true"
3046- inkscape:bbox-nodes="true"
3047- inkscape:snap-bbox-edge-midpoints="true"
3048- inkscape:snap-bbox-midpoints="true"
3049- inkscape:object-paths="true"
3050- inkscape:snap-intersection-paths="true"
3051- inkscape:object-nodes="true"
3052- inkscape:snap-smooth-nodes="true"
3053- inkscape:snap-midpoints="true"
3054- inkscape:snap-object-midpoints="true"
3055- inkscape:snap-center="true"
3056- showguides="true"
3057- inkscape:guide-bbox="true">
3058- <inkscape:grid
3059- type="xygrid"
3060- id="grid5451"
3061- empspacing="6" />
3062- <sodipodi:guide
3063- orientation="1,0"
3064- position="6,73"
3065- id="guide4063" />
3066- <sodipodi:guide
3067- orientation="1,0"
3068- position="3,74"
3069- id="guide4065" />
3070- <sodipodi:guide
3071- orientation="0,1"
3072- position="21,84"
3073- id="guide4067" />
3074- <sodipodi:guide
3075- orientation="0,1"
3076- position="21,87"
3077- id="guide4069" />
3078- <sodipodi:guide
3079- orientation="0,1"
3080- position="13,3"
3081- id="guide4071" />
3082- <sodipodi:guide
3083- orientation="0,1"
3084- position="12,6"
3085- id="guide4073" />
3086- <sodipodi:guide
3087- orientation="1,0"
3088- position="87,13"
3089- id="guide4075" />
3090- <sodipodi:guide
3091- orientation="1,0"
3092- position="84,13"
3093- id="guide4077" />
3094- <sodipodi:guide
3095- orientation="0,1"
3096- position="25,81"
3097- id="guide4076" />
3098- <sodipodi:guide
3099- orientation="1,0"
3100- position="9,64"
3101- id="guide4078" />
3102- <sodipodi:guide
3103- orientation="0,1"
3104- position="15,9"
3105- id="guide4080" />
3106- <sodipodi:guide
3107- orientation="1,0"
3108- position="81,13"
3109- id="guide4082" />
3110- </sodipodi:namedview>
3111- <metadata
3112- id="metadata4879">
3113- <rdf:RDF>
3114- <cc:Work
3115- rdf:about="">
3116- <dc:format>image/svg+xml</dc:format>
3117- <dc:type
3118- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3119- <dc:title></dc:title>
3120- </cc:Work>
3121- </rdf:RDF>
3122- </metadata>
3123- <g
3124- inkscape:label="Layer 1"
3125- inkscape:groupmode="layer"
3126- id="layer1"
3127- transform="translate(67.857146,-84.50504)">
3128- <g
3129- inkscape:label="Layer 1"
3130- id="g1603"
3131- transform="translate(-67.857146,-877.86997)"
3132- inkscape:export-filename="delete01.png"
3133- inkscape:export-xdpi="90"
3134- inkscape:export-ydpi="90">
3135- <rect
3136- style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3137- id="rect1605"
3138- width="90"
3139- height="89.999908"
3140- x="0"
3141- y="962.36218" />
3142- <g
3143- inkscape:label="Layer 1"
3144- id="g1603-1"
3145- transform="translate(-5e-7,1.0000001e-6)"
3146- inkscape:export-filename="delete01.png"
3147- inkscape:export-xdpi="90"
3148- inkscape:export-ydpi="90">
3149- <rect
3150- style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3151- id="rect1605-7"
3152- width="90"
3153- height="89.999908"
3154- x="0"
3155- y="962.36218" />
3156- <g
3157- id="g1607"
3158- transform="translate(-60,548.00002)">
3159- <rect
3160- style="opacity:0.11400003;color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3161- id="rect1615"
3162- width="90"
3163- height="90"
3164- x="60"
3165- y="414.36218" />
3166- <path
3167- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3168- d="m 14,34 0,32 0,4.191406 0,5.181641 C 14,87.000207 19,87 29,87 l 32,0 c 10,0 15,2.07e-4 15,-11.626953 L 76,70.191406 76,66 76,34 65,34 65,67.392578 65,70 l -3.205078,0 -2.798828,0 0,-2.607422 L 58.996094,34 48,34 48,67.392578 48,70 45,70 42,70 42,67.392578 42,34 l -10.996094,0 0,33.392578 0,2.607422 -2.798828,0 L 25,70 25,67.392578 25,34 Z"
3169- transform="translate(60,414.37499)"
3170- id="path1611"
3171- inkscape:connector-curvature="0"
3172- sodipodi:nodetypes="cccssssccccccccccccccccccccccccc" />
3173- <path
3174- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3175- d="m 71,436.37499 68,0 0,6 -68,0 z"
3176- id="rect1671"
3177- inkscape:connector-curvature="0"
3178- sodipodi:nodetypes="ccccc" />
3179- <path
3180- sodipodi:nodetypes="cccczcccczc"
3181- inkscape:connector-curvature="0"
3182- id="path1687"
3183- d="m 93.803304,419.42802 0,8.22257 5.598348,-0.0119 -9.14e-4,-4.47838 c 1.890902,-0.45883 2.772182,-0.77362 5.583172,-0.75455 2.81099,0.019 3.75266,0.32353 5.61575,0.75455 l -9.3e-4,4.47838 5.59835,0.0119 0,-8.22257 c -3.73262,-1.31191 -7.46485,-2.05303 -11.19708,-2.05303 -3.73223,0 -7.471695,0.71258 -11.196696,2.05303 z"
3184- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
3185- <path
3186- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
3187- d="m 105,425.37499 c -10.333166,0 -20.686867,1.97052 -31.000005,5.65666 l 0,9.53469 62.000005,0 0,-9.53469 c -10.33396,-3.60768 -20.66684,-5.65666 -31,-5.65666 z"
3188- id="path1698"
3189- inkscape:connector-curvature="0"
3190- sodipodi:nodetypes="sccccs" />
3191- </g>
3192- </g>
3193- </g>
3194- </g>
3195-</svg>
3196
3197=== removed file '0.1/ambiance/img/actions/edit-paste.svg'
3198--- 0.1/ambiance/img/actions/edit-paste.svg 2014-02-21 15:52:41 +0000
3199+++ 0.1/ambiance/img/actions/edit-paste.svg 1970-01-01 00:00:00 +0000
3200@@ -1,200 +0,0 @@
3201-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3202-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3203-
3204-<svg
3205- xmlns:dc="http://purl.org/dc/elements/1.1/"
3206- xmlns:cc="http://creativecommons.org/ns#"
3207- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3208- xmlns:svg="http://www.w3.org/2000/svg"
3209- xmlns="http://www.w3.org/2000/svg"
3210- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3211- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3212- width="90"
3213- height="90"
3214- id="svg4874"
3215- version="1.1"
3216- inkscape:version="0.48+devel r"
3217- viewBox="0 0 90 90.000001"
3218- sodipodi:docname="edit-paste.svg">
3219- <defs
3220- id="defs4876" />
3221- <sodipodi:namedview
3222- id="base"
3223- pagecolor="#ffffff"
3224- bordercolor="#666666"
3225- borderopacity="1.0"
3226- inkscape:pageopacity="0.0"
3227- inkscape:pageshadow="2"
3228- inkscape:zoom="5.0931703"
3229- inkscape:cx="-20.920175"
3230- inkscape:cy="27.664498"
3231- inkscape:document-units="px"
3232- inkscape:current-layer="g4845"
3233- showgrid="true"
3234- showborder="true"
3235- fit-margin-top="0"
3236- fit-margin-left="0"
3237- fit-margin-right="0"
3238- fit-margin-bottom="0"
3239- inkscape:snap-bbox="true"
3240- inkscape:bbox-paths="true"
3241- inkscape:bbox-nodes="true"
3242- inkscape:snap-bbox-edge-midpoints="true"
3243- inkscape:snap-bbox-midpoints="true"
3244- inkscape:object-paths="true"
3245- inkscape:snap-intersection-paths="true"
3246- inkscape:object-nodes="true"
3247- inkscape:snap-smooth-nodes="true"
3248- inkscape:snap-midpoints="true"
3249- inkscape:snap-object-midpoints="true"
3250- inkscape:snap-center="true"
3251- showguides="true"
3252- inkscape:guide-bbox="true">
3253- <inkscape:grid
3254- type="xygrid"
3255- id="grid5451"
3256- empspacing="6" />
3257- <sodipodi:guide
3258- orientation="1,0"
3259- position="6,77"
3260- id="guide4063" />
3261- <sodipodi:guide
3262- orientation="1,0"
3263- position="3,78"
3264- id="guide4065" />
3265- <sodipodi:guide
3266- orientation="0,1"
3267- position="55,84"
3268- id="guide4067" />
3269- <sodipodi:guide
3270- orientation="0,1"
3271- position="53,87"
3272- id="guide4069" />
3273- <sodipodi:guide
3274- orientation="0,1"
3275- position="20,3"
3276- id="guide4071" />
3277- <sodipodi:guide
3278- orientation="0,1"
3279- position="20,6"
3280- id="guide4073" />
3281- <sodipodi:guide
3282- orientation="1,0"
3283- position="87,7"
3284- id="guide4075" />
3285- <sodipodi:guide
3286- orientation="1,0"
3287- position="84,7"
3288- id="guide4077" />
3289- <sodipodi:guide
3290- orientation="0,1"
3291- position="58,81"
3292- id="guide4074" />
3293- <sodipodi:guide
3294- orientation="1,0"
3295- position="9,74"
3296- id="guide4076" />
3297- <sodipodi:guide
3298- orientation="0,1"
3299- position="21,9"
3300- id="guide4078" />
3301- <sodipodi:guide
3302- orientation="1,0"
3303- position="81,4"
3304- id="guide4080" />
3305- </sodipodi:namedview>
3306- <metadata
3307- id="metadata4879">
3308- <rdf:RDF>
3309- <cc:Work
3310- rdf:about="">
3311- <dc:format>image/svg+xml</dc:format>
3312- <dc:type
3313- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3314- <dc:title></dc:title>
3315- </cc:Work>
3316- </rdf:RDF>
3317- </metadata>
3318- <g
3319- inkscape:label="Layer 1"
3320- inkscape:groupmode="layer"
3321- id="layer1"
3322- transform="translate(67.857146,-84.50504)">
3323- <g
3324- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3325- id="g4845"
3326- style="display:inline">
3327- <g
3328- id="g4309"
3329- transform="matrix(0,-1,-1,0,536.36223,531.36221)">
3330- <path
3331- inkscape:connector-curvature="0"
3332- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
3333- d="m 831,174 c -10,0 -15,-2e-4 -15,11.62695 l 0,45.7461 C 816,243.00021 821,243 831,243 l 15,0 0,-6 -13.13281,0 C 824.93449,237 822,237.00064 822,228.80859 l 0,-40.61718 C 822,179.99936 824.93449,180 832.86719,180 l 32.26562,0 C 873.06551,180 876,179.99936 876,188.19141 l 0,9.80859 6,0 0,-12.37305 C 882,173.9998 877,174 867,174 l -36,0 z"
3334- transform="translate(-720,-57.63781)"
3335- id="path4311" />
3336- <g
3337- id="g4315"
3338- transform="matrix(1.875,0,0,1.875,-450,-1688.8169)"
3339- style="fill:none">
3340- <rect
3341- transform="translate(0,804.3622)"
3342- y="152"
3343- x="288"
3344- height="48"
3345- width="48"
3346- id="rect4317"
3347- style="opacity:0.21171169;fill:none;stroke:none" />
3348- </g>
3349- <path
3350- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
3351- d="m 135,134.36219 c -10,0 -15,-2e-4 -15,11.62695 l 0,33.7461 c 0,11.62716 5,11.62695 15,11.62695 l 24,0 c 10,0 15,2.1e-4 15,-11.62695 l 0,-33.7461 c 0,-11.62715 -5,-11.62695 -15,-11.62695 z m 1.86719,6 20.26562,0 c 7.9327,0 10.86719,-6.4e-4 10.86719,8.19141 l 0,28.61718 c 0,8.19205 -2.93449,8.19141 -10.86719,8.19141 l -20.26562,0 c -7.9327,0 -10.86719,6.4e-4 -10.86719,-8.19141 l 0,-28.61718 c 0,-8.19205 2.93449,-8.19141 10.86719,-8.19141 z"
3352- id="path4319"
3353- inkscape:connector-curvature="0"
3354- sodipodi:nodetypes="ssssssssssssssssss" />
3355- <rect
3356- y="146.3622"
3357- x="132"
3358- height="6"
3359- width="30"
3360- id="rect4322"
3361- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
3362- <rect
3363- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3364- id="rect4324"
3365- width="30"
3366- height="6"
3367- x="132"
3368- y="158.3622" />
3369- <rect
3370- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3371- id="rect4326"
3372- width="23.999992"
3373- height="6"
3374- x="132"
3375- y="170.36218" />
3376- <path
3377- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3378- d="m 478,61 c -6,0 -7,0 -7,6 l 0,9.000002 6,0 24,0 6,0 L 507,67 c 0,-6 -1,-6 -7,-6 z"
3379- transform="translate(-360,52.362188)"
3380- id="path4328"
3381- inkscape:connector-curvature="0"
3382- sodipodi:nodetypes="ssccccsss" />
3383- <circle
3384- r="7"
3385- cy="112.36219"
3386- cx="129"
3387- id="circle4330"
3388- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3389- d="m 136,112.36219 a 7,7 0 0 1 -7,7 7,7 0 0 1 -7,-7 7,7 0 0 1 7,-7 7,7 0 0 1 7,7 z" />
3390- <circle
3391- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3392- id="circle4332"
3393- cx="129"
3394- cy="112.36219"
3395- r="3"
3396- d="m 132,112.36219 a 3,3 0 0 1 -3,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3,3 z" />
3397- </g>
3398- </g>
3399- </g>
3400-</svg>
3401
3402=== removed file '0.1/ambiance/img/actions/erase.svg'
3403--- 0.1/ambiance/img/actions/erase.svg 2014-02-21 15:52:41 +0000
3404+++ 0.1/ambiance/img/actions/erase.svg 1970-01-01 00:00:00 +0000
3405@@ -1,155 +0,0 @@
3406-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3407-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3408-
3409-<svg
3410- xmlns:dc="http://purl.org/dc/elements/1.1/"
3411- xmlns:cc="http://creativecommons.org/ns#"
3412- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3413- xmlns:svg="http://www.w3.org/2000/svg"
3414- xmlns="http://www.w3.org/2000/svg"
3415- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3416- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3417- width="90"
3418- height="90"
3419- id="svg4874"
3420- version="1.1"
3421- inkscape:version="0.48+devel r12852"
3422- viewBox="0 0 90 90.000001"
3423- sodipodi:docname="erase.svg">
3424- <defs
3425- id="defs4876" />
3426- <sodipodi:namedview
3427- id="base"
3428- pagecolor="#ffffff"
3429- bordercolor="#666666"
3430- borderopacity="1.0"
3431- inkscape:pageopacity="0.0"
3432- inkscape:pageshadow="2"
3433- inkscape:zoom="7.2057594"
3434- inkscape:cx="51.048932"
3435- inkscape:cy="54.219438"
3436- inkscape:document-units="px"
3437- inkscape:current-layer="g1910"
3438- showgrid="true"
3439- showborder="true"
3440- fit-margin-top="0"
3441- fit-margin-left="0"
3442- fit-margin-right="0"
3443- fit-margin-bottom="0"
3444- inkscape:snap-bbox="true"
3445- inkscape:bbox-paths="true"
3446- inkscape:bbox-nodes="true"
3447- inkscape:snap-bbox-edge-midpoints="true"
3448- inkscape:snap-bbox-midpoints="true"
3449- inkscape:object-paths="true"
3450- inkscape:snap-intersection-paths="true"
3451- inkscape:object-nodes="true"
3452- inkscape:snap-smooth-nodes="true"
3453- inkscape:snap-midpoints="true"
3454- inkscape:snap-object-midpoints="true"
3455- inkscape:snap-center="true"
3456- showguides="true"
3457- inkscape:guide-bbox="true">
3458- <inkscape:grid
3459- type="xygrid"
3460- id="grid5451"
3461- empspacing="6" />
3462- <sodipodi:guide
3463- orientation="1,0"
3464- position="6,77"
3465- id="guide4063" />
3466- <sodipodi:guide
3467- orientation="1,0"
3468- position="3,78"
3469- id="guide4065" />
3470- <sodipodi:guide
3471- orientation="0,1"
3472- position="55,84"
3473- id="guide4067" />
3474- <sodipodi:guide
3475- orientation="0,1"
3476- position="53,87"
3477- id="guide4069" />
3478- <sodipodi:guide
3479- orientation="0,1"
3480- position="20,3"
3481- id="guide4071" />
3482- <sodipodi:guide
3483- orientation="0,1"
3484- position="20,6"
3485- id="guide4073" />
3486- <sodipodi:guide
3487- orientation="1,0"
3488- position="87,7"
3489- id="guide4075" />
3490- <sodipodi:guide
3491- orientation="1,0"
3492- position="84,7"
3493- id="guide4077" />
3494- <sodipodi:guide
3495- orientation="0,1"
3496- position="58,81"
3497- id="guide4074" />
3498- <sodipodi:guide
3499- orientation="1,0"
3500- position="9,74"
3501- id="guide4076" />
3502- <sodipodi:guide
3503- orientation="0,1"
3504- position="21,9"
3505- id="guide4078" />
3506- <sodipodi:guide
3507- orientation="1,0"
3508- position="81,4"
3509- id="guide4080" />
3510- </sodipodi:namedview>
3511- <metadata
3512- id="metadata4879">
3513- <rdf:RDF>
3514- <cc:Work
3515- rdf:about="">
3516- <dc:format>image/svg+xml</dc:format>
3517- <dc:type
3518- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3519- <dc:title></dc:title>
3520- </cc:Work>
3521- </rdf:RDF>
3522- </metadata>
3523- <g
3524- inkscape:label="Layer 1"
3525- inkscape:groupmode="layer"
3526- id="layer1"
3527- transform="translate(67.857146,-84.50504)">
3528- <g
3529- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3530- id="g4845"
3531- style="display:inline">
3532- <g
3533- inkscape:label="Layer 1"
3534- id="g1908"
3535- transform="matrix(0,-1,-1,0,1394.3622,585.3622)"
3536- inkscape:export-filename="next01.png"
3537- inkscape:export-xdpi="90"
3538- inkscape:export-ydpi="90">
3539- <g
3540- style="display:inline"
3541- id="g1910"
3542- transform="translate(-198.00001,611)">
3543- <rect
3544- transform="scale(-1,1)"
3545- y="351.36221"
3546- x="-432"
3547- height="90"
3548- width="90"
3549- id="rect1914"
3550- style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
3551- <path
3552- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3553- d="M 41.994141 18 C 41.994141 18 19.59133 29.070086 0 45.021484 L 0.005859375 45.021484 C 19.597209 60.972894 42.00001 72.044922 42 72.044922 L 42 72 L 90 72 L 90 18 L 42 18 L 42 33.375 L 48.375 27 L 60 38.625 L 71.625 27 L 78 33.375 L 66.375 45 L 78 56.625 L 71.625 63 L 60 51.375 L 48.375 63 L 42 56.625 L 53.625 45 L 42 33.375 L 42 45.021484 L 41.994141 45.021484 L 41.994141 18 z "
3554- transform="translate(342,351.3622)"
3555- id="rect1916" />
3556- </g>
3557- </g>
3558- </g>
3559- </g>
3560-</svg>
3561
3562=== removed file '0.1/ambiance/img/actions/event-new.svg'
3563--- 0.1/ambiance/img/actions/event-new.svg 2014-02-21 15:52:41 +0000
3564+++ 0.1/ambiance/img/actions/event-new.svg 1970-01-01 00:00:00 +0000
3565@@ -1,181 +0,0 @@
3566-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3567-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3568-
3569-<svg
3570- xmlns:dc="http://purl.org/dc/elements/1.1/"
3571- xmlns:cc="http://creativecommons.org/ns#"
3572- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3573- xmlns:svg="http://www.w3.org/2000/svg"
3574- xmlns="http://www.w3.org/2000/svg"
3575- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3576- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3577- width="90"
3578- height="90"
3579- id="svg4874"
3580- version="1.1"
3581- inkscape:version="0.48+devel r12834"
3582- viewBox="0 0 90 90.000001"
3583- sodipodi:docname="new-event.svg">
3584- <defs
3585- id="defs4876" />
3586- <sodipodi:namedview
3587- id="base"
3588- pagecolor="#ffffff"
3589- bordercolor="#666666"
3590- borderopacity="1.0"
3591- inkscape:pageopacity="0.0"
3592- inkscape:pageshadow="2"
3593- inkscape:zoom="5.0931704"
3594- inkscape:cx="23.865292"
3595- inkscape:cy="47.102293"
3596- inkscape:document-units="px"
3597- inkscape:current-layer="g1311"
3598- showgrid="true"
3599- showborder="true"
3600- fit-margin-top="0"
3601- fit-margin-left="0"
3602- fit-margin-right="0"
3603- fit-margin-bottom="0"
3604- inkscape:snap-bbox="true"
3605- inkscape:bbox-paths="true"
3606- inkscape:bbox-nodes="true"
3607- inkscape:snap-bbox-edge-midpoints="true"
3608- inkscape:snap-bbox-midpoints="true"
3609- inkscape:object-paths="true"
3610- inkscape:snap-intersection-paths="true"
3611- inkscape:object-nodes="true"
3612- inkscape:snap-smooth-nodes="true"
3613- inkscape:snap-midpoints="true"
3614- inkscape:snap-object-midpoints="true"
3615- inkscape:snap-center="true"
3616- showguides="true"
3617- inkscape:guide-bbox="true">
3618- <inkscape:grid
3619- type="xygrid"
3620- id="grid5451"
3621- empspacing="6" />
3622- <sodipodi:guide
3623- orientation="1,0"
3624- position="6,77"
3625- id="guide4063" />
3626- <sodipodi:guide
3627- orientation="1,0"
3628- position="3,78"
3629- id="guide4065" />
3630- <sodipodi:guide
3631- orientation="0,1"
3632- position="55,84"
3633- id="guide4067" />
3634- <sodipodi:guide
3635- orientation="0,1"
3636- position="53,87"
3637- id="guide4069" />
3638- <sodipodi:guide
3639- orientation="0,1"
3640- position="20,3"
3641- id="guide4071" />
3642- <sodipodi:guide
3643- orientation="0,1"
3644- position="20,6"
3645- id="guide4073" />
3646- <sodipodi:guide
3647- orientation="1,0"
3648- position="87,7"
3649- id="guide4075" />
3650- <sodipodi:guide
3651- orientation="1,0"
3652- position="84,7"
3653- id="guide4077" />
3654- <sodipodi:guide
3655- orientation="0,1"
3656- position="58,81"
3657- id="guide4074" />
3658- <sodipodi:guide
3659- orientation="1,0"
3660- position="9,74"
3661- id="guide4076" />
3662- <sodipodi:guide
3663- orientation="0,1"
3664- position="21,9"
3665- id="guide4078" />
3666- <sodipodi:guide
3667- orientation="1,0"
3668- position="81,4"
3669- id="guide4080" />
3670- </sodipodi:namedview>
3671- <metadata
3672- id="metadata4879">
3673- <rdf:RDF>
3674- <cc:Work
3675- rdf:about="">
3676- <dc:format>image/svg+xml</dc:format>
3677- <dc:type
3678- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3679- <dc:title></dc:title>
3680- </cc:Work>
3681- </rdf:RDF>
3682- </metadata>
3683- <g
3684- inkscape:label="Layer 1"
3685- inkscape:groupmode="layer"
3686- id="layer1"
3687- transform="translate(67.857146,-84.50504)">
3688- <g
3689- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3690- id="g4845"
3691- style="display:inline">
3692- <g
3693- transform="matrix(0,-1,-1,0,567.36222,615.36221)"
3694- id="g1311"
3695- inkscape:export-filename="envelope02.png"
3696- inkscape:export-xdpi="90"
3697- inkscape:export-ydpi="90">
3698- <g
3699- id="g1313"
3700- transform="matrix(1.875,0,0,1.875,-366,-1657.8169)">
3701- <rect
3702- transform="translate(0,804.3622)"
3703- y="152"
3704- x="288"
3705- height="48"
3706- width="48"
3707- id="rect1315"
3708- style="opacity:0.21171169;fill:none;stroke:none" />
3709- </g>
3710- <path
3711- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
3712- d="M 24,4 24,15 14,15 14,4.0039062 C 7.3563184,4.014034 4,4.2950336 4,12.304688 L 4,51.695312 C 4,60.000432 7.5719836,60 14.714844,60 l 34.570312,0 C 56.428016,60 60,60.000432 60,51.695312 L 60,12.304688 C 60,4.2950337 56.643718,4.0140153 50,4.0039062 L 50,15 40,15 40,4 Z m -6.236325,16 28.472657,0 c 5.66621,0 7.763672,9.4e-5 7.763672,5.851562 l 0,22.296876 c 0,5.85147 -2.097462,5.851563 -7.763672,5.851563 l -28.472657,0 c -5.66621,0 -7.763671,-9.3e-5 -7.763671,-5.851563 l 0,-22.296876 C 10.000004,20.000094 12.097465,20 17.763675,20 Z"
3713- transform="translate(174,135.36222)"
3714- id="path4098"
3715- inkscape:connector-curvature="0"
3716- sodipodi:nodetypes="ccccsssssscccccsssssssss" />
3717- <path
3718- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3719- d="m 191,136.29555 4,-0.93334 0,12.00001 -4,0 z"
3720- id="rect4097"
3721- inkscape:connector-curvature="0"
3722- sodipodi:nodetypes="ccccc" />
3723- <path
3724- sodipodi:nodetypes="ccccc"
3725- inkscape:connector-curvature="0"
3726- id="path4100"
3727- d="m 217,136.29555 4,-0.93334 0,12.00001 -4,0 z"
3728- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
3729- <path
3730- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3731- d="m 240.00001,184.86222 6,-1.50004 0,41.99997 -6,0 z"
3732- id="rect3470"
3733- inkscape:connector-curvature="0"
3734- sodipodi:nodetypes="ccccc" />
3735- <rect
3736- transform="matrix(0,1,-1,0,0,0)"
3737- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
3738- id="rect3472"
3739- width="5.9999876"
3740- height="42"
3741- x="201.36217"
3742- y="-264" />
3743- </g>
3744- </g>
3745- </g>
3746-</svg>
3747
3748=== removed file '0.1/ambiance/img/actions/go-down.svg'
3749--- 0.1/ambiance/img/actions/go-down.svg 2014-02-21 15:52:41 +0000
3750+++ 0.1/ambiance/img/actions/go-down.svg 1970-01-01 00:00:00 +0000
3751@@ -1,181 +0,0 @@
3752-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3753-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3754-
3755-<svg
3756- xmlns:dc="http://purl.org/dc/elements/1.1/"
3757- xmlns:cc="http://creativecommons.org/ns#"
3758- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3759- xmlns:svg="http://www.w3.org/2000/svg"
3760- xmlns="http://www.w3.org/2000/svg"
3761- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3762- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3763- width="90"
3764- height="90"
3765- id="svg4874"
3766- version="1.1"
3767- inkscape:version="0.48+devel r"
3768- viewBox="0 0 90 90.000001"
3769- sodipodi:docname="go-down.svg">
3770- <defs
3771- id="defs4876">
3772- <clipPath
3773- clipPathUnits="userSpaceOnUse"
3774- id="clipPath16">
3775- <path
3776- d="m 0,595.28 841.89,0 L 841.89,0 0,0 0,595.28 Z"
3777- id="path18"
3778- inkscape:connector-curvature="0" />
3779- </clipPath>
3780- </defs>
3781- <sodipodi:namedview
3782- id="base"
3783- pagecolor="#ffffff"
3784- bordercolor="#666666"
3785- borderopacity="1.0"
3786- inkscape:pageopacity="0.0"
3787- inkscape:pageshadow="2"
3788- inkscape:zoom="4.6116861"
3789- inkscape:cx="-27.517847"
3790- inkscape:cy="56.420198"
3791- inkscape:document-units="px"
3792- inkscape:current-layer="g1910"
3793- showgrid="true"
3794- showborder="true"
3795- fit-margin-top="0"
3796- fit-margin-left="0"
3797- fit-margin-right="0"
3798- fit-margin-bottom="0"
3799- inkscape:snap-bbox="true"
3800- inkscape:bbox-paths="true"
3801- inkscape:bbox-nodes="true"
3802- inkscape:snap-bbox-edge-midpoints="true"
3803- inkscape:snap-bbox-midpoints="true"
3804- inkscape:object-paths="true"
3805- inkscape:snap-intersection-paths="true"
3806- inkscape:object-nodes="true"
3807- inkscape:snap-smooth-nodes="true"
3808- inkscape:snap-midpoints="true"
3809- inkscape:snap-object-midpoints="true"
3810- inkscape:snap-center="true"
3811- showguides="true"
3812- inkscape:guide-bbox="true">
3813- <inkscape:grid
3814- type="xygrid"
3815- id="grid5451"
3816- empspacing="6" />
3817- <sodipodi:guide
3818- orientation="1,0"
3819- position="6,77"
3820- id="guide4063" />
3821- <sodipodi:guide
3822- orientation="1,0"
3823- position="3,78"
3824- id="guide4065" />
3825- <sodipodi:guide
3826- orientation="0,1"
3827- position="55,84"
3828- id="guide4067" />
3829- <sodipodi:guide
3830- orientation="0,1"
3831- position="53,87"
3832- id="guide4069" />
3833- <sodipodi:guide
3834- orientation="0,1"
3835- position="20,3"
3836- id="guide4071" />
3837- <sodipodi:guide
3838- orientation="0,1"
3839- position="20,6"
3840- id="guide4073" />
3841- <sodipodi:guide
3842- orientation="1,0"
3843- position="87,7"
3844- id="guide4075" />
3845- <sodipodi:guide
3846- orientation="1,0"
3847- position="84,7"
3848- id="guide4077" />
3849- <sodipodi:guide
3850- orientation="0,1"
3851- position="58,81"
3852- id="guide4074" />
3853- <sodipodi:guide
3854- orientation="1,0"
3855- position="9,74"
3856- id="guide4076" />
3857- <sodipodi:guide
3858- orientation="0,1"
3859- position="21,9"
3860- id="guide4078" />
3861- <sodipodi:guide
3862- orientation="1,0"
3863- position="81,4"
3864- id="guide4080" />
3865- </sodipodi:namedview>
3866- <metadata
3867- id="metadata4879">
3868- <rdf:RDF>
3869- <cc:Work
3870- rdf:about="">
3871- <dc:format>image/svg+xml</dc:format>
3872- <dc:type
3873- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3874- <dc:title></dc:title>
3875- </cc:Work>
3876- </rdf:RDF>
3877- </metadata>
3878- <g
3879- inkscape:label="Layer 1"
3880- inkscape:groupmode="layer"
3881- id="layer1"
3882- transform="translate(67.857146,-84.50504)">
3883- <g
3884- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
3885- id="g4845"
3886- style="display:inline">
3887- <g
3888- inkscape:label="Layer 1"
3889- id="g1908"
3890- transform="matrix(0,-1,-1,0,1394.3622,585.3622)"
3891- inkscape:export-filename="next01.png"
3892- inkscape:export-xdpi="90"
3893- inkscape:export-ydpi="90">
3894- <g
3895- style="display:inline"
3896- id="g1910"
3897- transform="matrix(-1,0,0,1,575.99999,611)">
3898- <g
3899- style="display:inline"
3900- id="g1910-9"
3901- transform="matrix(0,-1,1,0,-9.3622034,783.3622)">
3902- <rect
3903- transform="scale(-1,1)"
3904- y="351.36221"
3905- x="-432"
3906- height="90"
3907- width="90"
3908- id="rect1914"
3909- style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
3910- <g
3911- id="g12"
3912- transform="matrix(-0.68396227,0,0,-0.6818182,623.68709,623.19186)">
3913- <g
3914- id="g14"
3915- clip-path="url(#clipPath16)">
3916- <g
3917- id="g20"
3918- transform="translate(358.7529,350.7095)">
3919- <path
3920- d="M 0.08234413,-0.04707909 C -3.7872386,6.7930863 -8.1560576,13.837137 -13.025115,21.088072 c -4.866051,7.248937 -10.085977,14.383937 -15.657776,21.400003 -1.493699,1.879947 -2.9884,3.705923 -4.486109,5.485925 l 0,-20.343595 c 3.055567,-4.021746 6.04898,-8.184412 8.972219,-12.50499 3.403428,-5.03018 6.597338,-10.1742961 9.588746,-15.43634617 C -11.61763,-5.5719818 -7.9465387,-12.998818 -5.6007295,-18.026 c -2.3458092,-5.026182 -6.0169005,-12.453019 -9.0073055,-17.715069 -2.991408,-5.26205 -6.185318,-10.406166 -9.588746,-15.435347 -2.923239,-4.321577 -5.916652,-8.484243 -8.972219,-12.505989 l 0,-20.343595 c 1.497709,1.780002 2.99241,3.606978 4.486109,5.485925 5.571799,7.017066 10.791725,14.151066 15.657776,21.400003 4.8690574,7.251934 9.2378764,14.294986 13.10745913,21.135151 C 3.9519268,-29.163756 7.0044862,-23.170116 9.231,-18.026 7.0044862,-12.881884 3.9519268,-6.8882439 0.08234413,-0.04707909"
3921- style="fill:#7f8183;fill-opacity:1;fill-rule:nonzero;stroke:none"
3922- id="path22"
3923- inkscape:connector-curvature="0" />
3924- </g>
3925- </g>
3926- </g>
3927- </g>
3928- </g>
3929- </g>
3930- </g>
3931- </g>
3932-</svg>
3933
3934=== removed file '0.1/ambiance/img/actions/home.svg'
3935--- 0.1/ambiance/img/actions/home.svg 2014-02-21 15:52:41 +0000
3936+++ 0.1/ambiance/img/actions/home.svg 1970-01-01 00:00:00 +0000
3937@@ -1,167 +0,0 @@
3938-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3939-<!-- Created with Inkscape (http://www.inkscape.org/) -->
3940-
3941-<svg
3942- xmlns:dc="http://purl.org/dc/elements/1.1/"
3943- xmlns:cc="http://creativecommons.org/ns#"
3944- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3945- xmlns:svg="http://www.w3.org/2000/svg"
3946- xmlns="http://www.w3.org/2000/svg"
3947- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3948- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3949- width="90"
3950- height="90"
3951- id="svg4874"
3952- version="1.1"
3953- inkscape:version="0.48+devel r"
3954- viewBox="0 0 90 90.000001"
3955- sodipodi:docname="home.svg">
3956- <defs
3957- id="defs4876" />
3958- <sodipodi:namedview
3959- id="base"
3960- pagecolor="#ffffff"
3961- bordercolor="#666666"
3962- borderopacity="1.0"
3963- inkscape:pageopacity="0.0"
3964- inkscape:pageshadow="2"
3965- inkscape:zoom="7.9580786"
3966- inkscape:cx="25.408142"
3967- inkscape:cy="44.31346"
3968- inkscape:document-units="px"
3969- inkscape:current-layer="g4652"
3970- showgrid="true"
3971- showborder="true"
3972- fit-margin-top="0"
3973- fit-margin-left="0"
3974- fit-margin-right="0"
3975- fit-margin-bottom="0"
3976- inkscape:snap-bbox="true"
3977- inkscape:bbox-paths="true"
3978- inkscape:bbox-nodes="true"
3979- inkscape:snap-bbox-edge-midpoints="true"
3980- inkscape:snap-bbox-midpoints="true"
3981- inkscape:object-paths="true"
3982- inkscape:snap-intersection-paths="true"
3983- inkscape:object-nodes="true"
3984- inkscape:snap-smooth-nodes="true"
3985- inkscape:snap-midpoints="true"
3986- inkscape:snap-object-midpoints="true"
3987- inkscape:snap-center="true"
3988- showguides="true"
3989- inkscape:guide-bbox="true">
3990- <inkscape:grid
3991- type="xygrid"
3992- id="grid5451"
3993- empspacing="6" />
3994- <sodipodi:guide
3995- orientation="1,0"
3996- position="6,77"
3997- id="guide4063" />
3998- <sodipodi:guide
3999- orientation="1,0"
4000- position="3,78"
4001- id="guide4065" />
4002- <sodipodi:guide
4003- orientation="0,1"
4004- position="55,84"
4005- id="guide4067" />
4006- <sodipodi:guide
4007- orientation="0,1"
4008- position="53,87"
4009- id="guide4069" />
4010- <sodipodi:guide
4011- orientation="0,1"
4012- position="20,3"
4013- id="guide4071" />
4014- <sodipodi:guide
4015- orientation="0,1"
4016- position="20,6"
4017- id="guide4073" />
4018- <sodipodi:guide
4019- orientation="1,0"
4020- position="87,7"
4021- id="guide4075" />
4022- <sodipodi:guide
4023- orientation="1,0"
4024- position="84,7"
4025- id="guide4077" />
4026- <sodipodi:guide
4027- orientation="0,1"
4028- position="58,81"
4029- id="guide4074" />
4030- <sodipodi:guide
4031- orientation="1,0"
4032- position="9,74"
4033- id="guide4076" />
4034- <sodipodi:guide
4035- orientation="0,1"
4036- position="21,9"
4037- id="guide4078" />
4038- <sodipodi:guide
4039- orientation="1,0"
4040- position="81,4"
4041- id="guide4080" />
4042- </sodipodi:namedview>
4043- <metadata
4044- id="metadata4879">
4045- <rdf:RDF>
4046- <cc:Work
4047- rdf:about="">
4048- <dc:format>image/svg+xml</dc:format>
4049- <dc:type
4050- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4051- <dc:title></dc:title>
4052- </cc:Work>
4053- </rdf:RDF>
4054- </metadata>
4055- <g
4056- inkscape:label="Layer 1"
4057- inkscape:groupmode="layer"
4058- id="layer1"
4059- transform="translate(67.857146,-84.50504)">
4060- <g
4061- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4062- id="g4845"
4063- style="display:inline">
4064- <g
4065- inkscape:export-ydpi="90"
4066- inkscape:export-xdpi="90"
4067- inkscape:export-filename="home04.png"
4068- transform="matrix(0,-1,-1,0,2978.3622,615.36221)"
4069- id="g4652">
4070- <path
4071- sodipodi:nodetypes="cccc"
4072- inkscape:connector-curvature="0"
4073- id="path4667"
4074- d="m 251.18548,2576.9362 0,-12.4849 -12.07828,0 z"
4075- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:48;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4076- <g
4077- transform="matrix(1.875,0,0,1.875,-366,753.1831)"
4078- id="g4654">
4079- <rect
4080- style="opacity:0.21171169;fill:none;stroke:none"
4081- id="rect4656"
4082- width="48"
4083- height="48"
4084- x="288"
4085- y="152"
4086- transform="translate(0,804.3622)" />
4087- </g>
4088- <path
4089- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
4090- d="m 219,2561.1146 -32.18548,30.2349 0,18.531 0,9.1435 0,11.3382 10.5761,0 6.97961,0 14.62977,0 0,-30.2348 c 0.28672,-0.1148 0.74076,-0.2547 1.37154,-0.4267 0.68811,-0.1721 1.42215,-0.3423 2.22495,-0.4573 0.86014,-0.1719 1.76463,-0.3119 2.68212,-0.4268 0.91747,-0.1143 1.82199,-0.1523 2.68212,-0.1523 2.1217,0 3.86972,0.2801 5.30329,0.8535 1.43357,0.5162 2.58396,1.3559 3.44409,2.5601 0.86015,1.2043 1.48466,2.805 1.82871,4.7547 0.40142,1.9497 0.57911,4.2882 0.57911,7.0407 l 0,16.4889 1.49345,0 10.5761,0 0,-11.3382 0,-27.6745 z"
4091- id="path4658"
4092- inkscape:connector-curvature="0"
4093- sodipodi:nodetypes="ccccccccccccscscscccccc" />
4094- <path
4095- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
4096- d="m 180.87147,2599.0492 -4.47165,-4.6961 42.60018,-44.0338 42.60018,44.0338 -4.47165,4.6961 L 219,2562.5738 Z"
4097- id="path4660"
4098- inkscape:connector-curvature="0"
4099- sodipodi:nodetypes="ccccccc"
4100- inkscape:transform-center-y="23.822985" />
4101- </g>
4102- </g>
4103- </g>
4104-</svg>
4105
4106=== removed file '0.1/ambiance/img/actions/info.svg'
4107--- 0.1/ambiance/img/actions/info.svg 2014-02-21 15:52:41 +0000
4108+++ 0.1/ambiance/img/actions/info.svg 1970-01-01 00:00:00 +0000
4109@@ -1,158 +0,0 @@
4110-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4111-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4112-
4113-<svg
4114- xmlns:dc="http://purl.org/dc/elements/1.1/"
4115- xmlns:cc="http://creativecommons.org/ns#"
4116- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4117- xmlns:svg="http://www.w3.org/2000/svg"
4118- xmlns="http://www.w3.org/2000/svg"
4119- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4120- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4121- width="90"
4122- height="90"
4123- id="svg4874"
4124- version="1.1"
4125- inkscape:version="0.48+devel r12833"
4126- viewBox="0 0 90 90.000001"
4127- sodipodi:docname="info.svg">
4128- <defs
4129- id="defs4876" />
4130- <sodipodi:namedview
4131- id="base"
4132- pagecolor="#ffffff"
4133- bordercolor="#666666"
4134- borderopacity="1.0"
4135- inkscape:pageopacity="0.0"
4136- inkscape:pageshadow="2"
4137- inkscape:zoom="9.9475982"
4138- inkscape:cx="27.363388"
4139- inkscape:cy="41.195866"
4140- inkscape:document-units="px"
4141- inkscape:current-layer="g1708"
4142- showgrid="true"
4143- showborder="true"
4144- fit-margin-top="0"
4145- fit-margin-left="0"
4146- fit-margin-right="0"
4147- fit-margin-bottom="0"
4148- inkscape:snap-bbox="true"
4149- inkscape:bbox-paths="true"
4150- inkscape:bbox-nodes="true"
4151- inkscape:snap-bbox-edge-midpoints="true"
4152- inkscape:snap-bbox-midpoints="true"
4153- inkscape:object-paths="true"
4154- inkscape:snap-intersection-paths="true"
4155- inkscape:object-nodes="true"
4156- inkscape:snap-smooth-nodes="true"
4157- inkscape:snap-midpoints="true"
4158- inkscape:snap-object-midpoints="true"
4159- inkscape:snap-center="true"
4160- showguides="true"
4161- inkscape:guide-bbox="true">
4162- <inkscape:grid
4163- type="xygrid"
4164- id="grid5451"
4165- empspacing="6" />
4166- <sodipodi:guide
4167- orientation="1,0"
4168- position="6,77"
4169- id="guide4063" />
4170- <sodipodi:guide
4171- orientation="1,0"
4172- position="3,78"
4173- id="guide4065" />
4174- <sodipodi:guide
4175- orientation="0,1"
4176- position="55,84"
4177- id="guide4067" />
4178- <sodipodi:guide
4179- orientation="0,1"
4180- position="53,87"
4181- id="guide4069" />
4182- <sodipodi:guide
4183- orientation="0,1"
4184- position="20,3"
4185- id="guide4071" />
4186- <sodipodi:guide
4187- orientation="0,1"
4188- position="20,6"
4189- id="guide4073" />
4190- <sodipodi:guide
4191- orientation="1,0"
4192- position="87,7"
4193- id="guide4075" />
4194- <sodipodi:guide
4195- orientation="1,0"
4196- position="84,7"
4197- id="guide4077" />
4198- <sodipodi:guide
4199- orientation="0,1"
4200- position="58,81"
4201- id="guide4074" />
4202- <sodipodi:guide
4203- orientation="1,0"
4204- position="9,74"
4205- id="guide4076" />
4206- <sodipodi:guide
4207- orientation="0,1"
4208- position="21,9"
4209- id="guide4078" />
4210- <sodipodi:guide
4211- orientation="1,0"
4212- position="81,4"
4213- id="guide4080" />
4214- </sodipodi:namedview>
4215- <metadata
4216- id="metadata4879">
4217- <rdf:RDF>
4218- <cc:Work
4219- rdf:about="">
4220- <dc:format>image/svg+xml</dc:format>
4221- <dc:type
4222- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4223- <dc:title></dc:title>
4224- </cc:Work>
4225- </rdf:RDF>
4226- </metadata>
4227- <g
4228- inkscape:label="Layer 1"
4229- inkscape:groupmode="layer"
4230- id="layer1"
4231- transform="translate(67.857146,-84.50504)">
4232- <g
4233- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4234- id="g4845"
4235- style="display:inline">
4236- <g
4237- inkscape:label="Layer 1"
4238- id="g1708"
4239- transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
4240- inkscape:export-filename="add01.png"
4241- inkscape:export-xdpi="90"
4242- inkscape:export-ydpi="90">
4243- <rect
4244- style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4245- id="rect1710"
4246- width="90"
4247- height="90"
4248- x="0"
4249- y="962.36218" />
4250- <path
4251- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4252- d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
4253- transform="translate(3.5e-6,962.3622)"
4254- id="path4110" />
4255- <g
4256- style="font-size:69.25212097px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#808080;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
4257- id="text4098">
4258- <path
4259- d="m 49.25901,1030.4619 -8.379506,0 0,-30.2188 8.379506,0 z m 0.900278,-40.81442 c 0,1.56971 -0.507849,2.81625 -1.523547,3.73961 -1.015697,0.92337 -2.216067,1.38505 -3.60111,1.38505 -1.431211,0 -2.654665,-0.46168 -3.670362,-1.38505 -1.015698,-0.92336 -1.523547,-2.1699 -1.523547,-3.73961 0,-1.61588 0.507849,-2.8855 1.523547,-3.80887 1.015697,-0.92336 2.239151,-1.38504 3.670362,-1.38504 1.385043,0 2.585413,0.46168 3.60111,1.38504 1.015698,0.92337 1.523547,2.19299 1.523547,3.80887 z"
4260- id="path4122"
4261- inkscape:connector-curvature="0"
4262- sodipodi:nodetypes="cccccsssssssss" />
4263- </g>
4264- </g>
4265- </g>
4266- </g>
4267-</svg>
4268
4269=== removed file '0.1/ambiance/img/actions/language-chooser.svg'
4270--- 0.1/ambiance/img/actions/language-chooser.svg 2014-02-21 15:52:41 +0000
4271+++ 0.1/ambiance/img/actions/language-chooser.svg 1970-01-01 00:00:00 +0000
4272@@ -1,166 +0,0 @@
4273-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4274-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4275-
4276-<svg
4277- xmlns:dc="http://purl.org/dc/elements/1.1/"
4278- xmlns:cc="http://creativecommons.org/ns#"
4279- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4280- xmlns:svg="http://www.w3.org/2000/svg"
4281- xmlns="http://www.w3.org/2000/svg"
4282- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4283- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4284- width="90"
4285- height="90"
4286- id="svg4874"
4287- version="1.1"
4288- inkscape:version="0.48+devel r"
4289- viewBox="0 0 90 90.000001"
4290- sodipodi:docname="language-chooser.svg">
4291- <defs
4292- id="defs4876" />
4293- <sodipodi:namedview
4294- id="base"
4295- pagecolor="#ffffff"
4296- bordercolor="#666666"
4297- borderopacity="1.0"
4298- inkscape:pageopacity="0.0"
4299- inkscape:pageshadow="2"
4300- inkscape:zoom="5.0931703"
4301- inkscape:cx="-2.6309765"
4302- inkscape:cy="46.169671"
4303- inkscape:document-units="px"
4304- inkscape:current-layer="g1708"
4305- showgrid="true"
4306- showborder="true"
4307- fit-margin-top="0"
4308- fit-margin-left="0"
4309- fit-margin-right="0"
4310- fit-margin-bottom="0"
4311- inkscape:snap-bbox="true"
4312- inkscape:bbox-paths="true"
4313- inkscape:bbox-nodes="true"
4314- inkscape:snap-bbox-edge-midpoints="true"
4315- inkscape:snap-bbox-midpoints="true"
4316- inkscape:object-paths="true"
4317- inkscape:snap-intersection-paths="true"
4318- inkscape:object-nodes="true"
4319- inkscape:snap-smooth-nodes="true"
4320- inkscape:snap-midpoints="true"
4321- inkscape:snap-object-midpoints="true"
4322- inkscape:snap-center="true"
4323- showguides="true"
4324- inkscape:guide-bbox="true">
4325- <inkscape:grid
4326- type="xygrid"
4327- id="grid5451"
4328- empspacing="6" />
4329- <sodipodi:guide
4330- orientation="1,0"
4331- position="6,77"
4332- id="guide4063" />
4333- <sodipodi:guide
4334- orientation="1,0"
4335- position="3,78"
4336- id="guide4065" />
4337- <sodipodi:guide
4338- orientation="0,1"
4339- position="55,84"
4340- id="guide4067" />
4341- <sodipodi:guide
4342- orientation="0,1"
4343- position="53,87"
4344- id="guide4069" />
4345- <sodipodi:guide
4346- orientation="0,1"
4347- position="20,3"
4348- id="guide4071" />
4349- <sodipodi:guide
4350- orientation="0,1"
4351- position="20,6"
4352- id="guide4073" />
4353- <sodipodi:guide
4354- orientation="1,0"
4355- position="87,7"
4356- id="guide4075" />
4357- <sodipodi:guide
4358- orientation="1,0"
4359- position="84,7"
4360- id="guide4077" />
4361- <sodipodi:guide
4362- orientation="0,1"
4363- position="58,81"
4364- id="guide4074" />
4365- <sodipodi:guide
4366- orientation="1,0"
4367- position="9,74"
4368- id="guide4076" />
4369- <sodipodi:guide
4370- orientation="0,1"
4371- position="21,9"
4372- id="guide4078" />
4373- <sodipodi:guide
4374- orientation="1,0"
4375- position="81,4"
4376- id="guide4080" />
4377- </sodipodi:namedview>
4378- <metadata
4379- id="metadata4879">
4380- <rdf:RDF>
4381- <cc:Work
4382- rdf:about="">
4383- <dc:format>image/svg+xml</dc:format>
4384- <dc:type
4385- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4386- <dc:title></dc:title>
4387- </cc:Work>
4388- </rdf:RDF>
4389- </metadata>
4390- <g
4391- inkscape:label="Layer 1"
4392- inkscape:groupmode="layer"
4393- id="layer1"
4394- transform="translate(67.857146,-84.50504)">
4395- <g
4396- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4397- id="g4845"
4398- style="display:inline">
4399- <g
4400- inkscape:label="Layer 1"
4401- id="g1708"
4402- transform="matrix(0,-1,-1,0,1394.3622,441.36221)"
4403- inkscape:export-filename="add01.png"
4404- inkscape:export-xdpi="90"
4405- inkscape:export-ydpi="90">
4406- <rect
4407- style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4408- id="rect1710"
4409- width="90"
4410- height="90"
4411- x="0"
4412- y="962.36218" />
4413- <path
4414- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4415- d="M 45 4 C 22.356346 4 4 22.35634 4 45 C 4 67.6437 22.356346 86 45 86 C 67.643669 86 86 67.6437 86 45 C 86 22.35634 67.643669 4 45 4 z M 45 13 C 62.673141 13 77 27.32687 77 45 C 77 62.6732 62.673141 77 45 77 C 27.326871 77 13 62.6732 13 45 C 13 27.32687 27.326871 13 45 13 z "
4416- transform="translate(3.5e-6,962.3622)"
4417- id="path4110" />
4418- <rect
4419- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4420- id="rect3011"
4421- width="67.500038"
4422- height="5.9999948"
4423- x="11.249981"
4424- y="1004.3622" />
4425- <path
4426- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
4427- d="m 42.769531,969.35547 c -19.064429,21.1827 -19.064429,54.83093 0,76.01363 l 4.460938,-4.0136 c -16.935571,-18.8173 -16.935571,-49.16906 0,-67.98636 l -4.460938,-4.01367 z"
4428- id="path832"
4429- inkscape:connector-curvature="0" />
4430- <path
4431- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;isolation:auto;mix-blend-mode:normal;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
4432- d="m 47.230469,969.35547 -4.460938,4.01367 c 16.935571,18.8173 16.935571,49.16906 0,67.98636 l 4.460938,4.0136 c 19.064429,-21.1827 19.064429,-54.83093 0,-76.01363 z"
4433- id="path836"
4434- inkscape:connector-curvature="0" />
4435- </g>
4436- </g>
4437- </g>
4438-</svg>
4439
4440=== removed file '0.1/ambiance/img/actions/media-playback-pause.svg'
4441--- 0.1/ambiance/img/actions/media-playback-pause.svg 2014-02-21 15:52:41 +0000
4442+++ 0.1/ambiance/img/actions/media-playback-pause.svg 1970-01-01 00:00:00 +0000
4443@@ -1,157 +0,0 @@
4444-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4445-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4446-
4447-<svg
4448- xmlns:dc="http://purl.org/dc/elements/1.1/"
4449- xmlns:cc="http://creativecommons.org/ns#"
4450- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4451- xmlns:svg="http://www.w3.org/2000/svg"
4452- xmlns="http://www.w3.org/2000/svg"
4453- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4454- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4455- width="90"
4456- height="90"
4457- id="svg4874"
4458- version="1.1"
4459- inkscape:version="0.48+devel r12833"
4460- viewBox="0 0 90 90.000001"
4461- sodipodi:docname="media-playback-pause.svg">
4462- <defs
4463- id="defs4876" />
4464- <sodipodi:namedview
4465- id="base"
4466- pagecolor="#ffffff"
4467- bordercolor="#666666"
4468- borderopacity="1.0"
4469- inkscape:pageopacity="0.0"
4470- inkscape:pageshadow="2"
4471- inkscape:zoom="9.9475982"
4472- inkscape:cx="39.94934"
4473- inkscape:cy="47.90101"
4474- inkscape:document-units="px"
4475- inkscape:current-layer="layer1-9"
4476- showgrid="true"
4477- showborder="true"
4478- fit-margin-top="0"
4479- fit-margin-left="0"
4480- fit-margin-right="0"
4481- fit-margin-bottom="0"
4482- inkscape:snap-bbox="true"
4483- inkscape:bbox-paths="true"
4484- inkscape:bbox-nodes="true"
4485- inkscape:snap-bbox-edge-midpoints="true"
4486- inkscape:snap-bbox-midpoints="true"
4487- inkscape:object-paths="true"
4488- inkscape:snap-intersection-paths="true"
4489- inkscape:object-nodes="true"
4490- inkscape:snap-smooth-nodes="true"
4491- inkscape:snap-midpoints="true"
4492- inkscape:snap-object-midpoints="true"
4493- inkscape:snap-center="true"
4494- showguides="true"
4495- inkscape:guide-bbox="true">
4496- <inkscape:grid
4497- type="xygrid"
4498- id="grid5451"
4499- empspacing="6" />
4500- <sodipodi:guide
4501- orientation="1,0"
4502- position="6,77"
4503- id="guide4063" />
4504- <sodipodi:guide
4505- orientation="1,0"
4506- position="3,78"
4507- id="guide4065" />
4508- <sodipodi:guide
4509- orientation="0,1"
4510- position="55,84"
4511- id="guide4067" />
4512- <sodipodi:guide
4513- orientation="0,1"
4514- position="53,87"
4515- id="guide4069" />
4516- <sodipodi:guide
4517- orientation="0,1"
4518- position="20,3"
4519- id="guide4071" />
4520- <sodipodi:guide
4521- orientation="0,1"
4522- position="20,6"
4523- id="guide4073" />
4524- <sodipodi:guide
4525- orientation="1,0"
4526- position="87,7"
4527- id="guide4075" />
4528- <sodipodi:guide
4529- orientation="1,0"
4530- position="84,7"
4531- id="guide4077" />
4532- <sodipodi:guide
4533- orientation="0,1"
4534- position="58,81"
4535- id="guide4074" />
4536- <sodipodi:guide
4537- orientation="1,0"
4538- position="9,74"
4539- id="guide4076" />
4540- <sodipodi:guide
4541- orientation="0,1"
4542- position="21,9"
4543- id="guide4078" />
4544- <sodipodi:guide
4545- orientation="1,0"
4546- position="81,4"
4547- id="guide4080" />
4548- </sodipodi:namedview>
4549- <metadata
4550- id="metadata4879">
4551- <rdf:RDF>
4552- <cc:Work
4553- rdf:about="">
4554- <dc:format>image/svg+xml</dc:format>
4555- <dc:type
4556- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4557- <dc:title></dc:title>
4558- </cc:Work>
4559- </rdf:RDF>
4560- </metadata>
4561- <g
4562- inkscape:label="Layer 1"
4563- inkscape:groupmode="layer"
4564- id="layer1"
4565- transform="translate(67.857146,-84.50504)">
4566- <g
4567- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4568- id="g4845"
4569- style="display:inline">
4570- <g
4571- inkscape:label="Layer 1"
4572- id="layer1-9"
4573- transform="matrix(0,-1,-1,0,1394.3622,585.36221)">
4574- <path
4575- sodipodi:nodetypes="ccccc"
4576- inkscape:connector-curvature="0"
4577- id="rect4494"
4578- d="m 162.00001,977.8622 20.99999,-3.5 0,66 -20.99999,0 z"
4579- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4580- <path
4581- sodipodi:nodetypes="ccccc"
4582- inkscape:connector-curvature="0"
4583- id="rect4496"
4584- d="m 195,977.86219 21,-3.5 0,66.00001 -21,0 z"
4585- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4586- <g
4587- transform="translate(-198,611)"
4588- id="g4171">
4589- <rect
4590- style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4591- id="rect2986"
4592- width="90"
4593- height="90"
4594- x="342"
4595- y="351.36221" />
4596- </g>
4597- </g>
4598- </g>
4599- </g>
4600-</svg>
4601
4602=== removed file '0.1/ambiance/img/actions/media-playlist-shuffle.svg'
4603--- 0.1/ambiance/img/actions/media-playlist-shuffle.svg 2014-02-21 15:52:41 +0000
4604+++ 0.1/ambiance/img/actions/media-playlist-shuffle.svg 1970-01-01 00:00:00 +0000
4605@@ -1,185 +0,0 @@
4606-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4607-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4608-
4609-<svg
4610- xmlns:dc="http://purl.org/dc/elements/1.1/"
4611- xmlns:cc="http://creativecommons.org/ns#"
4612- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4613- xmlns:svg="http://www.w3.org/2000/svg"
4614- xmlns="http://www.w3.org/2000/svg"
4615- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4616- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4617- width="90"
4618- height="90"
4619- id="svg4874"
4620- version="1.1"
4621- inkscape:version="0.48+devel r12833"
4622- viewBox="0 0 90 90.000001"
4623- sodipodi:docname="media-playlist-shuffle.svg">
4624- <defs
4625- id="defs4876" />
4626- <sodipodi:namedview
4627- id="base"
4628- pagecolor="#ffffff"
4629- bordercolor="#666666"
4630- borderopacity="1.0"
4631- inkscape:pageopacity="0.0"
4632- inkscape:pageshadow="2"
4633- inkscape:zoom="5.0931703"
4634- inkscape:cx="61.592283"
4635- inkscape:cy="60.247347"
4636- inkscape:document-units="px"
4637- inkscape:current-layer="g4978"
4638- showgrid="true"
4639- showborder="true"
4640- fit-margin-top="0"
4641- fit-margin-left="0"
4642- fit-margin-right="0"
4643- fit-margin-bottom="0"
4644- inkscape:snap-bbox="true"
4645- inkscape:bbox-paths="true"
4646- inkscape:bbox-nodes="true"
4647- inkscape:snap-bbox-edge-midpoints="true"
4648- inkscape:snap-bbox-midpoints="true"
4649- inkscape:object-paths="true"
4650- inkscape:snap-intersection-paths="true"
4651- inkscape:object-nodes="true"
4652- inkscape:snap-smooth-nodes="true"
4653- inkscape:snap-midpoints="true"
4654- inkscape:snap-object-midpoints="true"
4655- inkscape:snap-center="true"
4656- showguides="false"
4657- inkscape:guide-bbox="true">
4658- <inkscape:grid
4659- type="xygrid"
4660- id="grid5451"
4661- empspacing="6" />
4662- <sodipodi:guide
4663- orientation="1,0"
4664- position="6,77"
4665- id="guide4063" />
4666- <sodipodi:guide
4667- orientation="1,0"
4668- position="3,78"
4669- id="guide4065" />
4670- <sodipodi:guide
4671- orientation="0,1"
4672- position="55,84"
4673- id="guide4067" />
4674- <sodipodi:guide
4675- orientation="0,1"
4676- position="53,87"
4677- id="guide4069" />
4678- <sodipodi:guide
4679- orientation="0,1"
4680- position="20,3"
4681- id="guide4071" />
4682- <sodipodi:guide
4683- orientation="0,1"
4684- position="20,6"
4685- id="guide4073" />
4686- <sodipodi:guide
4687- orientation="1,0"
4688- position="87,7"
4689- id="guide4075" />
4690- <sodipodi:guide
4691- orientation="1,0"
4692- position="84,7"
4693- id="guide4077" />
4694- <sodipodi:guide
4695- orientation="0,1"
4696- position="58,81"
4697- id="guide4074" />
4698- <sodipodi:guide
4699- orientation="1,0"
4700- position="9,74"
4701- id="guide4076" />
4702- <sodipodi:guide
4703- orientation="0,1"
4704- position="21,9"
4705- id="guide4078" />
4706- <sodipodi:guide
4707- orientation="1,0"
4708- position="81,4"
4709- id="guide4080" />
4710- </sodipodi:namedview>
4711- <metadata
4712- id="metadata4879">
4713- <rdf:RDF>
4714- <cc:Work
4715- rdf:about="">
4716- <dc:format>image/svg+xml</dc:format>
4717- <dc:type
4718- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4719- <dc:title></dc:title>
4720- </cc:Work>
4721- </rdf:RDF>
4722- </metadata>
4723- <g
4724- inkscape:label="Layer 1"
4725- inkscape:groupmode="layer"
4726- id="layer1"
4727- transform="translate(67.857146,-84.50504)">
4728- <g
4729- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4730- id="g4845"
4731- style="display:inline">
4732- <g
4733- inkscape:label="Layer 1"
4734- id="layer1-8"
4735- transform="matrix(0,-1,-1,0,1394.3622,441.36221)">
4736- <rect
4737- style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4738- id="rect4198"
4739- width="90"
4740- height="90"
4741- x="0"
4742- y="962.36218" />
4743- <g
4744- id="g4978"
4745- transform="translate(-60,548.00002)">
4746- <rect
4747- style="color:#000000;fill:none;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4748- id="rect3038"
4749- width="90"
4750- height="90"
4751- x="0"
4752- y="1.7382814e-05"
4753- transform="translate(60,414.36216)" />
4754- <path
4755- sodipodi:nodetypes="ccsssccc"
4756- inkscape:transform-center-y="0.008136639"
4757- inkscape:transform-center-x="-12.490282"
4758- inkscape:connector-curvature="0"
4759- id="path2194-83"
4760- d="m 122.004,452.36218 c 0,0 13.33454,-5.94407 24.996,-14.50813 0,-0.003 0,-0.006 -0.005,-0.009 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.005,-0.01 C 134.67816,428.97946 122,423.36218 122,423.36218 Z"
4761- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4762- <path
4763- style="font-size:15px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#0000ff;fill-opacity:0.5;stroke:none;display:inline;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
4764- d="m 178,433.36218 12.70648,0 41.29352,0 c 10,0 15,0 15,11.62715 l 0,28.74569 c 0,11.62716 -5,11.62716 -15,11.62716 l -54,0 c -10,0 -15,0 -15,-11.62716 l 0,-28.74569 c 0,-11.62715 5,-11.62715 15,-11.62715 z"
4765- id="path4237"
4766- inkscape:connector-curvature="0"
4767- sodipodi:nodetypes="cccccccccc" />
4768- <path
4769- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
4770- d="m 63.000003,433.36218 0,9.17578 10,0 c 7.253267,0 11.824479,4.13063 15.070312,8.76563 0.14643,0.2091 0.269548,0.41435 0.408204,0.62304 0.956194,-2.32027 2.468733,-5.4233 4.71875,-8.76172 -4.414984,-5.10845 -11.107707,-9.80273 -20.197266,-9.80273 l -10,0 z m 42.519527,33.44336 c -0.98206,2.37138 -2.5104,5.45969 -4.72265,8.75 4.4269,5.11286 11.12286,9.80664 20.20312,9.80664 l 10,0 0,-9.17578 -10,0 c -7.24673,0 -11.84098,-4.14653 -15.10547,-8.80469 -0.13501,-0.19265 -0.24654,-0.38382 -0.375,-0.57617 z"
4771- id="path4093"
4772- inkscape:connector-curvature="0" />
4773- <path
4774- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#808080;fill-opacity:1;stroke:none;stroke-width:9;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
4775- d="m 121,433.36218 c -10.75327,0 -18.17542,6.58073 -22.427731,12.64844 -4.252313,6.06771 -5.931641,12.12695 -5.931641,12.12695 l -0.002,0.004 0,0.004 c 0,0 -1.322524,4.64038 -4.56836,9.27539 -3.245834,4.635 -7.817046,8.76563 -15.070312,8.76563 l -10,0 0,9.17578 10,0 c 10.746734,0 18.157165,-6.55653 22.394531,-12.60742 4.233069,-6.04477 5.895066,-12.07565 5.898436,-12.08789 l 0.002,-0.008 c 0.003,-0.0122 1.33939,-4.66241 4.5996,-9.31446 3.26449,-4.65816 7.85874,-8.80664 15.10547,-8.80664 l 10,0 0,-9.17578 -10,0 z"
4776- id="path4091"
4777- inkscape:connector-curvature="0" />
4778- <path
4779- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4780- d="m 122.004,495.36218 c 0,0 13.33454,-5.94407 24.996,-14.50813 0,-0.003 0,-0.006 -0.005,-0.009 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.006,-0.01 0,-0.003 -0.005,-0.007 -0.005,-0.01 C 134.67816,471.97946 122,466.36218 122,466.36218 Z"
4781- id="path4282"
4782- inkscape:connector-curvature="0"
4783- inkscape:transform-center-x="-12.490282"
4784- inkscape:transform-center-y="0.008136639"
4785- sodipodi:nodetypes="ccsssccc" />
4786- </g>
4787- </g>
4788- </g>
4789- </g>
4790-</svg>
4791
4792=== removed file '0.1/ambiance/img/actions/media-playlist.svg'
4793--- 0.1/ambiance/img/actions/media-playlist.svg 2014-02-21 15:52:41 +0000
4794+++ 0.1/ambiance/img/actions/media-playlist.svg 1970-01-01 00:00:00 +0000
4795@@ -1,173 +0,0 @@
4796-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4797-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4798-
4799-<svg
4800- xmlns:dc="http://purl.org/dc/elements/1.1/"
4801- xmlns:cc="http://creativecommons.org/ns#"
4802- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4803- xmlns:svg="http://www.w3.org/2000/svg"
4804- xmlns="http://www.w3.org/2000/svg"
4805- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4806- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4807- width="90"
4808- height="90"
4809- id="svg4874"
4810- version="1.1"
4811- inkscape:version="0.48+devel r12833"
4812- viewBox="0 0 90 90.000001"
4813- sodipodi:docname="media-playlist.svg">
4814- <defs
4815- id="defs4876" />
4816- <sodipodi:namedview
4817- id="base"
4818- pagecolor="#ffffff"
4819- bordercolor="#666666"
4820- borderopacity="1.0"
4821- inkscape:pageopacity="0.0"
4822- inkscape:pageshadow="2"
4823- inkscape:zoom="6.3664629"
4824- inkscape:cx="61.109283"
4825- inkscape:cy="46.988415"
4826- inkscape:document-units="px"
4827- inkscape:current-layer="g4171-8"
4828- showgrid="true"
4829- showborder="true"
4830- fit-margin-top="0"
4831- fit-margin-left="0"
4832- fit-margin-right="0"
4833- fit-margin-bottom="0"
4834- inkscape:snap-bbox="true"
4835- inkscape:bbox-paths="true"
4836- inkscape:bbox-nodes="true"
4837- inkscape:snap-bbox-edge-midpoints="true"
4838- inkscape:snap-bbox-midpoints="true"
4839- inkscape:object-paths="true"
4840- inkscape:snap-intersection-paths="true"
4841- inkscape:object-nodes="true"
4842- inkscape:snap-smooth-nodes="true"
4843- inkscape:snap-midpoints="true"
4844- inkscape:snap-object-midpoints="true"
4845- inkscape:snap-center="true"
4846- showguides="true"
4847- inkscape:guide-bbox="true">
4848- <inkscape:grid
4849- type="xygrid"
4850- id="grid5451"
4851- empspacing="6" />
4852- <sodipodi:guide
4853- orientation="1,0"
4854- position="6,77"
4855- id="guide4063" />
4856- <sodipodi:guide
4857- orientation="1,0"
4858- position="3,78"
4859- id="guide4065" />
4860- <sodipodi:guide
4861- orientation="0,1"
4862- position="55,84"
4863- id="guide4067" />
4864- <sodipodi:guide
4865- orientation="0,1"
4866- position="53,87"
4867- id="guide4069" />
4868- <sodipodi:guide
4869- orientation="0,1"
4870- position="20,3"
4871- id="guide4071" />
4872- <sodipodi:guide
4873- orientation="0,1"
4874- position="20,6"
4875- id="guide4073" />
4876- <sodipodi:guide
4877- orientation="1,0"
4878- position="87,7"
4879- id="guide4075" />
4880- <sodipodi:guide
4881- orientation="1,0"
4882- position="84,7"
4883- id="guide4077" />
4884- <sodipodi:guide
4885- orientation="0,1"
4886- position="58,81"
4887- id="guide4074" />
4888- <sodipodi:guide
4889- orientation="1,0"
4890- position="9,74"
4891- id="guide4076" />
4892- <sodipodi:guide
4893- orientation="0,1"
4894- position="21,9"
4895- id="guide4078" />
4896- <sodipodi:guide
4897- orientation="1,0"
4898- position="81,4"
4899- id="guide4080" />
4900- </sodipodi:namedview>
4901- <metadata
4902- id="metadata4879">
4903- <rdf:RDF>
4904- <cc:Work
4905- rdf:about="">
4906- <dc:format>image/svg+xml</dc:format>
4907- <dc:type
4908- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4909- <dc:title></dc:title>
4910- </cc:Work>
4911- </rdf:RDF>
4912- </metadata>
4913- <g
4914- inkscape:label="Layer 1"
4915- inkscape:groupmode="layer"
4916- id="layer1"
4917- transform="translate(67.857146,-84.50504)">
4918- <g
4919- transform="matrix(0,-1,-1,0,373.50506,516.50504)"
4920- id="g4845"
4921- style="display:inline">
4922- <g
4923- inkscape:label="Layer 1"
4924- id="layer1-0"
4925- transform="matrix(0,-1,-1,0,1394.3622,585.36221)">
4926- <g
4927- transform="translate(-198,611)"
4928- id="g4171-8">
4929- <path
4930- sodipodi:nodetypes="ccsssccc"
4931- inkscape:transform-center-y="0.015455744"
4932- inkscape:transform-center-x="-22.65428"
4933- inkscape:connector-curvature="0"
4934- id="path2194-5"
4935- d="m 350.99892,405.3622 c 0,0 24.18442,-10.45385 45.33445,-25.5155 0,-0.004 -10e-4,-0.009 -0.004,-0.0148 -0.003,-0.005 -0.005,-0.0105 -0.0105,-0.0164 -0.004,-0.005 -0.008,-0.0118 -0.0105,-0.0166 -0.003,-0.005 -0.005,-0.0105 -0.005,-0.0157 -22.30901,-15.54196 -45.30296,-25.42107 -45.30296,-25.42107 z"
4936- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
4937- <rect
4938- style="color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4939- id="rect2986-6"
4940- width="90"
4941- height="90"
4942- x="342"
4943- y="351.36221" />
4944- <path
4945- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4946- d="m 351,414.3622 0,9 9,0 0,-9 z"
4947- id="path4108"
4948- inkscape:connector-curvature="0" />
4949- <path
4950- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4951- d="m 366,414.3622 0,9 57,0 0,-9 z"
4952- id="path4106"
4953- inkscape:connector-curvature="0" />
4954- <path
4955- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4956- d="m 351,429.3622 0,9 9,0 0,-9 z"
4957- id="path4104"
4958- inkscape:connector-curvature="0" />
4959- <path
4960- style="color:#000000;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
4961- d="m 366,429.3622 0,9 57,0 0,-9 z"
4962- id="rect4070"
4963- inkscape:connector-curvature="0" />
4964- </g>
4965- </g>
4966- </g>
4967- </g>
4968-</svg>
4969
4970=== removed file '0.1/ambiance/img/actions/message-new.svg'
4971--- 0.1/ambiance/img/actions/message-new.svg 2014-02-21 15:52:41 +0000
4972+++ 0.1/ambiance/img/actions/message-new.svg 1970-01-01 00:00:00 +0000
4973@@ -1,173 +0,0 @@
4974-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4975-<!-- Created with Inkscape (http://www.inkscape.org/) -->
4976-
4977-<svg
4978- xmlns:dc="http://purl.org/dc/elements/1.1/"
4979- xmlns:cc="http://creativecommons.org/ns#"
4980- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4981- xmlns:svg="http://www.w3.org/2000/svg"
4982- xmlns="http://www.w3.org/2000/svg"
4983- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4984- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4985- width="90"
4986- height="90"
4987- id="svg4874"
4988- version="1.1"
4989- inkscape:version="0.48+devel r12833"
4990- viewBox="0 0 90 90.000001"
4991- sodipodi:docname="new-message.svg">
4992- <defs
4993- id="defs4876" />
4994- <sodipodi:namedview
4995- id="base"
4996- pagecolor="#ffffff"
4997- bordercolor="#666666"
4998- borderopacity="1.0"
4999- inkscape:pageopacity="0.0"
5000- inkscape:pageshadow="2"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches