Merge lp:~yoboy-leguesh/ubuntu-fr-tour/maj1404 into lp:ubuntu-fr-tour

Proposed by YoBoY
Status: Merged
Merged at revision: 7
Proposed branch: lp:~yoboy-leguesh/ubuntu-fr-tour/maj1404
Merge into: lp:ubuntu-fr-tour
Diff against target: 5801 lines (+1390/-1114)
29 files modified
ALIRE (+8/-0)
README (+54/-0)
css/base.css (+186/-104)
css/folder.css (+159/-72)
css/fr.css (+51/-18)
css/libre.css (+21/-29)
css/movieplayer.css (+0/-1)
css/shotwell.css (+0/-2)
css/systemoverlay.css (+56/-6)
css/tourguide.css (+85/-98)
css/welcome.css (+13/-13)
en/index.html (+126/-193)
fr/index.html (+145/-214)
index.html (+10/-3)
js/analytics.js (+15/-10)
js/emailsystem.js (+57/-56)
js/filesystem.js (+61/-61)
js/folders.js (+5/-2)
js/guidedtoursystem.js (+2/-2)
js/internetsystem.js (+22/-22)
js/lang.js (+5/-1)
js/movieplayersystem.js (+14/-14)
js/scripts.js (+32/-24)
js/shotwellsystem.js (+29/-29)
js/softwaresystem.js (+20/-20)
js/systemmenu.js (+39/-35)
js/systemoverlay.js (+148/-49)
js/systemsettings.js (+24/-24)
js/welcomesystem.js (+3/-12)
To merge this branch: bzr merge lp:~yoboy-leguesh/ubuntu-fr-tour/maj1404
Reviewer Review Type Date Requested Status
Ubuntu-fr-webteam Pending
Review via email: mp+219970@code.launchpad.net

Description of the change

Mise à jour vers la version 14.04 du Ubuntu Online Tour. Intégration de quelques corrections
de la branche de cm-t ainsi que des liens avec l'outil de statistique piwik.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ALIRE'
2--- ALIRE 2013-01-21 17:46:01 +0000
3+++ ALIRE 2014-05-18 21:53:52 +0000
4@@ -1,7 +1,15 @@
5 Processus de mise en place d'une nouvelle version
6+*************************************************
7+
8+pré-requis :
9+ sudo apt-get install python-polib
10
11 1- Récupérer le code de la dernière version sur launchpad avec baazar
12 https://code.launchpad.net/ubuntu-online-tour
13+/!\ prendre la version correspondant à la version d'ubuntu
14+
15+Récupérer les dernières traductions (si po_html/fr.po plus vieux que la dernière proposition)
16+https://translations.launchpad.net/ubuntu-online-tour
17
18 2- compiler les traductions avec le script adéquat
19 cd translate-html
20
21=== modified file 'README'
22--- README 2013-01-18 20:24:03 +0000
23+++ README 2014-05-18 21:53:52 +0000
24@@ -0,0 +1,54 @@
25+# How to create translated HTML pages
26+
27+You simply need to go to the translate-html/bin folder and run:
28+
29+./translate-html -t
30+
31+This will generate a set of folders, one for each available translations,
32+ready to publish online
33+
34+# Translate script help
35+
36+translate-html/bin$ ./translate-html --help
37+Usage: translate-html {--extract|--translate} [options]
38+
39+ This script can be used to prepare translatable messages in HTML files
40+ and expose them to translators and to subsequently use those translations
41+ to build localized HTML files based on the original in English.
42+
43+ It works in one of two modes:
44+
45+ - Extract mode: extracts translatable strings from the file specified
46+ in the 'po/POTFILES.in' file and puts them into a .pot file into the
47+ 'po' folder, ready to give it to translators.
48+ - Translate mode: fetches the translations in the form of .po files in the
49+ 'po-html' folder and builds localized files based on the original.
50+ Untranslated strings in the PO files are left as their English originals
51+ in the generated localized files. The localized files are named
52+ <ISO-639-2-lang-code>/<original-filename>.<original-fileext>
53+ E.g.
54+ en/index.html <- original file
55+ zh-CN/index.html <- Simplified Chinese translation
56+
57+ Structure of the 'po-html' folder:
58+
59+ po-html/template.pot <- translation template created in extract mode
60+ po-html/POTFILES.in <- files to extract strings from are specified here
61+ po-html/zh_CN.po <- translation done by translators
62+ po-html/ca.po <- another translation, naming: <ISO 639-2 code>.po
63+
64+
65+
66+Options:
67+ --version show program's version number and exit
68+ -h, --help show this help message and exit
69+ -d, --debug Print the maximum debugging info (implies -vv)
70+ -v, --verbose set error_level output to warning, info, and then debug
71+ -x, --extract Extract mode: extract the strings from the original HTML
72+ file
73+ -t, --translate Translate mode: get the translations from PO files and
74+ write them to a new translated HTML file
75+ -s, --test Test mode: only effective in conjunction with Translate
76+ mode. If set, untranslatable messages are translated as
77+ reversed English, so that they are easy to spot.
78+
79
80=== modified file 'css/base.css'
81--- css/base.css 2013-01-18 20:24:03 +0000
82+++ css/base.css 2014-05-18 21:53:52 +0000
83@@ -2,8 +2,8 @@
84 * Main CSS
85 * author: Anthony Dillon
86 */
87-
88- body {
89+
90+ body {
91 background-color: black;
92 background: url(../img/background.jpg) no-repeat center center fixed;
93 -webkit-background-size: cover;
94@@ -21,30 +21,30 @@
95 -moz-user-select: none;
96 -o-user-select: none;
97 user-select: none;
98- }
99-
100+ }
101+
102 *{
103 cursor: default;
104 font-family:"Ubuntu","Ubuntu Beta",Ubuntu, UbuntuBeta;
105 }
106-
107+
108 a {
109 outline: none;
110 color:#DD4814;
111 text-decoration: none;
112 cursor:pointer;
113 }
114-
115+
116 .blurred *{
117 color: transparent !important;
118 text-shadow: 0 0 5px #999 !important;
119 }
120-
121+
122 .blurred{
123 -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelRadius=2)";
124 filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
125 }
126-
127+
128 .window{
129 -moz-border-radius:4px 4px 0px 0px;
130 -webkit-border-radius:4px 4px 0px 0px;
131@@ -59,50 +59,50 @@
132 font-size:14px;
133 z-index:1;
134 }
135-
136+
137 ::-moz-selection { none; }
138 ::-webkit-selection{ none; }
139 ::selection { none; }
140-
141+
142 input::-moz-selection { background:#f07746;color:#fff; }
143 input::-webkit-selection{ background:#f07746;color:#fff; }
144 input:selection { background:#f07746;color:#fff; }
145-
146+
147 textarea::-moz-selection { background:#f07746;color:#fff; }
148 textarea::-webkit-selection{ background:#f07746;color:#fff; }
149 textarea:selection { background:#f07746;color:#fff; }
150-
151+
152 textarea{
153 background-color:#fff;
154 border: 1px solid #ada9a5;
155 -webkit-border-radius:2px 2px 2px 2px;
156 -moz-border-radius:2px 2px 2px 2px;
157- border-radius:2px 2px 2px 2px;
158+ border-radius:2px 2px 2px 2px;
159 padding:2px;
160 font-family:"Ubuntu","Ubuntu Beta",UbuntuBeta,Ubuntu;
161 }
162-
163+
164 input{
165 background-color:#fff;
166 border: 1px solid #ada9a5;
167 -webkit-border-radius:2px 2px 2px 2px;
168 -moz-border-radius:2px 2px 2px 2px;
169- border-radius:2px 2px 2px 2px;
170+ border-radius:2px 2px 2px 2px;
171 padding:2px;
172 font-family:"Ubuntu","Ubuntu Beta",UbuntuBeta,Ubuntu;
173 }
174-
175+
176 #Translation-Strings{
177 display:none;
178 }
179-
180+
181 #menu{
182- background:#500D28;
183- width:70px;
184+ background:#782220;
185+ width:64px;
186 position:absolute;
187- left: 0px;
188- top: 24px;
189- border-right: 1px solid #6e3a4d;
190+ left: 0px;
191+ top: 24px;
192+ border-right: 1px solid rgba(255,255,255,0.2);
193 z-index: 10;
194 overflow:hidden;
195 -webkit-user-select: none;
196@@ -111,28 +111,28 @@
197 -o-user-select: none;
198 user-select: none;
199 }
200-
201+
202 #menu.dashOpen{
203 /*background:none;*/
204 border-right: 1px solid #333;
205 }
206-
207+
208 #menu .scroll-up{
209 position:absolute;
210- left: 0px;
211- top: 0px;
212+ left: 0px;
213+ top: 0px;
214 width:100%;
215 height:20px;
216 }
217-
218+
219 #menu .scroll-down{
220 position:absolute;
221- left: 0px;
222+ left: 0px;
223 bottom: 0px;
224 width:100%;
225 height:20px;
226 }
227-
228+
229 #tooltip{
230 z-index: 10;
231 height:20px;
232@@ -160,7 +160,7 @@
233 width: 0;
234 height: 0;
235 border-top: 10px solid transparent;
236- border-bottom: 10px solid transparent;
237+ border-bottom: 10px solid transparent;
238 border-right:10px solid #1f171a;
239 margin-left:-20px;
240 /*opacity: .8;
241@@ -171,45 +171,45 @@
242 .shadow-arrow{
243 border-right:12px solid #4a3742;
244 border-top: 12px solid transparent;
245- border-bottom: 12px solid transparent;
246+ border-bottom: 12px solid transparent;
247 margin-left:-22px;
248 margin-top:-2px;
249 }
250-
251+
252 #menu ul{
253 margin-top:6px;
254- padding-left: 12px;
255+ padding-left: 5px;
256 position:absolute;
257 top:0px;
258 height:100%;
259 }
260-
261+
262 #menu ul li{
263 list-style: none;
264- height:46px;
265- width:52px;
266+ height:54px;
267+ width:54px;
268 color:transparent;
269 padding-top:6px;
270- margin-bottom:6px;
271+ margin-bottom:-1px;
272 background-repeat: no-repeat;
273 -moz-transition:-moz-box-shadow .3s linear;
274 -webkit-transition:-webkit-box-shadow .3s linear;
275 transition:box-shadow .3s linear;
276 }
277-
278+
279 #menu ul li.glow{
280 box-shadow:0px 0px 7px #d0733b;
281 -moz-box-shadow:0px 0px 7px #d0733b;
282- -webkit-box-shadow:0px 0px 7px #d0733b;
283+ -webkit-box-shadow:0px 0px 7px #d0733b;
284 background-color:rgba(208,115,59,0.5);
285 }
286-
287+
288 #menu ul li img.open-arrow{
289 margin-left: -7px;
290 margin-top: 17px;
291 display:none;
292 }
293-
294+
295 #menu ul li img.selected-window-arrow{
296 display:none;
297 float: right;
298@@ -223,7 +223,7 @@
299 #systemOverlay .copyDash{
300 position:absolute;
301 top:30px;
302- left:12px;
303+ left:5px;
304 background-image:url(../img/menu/icon-dash.png);
305 background-repeat: no-repeat;
306 height:52px;
307@@ -256,9 +256,18 @@
308 #menu .uone{
309 background-image:url(../img/menu/icon-ubuntuone.png);
310 }
311+ #menu .uonemusic{
312+ background-image:url(../img/menu/icon-ubuntuonemusic.png);
313+ }
314+ #menu .amazon{
315+ background-image:url(../img/menu/icon-amazon.png);
316+ }
317 #menu .software{
318 background-image:url(../img/menu/icon-software.png);
319 }
320+ #menu .settings{
321+ background-image:url(../img/menu/icon-systemsettings.png);
322+ }
323 #menu .email{
324 background-image:url(../img/menu/icon-thunderbird.png);
325 }
326@@ -271,49 +280,108 @@
327 #menu .files{
328 background-image:url(../img/menu/icon-files.png);
329 }
330+ #menu .email{
331+ background-image:url(../img/menu/icon-thunderbird.png);
332+ }
333 #menu .rubbish{
334- background-image:url(../img/menu/icon-emptyrubbish.png);
335+ background-image:url(../img/menu/icon-trashempty.png);
336+ position:absolute;
337+ }
338+
339+ #menu .dash.active-icon{
340+ background-image:url(../img/menu/icon-dash-active.png);
341+ }
342+ #menu .home.active-icon{
343+ background-image:url(../img/menu/icon-folder-active.png);
344+ }
345+ #menu .firefox.active-icon{
346+ background-image:url(../img/menu/icon-firefox-active.png);
347+ }
348+ #menu .movieplayer.active-icon{
349+ background-image:url(../img/menu/icon-movieplayer-active.png);
350+ }
351+ #menu .shotwell.active-icon{
352+ background-image:url(../img/menu/icon-shotwell-active.png);
353+ }
354+ #menu .writer.active-icon{
355+ background-image:url(../img/menu/icon-writer-active.png);
356+ }
357+ #menu .impress.active-icon{
358+ background-image:url(../img/menu/icon-impress-active.png);
359+ }
360+ #menu .calc.active-icon{
361+ background-image:url(../img/menu/icon-calc-active.png);
362+ }
363+ #menu .uone.active-icon{
364+ background-image:url(../img/menu/icon-ubuntuone-active.png);
365+ }
366+ #menu .uonemusic.active-icon{
367+ background-image:url(../img/menu/icon-ubuntuonemusic-active.png);
368+ }
369+ #menu .amazon.active-icon{
370+ background-image:url(../img/menu/icon-amazon-active.png);
371+ }
372+ #menu .software.active-icon{
373+ background-image:url(../img/menu/icon-software-active.png);
374+ }
375+ #menu .settings.active-icon{
376+ background-image:url(../img/menu/icon-systemsettings-active.png);
377+ }
378+ #menu .email.active-icon{
379+ background-image:url(../img/menu/icon-thunderbird-active.png);
380+ }
381+ #menu .workspace.active-icon{
382+ background-image:url(../img/menu/icon-workspace-active.png);
383+ }
384+ #menu .applications.active-icon{
385+ background-image:url(../img/menu/icon-applications-active.png);
386+ }
387+ #menu .files.active-icon{
388+ background-image:url(../img/menu/icon-files-active.png);
389+ }
390+ #menu .rubbish.active-icon{
391+ background-image:url(../img/menu/icon-trashempty-active.png);
392 position:absolute;
393 }
394
395 #menu .bottom{
396- bottom:10px;
397+ bottom:6px;
398 }
399-
400+
401 #menu .temp{
402 display:none;
403 }
404-
405+
406 #top{
407 background-image: url(../img/top-bg.jpg);
408 background-repeat:repeat-x;
409 position:absolute;
410- left: 0px;
411+ left: 0px;
412 top: 0px;
413 width:100%;
414 height:24px;
415 color: #DFDBD2;
416- z-index:9;
417+ z-index:11;
418 }
419-
420+
421 #top.dashOpen{
422 background-image: none;
423 background-color: transparent;
424 z-index: 13;
425 }
426-
427+
428 #top.dashOpen #top-right #time{
429 color:#ffffff;
430 }
431-
432+
433 #top.dashOpen #top-left #title{
434 color:transparent;
435 }
436-
437+
438 #top #top-left #dash-control-buttons{
439 float:left;
440 }
441-
442+
443 #top.dashOpen #top-left #dash-control-buttons div{
444 width:15px;
445 height:15px;
446@@ -321,28 +389,28 @@
447 margin-left: 4px;
448 margin-top: 5px;
449 }
450-
451+
452 #top.dashOpen #top-left #dash-control-buttons .close{
453 background:url(../img/dash/dash-close.png) no-repeat;
454 margin-left:10px;
455 }
456-
457+
458 #top.dashOpen #top-left #dash-control-buttons .close:active{
459 background:url(../img/dash/dash-close-clicked.png) no-repeat;
460 }
461-
462+
463 #top.dashOpen #top-left #dash-control-buttons .min{
464 background:url(../img/dash/dash-min.png) no-repeat;
465 }
466-
467+
468 #top.dashOpen #top-left #dash-control-buttons .max{
469 background:url(../img/dash/dash-max.png) no-repeat;
470 }
471-
472+
473 #top.dropShadow{
474- -moz-box-shadow: 10px 0px 10px #000;
475- -webkit-box-shadow: 10px 0px 10px #000;
476- box-shadow: 10px 0px 10px #000;
477+ -moz-box-shadow: 0px 0px 10px #000;
478+ -webkit-box-shadow: 0px 0px 10px #000;
479+ box-shadow: 0px 0px 10px #000;
480 }
481 #top #top-button-bg #top-button{
482 background: url('../img/topleft-button.png') no-repeat center center;
483@@ -369,7 +437,7 @@
484 float:left;
485 padding:0px 8px;
486 overflow:hidden;
487-
488+
489 }
490 #top #top-right div .drop-down{
491 list-style-type:none;
492@@ -406,6 +474,11 @@
493 #top #top-right div .drop-down li.disabled{
494 color:#666;
495 }
496+ #top #top-right div .drop-down li .key-combo{
497+ float: right;
498+ color: #666;
499+ background-color:transparent;
500+ }
501 #top #top-right div .drop-down li.disabled:hover{
502 background:#464641;
503 color:#666;
504@@ -418,7 +491,7 @@
505 background:#3d3c39;
506 }
507 #top #top-right #power .drop-down{
508- margin-left:-235px;
509+ margin-left:-232px;
510 width:247px;
511 }
512 #top #top-right #user .drop-down{
513@@ -427,17 +500,26 @@
514 }
515 #top #top-right #time .drop-down{
516 width:300px;
517- margin-left:-241px;
518+ margin-left:-233px;
519 margin-top:3px;
520 }
521 #top #top-right #message .drop-down{
522 margin-left: -45px;
523- margin-top: 3px;
524- width: 240px;
525+ margin-top: 0px;
526+ padding: 0;
527+
528+ }
529+ #top #top-right #message .system-message{
530+ background:url(../img/top/chat.jpg) no-repeat;
531+ width:136px;
532+ height:146px;
533+ padding:0;
534+ margin-left:0;
535+ margin-top:0;
536 }
537 #top #top-right #speakers .drop-down{
538 width:255px;
539- margin-left:-167px;
540+ margin-left:-152px;
541 }
542 #top #top-right #connection .drop-down{
543 width:219px;
544@@ -452,32 +534,32 @@
545 }
546 #top #top-right #time .system-calendar{
547 background:url(../img/top/calendar.jpg) no-repeat;
548- width:254px;
549- height:185px;
550- margin-left:20px;
551- margin-top:10px;
552+ width:291px;
553+ height:292px;
554+ margin-left:0;
555+ margin-top:0;
556 }
557 #top #top-right div img.disabled{opacity:0.4;filter:alpha(opacity=40)}
558 #top #top-right div ul{
559 list-style-position:inside;
560 }
561-
562+
563 #top #top-right div ul li{
564 height: 18px;
565 padding: 3px 3px 3px 15px;
566 }
567-
568+
569 #top #top-right div ul li img{
570 margin-left:-10px;
571 margin-right:5px;
572 vertical-align: middle;
573 }
574-
575+
576 #top #top-right div ul li.ticked{
577 list-style-image:url('../img/top/tic7pxk.png');
578 padding-left:0px;
579 }
580-
581+
582 #top #top-right div ul li.divider{
583 height:1px;
584 background:#3d3c39;
585@@ -485,40 +567,40 @@
586 padding:0px;
587 margin:4px 0px;
588 }
589-
590+
591 #top #top-right #message{
592 padding-top:4px;
593 }
594 #top #top-right #connection,#top #top-right #speakers,#top #top-right #bluetooth{
595 padding-top:4px;
596 }
597-
598+
599 #top #top-right #user{
600 padding-top:2px;
601 }
602 #top #top-right #power{
603 padding-top:2px;
604 }
605-
606+
607 #top #top-right #time,#top #top-right #user{
608 padding-top:3px;
609 }
610-
611+
612 #top #top-right #user img{
613 vertical-align: bottom;
614 }
615-
616+
617 #top #top-right #speakers div{
618 float:left;
619 }
620-
621+
622 #top #top-right #speakers .small-icon{
623 background:url(../img/top/0slider.jpg) no-repeat;
624 height:15px;
625 width: 7px;
626 margin-top: 12px;
627 }
628-
629+
630 #top #top-right #speakers .system-volume{
631 height:37px;
632 padding:3px;
633@@ -526,16 +608,16 @@
634 #top #top-right #speakers .system-volume:hover, #top #top-right #speakers .banshee:hover{
635 background:none;
636 }
637-
638+
639 #top #top-right #speakers .banshee{
640 height:43px;
641 padding-left:50px;
642 }
643-
644+
645 #top #top-right #speakers .banshee div:hover{
646 background-color:#4d4c48;
647 }
648-
649+
650 #top #top-right #speakers .banshee .banshee-rewind{
651 background:url(../img/top/banshee-rewind.png) no-repeat scroll center center #43423f;
652 height:29px;
653@@ -547,7 +629,7 @@
654 border-top:1px solid #64625b;
655 border-bottom:1px solid #393836;
656 }
657-
658+
659 #top #top-right #speakers .banshee .banshee-play{
660 background:url(../img/top/banshee-play.png) no-repeat scroll center center #43423f;
661 height:43px;
662@@ -558,9 +640,9 @@
663 border-top:1px solid #64625b;
664 border-bottom:1px solid #393836;
665 margin-left:-100px;
666-
667+
668 }
669-
670+
671 #top #top-right #speakers .banshee .banshee-forward{
672 background:url(../img/top/banshee-forward.png) no-repeat scroll center center #43423f;
673 height:29px;
674@@ -573,7 +655,7 @@
675 border-bottom:1px solid #393836;
676 margin-left:30px;
677 }
678-
679+
680 #top #top-right #speakers .slider{
681 width: 185px;
682 height:17px;
683@@ -583,7 +665,7 @@
684 margin-top: 5px;
685 padding-top: 10px;
686 }
687-
688+
689 #top #top-right #speakers .slider-active{
690 -moz-border-radius:5px 5px 5px 5px;
691 -webkit-border-radius:5px 5px 5px 5px;
692@@ -597,11 +679,11 @@
693 z-index:1;
694 padding:0px;
695 }
696-
697+
698 #top #top-right #speakers .ui-slider-handle{
699 z-index:2;
700 }
701-
702+
703 #top #top-right #speakers .large-icon{
704 background:url(../img/top/100slider.jpg) no-repeat;
705 height:15px;
706@@ -609,7 +691,7 @@
707 float:right;
708 margin-top: 12px;
709 }
710-
711+
712 #top #top-right .selected{
713 background:url(../img/top/selected-bg.jpg) repeat-x;
714 -webkit-border-top-left-radius: 2px;
715@@ -619,7 +701,7 @@
716 border-top-left-radius: 2px;
717 border-top-right-radius: 2px;
718 }
719-
720+
721 #top-left #title{
722 font-weight:bold;
723 float:left;
724@@ -628,16 +710,16 @@
725 margin-left: 10px;
726 margin-top: 2px;
727 }
728-
729-
730-
731+
732+
733+
734 #control-buttons{
735 margin-top:2px;
736 margin-left:8px;
737 float:left;
738 display:none;
739 }
740-
741+
742 #control-buttons div{
743 width:19px;
744 height:19px;
745@@ -645,11 +727,11 @@
746 float:left;
747 margin-right:2px;
748 }
749-
750+
751 #control-buttons div:hover{
752 background-position: 0px -19px;
753 }
754-
755+
756 #control-buttons #close{
757 background-image:url(../img/close-button.jpg);
758 }
759@@ -662,7 +744,7 @@
760 #top.dashOpen #control-buttons{
761 display:none;
762 }
763-
764+
765 .fullsize{
766 top:0px !important;
767 left:70px !important;
768@@ -673,7 +755,7 @@
769
770 .fullsize .control{
771 }
772-
773+
774 .fullsize .buttons{
775 margin-top:0px;
776 }
777@@ -705,7 +787,7 @@
778 .selected-window .control .window-title{
779 color: #DFDBD2;
780 }
781-
782+
783 .folder{
784 width:730px;
785 height:500px;
786@@ -714,7 +796,7 @@
787 display:none;
788 }
789 .control{
790- height:19px;
791+ height:24px;
792 margin-left:10px;
793 margin-top: 6px;
794 /*margin-bottom:5px;*/
795
796=== modified file 'css/folder.css'
797--- css/folder.css 2013-01-18 20:24:03 +0000
798+++ css/folder.css 2014-05-18 21:53:52 +0000
799@@ -4,56 +4,94 @@
800 */
801
802 #folder-window .buttons{
803- width:65px;
804+ width:85px;
805 height:36px;
806- margin-top: 3px;
807- float:right;
808+ margin: 1px;
809+ float:left;
810 }
811
812 #folder-window .bottom-buttons{
813- background:url(../img/folder/buttons-bg.jpg) repeat-x;
814- height:41px;
815+ background:url(../img/folder/image-nautilus-background.png) repeat-x;
816+ height:37px;
817 width:100%;
818+ border-bottom: 1px solid #d7d4d2;
819 }
820
821 #folder-window .buttons div, #folder-window .bottom-buttons div{
822 float:left;
823 }
824
825-#folder-window .folder-contents .bottom-buttons div{
826- color:white;
827- height:23px;
828- margin:2px 0 0 5px;
829+.folder.window .bottom-buttons div{
830+ color: #807d78;
831+ height:21px;
832+ border:1px solid #353431;
833+ margin:0;
834 padding:5px;
835+ overflow: hidden;
836 line-height:24px;
837-}
838-
839-#folder-window .folder-contents .bottom-buttons div.selected{
840+ background:url(../img/folder/image-nautilus-breadcrumb.png) repeat-x;
841+}
842+
843+.folder.window.selected-window .bottom-buttons div {
844+ color: #DFDBD2;
845+}
846+
847+#folder-window .bottom-buttons div:first-of-type {
848+ -webkit-border-top-left-radius: 4px;
849+ -webkit-border-bottom-left-radius: 4px;
850+ -moz-border-radius-topleft: 4px;
851+ -moz-border-radius-bottomleft: 4px;
852+ border-top-left-radius: 4px;
853+ border-bottom-left-radius: 4px;
854+}
855+
856+#folder-window .bottom-buttons div:last-of-type {
857+ -webkit-border-top-right-radius: 4px;
858+ -webkit-border-bottom-right-radius: 4px;
859+ -moz-border-radius-topright: 4px;
860+ -moz-border-radius-bottomright: 4px;
861+ border-top-right-radius: 4px;
862+ border-bottom-right-radius: 4px;
863+}
864+
865+#folder-window .bottom-buttons div.selected{
866 font-weight:bold;
867- border:1px solid #2c2c29;
868- background:#353531;
869- -moz-border-radius:4px 4px 4px 4px;
870- -webkit-border-radius:4px 4px 4px 4px;
871- border-radius:4px 4px 4px 4px;
872- background-position: 0 -29px;
873+ background:url(../img/folder/image-nautilus-breadcrumb-selected.png);
874 }
875-#folder-window .folder-contents .bottom-buttons div img{
876+
877+#folder-window .bottom-buttons div img{
878 margin-top: -4px;
879- vertical-align: middle;
880+ vertical-align: top;
881+ margin-top: 4px;
882 margin-right: 3px;
883 }
884
885-#folder-window .folder-contents .bottom-buttons span{
886+.folder.window .bottom-buttons div .home{
887+ display: block;
888+ float: left;
889+ width: 16px;
890+ height: 16px;
891+ padding: 0;
892+ margin: 4px 4px 0 0px;
893+ background: url(../img/folder/icon-nautilus-mono-home.png) center 48px;
894+}
895+
896+.folder.window.selected-window .bottom-buttons div .home{
897+ background-position: center 32px;
898+}
899+
900+#folder-window .bottom-buttons span{
901 color:white;
902 }
903
904 .folder .folder-list{
905 float:left;
906+ border-right: 1px solid #dad8d5;
907 }
908
909 .folder .list{
910- height: 468px;
911- width:146px;
912+ height: 418px;
913+ width:144px;
914 }
915
916 .folder .list p{
917@@ -68,25 +106,52 @@
918 }
919
920 .folder .list ul li{
921- padding:4px 0 4px 30px;
922- margin-right:5px;
923+ padding-left: 45px;
924 vertical-align: middle;
925-}
926-
927+ height: 23px;
928+ padding-top: 4px;
929+}
930+.folder .list ul li.home {
931+ background: url(../img/folder/home-icon.png) no-repeat 20px 5px;
932+}
933+.folder .list ul li.desktop {
934+ background: url(../img/folder/desktop-icon.png) no-repeat 20px 5px;
935+}
936+.folder .list ul li.documents {
937+ background: url(../img/folder/documents-icon.png) no-repeat 20px 5px;
938+}
939+.folder .list ul li.downloads {
940+ background: url(../img/folder/downloads-icon.png) no-repeat 20px 5px;
941+}
942+.folder .list ul li.music {
943+ background: url(../img/folder/music-icon.png) no-repeat 20px 5px;
944+}
945+.folder .list ul li.pictures {
946+ background: url(../img/folder/pictures-icon.png) no-repeat 20px 5px;
947+}
948+.folder .list ul li.videos {
949+ background: url(../img/folder/videos-icon.png) no-repeat 20px 5px;
950+}
951+.folder .list ul li.rubbish {
952+ background: url(../img/folder/rubbish-icon.png) no-repeat 20px 5px;
953+}
954 .folder .list ul li.selected{
955 color:white;
956- background:#ed7543;
957+ background-color:#ed7543;
958+ background-position: 20px -16px;
959 }
960
961+
962 .folder .folder-contents{
963 float:left;
964 }
965
966 .folder .contents{
967 background-color:#f1f0ef;
968- height: 434px;
969+ height: 432px;
970 overflow: auto;
971 width: 584px;
972+ border-left: 1px solid #f2f1f0;
973 }
974
975 .folder .selected-details{
976@@ -106,71 +171,93 @@
977 }
978
979 #folder-window .buttons .folder-back{
980- width:30px;
981- height:37px;
982+ width:34px;
983+ height:34px;
984 overflow:hidden;
985- background: url(../img/folder/back.jpg) no-repeat 0px 0px;
986+ background: url(../img/folder/image-nautilus-back.png) no-repeat 0px -33px;
987 }
988
989 #folder-window .buttons .folder-forward{
990- width:30px;
991- height:37px;
992+ width:34px;
993+ height:34px;
994 overflow:hidden;
995- background: url(../img/folder/forward.jpg) no-repeat 0px 0px;
996+ background: url(../img/folder/image-nautilus-forward.png) no-repeat 0px -33px;
997 }
998
999-#folder-window .buttons .folder-forward:hover,
1000-#folder-window .buttons .folder-back:hover {
1001- background-position: 0px -39px;
1002-}
1003 #folder-window .buttons .disabled{
1004- background-position: 0px -78px !important;
1005- }
1006+ background-position: 0px 0px !important;
1007+}
1008+
1009 #folder-window .buttons .folder-icon-view{
1010 margin:5px 0px 0px 5px;
1011 }
1012
1013 #folder-window.window{
1014- background-color:#e6e4e3;
1015-}
1016-
1017-
1018- .folder .folder-contents .contents .file.display-icon p{
1019- width: 53px;
1020- overflow:hidden;
1021- margin:0 auto;
1022- padding:2px;
1023- -moz-border-radius: 4px 4px 4px 4px;
1024- -webkit-border-radius: 4px 4px 4px 4px;
1025- border-radius: 4px 4px 4px 4px;
1026- }
1027-
1028- .folder .buttons .folder-search{
1029+ background-color:#e7e5e4;
1030+}
1031+
1032+.folder .folder-contents .contents .file.display-icon p{
1033+ width: 53px;
1034+ overflow:hidden;
1035+ margin:0 auto;
1036+ padding:2px;
1037+ -moz-border-radius: 4px 4px 4px 4px;
1038+ -webkit-border-radius: 4px 4px 4px 4px;
1039+ border-radius: 4px 4px 4px 4px;
1040+}
1041+
1042+.folder .buttons .folder-search{
1043 width:36px;
1044 height:38px;
1045 overflow:hidden;
1046 background: url(../img/folder/search.jpg) no-repeat 0px 0px;
1047 }
1048+
1049 .folder .buttons .folder-search:hover{
1050 background-position: 0px -38px;
1051- }
1052+}
1053
1054 .folder .folder-contents .contents .display-icon{
1055- width:130px;
1056- height:80px;
1057- float:left;
1058- text-align: center;
1059- margin:10px;
1060- line-height: 12px;
1061- }
1062+ width:130px;
1063+ height:80px;
1064+ float:left;
1065+ text-align: center;
1066+ margin:10px;
1067+ line-height: 12px;
1068+}
1069
1070 .file-folder.display-icon p{
1071- background:url(../img/folder/folder-icon.png) no-repeat 0px 0px;
1072- height:38px;
1073- width:47px;
1074- overflow:hidden;
1075- margin:0 auto;
1076- }
1077+ background:url(../img/folder/icon-nautilus-folder-generic.png) no-repeat 0px 0px;
1078+ height:38px;
1079+ width:47px;
1080+ overflow:hidden;
1081+ margin:0 auto;
1082+}
1083+
1084+.file-folder.display-icon.icon-documents p{
1085+ background-image:url(../img/folder/icon-nautilus-folder-document.png);
1086+}
1087+
1088+.file-folder.display-icon.icon-downloads p{
1089+ background-image:url(../img/folder/icon-nautilus-folder-downloads.png);
1090+}
1091+
1092+.file-folder.display-icon.icon-music p{
1093+ background-image:url(../img/folder/icon-nautilus-folder-music.png);
1094+}
1095+
1096+.file-folder.display-icon.icon-videos p{
1097+ background-image:url(../img/folder/icon-nautilus-folder-videos.png);
1098+}
1099+
1100+.file-folder.display-icon.icon-pictures p{
1101+ background-image:url(../img/folder/icon-nautilus-folder-pictures.png);
1102+}
1103+
1104+.file-folder.display-icon.icon-desktop p{
1105+ background-image:url(../img/folder/icon-nautilus-folder-desktop.png);
1106+}
1107+
1108 .display-compact{
1109 float:none;
1110 height: 28px;
1111@@ -221,11 +308,11 @@
1112 }
1113
1114 .contents .display-icon.over p{
1115- background-position: 0px -39px;
1116+ background-position: 0px -40px;
1117 }
1118
1119 .display-icon.selected p{
1120- background-position: 0px -78px !important;
1121+ background-position: 0px -80px !important;
1122 }
1123
1124 .contents .display-compact.over p{
1125
1126=== modified file 'css/fr.css'
1127--- css/fr.css 2013-02-06 07:47:17 +0000
1128+++ css/fr.css 2014-05-18 21:53:52 +0000
1129@@ -1,22 +1,26 @@
1130 /* base.css */
1131-#top #top-right #power .drop-down{
1132- margin-left:-232px;
1133-}
1134-#top #top-right #time .drop-down{
1135- margin-left:-233px;
1136-}
1137-#top #top-right #speakers .drop-down{
1138- margin-left:-152px;
1139-}
1140 #top #top-right #connection .drop-down{
1141- width: 235px;
1142- margin-left: -91px;
1143+ width: 245px;
1144+ margin-left: -50px;
1145 }
1146 #top #top-right #bluetooth .drop-down{
1147 width:315px;
1148 margin-left: -152px;
1149 }
1150
1151+#top #top-right #time .drop-down {
1152+ width: 290px;
1153+ margin-left: -225px;
1154+}
1155+#top #top-right #time .system-calendar {
1156+ height: 255px;
1157+}
1158+#top #top-right #message .drop-down {
1159+ margin-left: -63px;
1160+}
1161+#top #top-right #message .system-message {
1162+ width: 210px;
1163+}
1164
1165 /* email.css */
1166
1167@@ -32,7 +36,7 @@
1168
1169 /* folder.css */
1170 .folder {
1171- width: 752px;
1172+ width: 755px;
1173 }
1174 .folder .list{
1175 width: 168px;
1176@@ -54,11 +58,6 @@
1177 width: 149px;
1178 }
1179
1180-/* systemoverlay.css */
1181-#systemOverlay .app-container .app-list {
1182- height: 120px;
1183-}
1184-
1185 /* ubuntuone.css */
1186 #ubuntuone-window .content .body .features .files-anywhere .logo {
1187 margin-top: 0px;
1188@@ -72,9 +71,43 @@
1189
1190 /* Welcome Screen CSS */
1191 #welcome-screen {
1192- width: 760px;
1193+ width: 765px;
1194 }
1195 #welcome-screen li a {
1196 width: 195px;
1197 }
1198+#welcome-screen .welcome-header {
1199+ padding-right: 10px;
1200+}
1201+
1202+/* tourguide.css */
1203+#tour-guide {
1204+ width: 395px;
1205+ height:200px;
1206+}
1207+
1208+#tour-guide .tour-buttons div{
1209+ width:80px;
1210+}
1211+
1212+/* Ajouts par cm-t */
1213+/* icone lang */
1214+#top #top-right #lang{
1215+ padding-top:2px;
1216+}
1217+#top #top-right #lang .drop-down{
1218+ margin-left: -8px;
1219+ margin-top: -2px;
1220+ width: 298px;
1221+}
1222+/* icone cloud */
1223+#top #top-right #cloud{
1224+ padding-top:4px;
1225+}
1226+#top #top-right #cloud .drop-down{
1227+ margin-left: -45px;
1228+ margin-top: -1px;
1229+ width: 290px;
1230+}
1231+
1232
1233
1234=== modified file 'css/libre.css'
1235--- css/libre.css 2013-01-18 20:24:03 +0000
1236+++ css/libre.css 2014-05-18 21:53:52 +0000
1237@@ -11,13 +11,8 @@
1238
1239 #libreoffice-calc-window .content{
1240 background:url(../img/librecalc.jpg) no-repeat;
1241- width:805px;
1242- height:569px;
1243- margin-top:5px;
1244-}
1245-
1246-#libreoffice-calc-window .control .close{
1247- background:url(../img/error/close-button.png) no-repeat;
1248+ width:795px;
1249+ height:534px;
1250 }
1251
1252 #libreoffice-calc-window .control .close:hover {
1253@@ -32,21 +27,23 @@
1254
1255 #libreoffice-writer-window .content{
1256 background:url(../img/librewriter.jpg) no-repeat;
1257- width:806px;
1258- height:552px;
1259- margin-top:5px;
1260-}
1261-
1262-#libreoffice-writer-window .control .close{
1263- background:url(../img/error/close-button.png) no-repeat;
1264-}
1265-
1266-#libreoffice-writer-window .control .close:hover {
1267- background-position: 0 -19px;
1268-}
1269-
1270-#libreoffice-writer-window .content span,
1271-#libreoffice-calc-window .content span,
1272+ width:793px;
1273+ height:532px;
1274+}
1275+
1276+#libreoffice-writer-window .control .min:hover,
1277+#libreoffice-calc-window .control .min:hover,
1278+#libreoffice-impress-window .control .min:hover {
1279+ background-position: 0 0 !important;
1280+}
1281+#libreoffice-writer-window .control .max:hover,
1282+#libreoffice-calc-window .control .max:hover,
1283+#libreoffice-impress-window .control .max:hover {
1284+ background-position: 0 0 !important;
1285+}
1286+
1287+#libreoffice-writer-window .content span,
1288+#libreoffice-calc-window .content span,
1289 #libreoffice-impress-window .content span{
1290 color: #B3B4A6;
1291 font-size: 15px;
1292@@ -64,13 +61,8 @@
1293
1294 #libreoffice-impress-window .content{
1295 background:url(../img/libreimpress.jpg) no-repeat;
1296- width:802px;
1297- height:551px;
1298- margin-top:5px;
1299-}
1300-
1301-#libreoffice-impress-window .control .close{
1302- background:url(../img/error/close-button.png) no-repeat;
1303+ width:793px;
1304+ height:527px;
1305 }
1306
1307 #libreoffice-impress-window .control .close:hover {
1308
1309=== modified file 'css/movieplayer.css'
1310--- css/movieplayer.css 2013-01-18 20:24:03 +0000
1311+++ css/movieplayer.css 2014-05-18 21:53:52 +0000
1312@@ -20,7 +20,6 @@
1313 background:url(../img/movieplayer/splash.jpg) no-repeat scroll center center #000;
1314 width:100%;
1315 height: 494px;
1316- margin-top: 5px;
1317 }
1318
1319 #movieplayer .container .tools{
1320
1321=== modified file 'css/shotwell.css'
1322--- css/shotwell.css 2013-01-18 20:24:03 +0000
1323+++ css/shotwell.css 2014-05-18 21:53:52 +0000
1324@@ -16,7 +16,6 @@
1325 float:left;
1326 width:215px;
1327 margin-right:10px;
1328- margin-top:5px;
1329 }
1330
1331 #shotwell .nav{
1332@@ -62,7 +61,6 @@
1333 }
1334
1335 #shotwell .container {
1336- margin-top:5px;
1337 float: left;
1338 width:572px;
1339 border-left:1px solid #bdbab7;
1340
1341=== modified file 'css/systemoverlay.css'
1342--- css/systemoverlay.css 2013-01-18 20:24:03 +0000
1343+++ css/systemoverlay.css 2014-05-18 21:53:52 +0000
1344@@ -7,8 +7,7 @@
1345 width:100%;
1346 height:100%;
1347 position: absolute;
1348- /*background:url(../img/dash-bg-60.png);*/
1349- background-color:rgba(60, 25, 59, 0.5);
1350+ background-color:rgba(96,22,19,0.7);
1351 top:0px;
1352 left:0px;
1353 z-index:12;
1354@@ -53,6 +52,9 @@
1355 vertical-align: text-top;
1356 margin-right: 8px;
1357 }
1358+#systemOverlay .app-list img {
1359+ margin-right: 0;
1360+}
1361 #systemOverlay #shortcuts img{
1362 vertical-align: middle;
1363 margin-right:15px;
1364@@ -79,14 +81,21 @@
1365 margin-top:10px;
1366 }
1367
1368+#systemOverlay #overlayContents .message {
1369+ min-height: 100%;
1370+ height: auto;
1371+ display: table-cell;
1372+ vertical-align: middle;
1373+}
1374+
1375 #systemOverlay #overlayContents .bottom{
1376- margin-bottom:40px;
1377+ margin-bottom:20px;
1378 }
1379
1380 #systemOverlay .app-container .app-list{
1381 width:100%;
1382 height:110px;
1383- margin:20px;
1384+ margin:10px 20px;
1385 overflow:hidden;
1386 }
1387
1388@@ -110,7 +119,7 @@
1389 }
1390
1391 #systemOverlay .app-container .app-list div p{
1392- font-size:14px;
1393+ font-size: 13px;
1394 margin-top: 0px;
1395 }
1396
1397@@ -221,6 +230,13 @@
1398 #systemOverlay #dash-bottom-bar .video-icon{
1399 background:url(../img/dash/dash-video.png) no-repeat scroll 0px -44px;
1400 }
1401+#systemOverlay #dash-bottom-bar .photos-icon{
1402+ background:url(../img/dash/dash-photos.png) no-repeat scroll 0px -44px;
1403+}
1404+#systemOverlay #dash-bottom-bar .chat-icon{
1405+ background:url(../img/dash/dash-chat.png) no-repeat scroll 0px -44px;
1406+}
1407+
1408
1409 #systemOverlay #dash-bottom-bar .bottom-wrapper div:hover{
1410 background-position: 0px -88px;
1411@@ -230,4 +246,38 @@
1412 background-position: 0px 0px;
1413 }
1414
1415-
1416+#systemOverlay #preview {
1417+ width: 800px;
1418+ position: absolute;
1419+}
1420+
1421+#systemOverlay #preview .image {
1422+ width: 400px;
1423+ float: left;
1424+}
1425+
1426+#systemOverlay #preview .info,
1427+#systemOverlay #preview .buttons {
1428+ width: 380px;
1429+ float: left;
1430+ padding-left: 20px;
1431+}
1432+
1433+#systemOverlay #preview .buttons a {
1434+ margin: 0 10px 10px 0;
1435+ display: block;
1436+ height: 35px;
1437+ line-height: 35px;
1438+ text-align: center;
1439+ width: 175px;
1440+ float: left;
1441+ border: 1px solid #999;
1442+ -moz-border-radius: 8px 8px 8px 8px;
1443+ -webkit-border-radius: 8px 8px 8px 8px;
1444+ border-radius: 8px 8px 8px 8px;
1445+ color: #fff;
1446+}
1447+
1448+#systemOverlay #preview .buttons a:hover {
1449+ background-color: rgba(255, 255, 255, 0.1);
1450+}
1451
1452=== modified file 'css/tourguide.css'
1453--- css/tourguide.css 2013-01-18 20:24:03 +0000
1454+++ css/tourguide.css 2014-05-18 21:53:52 +0000
1455@@ -5,12 +5,18 @@
1456
1457 #tour-guide{
1458 position:absolute;
1459- bottom:0px;
1460- left:0px;
1461- width:100%;
1462- height:50px;
1463- background-color:#111;
1464+ top:150px;
1465+ right:20px;
1466+ width:370px;
1467+ height:189px;
1468+ background-color: rgba(0, 0, 0, 0.85);
1469 z-index:100;
1470+ -moz-border-radius:4px 4px 4px 4px;
1471+ -webkit-border-radius:4px 4px 4px 4px;
1472+ border-radius:4px 4px 4px 4px;
1473+ -moz-box-shadow: 0px 0px 5px #000;
1474+ -webkit-box-shadow: 0px 0px 5px #000;
1475+ box-shadow: 0px 0px 5px #000;
1476 }
1477
1478 #tour-guide .guide-container{
1479@@ -19,64 +25,79 @@
1480
1481 #tour-guide .next-button{
1482 position: relative;
1483- width: 50px;
1484+ width: 30px;
1485 z-index: 2;
1486- height:50px;
1487- margin-right:150px;
1488+ height:30px;
1489+ margin-right:15px;
1490+ margin-top: 15px;
1491 float:right;
1492 cursor:pointer;
1493+ text-align: center;
1494+ font-size: 30px;
1495+ border: 1px solid #333;
1496+ border-left: 0px;
1497+ color: #AEA79F;
1498+ -moz-border-radius: 0 4px 4px 0;
1499+ -webkit-border-radius: 0 4px 4px 0;
1500+ border-radius: 0 4px 4px 0;
1501+ line-height: .8;
1502 }
1503
1504 #tour-guide .prev-button{
1505 position: relative;
1506- width: 50px;
1507+ width: 30px;
1508 z-index: 2;
1509- height:50px;
1510+ height:30px;
1511+ margin-top: 15px;
1512+ float:right;
1513+ cursor:pointer;
1514+ text-align: center;
1515+ font-size: 30px;
1516+ border: 1px solid #333;
1517+ color: #AEA79F;
1518+ -moz-border-radius: 4px 0 0 4px;
1519+ -webkit-border-radius: 4px 0 0 4px;
1520+ border-radius: 4px 0 0 4px;
1521+ line-height: .8;
1522+}
1523+
1524+#tour-guide .prev-button:hover,
1525+#tour-guide .next-button:hover {
1526+ background-color:#000000;
1527+ color: #fff;
1528+}
1529+
1530+#tour-guide .tour-buttons{
1531+ position: absolute;
1532+ bottom: 0;
1533+ border-top: 1px solid #333;
1534+ width: 100%;
1535+}
1536+#tour-guide .tour-buttons div{
1537+ border-left: 1px solid #000;
1538+ border-right: 1px solid #333;
1539+ cursor:pointer;
1540 float:left;
1541- cursor:pointer;
1542-}
1543-
1544-#tour-guide .prev-button img{
1545- margin:10px 0 0 25px;
1546- cursor:pointer;
1547-}
1548-
1549-#tour-guide .next-button img{
1550- margin:10px 0 0 25px;
1551- cursor:pointer;
1552-}
1553-
1554-#tour-guide .explore-to-welcome{
1555- position:absolute;
1556- right:80px;
1557- bottom:3px;
1558- width:45px;
1559- height:45px;
1560- -moz-border-radius:10px 10px 10px 10px;
1561- -webkit-border-radius:10px 10px 10px 10px;
1562- border-radius:10px 10px 10px 10px;
1563- background:url(../img/tourguide/back-to-welcome.png) no-repeat;
1564- cursor: pointer;
1565- -webkit-box-shadow: 0 0 5px #000000;
1566- -moz-box-shadow: 0 0 5px #000000;
1567- box-shadow: 0 0 5px #000000;
1568-}
1569-
1570-#tour-guide .explore-to-download{
1571- position:absolute;
1572- right:20px;
1573- bottom:3px;
1574- width:45px;
1575- height:45px;
1576- -moz-border-radius:10px 10px 10px 10px;
1577- -webkit-border-radius:10px 10px 10px 10px;
1578- border-radius:10px 10px 10px 10px;
1579- background:url(../img/tourguide/back-to-download.png) no-repeat;
1580- cursor: pointer;
1581- -webkit-box-shadow: 0 0 5px #000000;
1582- -moz-box-shadow: 0 0 5px #000000;
1583- box-shadow: 0 0 5px #000000;
1584-
1585+ width:72px;
1586+ height:44px;
1587+ font-size: 14px;
1588+ padding-top: 10px;
1589+ padding-left: 50px;
1590+ line-height: 16px;
1591+}
1592+#tour-guide .tour-buttons div:hover{
1593+ background-color:#000000;
1594+}
1595+#tour-guide .tour-buttons .explore-to-welcome {
1596+ background: url(../img/tourguide/welcome.png) no-repeat scroll 15px center;
1597+ border-left: 0;
1598+}
1599+#tour-guide .tour-buttons .explore-to-download {
1600+ background: url(../img/tourguide/download.png) no-repeat scroll 15px center;
1601+}
1602+#tour-guide .tour-buttons .explore-to-exit {
1603+ background: url(../img/tourguide/close.png) no-repeat scroll 15px center;
1604+ border-right: 0;
1605 }
1606
1607 #tour-guide .guide-logo{
1608@@ -84,7 +105,7 @@
1609 height:50px;
1610 float:left;
1611 background-repeat:no-repeat;
1612- margin:0px 20px;
1613+ margin:15px 5px 0 15px;
1614 }
1615
1616 #tour-guide .guide-logo img{
1617@@ -92,54 +113,20 @@
1618 }
1619
1620 #tour-guide h3{
1621- font-size:20px;
1622+ font-size:16px;
1623 display:inline;
1624 position:relative;
1625- top:13px;
1626+ top:26px;
1627 margin-bottom:0px;
1628 }
1629
1630 #tour-guide p{
1631 font-size:16px;
1632- display:inline;
1633 font-weight: normal;
1634- margin-left: 20px;
1635- position:relative;
1636- top:13px;
1637- margin-bottom:0px;
1638-}
1639-
1640-#tour-guide .explore-tooltip-download{
1641- height:20px;
1642- background:url(../img/black-bg-20.png);
1643- background-color:rgba(0,0,0,0.2);
1644- display:none;
1645- position: absolute;
1646- bottom:55px;
1647- right:10px;
1648- padding:5px;
1649- -moz-border-radius: 4px 4px 4px 4px;
1650- -webkit-border-radius: 4px 4px 4px 4px;
1651- border-radius: 4px 4px 4px 4px;
1652- -moz-box-shadow: 0px 0px 5px #000;
1653- -webkit-box-shadow: 0px 0px 5px #000;
1654- box-shadow: 0px 0px 5px #000;
1655-}
1656-
1657-#tour-guide .explore-tooltip-welcome{
1658- height:20px;
1659- background:url(../img/black-bg-20.png);
1660- background-color:rgba(0,0,0,0.2);
1661- display:none;
1662- position: absolute;
1663- bottom:55px;
1664- right:40px;
1665- padding:5px;
1666- -moz-border-radius: 4px 4px 4px 4px;
1667- -webkit-border-radius: 4px 4px 4px 4px;
1668- border-radius: 4px 4px 4px 4px;
1669- -moz-box-shadow: 0px 0px 5px #000;
1670- -webkit-box-shadow: 0px 0px 5px #000;
1671- box-shadow: 0px 0px 5px #000;
1672-}
1673-
1674+ position:absolute;
1675+ top: 70px;
1676+ padding: 0 15px 15px;
1677+ border-bottom: 1px solid #000;
1678+ line-height: 1.5;
1679+ margin-top: 0;
1680+}
1681
1682=== modified file 'css/welcome.css'
1683--- css/welcome.css 2013-01-18 20:24:03 +0000
1684+++ css/welcome.css 2014-05-18 21:53:52 +0000
1685@@ -76,7 +76,7 @@
1686 list-style: none;
1687 }
1688 #welcome-screen li a {
1689- padding: 28px 0 22px 57px;
1690+ padding: 24px 0 24px 59px;
1691 display: block;
1692 width: 160px;
1693 text-decoration: none;
1694@@ -102,49 +102,49 @@
1695 margin-top: -20px;
1696 }
1697 #welcome-screen .browse-files {
1698- background: url("../img/welcome/browse-files.png") no-repeat 12px 15px;
1699+ background: url("../img/welcome/browse-files.png") no-repeat 10px center;
1700 }
1701 #welcome-screen .surf-the-web {
1702- background: url("../img/welcome/surf-the-web.png") no-repeat 12px 15px;
1703+ background: url("../img/welcome/surf-the-web.png") no-repeat 10px center;
1704 border-right:0px;
1705 border-top:1px solid #fff;
1706 }
1707 #welcome-screen .check-email {
1708- background: url("../img/welcome/check-email.png") no-repeat 12px 15px;
1709+ background: url("../img/welcome/check-email.png") no-repeat 10px center;
1710 border-top:1px solid #fff;
1711 }
1712 #welcome-screen .watch-video {
1713- background: url("../img/welcome/watch-video.png") no-repeat 12px 15px;
1714+ background: url("../img/welcome/watch-video.png") no-repeat 10px center;
1715 border-right:0px;
1716 border-bottom:0px;
1717 }
1718 #welcome-screen .view-photos {
1719- background: url("../img/welcome/view-photos.png") no-repeat 12px 15px;
1720+ background: url("../img/welcome/view-photos.png") no-repeat 10px center;
1721 border-right:0px;
1722 }
1723 #welcome-screen .find-apps {
1724- background: url("../img/welcome/find-apps.png") no-repeat 12px 15px;
1725+ background: url("../img/welcome/find-apps.png") no-repeat 10px center;
1726 }
1727 #welcome-screen .create-documents {
1728- background: url("../img/welcome/create-documents.png") no-repeat 15px 15px;
1729+ background: url("../img/welcome/create-documents.png") no-repeat 10px center;
1730 }
1731 #welcome-screen .create-spreadsheets {
1732- background: url("../img/welcome/create-spreadsheets.png") no-repeat 15px 15px;
1733+ background: url("../img/welcome/create-spreadsheets.png") no-repeat 10px center;
1734 border-bottom:0px;
1735 }
1736 #welcome-screen .create-presentations {
1737- background: url("../img/welcome/create-presentations.png") no-repeat 15px 15px;
1738+ background: url("../img/welcome/create-presentations.png") no-repeat 10px center;
1739 border-bottom: 0px;
1740 }
1741 #welcome-screen .listen-music{
1742- background: url("../img/welcome/listen-to-music.png") no-repeat 12px 15px;
1743+ background: url("../img/welcome/listen-to-music.png") no-repeat 10px center;
1744 }
1745 #welcome-screen .system-indicators{
1746- background: url("../img/welcome/indicators.png") no-repeat 12px 15px;
1747+ background: url("../img/welcome/indicators.png") no-repeat 10px center;
1748 border-bottom:1px solid #d5d5d5;
1749 }
1750 #welcome-screen .applications{
1751- background: url("../img/welcome/applications.png") no-repeat 12px 15px;
1752+ background: url("../img/welcome/applications.png") no-repeat 10px center;
1753 border-right:0px;
1754 border-bottom:1px solid #d5d5d5;
1755 }
1756
1757=== modified file 'en/index.html'
1758--- en/index.html 2013-01-18 20:24:03 +0000
1759+++ en/index.html 2014-05-18 21:53:52 +0000
1760@@ -70,33 +70,23 @@
1761 <div id="title"></div>
1762 </div>
1763 <div id="top-right">
1764- <div id="message"><img src="../img/top/nomessage.jpg" class="message-logo" alt="" />
1765+ <div id="connection"><img src="../img/top/connection.png" alt=""/>
1766 <ul class="drop-down">
1767- <li class="disabled"><img src="../img/top/available.jpg" alt=""/> Available
1768- </li>
1769- <li class="disabled"><img src="../img/top/away.jpg" alt=""/> Away
1770- </li>
1771- <li class="disabled"><img src="../img/top/busy.jpg" alt=""/> Busy
1772- </li>
1773- <li class="disabled"><img src="../img/top/invisible.jpg" alt=""/> Invisible
1774- </li>
1775- <li class="disabled"><img src="../img/top/offline.jpg" alt=""/> Offline
1776- </li>
1777- <li class="divider"></li>
1778- <li class="disabled"><img src="../img/top/chat.png" alt=""/> Chat
1779- </li>
1780- <li class="divider"></li>
1781- <li class="disabled"><img src="../img/top/broadcast.png" alt=""/> Set Up Broadcast Account…
1782- </li>
1783- <li class="divider"></li>
1784- <li class="disabled"><img src="../img/top/mail.png" alt=""/> Set Up Mail…
1785- </li>
1786- <li class="divider"></li>
1787- <li class="disabled"><img src="../img/top/uone.png" alt=""/> Ubuntu One
1788- </li>
1789- <li class="divider"></li>
1790- <li class="disabled">
1791- Clear
1792+ <li class="disabled">
1793+ Auto eth0
1794+ </li>
1795+ <li class="disabled">
1796+ Disconnect
1797+ </li>
1798+ <li class="divider"></li>
1799+ <!--<li class="disabled"><img src="../img/top/wireless-icon.png" alt=""/> My Wireless Connection</li>
1800+ <li class="disabled">Disconnect</li>
1801+ <li class="divider"></li>-->
1802+ <li class="disabled">
1803+ Connection Information
1804+ </li>
1805+ <li class="disabled">
1806+ Edit Connections…
1807 </li>
1808 </ul>
1809 </div>
1810@@ -129,24 +119,9 @@
1811 </li>
1812 </ul>
1813 </div>
1814- <div id="connection"><img src="../img/top/connection.png" alt=""/>
1815+ <div id="message"><img src="../img/top/nomessage.jpg" class="message-logo" alt="" />
1816 <ul class="drop-down">
1817- <li class="disabled">
1818- Auto eth0
1819- </li>
1820- <li class="disabled">
1821- Disconnect
1822- </li>
1823- <li class="divider"></li>
1824- <!--<li class="disabled"><img src="../img/top/wireless-icon.png" alt=""/> My Wireless Connection</li>
1825- <li class="disabled">Disconnect</li>
1826- <li class="divider"></li>-->
1827- <li class="disabled">
1828- Connection Information
1829- </li>
1830- <li class="disabled">
1831- Edit Connections…
1832- </li>
1833+ <li class="system-message"></li>
1834 </ul>
1835 </div>
1836 <div id="speakers"><img src="../img/top/speakers3.png" class="speakers-logo" alt=""/>
1837@@ -173,45 +148,37 @@
1838 <p></p>
1839 <ul class="drop-down">
1840 <li class="system-calendar"></li>
1841- <li class="divider"></li>
1842- <li class="disabled">
1843- Time &amp; Date Settings…
1844- </li>
1845 </ul>
1846 </div>
1847 <div id="power"><img src="../img/top/power.png" alt=""/>
1848 <ul class="drop-down">
1849 <li class="disabled">
1850- System Settings…
1851- </li>
1852- <li class="disabled">
1853- Displays…
1854- </li>
1855- <li class="disabled">
1856- Startup Applications…
1857- </li>
1858- <li class="disabled">
1859- Software Up to Date
1860- </li>
1861- <li class="divider"></li>
1862- <li class="disabled">
1863- Attached Devices
1864- </li>
1865- <li class="disabled">
1866- Printers
1867- </li>
1868- <li class="divider"></li>
1869- <li class="disabled">
1870- Lock Screen
1871- </li>
1872- <li class="disabled">
1873- Log Out…
1874- </li>
1875+ About This Computer
1876+ </li>
1877+ <li class="disabled">
1878+ Ubuntu Help
1879+ </li>
1880+ <li class="divider"></li>
1881+ <li class="disabled">
1882+ System Settings&hellip;
1883+ </li>
1884+ <li class="divider"></li>
1885+ <li class="disabled">
1886+ Lock <span class="key-combo">Ctrl+Alt+L</span>
1887+ </li>
1888+ <li class="disabled user">
1889+ Guest Session
1890+ </li>
1891+ <li class="divider"></li>
1892+ <li class="disabled">
1893+ Logout
1894+ </li>
1895+ <li class="divider"></li>
1896 <li class="disabled">
1897 Suspend
1898 </li>
1899 <li class="disabled">
1900- Hibernate
1901+ Restart&hellip;
1902 </li>
1903 <li>
1904 Shut Down…
1905@@ -234,22 +201,26 @@
1906 </li>
1907 <li class="firefox"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Firefox Web Browser</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1908 </li>
1909- <li class="software"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Ubuntu Software Centre</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1910- </li>
1911 <li class="writer"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Writer</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1912 </li>
1913+ <li class="calc"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Calc</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1914+ </li>
1915 <li class="impress"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Impress</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1916 </li>
1917- <li class="calc"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Calc</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1918- </li>
1919- <li class="uone"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Ubuntu One</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1920- </li>
1921- <li class="email"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Thunderbird Mail</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1922+ <li class="software"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Ubuntu Software Centre</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1923+ </li>
1924+ <li class="amazon"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Amazon</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1925+ </li>
1926+ <li class="settings"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>System Settings</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1927+ </li>
1928+ <li class="email temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""><span>Thunderbird Mail</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt="">
1929 </li>
1930 <li class="shotwell temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Shotwell Photo Manager</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1931 </li>
1932 <li class="movieplayer temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Movie Player</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1933 </li>
1934+ <li class="email temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Thunderbird</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
1935+ </li>
1936 <!--<li class="workspace"><span>Workspace Switcher</span></li>-->
1937 <li class="rubbish bottom">
1938 <span>Rubbish bin</span>
1939@@ -259,7 +230,7 @@
1940 <div id="systemOverlay">
1941 <div class="copyDash"></div>
1942 <div id="overlayContents">
1943- <input type="text" name="search" value="Search"/>
1944+ <input type="text" name="search" value="Search your computer and online sources"/>
1945 <div id="display-home" class="app-container">
1946 <div class="recent-apps bottom"><img src="../img/overlay/recentapps.png" alt=""/> Applications <div class="app-list"></div>
1947 </div>
1948@@ -279,7 +250,7 @@
1949 </div>
1950 <div class="folders"><img src="../img/overlay/folders.png" alt=""/> Folders<div class="app-list"></div>
1951 </div>
1952-
1953+
1954 </div>
1955 <div id="display-find-music" class="app-container">
1956 <div class="songs bottom"><img src="../img/overlay/folders.png" alt=""/> Songs<div class="app-list"></div>
1957@@ -291,6 +262,15 @@
1958 <div class="videos bottom"><img src="../img/overlay/folders.png" alt=""/> Videos<div class="app-list"></div>
1959 </div>
1960 </div>
1961+ <div id="display-find-photos" class="app-container">
1962+ <div class="photos bottom"><img src="../img/overlay/folders.png" alt=""/> My photos<div class="app-list"></div>
1963+ </div>
1964+ </div>
1965+ <div id="display-chat" class="app-container">
1966+ <div class="message">
1967+ <p>Sorry, there is nothing that matches your search</p>
1968+ </div>
1969+ </div>
1970 <div id="display-search" class="app-container">
1971 <div class="applications bottom"><img src="../img/overlay/search-apps-logo.jpg" alt=""/> Applications<div class="app-list"></div>
1972 </div>
1973@@ -304,7 +284,18 @@
1974 <div class="applications-icon"></div>
1975 <div class="files-icon"></div>
1976 <div class="music-icon"></div>
1977- <div class="video-icon last"></div>
1978+ <div class="video-icon"></div>
1979+ <div class="photos-icon"></div>
1980+ <div class="chat-icon last"></div>
1981+ </div>
1982+ </div>
1983+ <div id="preview">
1984+ <div class="image"></div>
1985+ <div class="info"></div>
1986+ <div class="buttons">
1987+ <a class="email">E-mail</a>
1988+ <a class="showInFolder">Show in Folder</a>
1989+ <a class="open">Open</a>
1990 </div>
1991 </div>
1992 </div>
1993@@ -376,58 +367,40 @@
1994 <div id="libreoffice-calc-window" class="calc window">
1995 <div class="control">
1996 <div class="close"></div>
1997+ <div class="min"></div>
1998+ <div class="max"></div>
1999 <div class="window-title">
2000 Untitled 1 - LibreOffice Calc
2001 </div>
2002 </div>
2003 <div class="content">
2004- <span>File</span>
2005- <span>Edit</span>
2006- <span>View</span>
2007- <span>Insert</span>
2008- <span>Format</span>
2009- <span>Table</span>
2010- <span>Tools</span>
2011- <span>Window</span>
2012- <span>Help</span>
2013+
2014 </div>
2015 </div>
2016 <div id="libreoffice-writer-window" class="writer window">
2017 <div class="control">
2018 <div class="close"></div>
2019+ <div class="min"></div>
2020+ <div class="max"></div>
2021 <div class="window-title">
2022 Untitled 1 - LibreOffice Writer
2023 </div>
2024 </div>
2025 <div class="content">
2026- <span>File</span>
2027- <span>Edit</span>
2028- <span>View</span>
2029- <span>Insert</span>
2030- <span>Format</span>
2031- <span>Table</span>
2032- <span>Tools</span>
2033- <span>Window</span>
2034- <span>Help</span>
2035+
2036 </div>
2037 </div>
2038 <div id="libreoffice-impress-window" class="impress window">
2039 <div class="control">
2040 <div class="close"></div>
2041+ <div class="min"></div>
2042+ <div class="max"></div>
2043 <div class="window-title">
2044 Untitled 1 - LibreOffice Impress
2045 </div>
2046 </div>
2047 <div class="content">
2048- <span>File</span>
2049- <span>Edit</span>
2050- <span>View</span>
2051- <span>Insert</span>
2052- <span>Format</span>
2053- <span>Table</span>
2054- <span>Tools</span>
2055- <span>Window</span>
2056- <span>Help</span>
2057+
2058 </div>
2059 </div>
2060 <div class="error-window window">
2061@@ -963,89 +936,42 @@
2062 <div class="max"></div>
2063 <div class="window-title"></div>
2064 </div>
2065- <div style="clear:both;"></div>
2066+
2067+ <div class="buttons">
2068+ <div class="folder-back"></div>
2069+ <div class="folder-forward"></div>
2070+ </div>
2071+ <div class="bottom-buttons"></div>
2072+ <div style="clear:both;"></div>
2073 <div class="folder-list">
2074 <div class="list">
2075 <p>
2076- Computer
2077+ Places
2078 </p>
2079 <ul>
2080- <li class="home selected" data-folder="home"><img src="../img/folder/home-icon.png" alt=""/> Home
2081- </li>
2082- <li class="desktop" data-folder="5"><img src="../img/folder/desktop-icon.png" alt=""/> Desktop
2083- </li>
2084- <li class="documents" data-folder="0"><img src="../img/folder/documents-icon.png" alt=""/> Documents
2085- </li>
2086- <li class="downloads" data-folder="1"><img src="../img/folder/downloads-icon.png" alt=""/> Downloads
2087- </li>
2088- <li class="music" data-folder="2"><img src="../img/folder/music-icon.png" alt=""/> Music
2089- </li>
2090- <li class="pictures" data-folder="4"><img src="../img/folder/pictures-icon.png" alt=""/> Pictures
2091- </li>
2092- <li class="videos" data-folder="3"><img src="../img/folder/videos-icon.png" alt=""/> Videos
2093- </li>
2094- <li class="rubbish" data-folder="bin"><img src="../img/folder/rubbish-icon.png" alt=""/> Rubbish bin
2095- </li>
2096+ <li class="home selected" data-folder="home">Home</li>
2097+ <li class="desktop" data-folder="5">Desktop</li>
2098+ <li class="documents" data-folder="0">Documents</li>
2099+ <li class="downloads" data-folder="1">Downloads</li>
2100+ <li class="music" data-folder="2">Music</li>
2101+ <li class="pictures" data-folder="4">Pictures</li>
2102+ <li class="videos" data-folder="3">Videos</li>
2103+ <li class="rubbish" data-folder="bin">Rubbish bin</li>
2104 </ul>
2105 </div>
2106 </div>
2107 <div class="folder-contents">
2108- <div class="buttons">
2109- <div class="folder-back"></div>
2110- <div class="folder-forward"></div>
2111- </div>
2112- <div class="bottom-buttons"></div>
2113- <div style="clear:both;"></div>
2114 <div class="contents"></div>
2115 <div class="selected-details"></div>
2116 </div>
2117 </div>
2118- <!--<div id="welcome">
2119- <div id="welcome-screen">
2120- <div class="close"></div>
2121- <h1>Welcome to the Ubuntu online tour!</h1>
2122- <h2>Take Ubuntu for a test drive with our online demo.</h2>
2123- <ul>
2124- <li>
2125- <a class="browse-files" href="#browse-files">Browse files</a>
2126- </li>
2127- <li>
2128- <a class="surf-the-web" href="#surf-the-web">Surf the web</a>
2129- </li>
2130- <li>
2131- <a class="check-email" href="#check-email">Check email</a>
2132- </li>
2133- <li>
2134- <a class="view-photos" href="#view-photos">View photos</a>
2135- </li>
2136- <li>
2137- <a class="find-apps" href="#find-apps">Find apps</a>
2138- </li>
2139- <li>
2140- <a class="create-documents" href="#create-documents">Create documents</a>
2141- </li>
2142- <li>
2143- <a class="create-spreadsheets" href="#create-spreadsheets">Create spreadsheets</a>
2144- </li>
2145- <li>
2146- <a class="create-presentations" href="#create-presentations">Create presentations</a>
2147- </li>
2148- </ul>
2149- <div class="language-mode">
2150- <span class="active">English</span>
2151- <a href="/tour/zh-CN/">中文</a>
2152- </div>
2153- <a class="explore-mode primary" href="#">Show yourself around</a>
2154- <a class="tour-mode" href="#">Take the guided tour</a>
2155- </div>
2156- </div>-->
2157 <div id="welcome">
2158 <div id="welcome-screen" class="selected-window">
2159 <div class="control">
2160 <div class="window-title">Ubuntu tour</div>
2161 </div>
2162 <div class="welcome-header">
2163- <h1>Welcome to the Ubuntu 12.10 tour!</h1>
2164+ <h1>Welcome to the Ubuntu 14.04 tour!</h1>
2165 <h2>Take Ubuntu for a test drive with our online demo.</h2>
2166 </div>
2167 <ul>
2168@@ -1086,13 +1012,11 @@
2169 </div>
2170 </div>
2171 <div id="tour-guide">
2172- <div class="next-button"><img src="../img/tourguide/arrow-next.png" alt="" />
2173- </div>
2174- <div class="prev-button"><img src="../img/tourguide/arrow-prev.png" alt="" />
2175- </div>
2176+ <div class="next-button">&rsaquo;</div>
2177+ <div class="prev-button">&lsaquo;</div>
2178 <div class="guide-container welcome">
2179- <div class="guide-logo"></div>
2180- <h3></h3>
2181+ <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>
2182+ <h3>Ubuntu online tour</h3>
2183 <p>
2184 We hope you've enjoyed the Ubuntu online tour. <a href="http://www.ubuntu.com/download/ubuntu/download?utm_source=tour&utm_medium=online&utm_campaign=tour" target="_blank">Ready to download?</a> or <a href="/ubuntu/take-the-tour" >back to the site</a>
2185 </p>
2186@@ -1169,14 +1093,11 @@
2187 You can watch all your favourite films and videos, DVDs, downloads or movies you've created yourself.
2188 </p>
2189 </div>
2190- <div class="explore-tooltip-download">
2191- Download
2192- </div>
2193- <div class="explore-tooltip-welcome">
2194- Welcome Screen
2195- </div>
2196- <div class="explore-to-welcome"></div>
2197- <div class="explore-to-download"></div>
2198+ <div class=" tour-buttons">
2199+ <div class="explore-to-welcome">Welcome screen</div>
2200+ <div class="explore-to-download">Download Ubuntu</div>
2201+ <div class="explore-to-exit">Exit the Tour</div>
2202+ </div>
2203 </div>
2204 <div id="Translation-Strings">
2205 <!--
2206@@ -1395,8 +1316,8 @@
2207 <br/>
2208 All gameplay is based on time manipulation. Journey into worlds where time behaves strangely; observe, learn from, and then master these worlds.
2209 </p>
2210- <p class="_banshee_app_">
2211- Banshee Media Player
2212+ <p class="_rhythmbox_app_">
2213+ Rhythmbox Media Player
2214 </p>
2215 <p class="_brasero_app_">
2216 Brasero Disc Burner
2217@@ -1431,6 +1352,18 @@
2218 <p class="_terminal_app_">
2219 Terminal Server Client
2220 </p>
2221+ <p class="_ubuntu_one_app_">
2222+ Ubuntu One
2223+ </p>
2224+ <p class="_ubuntu_software_center_app_">
2225+ Ubuntu Software Center
2226+ </p>
2227+ <p class="_ubuntu_one_music_app_">
2228+ Ubuntu One Music
2229+ </p>
2230+ <p class="_amazon_app_">
2231+ Amazon
2232+ </p>
2233 <p class="_about_me_app_">
2234 About Me
2235 </p>
2236@@ -1449,7 +1382,7 @@
2237 <!--
2238 * Dash
2239 -->
2240- <p class="_search_">Search</p>
2241+ <p class="_search_">Search your computer and online sources</p>
2242 <!--
2243 * Notifications
2244 -->
2245@@ -1475,13 +1408,13 @@
2246 Files Details - Images
2247 -->
2248 <p class="_photo_size_">
2249- 15.2KB
2250+ 15.2KB
2251 </p>
2252 <p class="_photo_date_">
2253 Fri 26 Oct, 2001
2254 </p>
2255 <p class="_buck_off_title_">
2256- Buck Off
2257+ Buck Off
2258 </p>
2259 <p class="_darkening_clockwork_title_">
2260 Darkening Clockwork
2261
2262=== modified file 'fr/index.html'
2263--- fr/index.html 2013-01-28 07:20:45 +0000
2264+++ fr/index.html 2014-05-18 21:53:52 +0000
2265@@ -48,10 +48,10 @@
2266 <div id="dot-container">
2267 <noscript>
2268 <p>
2269- This demo uses JavaScript. Either your browser doesn't support JavaScript, or it's currently switched off.
2270- <br/>
2271- <br/>
2272- Don't panic. We've got <a href="/ubuntu/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :)
2273+ Cette démonstration utilise JavaScript. Soit votre navigateur web ne supporte pas JavaScript, soit il est actuellement désactivé.
2274+ <br/>
2275+ <br/>
2276+ <!--Don't panic. We've got <a href="/ubuntu/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :) -->
2277 </p>
2278 </noscript>
2279 </div>
2280@@ -71,67 +71,6 @@
2281 <div id="title"></div>
2282 </div>
2283 <div id="top-right">
2284- <div id="message"><img src="../img/top/nomessage.jpg" class="message-logo" alt="" />
2285- <ul class="drop-down">
2286- <li class="disabled"><img src="../img/top/available.jpg" alt=""/> Disponible
2287- </li>
2288- <li class="disabled"><img src="../img/top/away.jpg" alt=""/> Absent(e)
2289- </li>
2290- <li class="disabled"><img src="../img/top/busy.jpg" alt=""/> Occupé(e)
2291- </li>
2292- <li class="disabled"><img src="../img/top/invisible.jpg" alt=""/> Invisible
2293- </li>
2294- <li class="disabled"><img src="../img/top/offline.jpg" alt=""/> Hors ligne
2295- </li>
2296- <li class="divider"></li>
2297- <li class="disabled"><img src="../img/top/chat.png" alt=""/> Messagerie instantanée
2298- </li>
2299- <li class="divider"></li>
2300- <li class="disabled"><img src="../img/top/broadcast.png" alt=""/> Configurer le microblogage…
2301- </li>
2302- <li class="divider"></li>
2303- <li class="disabled"><img src="../img/top/mail.png" alt=""/> Configurer le courriel…
2304- </li>
2305- <li class="divider"></li>
2306- <li class="disabled"><img src="../img/top/uone.png" alt=""/> Ubuntu One
2307- </li>
2308- <li class="divider"></li>
2309- <li class="disabled">
2310- Effacer
2311- </li>
2312- </ul>
2313- </div>
2314- <div id="bluetooth"><img src="../img/top/bluetooth.png" alt=""/>
2315- <ul class="drop-down">
2316- <li class="disabled bluetooth">
2317- Bluetooth : actif
2318- </li>
2319- <li>
2320- Désactiver le Bluetooth
2321- </li>
2322- <li class="disabled BtOn">
2323- Visible
2324- </li>
2325- <li class="divider"></li>
2326- <li class="disabled BtOn">
2327- Périphériques
2328- </li>
2329- <li class="disabled BtOn">
2330- Ubuntu Phone
2331- </li>
2332- <li class="divider"></li>
2333- <li class="disabled BtOn">
2334- Envoyer des fichiers à un périphérique...
2335- </li>
2336- <li class="disabled BtOn">
2337- Configurer un nouveau périphérique...
2338- </li>
2339- <li class="divider BtOn"></li>
2340- <li class="disabled">
2341- Réglages du Bluetooth…
2342- </li>
2343- </ul>
2344- </div>
2345 <div id="connection"><img src="../img/top/connection.png" alt=""/>
2346 <ul class="drop-down">
2347 <li class="disabled">
2348@@ -148,8 +87,42 @@
2349 Informations sur la connexion
2350 </li>
2351 <li class="disabled">
2352- Modification des connexions...
2353- </li>
2354+ Modification des connexions…
2355+ </li>
2356+ </ul>
2357+ </div>
2358+ <div id="bluetooth"><img src="../img/top/bluetooth.png" alt=""/>
2359+ <ul class="drop-down">
2360+ <li class="disabled bluetooth">
2361+ Bluetooth : actif
2362+ </li>
2363+ <li>
2364+ Désactiver le Bluetooth
2365+ </li>
2366+ <li class="divider"></li>
2367+ <li class="disabled BtOn">
2368+ Visible
2369+ </li>
2370+ <li class="divider BtOn"></li>
2371+ <li class="disabled BtOn">
2372+ Envoyer des fichiers à un périphérique…
2373+ </li>
2374+ <li class="disabled BtOn">
2375+ Parcourir les fichiers sur le périphérique…
2376+ </li>
2377+ <li class="divider"></li>
2378+ <li class="disabled BtOn">
2379+ Configurer un nouveau périphérique…
2380+ </li>
2381+ <li class="divider BtOn"></li>
2382+ <li class="disabled">
2383+ Paramètres bluetooth…
2384+ </li>
2385+ </ul>
2386+ </div>
2387+ <div id="message"><img src="../img/top/nomessage.jpg" class="message-logo" alt="" />
2388+ <ul class="drop-down">
2389+ <li class="system-message"></li>
2390 </ul>
2391 </div>
2392 <div id="speakers"><img src="../img/top/speakers3.png" class="speakers-logo" alt=""/>
2393@@ -168,7 +141,7 @@
2394 </li>
2395 <li class="divider"></li>
2396 <li class="disabled">
2397- Réglages du son...
2398+ Paramètres sonores…
2399 </li>
2400 </ul>
2401 </div>
2402@@ -176,10 +149,6 @@
2403 <p></p>
2404 <ul class="drop-down">
2405 <li class="system-calendar"></li>
2406- <li class="divider"></li>
2407- <li class="disabled">
2408- Réglages de la date et de l'heure…
2409- </li>
2410 </ul>
2411 </div>
2412 <div id="power"><img src="../img/top/power.png" alt=""/>
2413@@ -196,18 +165,16 @@
2414 </li>
2415 <li class="divider"></li>
2416 <li class="disabled">
2417- Verrouiller
2418+ Verrouiller <span class="key-combo">Ctrl+Alt+L</span>
2419 </li>
2420- <li class="disabled">
2421+ <li class="disabled user">
2422 Session d'invité
2423 </li>
2424- <li class="disabled">
2425- Vous
2426- </li>
2427 <li class="divider"></li>
2428 <li class="disabled">
2429 Fermer la session…
2430 </li>
2431+ <li class="divider"></li>
2432 <li class="disabled">
2433 Mettre en veille
2434 </li>
2435@@ -235,17 +202,19 @@
2436 </li>
2437 <li class="firefox"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Navigateur Web Firefox</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2438 </li>
2439- <li class="software"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Logithèque Ubuntu</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2440- </li>
2441 <li class="writer"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Writer</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2442 </li>
2443+ <li class="calc"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Calc</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2444+ </li>
2445 <li class="impress"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Impress</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2446 </li>
2447- <li class="calc"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>LibreOffice Calc</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2448- </li>
2449- <li class="uone"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Ubuntu One</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2450- </li>
2451- <li class="email"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Messagerie Thunderbird</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2452+ <li class="software"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Logithèque Ubuntu</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2453+ </li>
2454+ <li class="amazon"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Amazon</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2455+ </li>
2456+ <li class="settings"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Paramètres système</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2457+ </li>
2458+ <li class="email temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""><span>Messagerie Thunderbird</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt="">
2459 </li>
2460 <li class="shotwell temp"><img src="../img/menu/open-arrow.png" class="open-arrow" alt=""/><span>Gestionnaire de photos Shotwell</span><img src="../img/menu/selected-arrow.png" class="selected-window-arrow" alt=""/>
2461 </li>
2462@@ -260,7 +229,7 @@
2463 <div id="systemOverlay">
2464 <div class="copyDash"></div>
2465 <div id="overlayContents">
2466- <input type="text" name="search" value="Search"/>
2467+ <input type="text" name="search" value="Rechercher sur votre ordinateur et à partir de sources en ligne"/>
2468 <div id="display-home" class="app-container">
2469 <div class="recent-apps bottom"><img src="../img/overlay/recentapps.png" alt=""/> Applications <div class="app-list"></div>
2470 </div>
2471@@ -280,7 +249,7 @@
2472 </div>
2473 <div class="folders"><img src="../img/overlay/folders.png" alt=""/> Dossiers<div class="app-list"></div>
2474 </div>
2475-
2476+
2477 </div>
2478 <div id="display-find-music" class="app-container">
2479 <div class="songs bottom"><img src="../img/overlay/folders.png" alt=""/> Morceaux<div class="app-list"></div>
2480@@ -292,6 +261,15 @@
2481 <div class="videos bottom"><img src="../img/overlay/folders.png" alt=""/> Vidéos<div class="app-list"></div>
2482 </div>
2483 </div>
2484+ <div id="display-find-photos" class="app-container">
2485+ <div class="photos bottom"><img src="../img/overlay/folders.png" alt=""/> Mes photos<div class="app-list"></div>
2486+ </div>
2487+ </div>
2488+ <div id="display-chat" class="app-container">
2489+ <div class="message">
2490+ <p>Désolé, aucun résultat ne correspond à votre recherche.</p>
2491+ </div>
2492+ </div>
2493 <div id="display-search" class="app-container">
2494 <div class="applications bottom"><img src="../img/overlay/search-apps-logo.jpg" alt=""/> Applications<div class="app-list"></div>
2495 </div>
2496@@ -305,7 +283,18 @@
2497 <div class="applications-icon"></div>
2498 <div class="files-icon"></div>
2499 <div class="music-icon"></div>
2500- <div class="video-icon last"></div>
2501+ <div class="video-icon"></div>
2502+ <div class="photos-icon"></div>
2503+ <div class="chat-icon last"></div>
2504+ </div>
2505+ </div>
2506+ <div id="preview">
2507+ <div class="image"></div>
2508+ <div class="info"></div>
2509+ <div class="buttons">
2510+ <a class="email">Courriel</a>
2511+ <a class="showInFolder">Afficher dans le dossier</a>
2512+ <a class="open">Voir</a>
2513 </div>
2514 </div>
2515 </div>
2516@@ -326,7 +315,7 @@
2517 <div>
2518 <h3>Vos fichiers disponibles partout</h3>
2519 <p>
2520- Sauvegardez et accédez à vos fichiers depuis Ubuntu, Windows, le web ou un téléphone portable.
2521+ Sauvegardez et accédez à vos fichiers depuis Ubuntu, Windows, le web ou un téléphone portable
2522 </p>
2523 </div>
2524 </div>
2525@@ -377,58 +366,40 @@
2526 <div id="libreoffice-calc-window" class="calc window">
2527 <div class="control">
2528 <div class="close"></div>
2529+ <div class="min"></div>
2530+ <div class="max"></div>
2531 <div class="window-title">
2532 Sans nom 1 - LibreOffice Calc
2533 </div>
2534 </div>
2535 <div class="content">
2536- <span>Fichier</span>
2537- <span>Édition</span>
2538- <span>Affichage</span>
2539- <span>Insertion</span>
2540- <span>Format</span>
2541- <span>Outils</span>
2542- <span>Données</span>
2543- <span>Fenêtre</span>
2544- <span>Aide</span>
2545+
2546 </div>
2547 </div>
2548 <div id="libreoffice-writer-window" class="writer window">
2549 <div class="control">
2550 <div class="close"></div>
2551+ <div class="min"></div>
2552+ <div class="max"></div>
2553 <div class="window-title">
2554 Sans nom 1 – LibreOffice Writer
2555 </div>
2556 </div>
2557 <div class="content">
2558- <span>Fichier</span>
2559- <span>Édition</span>
2560- <span>Affichage</span>
2561- <span>Insertion</span>
2562- <span>Format</span>
2563- <span>Tableau</span>
2564- <span>Outils</span>
2565- <span>Fenêtre</span>
2566- <span>Aide</span>
2567+
2568 </div>
2569 </div>
2570 <div id="libreoffice-impress-window" class="impress window">
2571 <div class="control">
2572 <div class="close"></div>
2573+ <div class="min"></div>
2574+ <div class="max"></div>
2575 <div class="window-title">
2576 Sans nom 1 – LibreOffice Impress
2577 </div>
2578 </div>
2579 <div class="content">
2580- <span>Fichier</span>
2581- <span>Édition</span>
2582- <span>Affichage</span>
2583- <span>Insertion</span>
2584- <span>Format</span>
2585- <span>Outils</span>
2586- <span>Diaporama</span>
2587- <span>Fenêtre</span>
2588- <span>Aide</span>
2589+
2590 </div>
2591 </div>
2592 <div class="error-window window">
2593@@ -438,7 +409,7 @@
2594 </div>
2595 <div class="error-container">
2596 <h1>Merci d'explorer Ubuntu&nbsp;!</h1>
2597- <a class="download" href="http://www.ubuntu-fr.org/telechargement" target="_blank">Télécharger Ubuntu</a>
2598+ <a class="download" href="http://ubuntu-fr.org/telechargement?pk_campaign=tour&pk_kwd=popup" target="_blank">Télécharger Ubuntu</a>
2599 <h2>Pour rappel, ceci n'est qu'une démonstration. Vous devez télécharger Ubuntu pour profiter de toutes ses possibilités !</h2>
2600 </div>
2601 </div>
2602@@ -665,7 +636,7 @@
2603 <div class="description-container">
2604 <div class="description-image"><img src="../img/software-centre/screenshot-blender.jpg" alt="" />
2605 </div>
2606- <div class="description"><img src="../img/software-centre/screenshot-blender.jpg" alt="" />Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse quam augue, convallis id commodo id, tristique ac mi. Ut dapibus, neque eget elementum pretium, nunc turpis congue eros, et interdum nisi nisi at diam. Duis dictum, justo eget imperdiet pulvinar, dolor est fermentum nisl, luctus imperdiet metus elit a purus. Quisque nisl enim, lacinia ut venenatis in, porttitor eget orci. Quisque non nibh nec risus tincidunt sollicitudin vitae et nisl. Proin odio lacus, vulputate non auctor sit amet, dapibus quis tortor. Donec elit libero, pellentesque quis dictum sed, hendrerit non libero. Aliquam eu diam id leo auctor tincidunt. Phasellus cursus felis at nulla facilisis semper. Cras mauris urna, adipiscing sed scelerisque ut, gravida id neque. Mauris ut vestibulum justo. Curabitur convallis elementum pellentesque. Duis sit amet arcu ac eros pretium scelerisque. Nunc nec nisi nulla.
2607+ <div class="description"><img src="../img/software-centre/screenshot-blender.jpg" alt="" />Blender est une suite logicielle intégrée pour la modélisation, l'animation, le rendu, la post-production, la création et le rendu interactif (jeux). Blender a sa propre interface utilisateur implémentée entièrement avec OpenGL et conçue pour la vitesse. Une interface Python est disponible pour les scripts (les fonctions d'import/export pour les formats de fichiers 3D populaires comme 3D Studio et Wavefront Obj sont implémentés par des scripts par la communauté). Les images fixes, les animations, les modèles pour des jeux ou autre moteurs tiers et le contenu interactif sous forme de binaire portable sont fréquents dans l'utilisation de Blender.
2608 </div>
2609 <div style="clear:both;"></div>
2610 </div>
2611@@ -869,7 +840,7 @@
2612 Titre : <span class="title"></span>
2613 </div>
2614 <div>
2615- Date : <span class="date"></span>
2616+ Date&nbsp;: <span class="date"></span>
2617 </div>
2618 <div>
2619 Taille : <span class="size"></span>
2620@@ -915,7 +886,7 @@
2621 <div class="firefox-back"></div>
2622 <div class="firefox-forward"></div>
2623 <div class="firefox-url">
2624- <input type="text" name="submitURL" id="submitURL" value="http://www.ubuntu.com"/>
2625+ <input type="text" name="submitURL" id="submitURL" value="http://www.ubuntu-fr.org"/>
2626 </div>
2627 <div class="firefox-search">
2628 <input type="text" name="submitSearch" id="submitSearch" value="Wikipedia" class="fade-text"/>
2629@@ -925,7 +896,7 @@
2630 <div class="firefox-internet">
2631 <div class="web-overlay-tran"></div>
2632 <div class="theIframe">
2633- <iframe src="../http://www.ubuntu.com" id="firefoxInternet" >
2634+ <iframe src="http://www.ubuntu-fr.org" id="firefoxInternet" >
2635 <p>
2636 Votre navigateur ne prend pas en charge iframes.
2637 </p>
2638@@ -944,7 +915,7 @@
2639 <img src="../img/powerwarning.jpg" alt=""/>
2640 <div class="message">
2641 <p>
2642- Voulez-vous vraiment quitter tous les programmes et éteindre l'ordinateur ?
2643+ Voulez-vous vraiment quitter tous les programmes et éteindre l'ordinateur&nbsp;?
2644 </p>
2645 </div>
2646 <div class="shutdown-buttons">
2647@@ -964,89 +935,42 @@
2648 <div class="max"></div>
2649 <div class="window-title"></div>
2650 </div>
2651- <div style="clear:both;"></div>
2652+
2653+ <div class="buttons">
2654+ <div class="folder-back"></div>
2655+ <div class="folder-forward"></div>
2656+ </div>
2657+ <div class="bottom-buttons"></div>
2658+ <div style="clear:both;"></div>
2659 <div class="folder-list">
2660 <div class="list">
2661 <p>
2662- Poste de travail
2663+ Raccourcis
2664 </p>
2665 <ul>
2666- <li class="home selected" data-folder="home"><img src="../img/folder/home-icon.png" alt=""/> Dossier personnel
2667- </li>
2668- <li class="desktop" data-folder="5"><img src="../img/folder/desktop-icon.png" alt=""/> Bureau
2669- </li>
2670- <li class="documents" data-folder="0"><img src="../img/folder/documents-icon.png" alt=""/> Documents
2671- </li>
2672- <li class="pictures" data-folder="4"><img src="../img/folder/pictures-icon.png" alt=""/> Images
2673- </li>
2674- <li class="music" data-folder="2"><img src="../img/folder/music-icon.png" alt=""/> Musique
2675- </li>
2676- <li class="downloads" data-folder="1"><img src="../img/folder/downloads-icon.png" alt=""/> Téléchargements
2677- </li>
2678- <li class="videos" data-folder="3"><img src="../img/folder/videos-icon.png" alt=""/> Vidéos
2679- </li>
2680- <li class="rubbish" data-folder="bin"><img src="../img/folder/rubbish-icon.png" alt=""/> Corbeille
2681- </li>
2682+ <li class="home selected" data-folder="home">Dossier personnel</li>
2683+ <li class="desktop" data-folder="5">Bureau</li>
2684+ <li class="documents" data-folder="0">Documents</li>
2685+ <li class="pictures" data-folder="4">Images</li>
2686+ <li class="music" data-folder="2">Musique</li>
2687+ <li class="downloads" data-folder="1">Téléchargements</li>
2688+ <li class="videos" data-folder="3">Vidéos</li>
2689+ <li class="rubbish" data-folder="bin">Corbeille</li>
2690 </ul>
2691 </div>
2692 </div>
2693 <div class="folder-contents">
2694- <div class="buttons">
2695- <div class="folder-back"></div>
2696- <div class="folder-forward"></div>
2697- </div>
2698- <div class="bottom-buttons"></div>
2699- <div style="clear:both;"></div>
2700 <div class="contents"></div>
2701 <div class="selected-details"></div>
2702 </div>
2703 </div>
2704- <!--<div id="welcome">
2705- <div id="welcome-screen">
2706- <div class="close"></div>
2707- <h1>Welcome to the Ubuntu online tour!</h1>
2708- <h2>Essayez Ubuntu avec notre démonstration en ligne.</h2>
2709- <ul>
2710- <li>
2711- <a class="browse-files" href="#browse-files">Parcourir les fichiers</a>
2712- </li>
2713- <li>
2714- <a class="surf-the-web" href="#surf-the-web">Naviguer sur le web</a>
2715- </li>
2716- <li>
2717- <a class="check-email" href="#check-email">Relever le courriel</a>
2718- </li>
2719- <li>
2720- <a class="view-photos" href="#view-photos">Voir vos photos</a>
2721- </li>
2722- <li>
2723- <a class="find-apps" href="#find-apps">Trouver des applications</a>
2724- </li>
2725- <li>
2726- <a class="create-documents" href="#create-documents">Créer des documents</a>
2727- </li>
2728- <li>
2729- <a class="create-spreadsheets" href="#create-spreadsheets">Créer des feuilles de calcul</a>
2730- </li>
2731- <li>
2732- <a class="create-presentations" href="#create-presentations">Cr&eacute;er des pr&eacute;sentations</a>
2733- </li>
2734- </ul>
2735- <div class="language-mode">
2736- <span class="active">Français</span>
2737- <a href="http://ubuntu.com/tour/en/">English</a>
2738- </div>
2739- <a class="explore-mode primary" href="#">Découvrez par vous-même</a>
2740- <a class="tour-mode" href="#">Suivez le guide</a>
2741- </div>
2742- </div>-->
2743 <div id="welcome">
2744 <div id="welcome-screen" class="selected-window">
2745 <div class="control">
2746 <div class="window-title">Visite guidée Ubuntu</div>
2747 </div>
2748 <div class="welcome-header">
2749- <h1>Bienvenue dans la visite guidée d'Ubuntu 12.10&nbsp;!</h1>
2750+ <h1>Bienvenue dans la visite guidée d'Ubuntu 14.04 LTS&nbsp;!</h1>
2751 <h2>Essayez Ubuntu avec notre démonstration en ligne.</h2>
2752 </div>
2753 <ul>
2754@@ -1080,22 +1004,20 @@
2755 </ul>
2756 <div class="language-mode">
2757 <span class="active">Français</span>
2758- <a href="http://ubuntu.com/tour/en/">English</a>
2759+ <a href="http://www.ubuntu.com/tour/en/">Anglais</a>
2760 </div>
2761 <a class="explore-mode primary" href="#">Découvrez par vous-même</a>
2762 <a class="tour-mode" href="#">Suivez le guide</a>
2763 </div>
2764 </div>
2765 <div id="tour-guide">
2766- <div class="next-button"><img src="../img/tourguide/arrow-next.png" alt="" />
2767- </div>
2768- <div class="prev-button"><img src="../img/tourguide/arrow-prev.png" alt="" />
2769- </div>
2770+ <div class="next-button">&rsaquo;</div>
2771+ <div class="prev-button">&lsaquo;</div>
2772 <div class="guide-container welcome">
2773- <div class="guide-logo"></div>
2774- <h3></h3>
2775+ <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>
2776+ <h3>Découverte en ligne d'Ubuntu</h3>
2777 <p>
2778- Nous esp&eacute;rons que vous avez appr&eacute;ci&eacute; la visite d'Ubuntu en ligne. <a href="http://www.ubuntu-fr.org/telechargement" target="_blank">Télécharger Ubuntu</a> ou <a href="http://ubuntu-fr.org/" >revenir sur le site</a>.
2779+ Nous esp&eacute;rons que vous avez appr&eacute;ci&eacute; la visite d'Ubuntu en ligne. <a href="http://ubuntu-fr.org/telechargement?pk_campaign=tour&pk_kwd=popup" target="_blank">Prêt à télécharger&nbsp;?</a> ou <a href="/ubuntu/take-the-tour" >retourner sur le site</a>
2780 </p>
2781 </div>
2782 <div class="guide-container home">
2783@@ -1109,7 +1031,7 @@
2784 <div class="guide-container firefox">
2785 <div class="guide-logo"><img src="../img/tourguide/firefox-small.png" />
2786 </div>
2787- <h3>Naviguer sur le web</h3>
2788+ <h3>Naviguer sur le Web</h3>
2789 <p>
2790 Naviguer sur le Web est rapide et sécurisé avec Ubuntu et Firefox.
2791 </p>
2792@@ -1170,14 +1092,11 @@
2793 Regardez tous vos films, DVD et vidéos préférés et vos propres réalisations.
2794 </p>
2795 </div>
2796- <div class="explore-tooltip-download">
2797- Télécharger
2798- </div>
2799- <div class="explore-tooltip-welcome">
2800- Écran d'accueil
2801- </div>
2802- <div class="explore-to-welcome"></div>
2803- <div class="explore-to-download"></div>
2804+ <div class=" tour-buttons">
2805+ <div class="explore-to-welcome">Écran d'accueil</div>
2806+ <div class="explore-to-download">Télécharger Ubuntu</div>
2807+ <div class="explore-to-exit">Quitter le guide</div>
2808+ </div>
2809 </div>
2810 <div id="Translation-Strings">
2811 <!--
2812@@ -1208,7 +1127,7 @@
2813 Ubuntu fonctionne à merveille avec une large gamme de périphériques. Il vous suffit de brancher votre lecteur mp3, appareil photo ou une imprimante et vous serez opérationnel tout de suite. Aucun CD d'installation. Pas de chichi. Et il est compatible avec Windows aussi! Ainsi, vous pouvez ouvrir, modifier et partager des documents Microsoft Office sans stress.
2814 </p>
2815 <p class="_email_4_body_">
2816- Vous pouvez surfer en toute sécurité avec Ubuntu - sûr que vos fichiers et vos données resteront protégés. Un pare-feu intégré et une protection contre les virus sont livrés en standard. Et si une menace potentielle apparaît, nous fournissons des mises à jour automatiques que vous pouvez installer en un seul clic. Vous obtenez une sécurité supplémentaire avec AppArmor, qui protège vos applications importantes afin que les attaquants ne puissent pas accéder à votre système. Et grâce à Firefox et gnome-keyring, Ubuntu vous permet de garder vos informations privées... privées. Ainsi, qu'il s'agisse d' accéder à votre compte bancaire ou de  partager des données sensibles avec des amis ou des collègues, vous aurez l'esprit en paix quand vous en avez le plus besoin.
2817+ Vous pouvez surfer en toute sécurité avec Ubuntu - sûr que vos fichiers et vos données resteront protégés. Un pare-feu intégré et une protection contre les virus sont livrés en standard. Et si une menace potentielle apparaît, nous fournissons des mises à jour automatiques que vous pouvez installer en un seul clic. Vous obtenez une sécurité supplémentaire avec AppArmor, qui protège vos applications importantes afin que les attaquants ne puissent pas accéder à votre système. Et grâce à Firefox et gnome-keyring, Ubuntu vous permet de garder vos informations privées… privées. Ainsi, qu'il s'agisse d' accéder à votre compte bancaire ou de  partager des données sensibles avec des amis ou des collègues, vous aurez l'esprit en paix quand vous en avez le plus besoin.
2818 </p>
2819 <p class="_email_5_body_">
2820 Profitez de la simplicité de l'interface élégante et intuitive d'Ubuntu. Rapide, sûr et avec des milliers d'applications à choisir, Ubuntu vous donne une expérience cohérente, intégrée et simplifiée que vous pouvez vraiment personnaliser selon vos goûts.
2821@@ -1217,7 +1136,7 @@
2822 Merci d'explorer Ubuntu ! Pour rappel, ceci n'est qu'une démonstration. Vous devez télécharger Ubuntu pour profiter de toutes ses possibilités !
2823 <br/>
2824 <br/>
2825- <a href="http://www.ubuntu-fr.org/telechargement" target="_blank">Télécharger Ubuntu</a>
2826+ <a href="http://ubuntu-fr.org/telechargement?pk_campaign=tour&pk_kwd=popup" target="_blank">Télécharger Ubuntu</a>
2827 </p>
2828 <p class="_write_">
2829 Écrire
2830@@ -1319,7 +1238,7 @@
2831 Chromium sert de base pour Google Chrome, qui est Chromium rebaptisé (nom et logo) avec quelques ajouts tels que le suivi d'utilisation et un système de mise à jour automatique.
2832 <br/>
2833 <br/>
2834- Ce paquet contient le navigateur web Chromium.
2835+ Ce paquet contient le navigateur Web Chromium.
2836 </p>
2837 <p class="_beep_app_">
2838 BEEP
2839@@ -1343,7 +1262,7 @@
2840 Créer et éditer des images vectorielles au format SVG
2841 </p>
2842 <p class="_inkscape_desc_">
2843- Inkscape charge et sauvegarde un sous-ensemble du format SVG ( pour « Scalable Vector Graphics » signifiant Graphismes vectoriels redimensionnables), un standard maintenu par le consortium WWW.
2844+ Inkscape charge et sauvegarde un sous-ensemble du format SVG (pour « Scalable Vector Graphics » signifiant Graphismes vectoriels redimensionnables), un standard maintenu par le consortium WWW.
2845 <br/>
2846 <br/>
2847 L'interface utilisateur d'Inkscape devrait est similaire à celle de CorelDraw et d'autres programmes de dessin similaires. Elle offre des outils pour tracer rectangles, ellipses, objets de texte, images matricielles et courbes à main levée. De plus, les images vectorielles et matricielles bénéficient toutes les deux de la transparence alpha et peuvent être transformées arbitrairement.
2848@@ -1367,7 +1286,7 @@
2849 Jeu de construction / d'énigme basé sur la physique
2850 </p>
2851 <p class="_world_of_goo_desc_">
2852- Glissez et déposez des petites boules de pâte visqueuse pleines de vie, se tortillant, et parlant pour bâtir des structures, des ponts, des boulets de canon,des zeppelins et des langues géantes. Les millions de boules de Goo innocentes qui vivent dans le monde merveilleux des Goo sont curieux de partir à l'aventure.
2853+ Glissez et déposez des petites boules de pâte visqueuse pleines de vie, se tortillant, et parlant pour bâtir des structures, des ponts, des boulets de canon, des zeppelins et des langues géantes. Les millions de boules de Goo innocentes qui vivent dans le monde merveilleux des Goo sont curieux de partir à l'aventure.
2854 <br/>
2855 <br/>
2856 Mais ils ne savent pas qu'ils sont dans un jeu, ou qu'ils sont délicieux. Ce jeu de réflexion, le plus addictif et grandiose vous emportera dans une aventure que vous n'oublierez jamais !
2857@@ -1394,10 +1313,10 @@
2858 Braid considère votre temps et attention comme précieux, et fait tout son possible pour vous donner une expérience propre à élargir votre psyché.
2859 <br/>
2860 <br/>
2861- Tout la mécanique de jeu est basée sur la manipulation du temps. Voyagez dans des mondes où le temps se comporte étrangement, observez, apprenez puis maîtrisez ces mondes.
2862+ Toute la mécanique de jeu est basée sur la manipulation du temps. Voyagez dans des mondes où le temps se comporte étrangement, observez, apprenez puis maîtrisez ces mondes.
2863 </p>
2864- <p class="_banshee_app_">
2865- Lecteur multimédia Banshee
2866+ <p class="_rhythmbox_app_">
2867+ Lecteur de musique Rhythmbox
2868 </p>
2869 <p class="_brasero_app_">
2870 Gravure de disque Brasero
2871@@ -1432,6 +1351,18 @@
2872 <p class="_terminal_app_">
2873 Client terminal serveur
2874 </p>
2875+ <p class="_ubuntu_one_app_">
2876+ Ubuntu One
2877+ </p>
2878+ <p class="_ubuntu_software_center_app_">
2879+ Logithèque Ubuntu
2880+ </p>
2881+ <p class="_ubuntu_one_music_app_">
2882+ Ubuntu One Music
2883+ </p>
2884+ <p class="_amazon_app_">
2885+ Amazon
2886+ </p>
2887 <p class="_about_me_app_">
2888 À propos de moi
2889 </p>
2890@@ -1450,7 +1381,7 @@
2891 <!--
2892 * Dash
2893 -->
2894- <p class="_search_">Rechercher</p>
2895+ <p class="_search_">Rechercher sur votre ordinateur et à partir de sources en ligne</p>
2896 <!--
2897 * Notifications
2898 -->
2899@@ -1476,13 +1407,13 @@
2900 Files Details - Images
2901 -->
2902 <p class="_photo_size_">
2903- 15,2 ko
2904+ 15,2 ko
2905 </p>
2906 <p class="_photo_date_">
2907 ven. 26 oct. 2001
2908 </p>
2909 <p class="_buck_off_title_">
2910- Buck Off
2911+ Buck Off
2912 </p>
2913 <p class="_darkening_clockwork_title_">
2914 Darkening Clockwork
2915@@ -1551,7 +1482,7 @@
2916 3,3 Mo
2917 </p>
2918 <p class="_music_date_">
2919- Weds 14 October, 2010
2920+ jeu. 14 Oct. 2010
2921 </p>
2922 </div>
2923 <script type="text/javascript" src="../js/jquery.min.js"></script>
2924
2925=== added file 'img/applications/amazon.png'
2926Binary files img/applications/amazon.png 1970-01-01 00:00:00 +0000 and img/applications/amazon.png 2014-05-18 21:53:52 +0000 differ
2927=== added file 'img/applications/blur/amazon.png'
2928Binary files img/applications/blur/amazon.png 1970-01-01 00:00:00 +0000 and img/applications/blur/amazon.png 2014-05-18 21:53:52 +0000 differ
2929=== modified file 'img/applications/blur/calc.png'
2930Binary files img/applications/blur/calc.png 2013-01-18 20:24:03 +0000 and img/applications/blur/calc.png 2014-05-18 21:53:52 +0000 differ
2931=== modified file 'img/applications/blur/draw.png'
2932Binary files img/applications/blur/draw.png 2013-01-18 20:24:03 +0000 and img/applications/blur/draw.png 2014-05-18 21:53:52 +0000 differ
2933=== modified file 'img/applications/blur/firefox.png'
2934Binary files img/applications/blur/firefox.png 2013-01-18 20:24:03 +0000 and img/applications/blur/firefox.png 2014-05-18 21:53:52 +0000 differ
2935=== added file 'img/applications/blur/folder-desktop.png'
2936Binary files img/applications/blur/folder-desktop.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-desktop.png 2014-05-18 21:53:52 +0000 differ
2937=== added file 'img/applications/blur/folder-documents.png'
2938Binary files img/applications/blur/folder-documents.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-documents.png 2014-05-18 21:53:52 +0000 differ
2939=== added file 'img/applications/blur/folder-downloads.png'
2940Binary files img/applications/blur/folder-downloads.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-downloads.png 2014-05-18 21:53:52 +0000 differ
2941=== added file 'img/applications/blur/folder-generic.png'
2942Binary files img/applications/blur/folder-generic.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-generic.png 2014-05-18 21:53:52 +0000 differ
2943=== added file 'img/applications/blur/folder-music.png'
2944Binary files img/applications/blur/folder-music.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-music.png 2014-05-18 21:53:52 +0000 differ
2945=== added file 'img/applications/blur/folder-pictures.png'
2946Binary files img/applications/blur/folder-pictures.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-pictures.png 2014-05-18 21:53:52 +0000 differ
2947=== added file 'img/applications/blur/folder-videos.png'
2948Binary files img/applications/blur/folder-videos.png 1970-01-01 00:00:00 +0000 and img/applications/blur/folder-videos.png 2014-05-18 21:53:52 +0000 differ
2949=== modified file 'img/applications/blur/impress.png'
2950Binary files img/applications/blur/impress.png 2013-01-18 20:24:03 +0000 and img/applications/blur/impress.png 2014-05-18 21:53:52 +0000 differ
2951=== modified file 'img/applications/blur/math.png'
2952Binary files img/applications/blur/math.png 2013-01-18 20:24:03 +0000 and img/applications/blur/math.png 2014-05-18 21:53:52 +0000 differ
2953=== added file 'img/applications/blur/rhythmbox.png'
2954Binary files img/applications/blur/rhythmbox.png 1970-01-01 00:00:00 +0000 and img/applications/blur/rhythmbox.png 2014-05-18 21:53:52 +0000 differ
2955=== modified file 'img/applications/blur/screenshot.png'
2956Binary files img/applications/blur/screenshot.png 2013-01-18 20:24:03 +0000 and img/applications/blur/screenshot.png 2014-05-18 21:53:52 +0000 differ
2957=== modified file 'img/applications/blur/solitaire.png'
2958Binary files img/applications/blur/solitaire.png 2013-01-18 20:24:03 +0000 and img/applications/blur/solitaire.png 2014-05-18 21:53:52 +0000 differ
2959=== modified file 'img/applications/blur/systemsettings.png'
2960Binary files img/applications/blur/systemsettings.png 2013-01-18 20:24:03 +0000 and img/applications/blur/systemsettings.png 2014-05-18 21:53:52 +0000 differ
2961=== modified file 'img/applications/blur/thunderbird.png'
2962Binary files img/applications/blur/thunderbird.png 2013-01-18 20:24:03 +0000 and img/applications/blur/thunderbird.png 2014-05-18 21:53:52 +0000 differ
2963=== added file 'img/applications/blur/ubuntuone.png'
2964Binary files img/applications/blur/ubuntuone.png 1970-01-01 00:00:00 +0000 and img/applications/blur/ubuntuone.png 2014-05-18 21:53:52 +0000 differ
2965=== added file 'img/applications/blur/ubuntuonemusic.png'
2966Binary files img/applications/blur/ubuntuonemusic.png 1970-01-01 00:00:00 +0000 and img/applications/blur/ubuntuonemusic.png 2014-05-18 21:53:52 +0000 differ
2967=== modified file 'img/applications/blur/unknown.png'
2968Binary files img/applications/blur/unknown.png 2013-01-18 20:24:03 +0000 and img/applications/blur/unknown.png 2014-05-18 21:53:52 +0000 differ
2969=== modified file 'img/applications/blur/writer.png'
2970Binary files img/applications/blur/writer.png 2013-01-18 20:24:03 +0000 and img/applications/blur/writer.png 2014-05-18 21:53:52 +0000 differ
2971=== modified file 'img/applications/brasero.png'
2972Binary files img/applications/brasero.png 2013-01-18 20:24:03 +0000 and img/applications/brasero.png 2014-05-18 21:53:52 +0000 differ
2973=== modified file 'img/applications/calc.png'
2974Binary files img/applications/calc.png 2013-01-18 20:24:03 +0000 and img/applications/calc.png 2014-05-18 21:53:52 +0000 differ
2975=== modified file 'img/applications/draw.png'
2976Binary files img/applications/draw.png 2013-01-18 20:24:03 +0000 and img/applications/draw.png 2014-05-18 21:53:52 +0000 differ
2977=== modified file 'img/applications/empathy.png'
2978Binary files img/applications/empathy.png 2013-01-18 20:24:03 +0000 and img/applications/empathy.png 2014-05-18 21:53:52 +0000 differ
2979=== modified file 'img/applications/firefox.png'
2980Binary files img/applications/firefox.png 2013-01-18 20:24:03 +0000 and img/applications/firefox.png 2014-05-18 21:53:52 +0000 differ
2981=== added file 'img/applications/folder-desktop.png'
2982Binary files img/applications/folder-desktop.png 1970-01-01 00:00:00 +0000 and img/applications/folder-desktop.png 2014-05-18 21:53:52 +0000 differ
2983=== added file 'img/applications/folder-documents.png'
2984Binary files img/applications/folder-documents.png 1970-01-01 00:00:00 +0000 and img/applications/folder-documents.png 2014-05-18 21:53:52 +0000 differ
2985=== added file 'img/applications/folder-downloads.png'
2986Binary files img/applications/folder-downloads.png 1970-01-01 00:00:00 +0000 and img/applications/folder-downloads.png 2014-05-18 21:53:52 +0000 differ
2987=== added file 'img/applications/folder-generic.png'
2988Binary files img/applications/folder-generic.png 1970-01-01 00:00:00 +0000 and img/applications/folder-generic.png 2014-05-18 21:53:52 +0000 differ
2989=== added file 'img/applications/folder-music.png'
2990Binary files img/applications/folder-music.png 1970-01-01 00:00:00 +0000 and img/applications/folder-music.png 2014-05-18 21:53:52 +0000 differ
2991=== added file 'img/applications/folder-pictures.png'
2992Binary files img/applications/folder-pictures.png 1970-01-01 00:00:00 +0000 and img/applications/folder-pictures.png 2014-05-18 21:53:52 +0000 differ
2993=== added file 'img/applications/folder-videos.png'
2994Binary files img/applications/folder-videos.png 1970-01-01 00:00:00 +0000 and img/applications/folder-videos.png 2014-05-18 21:53:52 +0000 differ
2995=== modified file 'img/applications/impress.png'
2996Binary files img/applications/impress.png 2013-01-18 20:24:03 +0000 and img/applications/impress.png 2014-05-18 21:53:52 +0000 differ
2997=== modified file 'img/applications/math.png'
2998Binary files img/applications/math.png 2013-01-18 20:24:03 +0000 and img/applications/math.png 2014-05-18 21:53:52 +0000 differ
2999=== added file 'img/applications/rhythmbox.png'
3000Binary files img/applications/rhythmbox.png 1970-01-01 00:00:00 +0000 and img/applications/rhythmbox.png 2014-05-18 21:53:52 +0000 differ
3001=== modified file 'img/applications/systemsettings.png'
3002Binary files img/applications/systemsettings.png 2013-01-18 20:24:03 +0000 and img/applications/systemsettings.png 2014-05-18 21:53:52 +0000 differ
3003=== modified file 'img/applications/thunderbird.png'
3004Binary files img/applications/thunderbird.png 2013-01-18 20:24:03 +0000 and img/applications/thunderbird.png 2014-05-18 21:53:52 +0000 differ
3005=== added file 'img/applications/ubuntuone.png'
3006Binary files img/applications/ubuntuone.png 1970-01-01 00:00:00 +0000 and img/applications/ubuntuone.png 2014-05-18 21:53:52 +0000 differ
3007=== added file 'img/applications/ubuntuonemusic.png'
3008Binary files img/applications/ubuntuonemusic.png 1970-01-01 00:00:00 +0000 and img/applications/ubuntuonemusic.png 2014-05-18 21:53:52 +0000 differ
3009=== added file 'img/applications/ubuntusoftwarecenter.png'
3010Binary files img/applications/ubuntusoftwarecenter.png 1970-01-01 00:00:00 +0000 and img/applications/ubuntusoftwarecenter.png 2014-05-18 21:53:52 +0000 differ
3011=== modified file 'img/applications/unknown.png'
3012Binary files img/applications/unknown.png 2013-01-18 20:24:03 +0000 and img/applications/unknown.png 2014-05-18 21:53:52 +0000 differ
3013=== modified file 'img/applications/writer.png'
3014Binary files img/applications/writer.png 2013-01-18 20:24:03 +0000 and img/applications/writer.png 2014-05-18 21:53:52 +0000 differ
3015=== modified file 'img/background.jpg'
3016Binary files img/background.jpg 2013-01-18 20:24:03 +0000 and img/background.jpg 2014-05-18 21:53:52 +0000 differ
3017=== modified file 'img/blur/librecalc.jpg'
3018Binary files img/blur/librecalc.jpg 2013-01-18 20:24:03 +0000 and img/blur/librecalc.jpg 2014-05-18 21:53:52 +0000 differ
3019=== modified file 'img/blur/libreimpress.jpg'
3020Binary files img/blur/libreimpress.jpg 2013-01-18 20:24:03 +0000 and img/blur/libreimpress.jpg 2014-05-18 21:53:52 +0000 differ
3021=== modified file 'img/blur/librewriter.jpg'
3022Binary files img/blur/librewriter.jpg 2013-01-18 20:24:03 +0000 and img/blur/librewriter.jpg 2014-05-18 21:53:52 +0000 differ
3023=== modified file 'img/dash/dash-applications.png'
3024Binary files img/dash/dash-applications.png 2013-01-18 20:24:03 +0000 and img/dash/dash-applications.png 2014-05-18 21:53:52 +0000 differ
3025=== added file 'img/dash/dash-chat.png'
3026Binary files img/dash/dash-chat.png 1970-01-01 00:00:00 +0000 and img/dash/dash-chat.png 2014-05-18 21:53:52 +0000 differ
3027=== modified file 'img/dash/dash-files.png'
3028Binary files img/dash/dash-files.png 2013-01-18 20:24:03 +0000 and img/dash/dash-files.png 2014-05-18 21:53:52 +0000 differ
3029=== modified file 'img/dash/dash-home.png'
3030Binary files img/dash/dash-home.png 2013-01-18 20:24:03 +0000 and img/dash/dash-home.png 2014-05-18 21:53:52 +0000 differ
3031=== modified file 'img/dash/dash-max.png'
3032Binary files img/dash/dash-max.png 2013-01-18 20:24:03 +0000 and img/dash/dash-max.png 2014-05-18 21:53:52 +0000 differ
3033=== modified file 'img/dash/dash-min.png'
3034Binary files img/dash/dash-min.png 2013-01-18 20:24:03 +0000 and img/dash/dash-min.png 2014-05-18 21:53:52 +0000 differ
3035=== modified file 'img/dash/dash-music.png'
3036Binary files img/dash/dash-music.png 2013-01-18 20:24:03 +0000 and img/dash/dash-music.png 2014-05-18 21:53:52 +0000 differ
3037=== added file 'img/dash/dash-photos.png'
3038Binary files img/dash/dash-photos.png 1970-01-01 00:00:00 +0000 and img/dash/dash-photos.png 2014-05-18 21:53:52 +0000 differ
3039=== modified file 'img/dash/dash-video.png'
3040Binary files img/dash/dash-video.png 2013-01-18 20:24:03 +0000 and img/dash/dash-video.png 2014-05-18 21:53:52 +0000 differ
3041=== modified file 'img/folder/back.jpg'
3042Binary files img/folder/back.jpg 2013-01-18 20:24:03 +0000 and img/folder/back.jpg 2014-05-18 21:53:52 +0000 differ
3043=== modified file 'img/folder/blur/back.jpg'
3044Binary files img/folder/blur/back.jpg 2013-01-18 20:24:03 +0000 and img/folder/blur/back.jpg 2014-05-18 21:53:52 +0000 differ
3045=== added file 'img/folder/blur/back.png'
3046Binary files img/folder/blur/back.png 1970-01-01 00:00:00 +0000 and img/folder/blur/back.png 2014-05-18 21:53:52 +0000 differ
3047=== added file 'img/folder/blur/breadcrumb-selected.png'
3048Binary files img/folder/blur/breadcrumb-selected.png 1970-01-01 00:00:00 +0000 and img/folder/blur/breadcrumb-selected.png 2014-05-18 21:53:52 +0000 differ
3049=== modified file 'img/folder/blur/desktop-icon.png'
3050Binary files img/folder/blur/desktop-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/desktop-icon.png 2014-05-18 21:53:52 +0000 differ
3051=== modified file 'img/folder/blur/documents-icon.png'
3052Binary files img/folder/blur/documents-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/documents-icon.png 2014-05-18 21:53:52 +0000 differ
3053=== modified file 'img/folder/blur/downloads-icon.png'
3054Binary files img/folder/blur/downloads-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/downloads-icon.png 2014-05-18 21:53:52 +0000 differ
3055=== modified file 'img/folder/blur/forward.jpg'
3056Binary files img/folder/blur/forward.jpg 2013-01-18 20:24:03 +0000 and img/folder/blur/forward.jpg 2014-05-18 21:53:52 +0000 differ
3057=== added file 'img/folder/blur/forward.png'
3058Binary files img/folder/blur/forward.png 1970-01-01 00:00:00 +0000 and img/folder/blur/forward.png 2014-05-18 21:53:52 +0000 differ
3059=== modified file 'img/folder/blur/home-icon.png'
3060Binary files img/folder/blur/home-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/home-icon.png 2014-05-18 21:53:52 +0000 differ
3061=== added file 'img/folder/blur/icon-nautilus-folder-desktop.png'
3062Binary files img/folder/blur/icon-nautilus-folder-desktop.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-desktop.png 2014-05-18 21:53:52 +0000 differ
3063=== added file 'img/folder/blur/icon-nautilus-folder-documents.png'
3064Binary files img/folder/blur/icon-nautilus-folder-documents.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-documents.png 2014-05-18 21:53:52 +0000 differ
3065=== added file 'img/folder/blur/icon-nautilus-folder-downloads.png'
3066Binary files img/folder/blur/icon-nautilus-folder-downloads.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-downloads.png 2014-05-18 21:53:52 +0000 differ
3067=== added file 'img/folder/blur/icon-nautilus-folder-generic.png'
3068Binary files img/folder/blur/icon-nautilus-folder-generic.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-generic.png 2014-05-18 21:53:52 +0000 differ
3069=== added file 'img/folder/blur/icon-nautilus-folder-music.png'
3070Binary files img/folder/blur/icon-nautilus-folder-music.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-music.png 2014-05-18 21:53:52 +0000 differ
3071=== added file 'img/folder/blur/icon-nautilus-folder-pictures.png'
3072Binary files img/folder/blur/icon-nautilus-folder-pictures.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-pictures.png 2014-05-18 21:53:52 +0000 differ
3073=== added file 'img/folder/blur/icon-nautilus-folder-videos.png'
3074Binary files img/folder/blur/icon-nautilus-folder-videos.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-folder-videos.png 2014-05-18 21:53:52 +0000 differ
3075=== added file 'img/folder/blur/icon-nautilus-mono-desktop.png'
3076Binary files img/folder/blur/icon-nautilus-mono-desktop.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-desktop.png 2014-05-18 21:53:52 +0000 differ
3077=== added file 'img/folder/blur/icon-nautilus-mono-documents.png'
3078Binary files img/folder/blur/icon-nautilus-mono-documents.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-documents.png 2014-05-18 21:53:52 +0000 differ
3079=== added file 'img/folder/blur/icon-nautilus-mono-downloads.png'
3080Binary files img/folder/blur/icon-nautilus-mono-downloads.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-downloads.png 2014-05-18 21:53:52 +0000 differ
3081=== added file 'img/folder/blur/icon-nautilus-mono-home.png'
3082Binary files img/folder/blur/icon-nautilus-mono-home.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-home.png 2014-05-18 21:53:52 +0000 differ
3083=== added file 'img/folder/blur/icon-nautilus-mono-music.png'
3084Binary files img/folder/blur/icon-nautilus-mono-music.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-music.png 2014-05-18 21:53:52 +0000 differ
3085=== added file 'img/folder/blur/icon-nautilus-mono-pictures.png'
3086Binary files img/folder/blur/icon-nautilus-mono-pictures.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-pictures.png 2014-05-18 21:53:52 +0000 differ
3087=== added file 'img/folder/blur/icon-nautilus-mono-trash.png'
3088Binary files img/folder/blur/icon-nautilus-mono-trash.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-trash.png 2014-05-18 21:53:52 +0000 differ
3089=== added file 'img/folder/blur/icon-nautilus-mono-videos.png'
3090Binary files img/folder/blur/icon-nautilus-mono-videos.png 1970-01-01 00:00:00 +0000 and img/folder/blur/icon-nautilus-mono-videos.png 2014-05-18 21:53:52 +0000 differ
3091=== added file 'img/folder/blur/image-nautilus-back.png'
3092Binary files img/folder/blur/image-nautilus-back.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-back.png 2014-05-18 21:53:52 +0000 differ
3093=== added file 'img/folder/blur/image-nautilus-background.png'
3094Binary files img/folder/blur/image-nautilus-background.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-background.png 2014-05-18 21:53:52 +0000 differ
3095=== added file 'img/folder/blur/image-nautilus-breadcrumb-selected.png'
3096Binary files img/folder/blur/image-nautilus-breadcrumb-selected.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-breadcrumb-selected.png 2014-05-18 21:53:52 +0000 differ
3097=== added file 'img/folder/blur/image-nautilus-breadcrumb.png'
3098Binary files img/folder/blur/image-nautilus-breadcrumb.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-breadcrumb.png 2014-05-18 21:53:52 +0000 differ
3099=== added file 'img/folder/blur/image-nautilus-forward.png'
3100Binary files img/folder/blur/image-nautilus-forward.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-forward.png 2014-05-18 21:53:52 +0000 differ
3101=== added file 'img/folder/blur/image-nautilus-options.png'
3102Binary files img/folder/blur/image-nautilus-options.png 1970-01-01 00:00:00 +0000 and img/folder/blur/image-nautilus-options.png 2014-05-18 21:53:52 +0000 differ
3103=== modified file 'img/folder/blur/music-icon.png'
3104Binary files img/folder/blur/music-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/music-icon.png 2014-05-18 21:53:52 +0000 differ
3105=== modified file 'img/folder/blur/pictures-icon.png'
3106Binary files img/folder/blur/pictures-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/pictures-icon.png 2014-05-18 21:53:52 +0000 differ
3107=== modified file 'img/folder/blur/rubbish-icon.png'
3108Binary files img/folder/blur/rubbish-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/rubbish-icon.png 2014-05-18 21:53:52 +0000 differ
3109=== modified file 'img/folder/blur/videos-icon.png'
3110Binary files img/folder/blur/videos-icon.png 2013-01-18 20:24:03 +0000 and img/folder/blur/videos-icon.png 2014-05-18 21:53:52 +0000 differ
3111=== added file 'img/folder/breadcrumb-selected.png'
3112Binary files img/folder/breadcrumb-selected.png 1970-01-01 00:00:00 +0000 and img/folder/breadcrumb-selected.png 2014-05-18 21:53:52 +0000 differ
3113=== modified file 'img/folder/desktop-icon.png'
3114Binary files img/folder/desktop-icon.png 2013-01-18 20:24:03 +0000 and img/folder/desktop-icon.png 2014-05-18 21:53:52 +0000 differ
3115=== modified file 'img/folder/documents-icon.png'
3116Binary files img/folder/documents-icon.png 2013-01-18 20:24:03 +0000 and img/folder/documents-icon.png 2014-05-18 21:53:52 +0000 differ
3117=== modified file 'img/folder/downloads-icon.png'
3118Binary files img/folder/downloads-icon.png 2013-01-18 20:24:03 +0000 and img/folder/downloads-icon.png 2014-05-18 21:53:52 +0000 differ
3119=== modified file 'img/folder/forward.jpg'
3120Binary files img/folder/forward.jpg 2013-01-18 20:24:03 +0000 and img/folder/forward.jpg 2014-05-18 21:53:52 +0000 differ
3121=== modified file 'img/folder/home-icon.png'
3122Binary files img/folder/home-icon.png 2013-01-18 20:24:03 +0000 and img/folder/home-icon.png 2014-05-18 21:53:52 +0000 differ
3123=== added file 'img/folder/icon-nautilus-folder-desktop.png'
3124Binary files img/folder/icon-nautilus-folder-desktop.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-desktop.png 2014-05-18 21:53:52 +0000 differ
3125=== added file 'img/folder/icon-nautilus-folder-document.png'
3126Binary files img/folder/icon-nautilus-folder-document.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-document.png 2014-05-18 21:53:52 +0000 differ
3127=== added file 'img/folder/icon-nautilus-folder-documents.png'
3128Binary files img/folder/icon-nautilus-folder-documents.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-documents.png 2014-05-18 21:53:52 +0000 differ
3129=== added file 'img/folder/icon-nautilus-folder-downloads.png'
3130Binary files img/folder/icon-nautilus-folder-downloads.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-downloads.png 2014-05-18 21:53:52 +0000 differ
3131=== added file 'img/folder/icon-nautilus-folder-generic.png'
3132Binary files img/folder/icon-nautilus-folder-generic.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-generic.png 2014-05-18 21:53:52 +0000 differ
3133=== added file 'img/folder/icon-nautilus-folder-music.png'
3134Binary files img/folder/icon-nautilus-folder-music.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-music.png 2014-05-18 21:53:52 +0000 differ
3135=== added file 'img/folder/icon-nautilus-folder-pictures.png'
3136Binary files img/folder/icon-nautilus-folder-pictures.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-pictures.png 2014-05-18 21:53:52 +0000 differ
3137=== added file 'img/folder/icon-nautilus-folder-videos.png'
3138Binary files img/folder/icon-nautilus-folder-videos.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folder-videos.png 2014-05-18 21:53:52 +0000 differ
3139=== added file 'img/folder/icon-nautilus-folders.png'
3140Binary files img/folder/icon-nautilus-folders.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-folders.png 2014-05-18 21:53:52 +0000 differ
3141=== added file 'img/folder/icon-nautilus-mono-desktop.png'
3142Binary files img/folder/icon-nautilus-mono-desktop.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-desktop.png 2014-05-18 21:53:52 +0000 differ
3143=== added file 'img/folder/icon-nautilus-mono-documents.png'
3144Binary files img/folder/icon-nautilus-mono-documents.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-documents.png 2014-05-18 21:53:52 +0000 differ
3145=== added file 'img/folder/icon-nautilus-mono-downloads.png'
3146Binary files img/folder/icon-nautilus-mono-downloads.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-downloads.png 2014-05-18 21:53:52 +0000 differ
3147=== added file 'img/folder/icon-nautilus-mono-home.png'
3148Binary files img/folder/icon-nautilus-mono-home.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-home.png 2014-05-18 21:53:52 +0000 differ
3149=== added file 'img/folder/icon-nautilus-mono-music.png'
3150Binary files img/folder/icon-nautilus-mono-music.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-music.png 2014-05-18 21:53:52 +0000 differ
3151=== added file 'img/folder/icon-nautilus-mono-pictures.png'
3152Binary files img/folder/icon-nautilus-mono-pictures.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-pictures.png 2014-05-18 21:53:52 +0000 differ
3153=== added file 'img/folder/icon-nautilus-mono-trash.png'
3154Binary files img/folder/icon-nautilus-mono-trash.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-trash.png 2014-05-18 21:53:52 +0000 differ
3155=== added file 'img/folder/icon-nautilus-mono-videos.png'
3156Binary files img/folder/icon-nautilus-mono-videos.png 1970-01-01 00:00:00 +0000 and img/folder/icon-nautilus-mono-videos.png 2014-05-18 21:53:52 +0000 differ
3157=== added file 'img/folder/image-nautilus-back.png'
3158Binary files img/folder/image-nautilus-back.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-back.png 2014-05-18 21:53:52 +0000 differ
3159=== added file 'img/folder/image-nautilus-background.png'
3160Binary files img/folder/image-nautilus-background.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-background.png 2014-05-18 21:53:52 +0000 differ
3161=== added file 'img/folder/image-nautilus-breadcrumb-selected.png'
3162Binary files img/folder/image-nautilus-breadcrumb-selected.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-breadcrumb-selected.png 2014-05-18 21:53:52 +0000 differ
3163=== added file 'img/folder/image-nautilus-breadcrumb.png'
3164Binary files img/folder/image-nautilus-breadcrumb.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-breadcrumb.png 2014-05-18 21:53:52 +0000 differ
3165=== added file 'img/folder/image-nautilus-forward.png'
3166Binary files img/folder/image-nautilus-forward.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-forward.png 2014-05-18 21:53:52 +0000 differ
3167=== added file 'img/folder/image-nautilus-options.png'
3168Binary files img/folder/image-nautilus-options.png 1970-01-01 00:00:00 +0000 and img/folder/image-nautilus-options.png 2014-05-18 21:53:52 +0000 differ
3169=== modified file 'img/folder/music-icon.png'
3170Binary files img/folder/music-icon.png 2013-01-18 20:24:03 +0000 and img/folder/music-icon.png 2014-05-18 21:53:52 +0000 differ
3171=== modified file 'img/folder/pictures-icon.png'
3172Binary files img/folder/pictures-icon.png 2013-01-18 20:24:03 +0000 and img/folder/pictures-icon.png 2014-05-18 21:53:52 +0000 differ
3173=== modified file 'img/folder/rubbish-icon.png'
3174Binary files img/folder/rubbish-icon.png 2013-01-18 20:24:03 +0000 and img/folder/rubbish-icon.png 2014-05-18 21:53:52 +0000 differ
3175=== modified file 'img/folder/videos-icon.png'
3176Binary files img/folder/videos-icon.png 2013-01-18 20:24:03 +0000 and img/folder/videos-icon.png 2014-05-18 21:53:52 +0000 differ
3177=== modified file 'img/librecalc.jpg'
3178Binary files img/librecalc.jpg 2013-01-18 20:24:03 +0000 and img/librecalc.jpg 2014-05-18 21:53:52 +0000 differ
3179=== modified file 'img/libreimpress.jpg'
3180Binary files img/libreimpress.jpg 2013-01-18 20:24:03 +0000 and img/libreimpress.jpg 2014-05-18 21:53:52 +0000 differ
3181=== modified file 'img/librewriter.jpg'
3182Binary files img/librewriter.jpg 2013-01-18 20:24:03 +0000 and img/librewriter.jpg 2014-05-18 21:53:52 +0000 differ
3183=== added file 'img/menu/icon-amazon-active.png'
3184Binary files img/menu/icon-amazon-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-amazon-active.png 2014-05-18 21:53:52 +0000 differ
3185=== added file 'img/menu/icon-amazon.png'
3186Binary files img/menu/icon-amazon.png 1970-01-01 00:00:00 +0000 and img/menu/icon-amazon.png 2014-05-18 21:53:52 +0000 differ
3187=== modified file 'img/menu/icon-calc-active.png'
3188Binary files img/menu/icon-calc-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-calc-active.png 2014-05-18 21:53:52 +0000 differ
3189=== modified file 'img/menu/icon-calc.png'
3190Binary files img/menu/icon-calc.png 2013-01-18 20:24:03 +0000 and img/menu/icon-calc.png 2014-05-18 21:53:52 +0000 differ
3191=== modified file 'img/menu/icon-dash.png'
3192Binary files img/menu/icon-dash.png 2013-01-18 20:24:03 +0000 and img/menu/icon-dash.png 2014-05-18 21:53:52 +0000 differ
3193=== modified file 'img/menu/icon-firefox-active.png'
3194Binary files img/menu/icon-firefox-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-firefox-active.png 2014-05-18 21:53:52 +0000 differ
3195=== modified file 'img/menu/icon-firefox.png'
3196Binary files img/menu/icon-firefox.png 2013-01-18 20:24:03 +0000 and img/menu/icon-firefox.png 2014-05-18 21:53:52 +0000 differ
3197=== modified file 'img/menu/icon-folder-active.png'
3198Binary files img/menu/icon-folder-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-folder-active.png 2014-05-18 21:53:52 +0000 differ
3199=== modified file 'img/menu/icon-folder.png'
3200Binary files img/menu/icon-folder.png 2013-01-18 20:24:03 +0000 and img/menu/icon-folder.png 2014-05-18 21:53:52 +0000 differ
3201=== modified file 'img/menu/icon-impress-active.png'
3202Binary files img/menu/icon-impress-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-impress-active.png 2014-05-18 21:53:52 +0000 differ
3203=== modified file 'img/menu/icon-impress.png'
3204Binary files img/menu/icon-impress.png 2013-01-18 20:24:03 +0000 and img/menu/icon-impress.png 2014-05-18 21:53:52 +0000 differ
3205=== modified file 'img/menu/icon-movieplayer-active.png'
3206Binary files img/menu/icon-movieplayer-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-movieplayer-active.png 2014-05-18 21:53:52 +0000 differ
3207=== modified file 'img/menu/icon-movieplayer.png'
3208Binary files img/menu/icon-movieplayer.png 2013-01-18 20:24:03 +0000 and img/menu/icon-movieplayer.png 2014-05-18 21:53:52 +0000 differ
3209=== added file 'img/menu/icon-nautilus-active.png'
3210Binary files img/menu/icon-nautilus-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-nautilus-active.png 2014-05-18 21:53:52 +0000 differ
3211=== added file 'img/menu/icon-nautilus.png'
3212Binary files img/menu/icon-nautilus.png 1970-01-01 00:00:00 +0000 and img/menu/icon-nautilus.png 2014-05-18 21:53:52 +0000 differ
3213=== modified file 'img/menu/icon-shotwell-active.png'
3214Binary files img/menu/icon-shotwell-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-shotwell-active.png 2014-05-18 21:53:52 +0000 differ
3215=== modified file 'img/menu/icon-shotwell.png'
3216Binary files img/menu/icon-shotwell.png 2013-01-18 20:24:03 +0000 and img/menu/icon-shotwell.png 2014-05-18 21:53:52 +0000 differ
3217=== modified file 'img/menu/icon-software-active.png'
3218Binary files img/menu/icon-software-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-software-active.png 2014-05-18 21:53:52 +0000 differ
3219=== modified file 'img/menu/icon-software.png'
3220Binary files img/menu/icon-software.png 2013-01-18 20:24:03 +0000 and img/menu/icon-software.png 2014-05-18 21:53:52 +0000 differ
3221=== added file 'img/menu/icon-systemsettings-active.png'
3222Binary files img/menu/icon-systemsettings-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-systemsettings-active.png 2014-05-18 21:53:52 +0000 differ
3223=== added file 'img/menu/icon-systemsettings.png'
3224Binary files img/menu/icon-systemsettings.png 1970-01-01 00:00:00 +0000 and img/menu/icon-systemsettings.png 2014-05-18 21:53:52 +0000 differ
3225=== modified file 'img/menu/icon-thunderbird-active.png'
3226Binary files img/menu/icon-thunderbird-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-thunderbird-active.png 2014-05-18 21:53:52 +0000 differ
3227=== modified file 'img/menu/icon-thunderbird.png'
3228Binary files img/menu/icon-thunderbird.png 2013-01-18 20:24:03 +0000 and img/menu/icon-thunderbird.png 2014-05-18 21:53:52 +0000 differ
3229=== added file 'img/menu/icon-trashempty-active.png'
3230Binary files img/menu/icon-trashempty-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-trashempty-active.png 2014-05-18 21:53:52 +0000 differ
3231=== added file 'img/menu/icon-trashempty.png'
3232Binary files img/menu/icon-trashempty.png 1970-01-01 00:00:00 +0000 and img/menu/icon-trashempty.png 2014-05-18 21:53:52 +0000 differ
3233=== added file 'img/menu/icon-trashfull-active.png'
3234Binary files img/menu/icon-trashfull-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-trashfull-active.png 2014-05-18 21:53:52 +0000 differ
3235=== added file 'img/menu/icon-trashfull.png'
3236Binary files img/menu/icon-trashfull.png 1970-01-01 00:00:00 +0000 and img/menu/icon-trashfull.png 2014-05-18 21:53:52 +0000 differ
3237=== modified file 'img/menu/icon-ubuntuone-active.png'
3238Binary files img/menu/icon-ubuntuone-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-ubuntuone-active.png 2014-05-18 21:53:52 +0000 differ
3239=== modified file 'img/menu/icon-ubuntuone.png'
3240Binary files img/menu/icon-ubuntuone.png 2013-01-18 20:24:03 +0000 and img/menu/icon-ubuntuone.png 2014-05-18 21:53:52 +0000 differ
3241=== added file 'img/menu/icon-ubuntuonemusic-active.png'
3242Binary files img/menu/icon-ubuntuonemusic-active.png 1970-01-01 00:00:00 +0000 and img/menu/icon-ubuntuonemusic-active.png 2014-05-18 21:53:52 +0000 differ
3243=== added file 'img/menu/icon-ubuntuonemusic.png'
3244Binary files img/menu/icon-ubuntuonemusic.png 1970-01-01 00:00:00 +0000 and img/menu/icon-ubuntuonemusic.png 2014-05-18 21:53:52 +0000 differ
3245=== modified file 'img/menu/icon-writer-active.png'
3246Binary files img/menu/icon-writer-active.png 2013-01-18 20:24:03 +0000 and img/menu/icon-writer-active.png 2014-05-18 21:53:52 +0000 differ
3247=== modified file 'img/menu/icon-writer.png'
3248Binary files img/menu/icon-writer.png 2013-01-18 20:24:03 +0000 and img/menu/icon-writer.png 2014-05-18 21:53:52 +0000 differ
3249=== modified file 'img/overlay/recentfiles.png'
3250Binary files img/overlay/recentfiles.png 2013-01-18 20:24:03 +0000 and img/overlay/recentfiles.png 2014-05-18 21:53:52 +0000 differ
3251=== modified file 'img/top/blur/calendar.jpg'
3252Binary files img/top/blur/calendar.jpg 2013-01-18 20:24:03 +0000 and img/top/blur/calendar.jpg 2014-05-18 21:53:52 +0000 differ
3253=== added file 'img/top/blur/chat.jpg'
3254Binary files img/top/blur/chat.jpg 1970-01-01 00:00:00 +0000 and img/top/blur/chat.jpg 2014-05-18 21:53:52 +0000 differ
3255=== added file 'img/top/blur/gotmessage-old.jpg'
3256Binary files img/top/blur/gotmessage-old.jpg 1970-01-01 00:00:00 +0000 and img/top/blur/gotmessage-old.jpg 2014-05-18 21:53:52 +0000 differ
3257=== modified file 'img/top/blur/gotmessage.jpg'
3258Binary files img/top/blur/gotmessage.jpg 2013-01-18 20:24:03 +0000 and img/top/blur/gotmessage.jpg 2014-05-18 21:53:52 +0000 differ
3259=== added file 'img/top/blur/gotmessage.png'
3260Binary files img/top/blur/gotmessage.png 1970-01-01 00:00:00 +0000 and img/top/blur/gotmessage.png 2014-05-18 21:53:52 +0000 differ
3261=== modified file 'img/top/calendar.jpg'
3262Binary files img/top/calendar.jpg 2013-01-21 17:46:01 +0000 and img/top/calendar.jpg 2014-05-18 21:53:52 +0000 differ
3263=== added file 'img/top/chat.jpg'
3264Binary files img/top/chat.jpg 1970-01-01 00:00:00 +0000 and img/top/chat.jpg 2014-05-18 21:53:52 +0000 differ
3265=== added file 'img/top/cloud.png'
3266Binary files img/top/cloud.png 1970-01-01 00:00:00 +0000 and img/top/cloud.png 2014-05-18 21:53:52 +0000 differ
3267=== added file 'img/top/en.png'
3268Binary files img/top/en.png 1970-01-01 00:00:00 +0000 and img/top/en.png 2014-05-18 21:53:52 +0000 differ
3269=== added file 'img/top/fr-selected.png'
3270Binary files img/top/fr-selected.png 1970-01-01 00:00:00 +0000 and img/top/fr-selected.png 2014-05-18 21:53:52 +0000 differ
3271=== added file 'img/top/lang.png'
3272Binary files img/top/lang.png 1970-01-01 00:00:00 +0000 and img/top/lang.png 2014-05-18 21:53:52 +0000 differ
3273=== modified file 'img/top/mail.png'
3274Binary files img/top/mail.png 2013-01-18 20:24:03 +0000 and img/top/mail.png 2014-05-18 21:53:52 +0000 differ
3275=== modified file 'img/tourguide/apps-small.png'
3276Binary files img/tourguide/apps-small.png 2013-01-18 20:24:03 +0000 and img/tourguide/apps-small.png 2014-05-18 21:53:52 +0000 differ
3277=== modified file 'img/tourguide/calc-small.png'
3278Binary files img/tourguide/calc-small.png 2013-01-18 20:24:03 +0000 and img/tourguide/calc-small.png 2014-05-18 21:53:52 +0000 differ
3279=== added file 'img/tourguide/close.png'
3280Binary files img/tourguide/close.png 1970-01-01 00:00:00 +0000 and img/tourguide/close.png 2014-05-18 21:53:52 +0000 differ
3281=== modified file 'img/tourguide/document-small.png'
3282Binary files img/tourguide/document-small.png 2013-01-18 20:24:03 +0000 and img/tourguide/document-small.png 2014-05-18 21:53:52 +0000 differ
3283=== added file 'img/tourguide/download.png'
3284Binary files img/tourguide/download.png 1970-01-01 00:00:00 +0000 and img/tourguide/download.png 2014-05-18 21:53:52 +0000 differ
3285=== modified file 'img/tourguide/file-small.png'
3286Binary files img/tourguide/file-small.png 2013-01-18 20:24:03 +0000 and img/tourguide/file-small.png 2014-05-18 21:53:52 +0000 differ
3287=== modified file 'img/tourguide/impress-small.png'
3288Binary files img/tourguide/impress-small.png 2013-01-18 20:24:03 +0000 and img/tourguide/impress-small.png 2014-05-18 21:53:52 +0000 differ
3289=== added file 'img/tourguide/welcome.png'
3290Binary files img/tourguide/welcome.png 1970-01-01 00:00:00 +0000 and img/tourguide/welcome.png 2014-05-18 21:53:52 +0000 differ
3291=== modified file 'img/welcome/browse-files.png'
3292Binary files img/welcome/browse-files.png 2013-01-18 20:24:03 +0000 and img/welcome/browse-files.png 2014-05-18 21:53:52 +0000 differ
3293=== modified file 'img/welcome/check-email.png'
3294Binary files img/welcome/check-email.png 2013-01-18 20:24:03 +0000 and img/welcome/check-email.png 2014-05-18 21:53:52 +0000 differ
3295=== modified file 'img/welcome/create-documents.png'
3296Binary files img/welcome/create-documents.png 2013-01-18 20:24:03 +0000 and img/welcome/create-documents.png 2014-05-18 21:53:52 +0000 differ
3297=== modified file 'img/welcome/create-presentations.png'
3298Binary files img/welcome/create-presentations.png 2013-01-18 20:24:03 +0000 and img/welcome/create-presentations.png 2014-05-18 21:53:52 +0000 differ
3299=== modified file 'img/welcome/create-spreadsheets.png'
3300Binary files img/welcome/create-spreadsheets.png 2013-01-18 20:24:03 +0000 and img/welcome/create-spreadsheets.png 2014-05-18 21:53:52 +0000 differ
3301=== modified file 'img/welcome/find-apps.png'
3302Binary files img/welcome/find-apps.png 2013-01-18 20:24:03 +0000 and img/welcome/find-apps.png 2014-05-18 21:53:52 +0000 differ
3303=== modified file 'img/welcome/surf-the-web.png'
3304Binary files img/welcome/surf-the-web.png 2013-01-18 20:24:03 +0000 and img/welcome/surf-the-web.png 2014-05-18 21:53:52 +0000 differ
3305=== modified file 'img/welcome/view-photos.png'
3306Binary files img/welcome/view-photos.png 2013-01-18 20:24:03 +0000 and img/welcome/view-photos.png 2014-05-18 21:53:52 +0000 differ
3307=== modified file 'img/welcome/watch-video.png'
3308Binary files img/welcome/watch-video.png 2013-01-18 20:24:03 +0000 and img/welcome/watch-video.png 2014-05-18 21:53:52 +0000 differ
3309=== modified file 'index.html'
3310--- index.html 2013-01-21 19:43:00 +0000
3311+++ index.html 2014-05-18 21:53:52 +0000
3312@@ -2,13 +2,20 @@
3313 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-FR" lang="fr-FR">
3314 <head>
3315 <meta charset="UTF-8" />
3316-<meta http-equiv="Refresh" content="0; url=/fr/index.html" />
3317+<meta http-equiv="Refresh" content="0; url=./fr/index.html" />
3318 <title>Redirection</title>
3319 <meta name="robots" content="noindex" />
3320+<style>
3321+body{
3322+ background:#210819;
3323+}
3324+a{
3325+ color:#FFFFFF;
3326+}
3327+</style>
3328 </head>
3329-
3330 <body>
3331-<p><center><a href="/fr/index.html">Découvrir Ubuntu</a>.</center></p>
3332+<p><center><a title="Cliquer ici pour commencer la démonstration" href="./fr/index.html">Découvrir Ubuntu</a></center></p>
3333 </body>
3334 </html>
3335
3336
3337=== modified file 'js/analytics.js'
3338--- js/analytics.js 2013-01-18 20:24:03 +0000
3339+++ js/analytics.js 2014-05-18 21:53:52 +0000
3340@@ -1,10 +1,15 @@
3341-var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-1018242-4"]);_gaq.push(["_trackPageview"]);if(window.location.pathname.indexOf('search/google-appliance') != -1) {
3342- var qs = window.location.pathname.substring(25);
3343- pageTracker._trackPageview('/site_search?query='+qs);
3344-}(function() {var ga = document.createElement("script");ga.type = "text/javascript";ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(ga, s);})();
3345-
3346-/*
3347-var axel = Math.random() + "";
3348-var a = axel * 10000000000000;
3349-document.write('<iframe src="http://fls.doubleclick.net/activityi;src=3450579;type=tourm853;cat=ubunt767;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
3350-*/
3351\ No newline at end of file
3352+ /*<!-- Piwik -->
3353+ Ci-dessous mettre l'ID du site.enregisté dans piwik */
3354+ var piwik_site_id = '5';
3355+ var _paq = _paq || [];
3356+ _paq.push(["trackPageView"]);
3357+ _paq.push(["enableLinkTracking"]);
3358+
3359+ (function() {
3360+ var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.infra.ubuntu-fr.org/";
3361+ _paq.push(["setTrackerUrl", u+"piwik.php"]);
3362+ _paq.push(["setSiteId", piwik_site_id]);
3363+ var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
3364+ g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
3365+ })();
3366+ /*<!-- End Piwik Code -->*/
3367
3368=== modified file 'js/emailsystem.js'
3369--- js/emailsystem.js 2013-01-18 20:24:03 +0000
3370+++ js/emailsystem.js 2014-05-18 21:53:52 +0000
3371@@ -21,30 +21,30 @@
3372 var randomEmail = null;
3373 var theWriteEmail = null;
3374 var writeType = '';
3375-
3376+
3377 this.init = function(){
3378 emails.push(new Email(0,'inbox', $.trim(_email_1_title_), $.trim(_email_1_body_), 'Inayaili de Leon', $.trim(_you_)));
3379 emails.push(new Email(1,'inbox',$.trim(_email_2_title_),$.trim(_email_2_body_),'John Oxton', $.trim(_you_)));
3380 emails.push(new Email(2,'inbox',$.trim(_email_3_title_),$.trim(_email_3_body_),'Ellen Arnold', $.trim(_you_)));
3381 emails.push(new Email(3,'inbox',$.trim(_email_4_title_),$.trim(_email_4_body_),'Steve Edwards', $.trim(_you_)));
3382 emails.push(new Email(4,'inbox',$.trim(_email_5_title_),$.trim(_email_5_body_),'Anthony Dillon', $.trim(_you_)));
3383-
3384+
3385 randomReplies.push(_random_reply_);
3386-
3387+
3388 randomEmails.push(new Email(emails.length,'inbox','Hiya there again','Just checking how you are? Been along time...\n\nRegards,\nJoe','Joe Bloggs <joe@bloggs.com>'));
3389 randomEmails.push(new Email(emails.length,'inbox','Hiya there again','Great ... Sounds good! Lets meet for lunch tomorrow to talk it over! What you think?\n\nThanks,\nSue','Sue White <suewhite@googlemail.com>'));
3390 randomEmails.push(new Email(emails.length,'inbox','Hiya there again','Did you catch the game last night! What a goal... fancy coming over next time?','Jack Smith <j_swan@gmail.com>'));
3391 randomEmails.push(new Email(emails.length,'inbox','Hiya there again','Ok, ill do my best but no promises. It will take some time so let you know when its done./\n/\nThanks,/\nPaul','Paul Swan <paul@hotmail.com>'));
3392-
3393+
3394 this.setupControl();
3395 }
3396-
3397+
3398 this.setupControl = function(){
3399 this.resetMessage();
3400-
3401+
3402 $('#email-write #write-send').bind('click',function(){
3403 _this.sendEmail();
3404- });
3405+ });
3406
3407 $('#email-write #write-subject input[name=subject]').keyup(function(){
3408 var subjectText = $(this).val();
3409@@ -54,26 +54,26 @@
3410 $('#email-write .window-title').text(_write_+': ('+_no_subject_+')');
3411 }
3412 });
3413-
3414+
3415 $('#email-write input').focus(function(){
3416 $(this).css('border-color','#dd4814');
3417 });
3418-
3419+
3420 $('#email-write input').blur(function(){
3421 $(this).css('border-color','#ADA9A5');
3422 });
3423-
3424+
3425 $('#email-write .control .close').click(function(){
3426 _this.closeWrite();
3427 });
3428-
3429+
3430 $('#email-write .control .min').click(function(){
3431 $('#email-write').hide();
3432 if(writeMaximised){ _parent.systemSettings.decreaseFullscreen(); }
3433 _parent.systemMenu.wiggle('email');
3434 writeMinified = true;
3435 });
3436-
3437+
3438 $('#email-write .control .max').click(function(){
3439 if(writeMaximised){
3440 writeMaximised = false;
3441@@ -84,24 +84,24 @@
3442 }else{
3443 writeMaximised = true;
3444 $('#email-write').css('width',$(document).width() - 70 + 'px');
3445- $('#email-write').css('height',$(document).height() - 50 + 'px');
3446+ $('#email-write').css('height',$(document).height() + 'px');
3447 $('#email-write').addClass('fullsize');
3448 _parent.systemSettings.increaseFullscreen();
3449 }
3450 _this.resizeMessage();
3451 });
3452-
3453+
3454 $('.email-window .control .close').click(function(){
3455 _this.close();
3456 });
3457-
3458+
3459 $('.email-window .control .min').click(function(){
3460 $('.email-window').hide();
3461 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
3462 _parent.systemMenu.wiggle('email');
3463 minified = true;
3464 });
3465-
3466+
3467 $('.email-window .control .max').click(function(){
3468 if(maximised){
3469 maximised = false;
3470@@ -112,27 +112,27 @@
3471 }else{
3472 maximised = true;
3473 $('.email-window').css('width',$(document).width() - 70 + 'px');
3474- $('.email-window').css('height',$(document).height() - 50 + 'px');
3475+ $('.email-window').css('height',$(document).height() + 'px');
3476 $('.email-window').addClass('fullsize');
3477 _parent.systemSettings.increaseFullscreen();
3478 }
3479 _this.resize();
3480 });
3481-
3482+
3483 $('.email-content .folder-list .list div').click(function(){
3484 $('.email-window .folder-list .list div').removeClass('selected');
3485 $(this).addClass('selected');
3486 _this.setFolder($(this).attr('id').split('-')[1]);
3487 });
3488-
3489+
3490 $('.email-window .buttons .email-write').bind('click',function(event){
3491 _this.showWrite();
3492 });
3493-
3494+
3495 $('.email-window .buttons .email-get-mail').bind('click',function(event){
3496 _this.updateDisplay();
3497 });
3498-
3499+
3500 $('.message-header .email-buttons span.message-delete').bind('click',function(event){
3501 if(selectedID != -1){
3502 if(emails[selectedID].folder() != 'trash'){
3503@@ -145,7 +145,7 @@
3504 _this.updateMessage();
3505 }
3506 });
3507-
3508+
3509 $('.message-header .email-buttons span.message-archive').bind('click',function(event){
3510 if(selectedID != -1){
3511 emails[selectedID].setFolder('archive');
3512@@ -154,7 +154,7 @@
3513 _this.updateMessage();
3514 }
3515 });
3516-
3517+
3518 $('.message-header .email-buttons span.message-junk').bind('click',function(event){
3519 if(selectedID != -1){
3520 if(emails[selectedID].fire()){
3521@@ -166,11 +166,11 @@
3522 _this.updateMessage();
3523 }
3524 });
3525-
3526+
3527 $('.message-header .email-buttons span.message-forward').bind('click',function(event){
3528 _this.showWrite('forward');
3529 });
3530-
3531+
3532 $('.message-header .email-buttons span.message-reply').bind('click',function(event){
3533 if(currentFolder == 'sent'){
3534 _this.showWrite('sentreply');
3535@@ -178,7 +178,7 @@
3536 _this.showWrite('reply');
3537 }
3538 });
3539-
3540+
3541 $('.not-junk').bind('click',function(event){
3542 if(selectedID != -1){
3543 emails[selectedID].setFire(false);
3544@@ -186,19 +186,19 @@
3545 _this.updateMessage();
3546 }
3547 });
3548-
3549+
3550 this.updateDisplay();
3551 this.updateMessage();
3552-
3553+
3554 }
3555-
3556+
3557 this.setupRandomEmail = function(){
3558 var randomIndex = Math.floor(Math.random() * randomEmails.length);
3559 randomEmail = randomEmails[randomIndex];
3560 var randomTime = (Math.random()*10000) + 2000;
3561 setTimeout ( "recieveMessage()", randomTime );
3562 }
3563-
3564+
3565 this.showWrite = function($type){
3566 if(selectedID != -1){
3567 theWriteEmail = emails[selectedID];
3568@@ -232,30 +232,31 @@
3569 $('#email-write').prev().css('left', $('#email-write').css('left'));
3570 }
3571 }
3572-
3573+
3574 this.closeWrite = function(){
3575 _parent.openWindows['email-write'] = false;
3576 this.resetMessage();
3577 $('#email-write').hide();
3578 }
3579-
3580+
3581 this.isMaximised = function(){
3582 return maximised;
3583 }
3584-
3585+
3586 this.isWriteMaximised = function(){
3587 return writeMaximised;
3588- }
3589+ }
3590 this.isWriteMinified = function(){
3591 return writeMinified;
3592- }
3593-
3594+ }
3595+
3596 this.open = function(){
3597 _isOpen = true;
3598 this.center();
3599 $('.email-window').show();
3600+ _parent.systemMenu.openWindow('email');
3601 }
3602-
3603+
3604 this.close = function(){
3605 if(_isOpen){
3606 _isOpen = false;
3607@@ -271,7 +272,7 @@
3608 this.center();
3609 }
3610 }
3611-
3612+
3613 this.updateDisplay = function( ){
3614 emailCount = unreadCount = 0;
3615 emailLIstContents = '';
3616@@ -291,7 +292,7 @@
3617 if(selectedID != -1){
3618 $('.email-window .email-list #email-'+selectedID).addClass('selected');
3619 }
3620-
3621+
3622 $('.email-list div').bind('click',function(){
3623 selectedID = $(this).attr('id').split('-')[1];
3624 emails[selectedID].setRead(true);
3625@@ -302,7 +303,7 @@
3626 _this.updateMessage();
3627 _this.updateDetails();
3628 });
3629-
3630+
3631 $('.email-list div li.message-star').bind('click',function(event){
3632 event.stopPropagation();
3633 selectedID = $(this).parent().parent().attr('id').split('-')[1];
3634@@ -314,7 +315,7 @@
3635 $(this).parent().parent().addClass('starred');
3636 }
3637 });
3638-
3639+
3640 $('.email-list div li.message-fire').bind('click',function(event){
3641 event.stopPropagation();
3642 var tempID = $(this).parent().parent().attr('id').split('-')[1];
3643@@ -327,7 +328,7 @@
3644 }
3645 _this.updateMessage();
3646 });
3647-
3648+
3649 $('.email-list div li.message-glasses').bind('click',function(event){
3650 event.stopPropagation();
3651 selectedID = $(this).parent().parent().attr('id').split('-')[1];
3652@@ -342,10 +343,10 @@
3653 }
3654 _this.updateDetails();
3655 });
3656-
3657-
3658+
3659+
3660 }
3661-
3662+
3663 this.checkMessageNotification = function(){
3664 if(unreadCount > 0){
3665 _parent.systemSettings.gotMail(true);
3666@@ -353,7 +354,7 @@
3667 _parent.systemSettings.gotMail(false);
3668 }
3669 }
3670-
3671+
3672 this.updateMessage = function(){
3673 if(selectedID != -1){
3674 var $body = emails[selectedID].body();
3675@@ -385,7 +386,7 @@
3676 }
3677 this.updateDetails();
3678 }
3679-
3680+
3681 this.setFolder = function($folder){
3682 currentFolder = $folder;
3683 selectedID = -1;
3684@@ -397,7 +398,7 @@
3685 this.updateDisplay();
3686 this.updateMessage();
3687 }
3688-
3689+
3690 this.resize = function(){
3691 var emailContentWidth = $('.email-window').width() - 188;
3692 var folderListHeight = ($('.email-window').height()) - 130;
3693@@ -407,19 +408,19 @@
3694 $('.email-window .email-content .email-contents .email-body').css('height',(folderListHeight / 2)-3);
3695 this.updateMessage();
3696 }
3697-
3698+
3699 this.resizeMessage = function(){
3700 var bodyWidth = $('#email-write').width() - 6;
3701 var bodyHeight = ($('#email-write').height() - 250);
3702 $('#email-write #write-body textarea').css('width',bodyWidth);
3703 $('#email-write #write-body textarea').css('height',bodyHeight);
3704 }
3705-
3706+
3707 this.updateDetails = function(){
3708 $('.email-window .email-content .emails-info #details-unread').text(unreadCount);
3709 $('.email-window .email-content .emails-info #details-total').text(emailCount);
3710 }
3711-
3712+
3713 this.resetMessage = function(){
3714 $('#email-write').hide();
3715 $('#email-write .window-title').text(_write_+': ('+_no_subject_+')');
3716@@ -428,7 +429,7 @@
3717 $('#email-write #write-body textarea[name=body]').val('');
3718 $('#email-write .loading-bar .progress').css('width','0');
3719 }
3720-
3721+
3722 this.sendEmail = function(){
3723 var subject = $('#email-write #write-subject input[name=subject]').val();
3724 var body = $('#email-write #write-body textarea[name=body]').val();
3725@@ -447,13 +448,13 @@
3726 currentTime = date+'/'+month+'/'+year+' '+currentTime.getHours() + ":" + minutes + " ";
3727 var newEmail = new Email(emails.length,'sent',subject,body,from,to,currentTime);
3728 emails.push(newEmail);
3729-
3730+
3731 if(writeType == 'reply'){
3732 theWriteEmail.setReplied(true);
3733 }else if(writeType == 'forward'){
3734 theWriteEmail.setForwarded(true);
3735 }
3736-
3737+
3738 $('#email-write .loading-bar .progress').animate({
3739 width: 96
3740 }, 500, function() {
3741@@ -462,7 +463,7 @@
3742 _this.setupRandomReply(newEmail);
3743 });
3744 }
3745-
3746+
3747 this.setupRandomReply = function($email){
3748 var randomIndex = Math.floor(Math.random() * randomReplies.length);
3749 var body = randomReplies[randomIndex]+'\n\n'+$.trim(_on_)+' '+$.trim($email.date())+', '+$.trim($email.from())+' '+$.trim(_fwd_)+' '+$.trim(_wrote_)+': \n\n'+$email.body();
3750@@ -472,7 +473,7 @@
3751 var randomTime = (Math.random()*2000) + 2000;
3752 setTimeout ( "recieveMessage()", randomTime );
3753 }
3754-
3755+
3756 this.center = function(){
3757 var left = ($(document).width() / 2) - ($('.email-window').width() / 2);
3758 var top = Math.max(24,($(document).height() / 2) - ($('.email-window').height() / 2));
3759
3760=== modified file 'js/filesystem.js'
3761--- js/filesystem.js 2013-01-21 17:46:01 +0000
3762+++ js/filesystem.js 2014-05-18 21:53:52 +0000
3763@@ -4,7 +4,7 @@
3764 */
3765
3766 function FileSystem($parent, $startingDir){
3767-
3768+
3769 var _parent = $parent;
3770 var home = '/'+_home_folder_;
3771 if($startingDir == undefined){ $startingDir = home; }
3772@@ -23,32 +23,32 @@
3773 var _isOpen = false;
3774 var list_type = 'display-icon';
3775 var openedID = -1;
3776-
3777+
3778 var folderContentsHeight = 0;
3779 var folderContentsWidth = 0;
3780-
3781+
3782 this.init = function(){
3783-
3784- list_of_files.push(new Folder(_documents_folder_, '/'+_home_folder_));
3785- list_of_files.push(new Folder(_downloads_folder_, '/'+_home_folder_));
3786- list_of_files.push(new Folder(_music_folder_, '/'+_home_folder_));
3787- list_of_files.push(new Folder(_videos_folder_, '/'+_home_folder_));
3788- list_of_files.push(new Folder(_pictures_folder_, '/'+_home_folder_));
3789- list_of_files.push(new Folder(_desktop_folder_, '/'+_home_folder_));
3790-
3791-
3792+
3793+ list_of_files.push(new Folder(_documents_folder_, '/'+_home_folder_, 'icon-documents'));
3794+ list_of_files.push(new Folder(_downloads_folder_, '/'+_home_folder_, 'icon-downloads'));
3795+ list_of_files.push(new Folder(_music_folder_, '/'+_home_folder_, 'icon-music'));
3796+ list_of_files.push(new Folder(_videos_folder_, '/'+_home_folder_, 'icon-videos'));
3797+ list_of_files.push(new Folder(_pictures_folder_, '/'+_home_folder_, 'icon-pictures'));
3798+ list_of_files.push(new Folder(_desktop_folder_, '/'+_home_folder_, 'icon-desktop'));
3799+
3800+
3801 list_of_files.push(new Folder(_canonical_folder_, '/'+_home_folder_+'/'+_documents_folder_));
3802 list_of_files.push(new Folder(_backup_folder_, '/'+_home_folder_+'/'+_documents_folder_));
3803 list_of_files.push(new Folder(_local_folder_, '/'+_home_folder_+'/'+_documents_folder_));
3804-
3805+
3806 list_of_files.push(new Folder(_work_folder_, '/'+_home_folder_+'/'+_documents_folder_+'/'+_canonical_folder_));
3807 list_of_files.push(new Folder(_branches_folder_, '/'+_home_folder_+'/'+_documents_folder_+'/'+_canonical_folder_));
3808-
3809+
3810 list_of_files = list_of_files.concat(_parent.fileLibrary);
3811-
3812+
3813 this.setupControl();
3814 }
3815-
3816+
3817 this.setupControl = function(){
3818 $('.folder .control .close').click(function(){
3819 _this.close();
3820@@ -59,7 +59,7 @@
3821 _parent.systemMenu.wiggle('home');
3822 minified = true;
3823 });
3824-
3825+
3826 $('.folder .control .max').click(function(){
3827 if(maximised){
3828 maximised = false;
3829@@ -69,7 +69,7 @@
3830 _parent.systemSettings.decreaseFullscreen();
3831 }else{
3832 maximised = true;
3833- $('.folder').css('height',$(document).height() - 50 + 'px');
3834+ $('.folder').css('height',$(document).height() + 'px');
3835 $('.folder').css('width',$(document).width() - 70 + 'px');
3836 $('.folder').addClass('fullsize');
3837 _parent.systemSettings.increaseFullscreen();
3838@@ -77,7 +77,7 @@
3839 _this.resize();
3840 _this.center();
3841 });
3842-
3843+
3844 $('#folder-window .folder-list .list ul li').click(function(){
3845 $('#folder-window .folder-list .list ul li').removeClass('selected');
3846 $(this).addClass('selected');
3847@@ -95,11 +95,11 @@
3848 _this.clickedNewFolder(newDir);
3849 _this.updateDir(newDir,fresh);
3850 });
3851-
3852+
3853 this.updateDir(current_dir);
3854 this.center();
3855 }
3856-
3857+
3858 this.reset = function($full){
3859 if($full){
3860 current_dir = '/'+_home_folder_;
3861@@ -112,7 +112,7 @@
3862 }
3863 this.updateDir(current_dir);
3864 }
3865-
3866+
3867 this.open = function(){
3868 $('.folder').show();
3869 _isOpen = true;
3870@@ -121,11 +121,11 @@
3871 $('.folder').prev().css('left', $('.folder').css('left'));
3872 }
3873 }
3874-
3875+
3876 this.isMinified = function(){ return minified; }
3877 this.isMaximised = function(){ return maximised; }
3878 this.in_bin = function (){ return _in_bin; };
3879-
3880+
3881 this.close = function(){
3882 if(_isOpen){
3883 _parent.openWindows['folder-window'] = false;
3884@@ -140,44 +140,44 @@
3885 maximised = false;
3886 }
3887 }
3888-
3889+
3890 this.isOpen = function(){
3891 return _isOpen;
3892 }
3893-
3894+
3895 this.setupFolderControl = function(){
3896 $('.folder-contents .contents div').mouseover(function() {
3897 $(this).addClass("over");
3898 });
3899-
3900- /*$('.folder-contents .contents div').draggable({
3901- revert: true,
3902- opacity: 0.35,
3903- zIndex: 2700,
3904- start: function(event, ui) {
3905+
3906+ /*$('.folder-contents .contents div').draggable({
3907+ revert: true,
3908+ opacity: 0.35,
3909+ zIndex: 2700,
3910+ start: function(event, ui) {
3911 //_parent.lockOpenMenu();
3912 },
3913- end: function(event, ui) {
3914+ end: function(event, ui) {
3915 //_parent.lockCloseMenu();
3916 }
3917 });*/
3918-
3919+
3920 $('.folder-contents .contents div').mouseout(function() {
3921 $(this).removeClass("over");
3922 });
3923-
3924+
3925 $('.folder-contents .contents').mousedown(function(){
3926 $('.folder-contents .contents div').removeClass("selected");
3927 $('.selected-details').hide();
3928 });
3929-
3930+
3931 $('.folder-contents .contents div').mousedown(function(event) {
3932 event.stopPropagation();
3933 $('.folder-contents .contents div').removeClass("selected");
3934 $(this).addClass("selected");
3935 _this.showSelectedDetails(parseInt($(this).attr('data-id')));
3936 });
3937-
3938+
3939 $('.folder-contents .contents div').dblclick(function() {
3940 openedID = $(this).attr('data-id');
3941 switch($(this).attr('data-type')){
3942@@ -202,10 +202,10 @@
3943 _parent.errorMessage.open();
3944 break;
3945 }
3946-
3947+
3948 });
3949 }
3950-
3951+
3952 this.showSelectedDetails = function($index){
3953 var detailsName = list_of_files[$index].name();
3954 var detailsCount = 0;
3955@@ -220,19 +220,19 @@
3956 }else{
3957 $('.selected-details').text('« '+detailsName+' » sélectionné ('+list_of_files[$index].size()+')');
3958 }
3959-
3960+
3961 $('.selected-details').show();
3962 }
3963-
3964+
3965 this.setupBreadcrumbControl = function(){
3966- $('.folder-contents .bottom-buttons div').bind('click',function() {
3967+ $('#folder-window .bottom-buttons div').bind('click',function() {
3968 $(this).addClass("selected");
3969 var index = $(this).attr('data-id');
3970 _this.history_index = index;
3971 _this.updateDir(dir_history[index]);
3972 });
3973 }
3974-
3975+
3976 this.clickedNewFolder = function(){
3977 var dirExists = $.inArray(current_dir, dir_history);
3978 if(dirExists > -1){
3979@@ -241,7 +241,7 @@
3980 }
3981 $('.selected-details').hide();
3982 }
3983-
3984+
3985 this.refresh = function (){
3986 itemCount = 0;
3987 $('.folder-contents .contents').html('');
3988@@ -253,14 +253,14 @@
3989 itemCount++;
3990 }
3991 }
3992-
3993+
3994 $('.folder-contents .contents').html(folderContents);
3995- $('.folder-contents .bottom-buttons div').unbind('click');
3996+ $('#folder-window .bottom-buttons div').unbind('click');
3997 var breadcrumb = '';
3998 for(i = 0; i < dir_history.length; i++ ){
3999 var dir_name = dir_history[i].split('/');
4000 dir_name = dir_name[dir_name.length-1];
4001- if(i == 0){dir_name = '<img src="../img/folder/home-icon.png"/>' + dir_name}
4002+ if(dir_name == 'Home'){dir_name = '<span class="home"></span>' + dir_name}
4003 if($.trim(dir_name) == 'Desktop'){dir_name = '<img src="../img/folder/desktop-icon.png"/>' + dir_name}
4004 if(i == history_index){
4005 breadcrumb += '<div data-id="'+i+'" class="selected">'+dir_name+'</div>';
4006@@ -270,26 +270,26 @@
4007 }
4008 dir_name = dir_history[history_index].split('/');
4009 dir_name = dir_name[dir_name.length-1];
4010- $('.folder-contents .bottom-buttons').html(breadcrumb);
4011+ $('#folder-window .bottom-buttons').html(breadcrumb);
4012 $('.folder .window-title').text(dir_name);
4013 this.setupBreadcrumbControl();
4014 this.setupFolderControl();
4015 }
4016-
4017+
4018 this.getFiles = function(){
4019 return list_of_files;
4020 }
4021-
4022+
4023 this.backDir = function(){
4024 history_index--;
4025 this.updateDir(dir_history[history_index]);
4026 }
4027-
4028+
4029 this.forwardDir = function(){
4030 history_index++;
4031 this.updateDir(dir_history[history_index]);
4032 }
4033-
4034+
4035 this.updateDir = function($newDIr, $sidebar){
4036 var tempArray = $newDIr.split('/');
4037 var sidebarName = tempArray[tempArray.length - 1].toLowerCase();
4038@@ -298,12 +298,12 @@
4039 $('#folder-window .folder-list .list ul li').removeClass('selected');
4040 $('#folder-window .folder-list .list ul li[data-folder="'+openedID+'"]').addClass('selected');
4041 }
4042-
4043-
4044+
4045+
4046 current_dir = $newDIr;
4047 if($sidebar == undefined){ $sidebar = false; }
4048 var dirExists = $.inArray($newDIr, dir_history);
4049-
4050+
4051 if(dirExists > -1){
4052 history_index = dirExists;
4053 } else{
4054@@ -333,7 +333,7 @@
4055 }
4056 this.refresh();
4057 }
4058-
4059+
4060 this.backButton = function($enable){
4061 if($enable){
4062 if($('.buttons .folder-back').hasClass('disabled')){
4063@@ -360,19 +360,19 @@
4064 }
4065 }
4066 }
4067-
4068+
4069 this.center = function(){
4070 var left = ($(document).width() / 2) - ($('.folder').width() / 2);
4071 var top = Math.max(24,($(document).height() / 2) - ($('.folder').height() / 2));
4072 $('.folder').css('left',left);
4073 $('.folder').css('top',top);
4074 }
4075-
4076+
4077 this.resize = function(){
4078- folderContentsWidth = $('.folder').width() - 168;
4079+ folderContentsWidth = $('.folder').width() - 170;
4080 folderListHeight = $('.folder').height() - 51;
4081- $('.folder .folder-list .list').css('height',folderListHeight);
4082- $('.folder .folder-contents .contents').css('height',folderListHeight - 15);
4083+ $('.folder .folder-list .list').css('height',folderListHeight-30);
4084+ $('.folder .folder-contents .contents').css('height',folderListHeight - 17);
4085 $('.folder .folder-contents .contents').css('width',folderContentsWidth);
4086 }
4087 }
4088
4089=== modified file 'js/folders.js'
4090--- js/folders.js 2013-01-18 20:24:03 +0000
4091+++ js/folders.js 2014-05-18 21:53:52 +0000
4092@@ -3,18 +3,21 @@
4093 * author: Anthony Dillon
4094 */
4095
4096-function Folder($name, $location){
4097+function Folder($name, $location, $icon){
4098 if ($name==undefined) { $name='Untitled Folder';}
4099 if ($location==undefined) { $location='/Home';}
4100+ if ($icon==undefined) { $icon=''; }
4101 var _name = $name;
4102 var _size = '6.2 GB';
4103 var _location = $location;
4104 var _in_bin = false;
4105+ var _icon = $icon;
4106
4107 this.name = function (){ return _name; };
4108 this.size = function (){ return _size; };
4109 this.location = function (){ return _location; };
4110 this.in_bin = function (){ return _in_bin; };
4111+ this.icon = function (){ return _icon; };
4112
4113 this.rename = function($name){
4114 _name = $name;
4115@@ -29,7 +32,7 @@
4116 }
4117
4118 this.drawIcon = function($id, $type){
4119- return "<div class='file-folder "+$type+"' data-type='folder' data-id='"+$id+"'><p></p><span>"+_name+"</span></div>";
4120+ return "<div class='file-folder "+this.icon()+" "+$type+"' data-type='folder' data-id='"+$id+"'><p></p><span>"+_name+"</span></div>";
4121 }
4122
4123 this.type = function(){
4124
4125=== modified file 'js/guidedtoursystem.js'
4126--- js/guidedtoursystem.js 2013-01-18 20:24:03 +0000
4127+++ js/guidedtoursystem.js 2014-05-18 21:53:52 +0000
4128@@ -119,8 +119,8 @@
4129 $('#tour-guide .guide-container').hide();
4130
4131 if(currentIndex == -1){
4132- $('#tour-guide .prev-button').hide();
4133- $('#tour-guide .next-button').hide();
4134+ //$('#tour-guide .prev-button').hide();
4135+ //$('#tour-guide .next-button').hide();
4136 $('#tour-guide .welcome').show();
4137 }else{
4138 $('#tour-guide .'+guides[currentIndex].system).show();
4139
4140=== modified file 'js/internetsystem.js'
4141--- js/internetsystem.js 2013-01-21 17:46:01 +0000
4142+++ js/internetsystem.js 2014-05-18 21:53:52 +0000
4143@@ -11,13 +11,13 @@
4144 var firefoxHeight = 0;
4145 var urlWidth = 0;
4146 var maximised = false;
4147- var homePage = 'http://start.ubuntu.com';
4148+ var homePage = 'http://start.ubuntu-fr.org';
4149 var internalClick = true;
4150 var name = 'Browse the internet';
4151 var _isOpen = false;
4152-
4153+
4154 this.init = function(){
4155-
4156+
4157 $('.firefox-window .control .close').click(function(){
4158 _this.close();
4159 });
4160@@ -38,16 +38,16 @@
4161 }else{
4162 maximised = true;
4163 $('.firefox-window').addClass('fullsize');
4164- $('.firefox-window').css('height',$(document).height() - 50 + 'px');
4165+ $('.firefox-window').css('height',$(document).height() + 'px');
4166 $('.firefox-window').css('width',$(document).width() - 70 + 'px');
4167 $('.firefox-window .web-overlay-tran').css('width','100px');
4168 $('.firefox-window .web-overlay-tran').show();
4169 _parent.systemSettings.increaseFullscreen();
4170 }
4171-
4172+
4173 resize();
4174 });
4175-
4176+
4177 $('#submitURL').keypress(function(e){
4178 if(e.keyCode == 13){
4179 var inputURL = $('#submitURL ').val();
4180@@ -64,7 +64,7 @@
4181 changeURL(inputURL);
4182 }
4183 });
4184-
4185+
4186 $('#submitSearch ').keypress(function(e){
4187 if(e.keyCode == 13){
4188 var inputURL = 'http://fr.wikipedia.org/w/index.php?title=Special%3ASearch&search='+$('#submitSearch ').val().replace(' ','+');
4189@@ -74,7 +74,7 @@
4190 changeURL(inputURL);
4191 }
4192 });
4193-
4194+
4195 this.close = function(){
4196 if(_isOpen){}
4197 _parent.openWindows['firefox-window'] = false;
4198@@ -89,7 +89,7 @@
4199 _this.center();
4200 _parent.systemMenu.closeWindow('firefox');
4201 }
4202-
4203+
4204 this.open = function(){
4205 center();
4206 $('.firefox-window ').show();
4207@@ -99,19 +99,19 @@
4208 $('.firefox-window').prev().css('left', $('.firefox-window').css('left'));
4209 }
4210 }
4211-
4212+
4213 this.isMaximised = function(){
4214 return maximised;
4215 }
4216-
4217+
4218 this.resize = function(){
4219 resize();
4220 }
4221-
4222+
4223 this.center = function(){
4224 center();
4225 }
4226-
4227+
4228 $('#submitSearch').focus(function() {
4229 if ($(this).val() == 'Wikipedia') {
4230 $(this).val('');
4231@@ -124,7 +124,7 @@
4232 $(this).addClass('fade-text');
4233 }
4234 });
4235-
4236+
4237 $('#submitURL').focus(function() {
4238 if($(this).val().substr($(this).val().length - 3,3) == '...'){
4239 $(this).removeClass('fade-text');
4240@@ -139,17 +139,17 @@
4241 backHistory.push(homePage);
4242 changeURL(homePage);
4243 }
4244-
4245+
4246 function changeURL($url){
4247 $('#submitURL ').attr('value', $url);
4248 $('#firefoxInternet').attr('src', $url);
4249 updateButtons();
4250 }
4251-
4252+
4253 function updateButtons(){
4254 $('.buttons .firefox-back').unbind('click');
4255 $('.buttons .firefox-forward').unbind('click');
4256-
4257+
4258 if(backHistory.length <= 1){
4259 $('.buttons .firefox-back').addClass('inactive');
4260 }else{
4261@@ -167,7 +167,7 @@
4262 });
4263 }
4264 }
4265-
4266+
4267 function backPressed(){
4268 forwardHistory.push(backHistory[backHistory.length - 1]);
4269 backHistory.pop();firefoxHeight = $('.firefox-window').height() - ($('.firefox-window .control').height() + $('.firefox-window .buttons').height() + 12);
4270@@ -177,7 +177,7 @@
4271 internalClick = true;
4272 changeURL(backHistory[backHistory.length - 1]);
4273 }
4274-
4275+
4276 function forwardPressed(){
4277 var forwardURL = forwardHistory[forwardHistory.length - 1];
4278 backHistory.push(forwardURL);
4279@@ -185,7 +185,7 @@
4280 internalClick = true;
4281 changeURL(forwardURL);
4282 }
4283-
4284+
4285 function resize(){
4286 firefoxHeight = $('.firefox-window').height() - ($('.firefox-window .control').height() + $('.firefox-window .buttons').height() + 12);
4287 if(maximised){ firefoxHeight -= 27; }
4288@@ -194,14 +194,14 @@
4289 urlWidth = $('.firefox-window').width() - 310;
4290 $('.firefox-window .buttons .firefox-url input').css('width',urlWidth);
4291 }
4292-
4293+
4294 function center(){
4295 var left = ($(document).width() / 2) - ($('.firefox-window').width() / 2);
4296 var top = Math.max(24,($(document).height() / 2) - ($('.firefox-window').height() / 2));
4297 $('.firefox-window').css('left',left);
4298 $('.firefox-window').css('top',top);
4299 }
4300-
4301+
4302 function iframeChange(){
4303 if(!internalClick){
4304 $('#submitURL').addClass('fade-text');
4305
4306=== modified file 'js/lang.js'
4307--- js/lang.js 2013-01-18 20:24:03 +0000
4308+++ js/lang.js 2014-05-18 21:53:52 +0000
4309@@ -74,7 +74,7 @@
4310 var _braid_app_ = $.trim(hiddenTranslation.find('._braid_app_').text());
4311 var _braid_sub_ = $.trim(hiddenTranslation.find('._braid_sub_').text());
4312 var _braid_desc_ = $.trim(hiddenTranslation.find('._braid_desc_').text());
4313-var _banshee_app_ = $.trim(hiddenTranslation.find('._banshee_app_').text());
4314+var _rhythmbox_app_ = $.trim(hiddenTranslation.find('._rhythmbox_app_').text());
4315 var _brasero_app_ = $.trim(hiddenTranslation.find('._brasero_app_').text());
4316 var _movie_player_app_ = $.trim(hiddenTranslation.find('._movie_player_app_').text());
4317 var _shotwell_app_ = $.trim(hiddenTranslation.find('._shotwell_app_').text());
4318@@ -82,6 +82,7 @@
4319 var _sound_recorder_app_ = $.trim(hiddenTranslation.find('._sound_recorder_app_').text());
4320 var _empathy_app_ = $.trim(hiddenTranslation.find('._empathy_app_').text());
4321 var _thunderbird_app_ = $.trim(hiddenTranslation.find('._thunderbird_app_').text());
4322+var _ubuntu_one_app_ = $.trim(hiddenTranslation.find('._ubuntu_one_app_').text());
4323 var _firefox_app_ = $.trim(hiddenTranslation.find('._firefox_app_').text());
4324 var _gwibber_app_ = $.trim(hiddenTranslation.find('._gwibber_app_').text());
4325 var _remote_desktop_app_ = $.trim(hiddenTranslation.find('._remote_desktop_app_').text());
4326@@ -91,6 +92,9 @@
4327 var _aisleroit_app_ = $.trim(hiddenTranslation.find('._aisleroit_app_').text());
4328 var _appearance_app_ = $.trim(hiddenTranslation.find('._appearance_app_').text());
4329 var _bluetooth_app_ = $.trim(hiddenTranslation.find('._bluetooth_app_').text());
4330+var _ubuntu_software_center_app_ = $.trim(hiddenTranslation.find('._ubuntu_software_center_app_').text());
4331+var _ubuntu_one_music_app_ = $.trim(hiddenTranslation.find('._ubuntu_one_music_app_').text());
4332+var _amazon_app_ = $.trim(hiddenTranslation.find('._amazon_app_').text());
4333
4334 /*
4335 * Dash
4336
4337=== modified file 'js/movieplayersystem.js'
4338--- js/movieplayersystem.js 2013-01-18 20:24:03 +0000
4339+++ js/movieplayersystem.js 2014-05-18 21:53:52 +0000
4340@@ -4,18 +4,18 @@
4341 */
4342
4343 function MoviePlayerSystem($parent){
4344-
4345+
4346 var _parent = $parent;
4347 var _this = this;
4348 var _isOpen = false;
4349 var maximised = false;
4350 var minified = false;
4351 var movieURL = 'videos/iStock.flv';
4352-
4353+
4354 this.init = function(){
4355 this.setupControl();
4356 }
4357-
4358+
4359 this.setupControl = function(){
4360 $('#movieplayer .control .close').click(function(){
4361 _this.close();
4362@@ -23,7 +23,7 @@
4363 $('#movieplayer .control .min').click(function(){
4364 _this.min();
4365 });
4366-
4367+
4368 $('#movieplayer .control .max').click(function(){
4369 if(maximised){
4370 maximised = false;
4371@@ -34,7 +34,7 @@
4372 }else{
4373 maximised = true;
4374 $('#movieplayer').css('width',$(document).width() - 70 + 'px');
4375- $('#movieplayer').css('height',$(document).height() - 50 + 'px');
4376+ $('#movieplayer').css('height',$(document).height() + 'px');
4377 $('#movieplayer').addClass('fullsize');
4378 _parent.systemSettings.increaseFullscreen();
4379 }
4380@@ -44,16 +44,16 @@
4381 playClicked();
4382 });
4383 }
4384-
4385+
4386 this.addVideo = function(){
4387- var videoObject = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="'+$('#movieplayer .container .video').width()+'" height="'+$('#movieplayer .container .video').height()+'" id="videoPlayer"><param name="movie" value="../videoplayer.swf" /> <param name="wmode" value="transparent" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed wmode="transparent" src="../videoplayer.swf" quality="high" bgcolor="#000000" width="'+$('#movieplayer .container .video').width()+'" height="'+$('#movieplayer .container .video').height()+'" name="videoPlayer" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed></object>';
4388+ var videoObject = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="'+$('#movieplayer .container .video').width()+'" height="'+$('#movieplayer .container .video').height()+'" id="videoPlayer"><param name="movie" value="../videoplayer.swf" /> <param name="wmode" value="transparent" /> <param name="quality" value="high" /> <param name="bgcolor" value="#000000" /> <embed wmode="transparent" src="../videoplayer.swf" quality="high" bgcolor="#000000" width="'+$('#movieplayer .container .video').width()+'" height="'+$('#movieplayer .container .video').height()+'" name="videoPlayer" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed></object>';
4389 $('#movieplayer .container .video').html(videoObject);
4390 }
4391-
4392+
4393 this.removeVideo = function(){
4394 $('#movieplayer .container .video').html('');
4395 }
4396-
4397+
4398 this.open = function($playvideo){
4399 if(!_isOpen){
4400 this.resize();
4401@@ -68,7 +68,7 @@
4402 $('#movieplayer').prev().css('left', $('#movieplayer').css('left'));
4403 }
4404 }
4405-
4406+
4407 this.close = function(){
4408 _parent.openWindows['movieplayer'] = false;
4409 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
4410@@ -80,7 +80,7 @@
4411 this.removeVideo();
4412 _this.center();
4413 }
4414-
4415+
4416 this.min = function(){
4417 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
4418 $('#movieplayer ').hide();
4419@@ -88,11 +88,11 @@
4420 minified = true;
4421 _isOpen = false;
4422 }
4423-
4424+
4425 this.isMaximised = function(){
4426 return maximised;
4427 }
4428-
4429+
4430 this.resize = function(){
4431 var videoWidth = $('#movieplayer').width();
4432 var videoHeight = $('#movieplayer').height();
4433@@ -101,7 +101,7 @@
4434 $('#videoPlayer').attr('height',videoHeight);
4435 $('#videoPlayer embed').attr('height',videoHeight - 27);
4436 }
4437-
4438+
4439 this.center = function(){
4440 var left = ($(document).width() / 2) - ($('#movieplayer').width() / 2);
4441 var top = Math.max(24,($(document).height() / 2) - ($('#movieplayer').height() / 2));
4442
4443=== modified file 'js/scripts.js'
4444--- js/scripts.js 2013-01-18 20:24:03 +0000
4445+++ js/scripts.js 2014-05-18 21:53:52 +0000
4446@@ -32,7 +32,8 @@
4447 $(document).ready(function(){
4448 if($.browser.msie){
4449 if($.browser.version != '8.0' && $.browser.version != '9.0'){
4450- window.location.href = '/ubuntu/take-the-tour-gallery';
4451+ alert('Désolé, mais cette démonstration ne semble pas être compatible avec votre navigateur.');
4452+ window.location.href = 'http://www.ubuntu-fr.org';
4453 }else{
4454 setup();
4455 }
4456@@ -76,23 +77,29 @@
4457 }
4458 systemMenu.resize();
4459 });
4460-
4461+
4462 $(document).mousemove(function(e){
4463 if(movingFolder != null){
4464 movingFolder.css('left', e.pageX - folderXOffset);
4465 movingFolder.css('top',Math.max(24, e.pageY - folderYOffset));
4466 }
4467- });
4468-
4469+ });
4470+
4471 $('.control').mousedown(function(e) {
4472 movingFolder = $(this).parent();
4473 folderXOffset = e.pageX - movingFolder.position().left;
4474 folderYOffset = e.pageY - movingFolder.position().top;
4475 });
4476+
4477+ $('#tour-guide').mousedown(function(e) {
4478+ movingFolder = $(this);
4479+ folderXOffset = e.pageX - movingFolder.position().left;
4480+ folderYOffset = e.pageY - movingFolder.position().top;
4481+ });
4482 $(document).mouseup(function() {
4483 movingFolder = null;
4484 });
4485-
4486+
4487 $('.window').mousedown(function(){
4488 if($(this).attr('class').indexOf("firefox-window") != -1){
4489 if($(this).attr('class').indexOf("fullsize") == -1){
4490@@ -100,7 +107,7 @@
4491 $('.firefox-window .web-overlay-tran').hide();
4492 }else{
4493 $('.firefox-window .web-ubuntuOneSystemoverlay-tran').css('width','100px');
4494- $('.firefox-window .web-overlay-tran').show();
4495+ $('.firefox-window .web-overlay-tran').show();
4496 }
4497 }else{
4498 $('.firefox-window .web-overlay-tran').css('width','100%');
4499@@ -111,16 +118,16 @@
4500 $('#top #top-left #title').text($('.window-title', this).text());
4501 $('.'+currentSystemSelected).css('z-index',3);
4502 $(this).css('z-index',4);
4503-
4504+
4505 if($('css3-container').length > 0){
4506 $('css3-container').css('z-index',2);
4507 $('.'+currentSystemSelected).prev().css('z-index',3);
4508 $(this).prev().css('z-index',4);
4509 }
4510-
4511+
4512 $(this).addClass('selected-window');
4513 openWindows[$(this).attr('id')] = true;
4514-
4515+
4516 if(currentSystemSelected != $(this).attr('class').replace(' window', '').replace(' fullsize', '').replace(' selected-window','').replace(' window', '')){
4517 currentSystemSelected = $(this).attr('class').replace(' fullsize', '');
4518 currentSystemSelected = currentSystemSelected.replace(' selected-window','');
4519@@ -130,9 +137,9 @@
4520 if(set == 'folder'){ set = 'home'; }
4521 if(set == 'firefox-window'){ set = 'firefox'; }
4522 if(set == 'email-window'){ set = 'email'; }
4523-
4524+
4525 $('#menu ul li.'+set+' .selected-window-arrow').show();
4526-
4527+
4528 guidedTourSystem.setSystem(set);
4529 }
4530 });
4531@@ -165,7 +172,7 @@
4532 //systemMenu.setLocked(false);
4533 }
4534 });
4535-
4536+
4537 $('#top #top-right div ul li').bind('click',function(){
4538 switch($.trim($(this).text())){
4539 case _turn_off_bluetooth_:
4540@@ -203,7 +210,7 @@
4541 break;
4542 }
4543 });
4544-
4545+
4546 $('#top #top-right #speakers .slider').slider({
4547 min: 0,
4548 max: 100,
4549@@ -219,21 +226,21 @@
4550 _this.systemSettings.setVolume(currentPercent);
4551 }
4552 });
4553-
4554-
4555+
4556+
4557 $('#top #top-left #control-buttons div').bind('click', function(){
4558 var buttonClicked = $(this).attr('id');
4559 $('.'+currentSystemSelected+ ' .control .'+buttonClicked).trigger('click');
4560 });
4561-
4562+
4563 $('#top #top-right #speakers .banshee').mouseover(function(){
4564 $('#top #top-right #speakers .banshee .banshee-play').css('background-image','url(../img/top/banshee-play-highlight.png)');
4565 });
4566-
4567+
4568 $('#top #top-right #speakers .banshee').mouseout(function(){
4569 $('#top #top-right #speakers .banshee .banshee-play').css('background-image','url(../img/top/banshee-play.png)');
4570 });
4571-
4572+
4573 }
4574
4575 function sliderUpdate($percent, $muted){
4576@@ -371,6 +378,7 @@
4577 libreSystem.close('calc');
4578 libreSystem.close('impress');
4579 softwareSystem.close();
4580+ moviePlayerSystem.close();
4581 guidedTourSystem.setIndex(_tourIndex);
4582 }
4583
4584@@ -391,11 +399,11 @@
4585 fileLibrary.push(new File(fileLibrary.length,'../img/shotwell/library/StalkingOcelot.jpg','photo', _stalking_ocelot_title_, _photo_size_, _photo_date_, '/'+_home_folder_+'/'+_pictures_folder_));
4586 fileLibrary.push(new File(fileLibrary.length,'../img/shotwell/library/TheGrassAintGreener.jpg','photo', _the_grass_aint_greener_title_, _photo_size_, _photo_date_, '/'+_home_folder_+'/'+_pictures_folder_));
4587 fileLibrary.push(new File(fileLibrary.length,'../img/shotwell/library/WildWheat.jpg','photo', _wildWheat_title_, _photo_size_,_photo_date_, '/'+_home_folder_+'/'+_pictures_folder_));
4588-
4589+
4590 fileLibrary.push(new File(fileLibrary.length,'../videos/IAmWeAre.flv','video', _introduction_ubuntu_title_, _video_size_, _video_date_, '/'+_home_folder_+'/'+_videos_folder_));
4591-
4592+
4593 fileLibrary.push(new File(fileLibrary.length,'../audio/preview.mp3','audio', _happyness_title_, _music_size_, _music_date_, '/'+_home_folder_+'/'+_music_folder_));
4594-
4595+
4596 shotwellSystem = new ShotwellSystem(this);
4597 shotwellSystem.init();
4598 }
4599@@ -445,7 +453,7 @@
4600 });
4601 }
4602 }
4603-
4604+
4605 /*$.each($('#menu *'), function(){
4606 if($(this).is('img')){
4607 $currentBackground = $(this).attr('src');
4608@@ -476,7 +484,7 @@
4609 }
4610 }
4611 });
4612-
4613+
4614 }
4615
4616 function unblurWindows(){
4617@@ -500,7 +508,7 @@
4618 });
4619 }
4620 }
4621-
4622+
4623 $.each($('#menu *'), function(){
4624 if($(this).is('img')){
4625 $currentBackground = $(this).attr('src');
4626
4627=== modified file 'js/shotwellsystem.js'
4628--- js/shotwellsystem.js 2013-01-18 20:24:03 +0000
4629+++ js/shotwellsystem.js 2014-05-18 21:53:52 +0000
4630@@ -4,7 +4,7 @@
4631 */
4632
4633 function ShotwellSystem($parent){
4634-
4635+
4636 var _parent = $parent;
4637 var _this = this;
4638 var _isOpen = false;
4639@@ -16,13 +16,13 @@
4640 var columns = 0;
4641 var currentPercent = 0.3;
4642 var currentIndex = 0;
4643-
4644+
4645 this.init = function(){
4646 columns = Math.floor($('#shotwell .container .images').width() / 158);
4647 imageCount = _parent.fileLibrary.length - 2;
4648 this.setupControl();
4649 }
4650-
4651+
4652 this.setupControl = function(){
4653 $('#shotwell .control .close').click(function(){
4654 _this.close();
4655@@ -30,7 +30,7 @@
4656 $('#shotwell .control .min').click(function(){
4657 _this.min();
4658 });
4659-
4660+
4661 $('#shotwell .control .max').click(function(){
4662 if(maximised){
4663 maximised = false;
4664@@ -41,13 +41,13 @@
4665 }else{
4666 maximised = true;
4667 $('#shotwell').css('width',$(document).width() - 70 + 'px');
4668- $('#shotwell').css('height',$(document).height() - 50 + 'px');
4669+ $('#shotwell').css('height',$(document).height() + 'px');
4670 $('#shotwell ').addClass('fullsize');
4671 _parent.systemSettings.increaseFullscreen();
4672 }
4673 _this.resize();
4674 });
4675-
4676+
4677 $('#shotwell .nav ul').click(function(){
4678 $(this).addClass('selected');
4679 $('#shotwell .container .images').removeClass('singleImage');
4680@@ -58,7 +58,7 @@
4681 _this.display();
4682 _this.sliderUpdate(currentPercent);
4683 });
4684-
4685+
4686 $('#shotwell .container .tools .jump-image .next').bind('click',function(){
4687 if(!$(this).hasClass('disabled')){
4688 currentIndex++;
4689@@ -67,7 +67,7 @@
4690 _this.checkNextPrev();
4691 }
4692 });
4693-
4694+
4695 $('#shotwell .container .tools .jump-image .prev').bind('click',function(){
4696 if(!$(this).hasClass('disabled')){
4697 currentIndex--;
4698@@ -76,7 +76,7 @@
4699 _this.checkNextPrev();
4700 }
4701 });
4702-
4703+
4704 $('#shotwell .container .tools .slider-container .slider').slider({
4705 min: 0,
4706 max: 100,
4707@@ -89,26 +89,26 @@
4708 _this.getSliderValueAndUpdate($(this));
4709 }
4710 });
4711-
4712+
4713 $('#shotwell .container .images').click(function(){
4714 $('#shotwell .nav ul').removeClass('selected');
4715 $('#shotwell .container .images img').removeClass('selected');
4716 $('#shotwell .sidebar .details .overall').show();
4717 $('#shotwell .sidebar .details .single').hide();
4718 });
4719-
4720+
4721 $('#shotwell .sidebar .details .single').hide();
4722 $('#shotwell .container .tools .jump-image').hide();
4723 this.display();
4724 this.sliderUpdate(currentPercent,1);
4725 this.center();
4726 }
4727-
4728+
4729 this.getSliderValueAndUpdate = function(slider) {
4730 var currentPercent = slider.slider('option', 'value') / 100;
4731 _this.sliderUpdate(currentPercent);
4732 }
4733-
4734+
4735 this.checkNextPrev = function(){
4736 $('#shotwell .container .tools .jump-image div').removeClass('disabled');
4737 if(currentIndex <= 0){
4738@@ -118,23 +118,23 @@
4739 $('#shotwell .container .tools .jump-image .next').addClass('disabled');
4740 }
4741 }
4742-
4743+
4744 this.sliderUpdate = function($percent, $firsttime){
4745 var containerWidth = $('#shotwell .container .images').width() - 15;
4746 var active = $('#shotwell .container .tools .slider-container .slider .ui-slider-handle').position();
4747 if($firsttime != undefined){ active = '60.45px; '}
4748 $('#shotwell .container .tools .slider-container .slider-active').css('width', active.left);
4749-
4750+
4751 var imageWidth = Math.floor(((imageMax - imageMin) * $percent) + imageMin) - 5;
4752 $('#shotwell .container .images img').css('width',imageWidth);
4753-
4754+
4755 columns = Math.min(imageCount, Math.floor(containerWidth/ imageWidth));
4756 var imageDivsWidth = Math.floor(containerWidth / columns)
4757 $('#shotwell .container .images div').css('width',imageDivsWidth+'px');
4758 }
4759-
4760+
4761 this.display = function($imageIndex){
4762-
4763+
4764 var imagesHTML = '';
4765 if($imageIndex == undefined){
4766 for(var i = 0; i < imageCount; i++){
4767@@ -146,7 +146,7 @@
4768 imagesHTML += '<div class="large"><img src="'+_parent.fileLibrary[$imageIndex].url()+'" alt="'+_parent.fileLibrary[$imageIndex].name()+'" id="-1" /></div>';
4769 }
4770 $('#shotwell .container .images').html(imagesHTML);
4771-
4772+
4773 //$('#shotwell .container .images div').css('height',$('#shotwell .container .images img').height());
4774 //$('#shotwell .sidebar .details .items').text(imageCount+' Photos');
4775 $('#shotwell .container .images img').click(function( event ){
4776@@ -169,19 +169,19 @@
4777 });
4778 this.resize();
4779 }
4780-
4781+
4782 this.showImageDetails = function( $index ){
4783 this.updateImageDetails($index);
4784 $('#shotwell .sidebar .details .overall').hide();
4785 $('#shotwell .sidebar .details .single').show();
4786 }
4787-
4788+
4789 this.updateImageDetails = function( $index ){
4790 $('#shotwell .sidebar .details .title').text(_parent.fileLibrary[$index].name());
4791 $('#shotwell .sidebar .details .date').text(_parent.fileLibrary[$index].date());
4792 $('#shotwell .sidebar .details .size').text(_parent.fileLibrary[$index].size());
4793 }
4794-
4795+
4796 this.selectImage = function($index){
4797 $('#shotwell .container .images').addClass('singleImage');
4798 $('#shotwell .container .tools .jump-image').show();
4799@@ -209,7 +209,7 @@
4800 $('#shotwell').prev().css('left', $('#shotwell').css('left'));
4801 }
4802 }
4803-
4804+
4805 this.close = function(){
4806 if(_isOpen){
4807 _parent.openWindows['shotwell'] = false;
4808@@ -220,7 +220,7 @@
4809 $('#shotwell .sidebar .details .single').hide();
4810 _this.display();
4811 _this.sliderUpdate(currentPercent);
4812-
4813+
4814 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
4815 $('#shotwell ').hide();
4816 _parent.systemMenu.closeWindow('shotwell');
4817@@ -230,23 +230,23 @@
4818 _this.center();
4819 }
4820 }
4821-
4822+
4823 this.min = function(){
4824 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
4825 $('#shotwell ').hide();
4826 _parent.systemMenu.wiggle('shotwell');
4827 minified = true;
4828 }
4829-
4830+
4831 this.isMaximised = function(){
4832 return maximised;
4833 }
4834-
4835+
4836 /* this.open = function(){
4837 this.center();
4838 $('.shotwell').show();
4839 }*/
4840-
4841+
4842 this.resize = function(){
4843 /*var topPadding = ($('#shotwell .container .images').height() - $('#shotwell .container .images .large img').height()) /2;
4844 $('#shotwell .container .images .large img').css('margin-top',topPadding+'px');*/
4845@@ -257,7 +257,7 @@
4846 $('#shotwell .sidebar .nav').css('height',imageContainerHeight - 138);
4847 $('#shotwell .container .images').css('height',imageContainerHeight-40);
4848 }
4849-
4850+
4851 this.center = function(){
4852 var left = ($(document).width() / 2) - ($('#shotwell').width() / 2);
4853 var top = Math.max(24,($(document).height() / 2) - ($('#shotwell').height() / 2));
4854
4855=== modified file 'js/softwaresystem.js'
4856--- js/softwaresystem.js 2013-01-18 20:24:03 +0000
4857+++ js/softwaresystem.js 2014-05-18 21:53:52 +0000
4858@@ -17,19 +17,19 @@
4859 var theImage = '';
4860 var theDescription = '';
4861 var theDesctiptionImage = '';
4862-
4863+
4864 this.init = function(){
4865-
4866+
4867 $('#software-centre .loading-bar').hide();
4868 $('#software-centre .detailed .price .progress').css('width','0');
4869-
4870+
4871 $('#software-centre .control .close').click(function(){
4872 _this.close();
4873 });
4874 $('#software-centre .control .min').click(function(){
4875 _this.min();
4876 });
4877-
4878+
4879 $('#software-centre .control .max').click(function(){
4880 if(maximised){
4881 maximised = false;
4882@@ -40,13 +40,13 @@
4883 }else{
4884 maximised = true;
4885 $('#software-centre').css('width',$(document).width() - 70 + 'px');
4886- $('#software-centre').css('height',$(document).height() - 50 + 'px');
4887+ $('#software-centre').css('height',$(document).height() + 'px');
4888 $('#software-centre').addClass('fullsize');
4889 _parent.systemSettings.increaseFullscreen();
4890 }
4891 _this.resize();
4892 });
4893-
4894+
4895 $('#software-centre .top-panel .back').bind('click',function(){
4896 if(!$(this).hasClass('disabled')){
4897 $('#software-centre .home').show();
4898@@ -61,7 +61,7 @@
4899 $(this).addClass('disabled');
4900 }
4901 });
4902-
4903+
4904 $('#software-centre .whats-new .app-container div').click(function(){
4905 currentApp = $(this).attr('class');
4906 $('#software-centre .top-panel .forward').addClass('disabled');
4907@@ -71,7 +71,7 @@
4908 this.setupTopButtons();
4909 this.center();
4910 }
4911-
4912+
4913 this.loadApp = function(){
4914 var error = false;
4915 $('#software-centre .top-panel .back').removeClass('disabled');
4916@@ -130,9 +130,9 @@
4917 default:
4918 _parent.errorMessage.open();
4919 error = true;
4920- break;
4921+ break;
4922 }
4923-
4924+
4925 $('#software-centre .detailed .title h1').text(theName);
4926 $('#software-centre .detailed .title p.subheading').text(theSub);
4927 $('#software-centre .detailed .title img.app-image').attr('src', theImage);
4928@@ -148,7 +148,7 @@
4929 $('#software-centre .detailed').show();
4930 }
4931 }
4932-
4933+
4934 this.setupInstall = function(){
4935 $('#software-centre .detailed .price .button').bind('click',function(){
4936 if(installedApps[currentApp] == true){
4937@@ -167,7 +167,7 @@
4938 }
4939 });
4940 }
4941-
4942+
4943 this.removeApp = function(){
4944 $('#software-centre .detailed .price .theprice').text(thePrice);
4945 $('#software-centre .detailed .price .theprice').removeClass('installed');
4946@@ -176,7 +176,7 @@
4947 _parent.systemOverlay.removeApps(theName);
4948 installedApps[currentApp] = false;
4949 }
4950-
4951+
4952 this.installedApp = function(){
4953 $('#software-centre .detailed .price .theprice').text(_installed_);
4954 $('#software-centre .detailed .price .theprice').addClass('installed');
4955@@ -185,7 +185,7 @@
4956 _parent.systemOverlay.totalApps.push({name:theName,image:theImage});
4957 installedApps[currentApp] = true;
4958 }
4959-
4960+
4961 this.setupTopButtons = function(){
4962 $('#software-centre .all-software').bind('click', function(){
4963 $('#software-centre .home').show();
4964@@ -193,7 +193,7 @@
4965 $('#software-centre .top-panel .back').addClass('disabled');
4966 });
4967 }
4968-
4969+
4970 this.close = function(){
4971 if(_isOpen){
4972 $('#software-centre .home').show();
4973@@ -211,14 +211,14 @@
4974 }
4975 }
4976 }
4977-
4978+
4979 this.min = function(){
4980 if(maximised){ _parent.systemSettings.decreaseFullscreen(); }
4981 $('#software-centre ').hide();
4982 _parent.systemMenu.wiggle('software');
4983 minified = true;
4984 }
4985-
4986+
4987 this.resize = function(){
4988 var containerHeight = $('#software-centre').height() - ($('#software-centre .top-panel').height() + $('#software-centre .control').height() + 6);
4989 var appBoxWidth = $('#software-centre').width() - ($('#software-centre .navigation').width() + 50);
4990@@ -226,18 +226,18 @@
4991 $('#software-centre .container').css('height',containerHeight);
4992 $('#software-centre .container .whats-new').css('width',appBoxWidth);
4993 }
4994-
4995+
4996 this.center = function(){
4997 var left = ($(document).width() / 2) - ($('#software-centre ').width() / 2);
4998 var top = Math.max(24,($(document).height() / 2) - ($('#software-centre ').height() / 2));
4999 $('#software-centre ').css('left',left);
5000 $('#software-centre ').css('top',top);
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: