From 4be7a79c5668020c18e57e9b4932a1308fe43077 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Thu, 9 Feb 2012 11:45:08 +0200 Subject: [PATCH 1/5] Removing warnings with unsafe sprintf(). --- src/adaptors/UBSvgSubsetAdaptor.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/adaptors/UBSvgSubsetAdaptor.h b/src/adaptors/UBSvgSubsetAdaptor.h index 2335c3cf..d3dc75fa 100644 --- a/src/adaptors/UBSvgSubsetAdaptor.h +++ b/src/adaptors/UBSvgSubsetAdaptor.h @@ -171,20 +171,15 @@ class UBSvgSubsetAdaptor int pointsCount = crashedPoints.size(); QString svgPoints; - static const int maxBufferLengthPerPoint = 30; - int maxBufferLength = maxBufferLengthPerPoint * pointsCount; - char *buffer = new char[maxBufferLength]; int length = 0; - + QString sBuf; for(int j = 0; j < pointsCount; j++) { - const QPointF & point = crashedPoints.at(j); - int n = sprintf(buffer + length, "%.2f,%.2f ", point.x(), point.y()); - length += n; + const QPointF & point = crashedPoints.at(j); + sBuf.sprintf("%.2f,%.2f ", point.x(), point.y()); + svgPoints.insert(length, sBuf); + length += sBuf.length(); } - - svgPoints = QString::fromAscii(buffer, length); - delete buffer; return svgPoints; } From 08aa616f8f236c802bb09618ac563b8c955f68b4 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 9 Feb 2012 11:39:21 +0100 Subject: [PATCH 2/5] first draft of directories re-organization --- .../Anyembed.wgt/config.xml | 0 .../Anyembed.wgt/css/ubwidget.css | 0 .../Anyembed.wgt/icon.png | Bin .../Anyembed.wgt/index.html | 0 .../Anyembed.wgt/js/jquery-1.3.2.min.js | 0 .../js/jquery.disable.text.select.js | 0 .../Anyembed.wgt/js/languages.js | 0 .../Anyembed.wgt/js/ubw-main.js | 0 .../Calculator.wgt/config.xml | 0 .../Calculator.wgt/css/ubwidget.css | 0 .../Calculator.wgt/icon.png | Bin .../images/arrows_out/bottom.png | Bin .../Calculator.wgt/images/arrows_out/left.png | Bin .../images/arrows_out/right.png | Bin .../Calculator.wgt/images/arrows_out/top.png | Bin .../arrows_over/button_arrow_bottom.png | Bin .../images/arrows_over/button_arrow_left.png | Bin .../images/arrows_over/button_arrow_right.png | Bin .../images/arrows_over/button_arrow_top.png | Bin .../Calculator.wgt/images/back.png | Bin .../Calculator.wgt/images/back_small.png | Bin .../images/button_out-copie.png | Bin .../Calculator.wgt/images/button_out.gif | Bin .../Calculator.wgt/images/button_out.png | Bin .../Calculator.wgt/images/button_out_dark.gif | Bin .../Calculator.wgt/images/button_out_dark.png | Bin .../Calculator.wgt/images/button_over.gif | Bin .../Calculator.wgt/images/button_toggle.png | Bin .../images/button_toggle_invert.png | Bin .../images/buttons_shadow/back.png | Bin .../images/buttons_shadow/bottom.png | Bin .../images/buttons_shadow/cbottomleft.png | Bin .../images/buttons_shadow/cbottomright.png | Bin .../images/buttons_shadow/ctopleft.png | Bin .../images/buttons_shadow/ctopright.png | Bin .../images/buttons_shadow/left.png | Bin .../images/buttons_shadow/right.png | Bin .../images/buttons_shadow/top.png | Bin .../Calculator.wgt/images/calculator/pi.png | Bin .../Calculator.wgt/images/calculator/pi.psd | Bin .../images/calculator/pi_click.png | Bin .../images/calculator/pi_over.png | Bin .../Calculator.wgt/images/calculator/pow.png | Bin .../Calculator.wgt/images/calculator/pow.psd | Bin .../Calculator.wgt/images/calculator/sq.png | Bin .../Calculator.wgt/images/calculator/sq.psd | Bin .../images/calculator/sq_click.png | Bin .../images/calculator/sq_over.png | Bin .../Calculator.wgt/images/display copy.png | Bin .../Calculator.wgt/images/display.png | Bin .../Calculator.wgt/images/historyback.png | Bin .../Calculator.wgt/images/historytab.png | Bin .../Calculator.wgt/images/historytabOver.png | Bin .../Calculator.wgt/images/inspector.png | Bin .../Calculator.wgt/images/touche0.png | Bin .../Calculator.wgt/images/touche0_over.png | Bin .../images/touche0_over_down.png | Bin .../Calculator.wgt/images/touche1.png | Bin .../Calculator.wgt/images/touche1_over.png | Bin .../images/touche1_over_down.png | Bin .../Calculator.wgt/images/touche2.png | Bin .../Calculator.wgt/images/touche2_over.png | Bin .../images/touche2_over_down.png | Bin .../Calculator.wgt/images/touche3.png | Bin .../Calculator.wgt/images/touche3_over.png | Bin .../images/touche3_over_down.png | Bin .../Calculator.wgt/images/touche4.png | Bin .../Calculator.wgt/images/touche4_over.png | Bin .../images/touche4_over_down.png | Bin .../Calculator.wgt/images/touche5.png | Bin .../Calculator.wgt/images/touche5_over.png | Bin .../images/touche5_over_down.png | Bin .../Calculator.wgt/images/touche6.png | Bin .../Calculator.wgt/images/touche6_over.png | Bin .../images/touche6_over_down.png | Bin .../Calculator.wgt/images/touche7.png | Bin .../Calculator.wgt/images/touche7_over.png | Bin .../images/touche7_over_down.png | Bin .../Calculator.wgt/images/touche8.png | Bin .../Calculator.wgt/images/touche8_over.png | Bin .../images/touche8_over_down.png | Bin .../Calculator.wgt/images/touche9.png | Bin .../Calculator.wgt/images/touche9_over.png | Bin .../images/touche9_over_down.png | Bin .../Calculator.wgt/images/touchec.png | Bin .../Calculator.wgt/images/touchec_over.png | Bin .../images/touchec_over_down.png | Bin .../Calculator.wgt/images/touchediv.png | Bin .../Calculator.wgt/images/touchediv_over.png | Bin .../images/touchediv_over_down.png | Bin .../Calculator.wgt/images/touchedot.png | Bin .../Calculator.wgt/images/touchedot_over.png | Bin .../images/touchedot_over_down.png | Bin .../Calculator.wgt/images/toucheeq.png | Bin .../Calculator.wgt/images/toucheeq_over.png | Bin .../images/toucheeq_over_down.png | Bin .../Calculator.wgt/images/touchef.png | Bin .../Calculator.wgt/images/touchef_over.png | Bin .../images/touchef_over_down.png | Bin .../Calculator.wgt/images/touchem.png | Bin .../Calculator.wgt/images/touchem_over.png | Bin .../images/touchem_over_down.png | Bin .../Calculator.wgt/images/touchep.png | Bin .../Calculator.wgt/images/touchep_over.png | Bin .../images/touchep_over_down.png | Bin .../Calculator.wgt/images/touchepd.png | Bin .../Calculator.wgt/images/touchepd_over.png | Bin .../images/touchepd_over_down.png | Bin .../Calculator.wgt/images/touchepg.png | Bin .../Calculator.wgt/images/touchepg_over.png | Bin .../images/touchepg_over_down.png | Bin .../Calculator.wgt/index.html | 0 .../Calculator.wgt/js/DD_roundies_0.0.2a.js | 0 .../Calculator.wgt/js/calculate.js | 0 .../Calculator.wgt/js/jquery-1.3.2.min.js | 0 .../js/jquery-ui-1.7.2.custom.min.js | 0 .../Calculator.wgt/js/jquery.center.js | 0 .../js/jquery.disable.text.select.js | 0 .../Calculator.wgt/js/jquery.easing.1.2.js | 0 .../Calculator.wgt/js/jquery.ubwidget.js | 0 .../Calculator.wgt/js/ubw-main.js | 0 .../ColorPicker.wgt/Default.png | Bin .../ColorPicker.wgt/config.xml | 0 .../ColorPicker.wgt/css/colorpicker.css | 0 .../ColorPicker.wgt/css/layout.css | 0 .../ColorPicker.wgt/icon.png | Bin .../ColorPicker.wgt/images/blank.png | Bin .../images/colorpicker_background.png | Bin .../images/colorpicker_hex.png | Bin .../images/colorpicker_hsb_b.png | Bin .../images/colorpicker_hsb_h.png | Bin .../images/colorpicker_hsb_s.png | Bin .../images/colorpicker_indic.png | Bin .../images/colorpicker_overlay.png | Bin .../images/colorpicker_rgb_b.png | Bin .../images/colorpicker_rgb_g.png | Bin .../images/colorpicker_rgb_r.png | Bin .../images/colorpicker_select.png | Bin .../images/colorpicker_submit.png | Bin .../images/custom_background.png | Bin .../ColorPicker.wgt/images/custom_hex.png | Bin .../ColorPicker.wgt/images/custom_hsb_b.png | Bin .../ColorPicker.wgt/images/custom_hsb_h.png | Bin .../ColorPicker.wgt/images/custom_hsb_s.png | Bin .../ColorPicker.wgt/images/custom_indic.png | Bin .../ColorPicker.wgt/images/custom_rgb_b.png | Bin .../ColorPicker.wgt/images/custom_rgb_g.png | Bin .../ColorPicker.wgt/images/custom_rgb_r.png | Bin .../ColorPicker.wgt/images/custom_submit.png | Bin .../ColorPicker.wgt/images/select.png | Bin .../ColorPicker.wgt/images/select2.png | Bin .../ColorPicker.wgt/images/slider.png | Bin .../ColorPicker.wgt/images/tools.jpg | Bin .../ColorPicker.wgt/index.html | 0 .../ColorPicker.wgt/js/colorpicker.js | 0 .../ColorPicker.wgt/js/eye.js | 0 .../ColorPicker.wgt/js/jquery.js | 0 .../ColorPicker.wgt/js/layout.js | 0 .../ColorPicker.wgt/js/utils.js | 0 .../GeoInfo.wgt/GeoInfo.html | 0 .../GeoInfo.wgt/config.xml | 0 .../GeoInfo.wgt/css/GeoInfo.css | 0 .../GeoInfo.wgt/gpl-3.0.txt | 0 .../GeoInfo.wgt/icon.png | Bin .../GeoInfo.wgt/images/Cartes/Afrique.bmp | Bin .../images/Cartes/AmeriqueNord.bmp | Bin .../GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp | Bin .../GeoInfo.wgt/images/Cartes/Asie.bmp | Bin .../images/Cartes/Carte_Monde_1.png | Bin .../images/Cartes/Carte_Monde_Afrique.bmp | Bin .../Cartes/Carte_Monde_AmeriqueNord.bmp | Bin .../images/Cartes/Carte_Monde_AmeriqueSud.bmp | Bin .../images/Cartes/Carte_Monde_Eurasie.bmp | Bin .../images/Cartes/Carte_Monde_Oceanie.bmp | Bin .../GeoInfo.wgt/images/Cartes/Eurasie.bmp | Bin .../GeoInfo.wgt/images/Cartes/Eurasie2.bmp | Bin .../GeoInfo.wgt/images/Cartes/Europe.bmp | Bin .../GeoInfo.wgt/images/Cartes/EuropeOuest.bmp | Bin .../images/Cartes/EuropeOuestAsie.bmp | Bin .../GeoInfo.wgt/images/Cartes/Oceanie.bmp | Bin .../Drapeaux/Afrique/Flag_of_Algeria.png | Bin .../Drapeaux/Afrique/Flag_of_Angola.png | Bin .../images/Drapeaux/Afrique/Flag_of_Benin.png | Bin .../Drapeaux/Afrique/Flag_of_Botswana.png | Bin .../Drapeaux/Afrique/Flag_of_Burkina_Faso.png | Bin .../Drapeaux/Afrique/Flag_of_Burundi.png | Bin .../Drapeaux/Afrique/Flag_of_Cameroon.png | Bin .../images/Drapeaux/Afrique/Flag_of_Chad.png | Bin .../Afrique/Flag_of_Cote_d'Ivoire.png | Bin .../Drapeaux/Afrique/Flag_of_Djibouti.png | Bin .../images/Drapeaux/Afrique/Flag_of_Egypt.png | Bin .../Afrique/Flag_of_Equatorial_Guinea.png | Bin .../Drapeaux/Afrique/Flag_of_Eritrea.png | Bin .../Drapeaux/Afrique/Flag_of_Ethiopia.png | Bin .../images/Drapeaux/Afrique/Flag_of_Gabon.png | Bin .../images/Drapeaux/Afrique/Flag_of_Ghana.png | Bin .../Afrique/Flag_of_Guinea-Bissau.png | Bin .../Drapeaux/Afrique/Flag_of_Guinea.png | Bin .../images/Drapeaux/Afrique/Flag_of_Kenya.png | Bin .../Drapeaux/Afrique/Flag_of_Lesotho.png | Bin .../Drapeaux/Afrique/Flag_of_Liberia.png | Bin .../images/Drapeaux/Afrique/Flag_of_Libya.png | Bin .../Drapeaux/Afrique/Flag_of_Madagascar.png | Bin .../Drapeaux/Afrique/Flag_of_Malawi.png | Bin .../images/Drapeaux/Afrique/Flag_of_Mali.png | Bin .../Drapeaux/Afrique/Flag_of_Mauritania.png | Bin .../Drapeaux/Afrique/Flag_of_Morocco.png | Bin .../Drapeaux/Afrique/Flag_of_Mozambique.png | Bin .../Drapeaux/Afrique/Flag_of_Namibia.png | Bin .../images/Drapeaux/Afrique/Flag_of_Niger.png | Bin .../Drapeaux/Afrique/Flag_of_Nigeria.png | Bin .../Drapeaux/Afrique/Flag_of_Rwanda.png | Bin .../Drapeaux/Afrique/Flag_of_Senegal.png | Bin .../Drapeaux/Afrique/Flag_of_Sierra_Leone.png | Bin .../Drapeaux/Afrique/Flag_of_Somalia.png | Bin .../Drapeaux/Afrique/Flag_of_South_Africa.png | Bin .../images/Drapeaux/Afrique/Flag_of_Sudan.png | Bin .../Drapeaux/Afrique/Flag_of_Swaziland.png | Bin .../Drapeaux/Afrique/Flag_of_Tanzania.png | Bin .../Drapeaux/Afrique/Flag_of_The_Gambia.png | Bin .../images/Drapeaux/Afrique/Flag_of_Togo.png | Bin .../Drapeaux/Afrique/Flag_of_Tunisia.png | Bin .../Drapeaux/Afrique/Flag_of_Uganda.png | Bin .../Drapeaux/Afrique/Flag_of_Zambia.png | Bin .../Drapeaux/Afrique/Flag_of_Zimbabwe.png | Bin .../Flag_of_the_Central_African_Republic.png | Bin ...f_the_Democratic_Republic_of_the_Congo.png | Bin .../Flag_of_the_Republic_of_the_Congo.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Belize.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Canada.png | Bin .../AmeriqueNord/Flag_of_Costa_Rica.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Cuba.png | Bin .../AmeriqueNord/Flag_of_El_Salvador.png | Bin .../AmeriqueNord/Flag_of_Greenland.png | Bin .../AmeriqueNord/Flag_of_Guatemala.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Haiti.png | Bin .../AmeriqueNord/Flag_of_Honduras.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Jamaica.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Mexico.png | Bin .../AmeriqueNord/Flag_of_Nicaragua.png | Bin .../Drapeaux/AmeriqueNord/Flag_of_Panama.png | Bin .../AmeriqueNord/Flag_of_the_Bahamas.png | Bin .../Flag_of_the_Dominican_Republic.png | Bin .../Flag_of_the_United_States.png | Bin .../AmeriqueSud/Flag_of_Argentina.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Bolivia.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Brazil.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Chile.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Colombia.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Ecuador.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_France.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Guyana.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Paraguay.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Peru.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Suriname.png | Bin .../Drapeaux/AmeriqueSud/Flag_of_Uruguay.png | Bin .../AmeriqueSud/Flag_of_Venezuela.png | Bin .../Drapeaux/Asie/Flag_of_Afghanistan.png | Bin .../images/Drapeaux/Asie/Flag_of_Bahrain.png | Bin .../Drapeaux/Asie/Flag_of_Bangladesh.png | Bin .../images/Drapeaux/Asie/Flag_of_Bhutan.png | Bin .../images/Drapeaux/Asie/Flag_of_Brunei.png | Bin .../images/Drapeaux/Asie/Flag_of_Cambodia.png | Bin .../Drapeaux/Asie/Flag_of_East_Timor.png | Bin .../images/Drapeaux/Asie/Flag_of_India.png | Bin .../Drapeaux/Asie/Flag_of_Indonesia.png | Bin .../images/Drapeaux/Asie/Flag_of_Iran.png | Bin .../images/Drapeaux/Asie/Flag_of_Iraq.png | Bin .../images/Drapeaux/Asie/Flag_of_Israel.png | Bin .../images/Drapeaux/Asie/Flag_of_Japan.png | Bin .../images/Drapeaux/Asie/Flag_of_Jordan.png | Bin .../Drapeaux/Asie/Flag_of_Kazakhstan.png | Bin .../images/Drapeaux/Asie/Flag_of_Kuwait.png | Bin .../Drapeaux/Asie/Flag_of_Kyrgyzstan.png | Bin .../images/Drapeaux/Asie/Flag_of_Laos.png | Bin .../images/Drapeaux/Asie/Flag_of_Lebanon.png | Bin .../images/Drapeaux/Asie/Flag_of_Malaysia.png | Bin .../images/Drapeaux/Asie/Flag_of_Maldives.png | Bin .../images/Drapeaux/Asie/Flag_of_Mongolia.png | Bin .../images/Drapeaux/Asie/Flag_of_Myanmar.png | Bin .../images/Drapeaux/Asie/Flag_of_Nepal.png | Bin .../Drapeaux/Asie/Flag_of_North_Korea.png | Bin .../images/Drapeaux/Asie/Flag_of_Oman.png | Bin .../images/Drapeaux/Asie/Flag_of_Pakistan.png | Bin .../images/Drapeaux/Asie/Flag_of_Qatar.png | Bin .../images/Drapeaux/Asie/Flag_of_Russia.png | Bin .../Drapeaux/Asie/Flag_of_Saudi_Arabia.png | Bin .../Drapeaux/Asie/Flag_of_Singapore.png | Bin .../Drapeaux/Asie/Flag_of_South_Korea.png | Bin .../Drapeaux/Asie/Flag_of_Sri_Lanka.png | Bin .../images/Drapeaux/Asie/Flag_of_Syria.png | Bin .../Drapeaux/Asie/Flag_of_Tajikistan.png | Bin .../images/Drapeaux/Asie/Flag_of_Thailand.png | Bin .../Drapeaux/Asie/Flag_of_Turkmenistan.png | Bin .../Drapeaux/Asie/Flag_of_Uzbekistan.png | Bin .../images/Drapeaux/Asie/Flag_of_Vietnam.png | Bin .../images/Drapeaux/Asie/Flag_of_Yemen.png | Bin ...Flag_of_the_People's_Republic_of_China.png | Bin .../Drapeaux/Asie/Flag_of_the_Philippines.png | Bin .../Asie/Flag_of_the_United_Arab_Emirates.png | Bin .../Drapeaux/Europe/Flag_of_Albania.png | Bin .../Drapeaux/Europe/Flag_of_Andorra.png | Bin .../Drapeaux/Europe/Flag_of_Armenia.png | Bin .../Drapeaux/Europe/Flag_of_Austria.png | Bin .../Drapeaux/Europe/Flag_of_Azerbaijan.png | Bin .../Drapeaux/Europe/Flag_of_Belarus.png | Bin .../Drapeaux/Europe/Flag_of_Belgium.png | Bin .../Europe/Flag_of_Bosnia_and_Herzegovina.png | Bin .../Drapeaux/Europe/Flag_of_Bulgaria.png | Bin .../Drapeaux/Europe/Flag_of_Croatia.png | Bin .../images/Drapeaux/Europe/Flag_of_Cyprus.png | Bin .../Drapeaux/Europe/Flag_of_Denmark.png | Bin .../Drapeaux/Europe/Flag_of_Estonia.png | Bin .../Drapeaux/Europe/Flag_of_Finland.png | Bin .../images/Drapeaux/Europe/Flag_of_France.png | Bin .../Drapeaux/Europe/Flag_of_Georgia.png | Bin .../Drapeaux/Europe/Flag_of_Germany.png | Bin .../images/Drapeaux/Europe/Flag_of_Greece.png | Bin .../Drapeaux/Europe/Flag_of_Hungary.png | Bin .../Drapeaux/Europe/Flag_of_Iceland.png | Bin .../Drapeaux/Europe/Flag_of_Ireland.png | Bin .../images/Drapeaux/Europe/Flag_of_Italy.png | Bin .../Drapeaux/Europe/Flag_of_Kazakhstan.png | Bin .../images/Drapeaux/Europe/Flag_of_Latvia.png | Bin .../Drapeaux/Europe/Flag_of_Liechtenstein.png | Bin .../Drapeaux/Europe/Flag_of_Lithuania.png | Bin .../Drapeaux/Europe/Flag_of_Luxembourg.png | Bin .../Drapeaux/Europe/Flag_of_Macedonia.png | Bin .../images/Drapeaux/Europe/Flag_of_Malta.png | Bin .../Drapeaux/Europe/Flag_of_Moldova.png | Bin .../images/Drapeaux/Europe/Flag_of_Monaco.png | Bin .../Drapeaux/Europe/Flag_of_Montenegro.png | Bin .../images/Drapeaux/Europe/Flag_of_Norway.png | Bin .../images/Drapeaux/Europe/Flag_of_Poland.png | Bin .../Drapeaux/Europe/Flag_of_Portugal.png | Bin .../Drapeaux/Europe/Flag_of_Romania.png | Bin .../images/Drapeaux/Europe/Flag_of_Russia.png | Bin .../Drapeaux/Europe/Flag_of_San_Marino.png | Bin .../images/Drapeaux/Europe/Flag_of_Serbia.png | Bin .../Drapeaux/Europe/Flag_of_Slovakia.png | Bin .../Drapeaux/Europe/Flag_of_Slovenia.png | Bin .../images/Drapeaux/Europe/Flag_of_Spain.png | Bin .../images/Drapeaux/Europe/Flag_of_Sweden.png | Bin .../Drapeaux/Europe/Flag_of_Switzerland.png | Bin .../images/Drapeaux/Europe/Flag_of_Turkey.png | Bin .../Drapeaux/Europe/Flag_of_Ukraine.png | Bin .../Europe/Flag_of_the_Czech_Republic.png | Bin .../Europe/Flag_of_the_Netherlands.png | Bin .../Europe/Flag_of_the_United_Kingdom.png | Bin .../Europe/Flag_of_the_Vatican_City.png | Bin .../Drapeaux/Oceanie/Flag_of_Australia.png | Bin .../Drapeaux/Oceanie/Flag_of_France.png | Bin .../Drapeaux/Oceanie/Flag_of_Indonesia.png | Bin .../Drapeaux/Oceanie/Flag_of_New_Zealand.png | Bin .../Oceanie/Flag_of_Papua_New_Guinea.png | Bin .../Drapeaux/Oceanie/Flag_of_Vanuatu.png | Bin .../Oceanie/Flag_of_the_Solomon_Islands.png | Bin .../GeoInfo.wgt/images/cursor.png | Bin .../GeoInfo.wgt/images/question.jpg | Bin .../GeoInfo.wgt/js/GeoInfo.js | 0 .../GeoInfo.wgt/js/jquery-1.6.2.min.js | 0 .../GeoInfo.wgt/js/languages.js | 0 .../GeoInfo.wgt/js/soapclient.js | 0 .../GeoInfo.wgt/js/tinyxmldom.js | 0 .../GoogleMap.wgt/config.xml | 0 .../GoogleMap.wgt/icon.png | Bin .../GoogleMap.wgt/index.html | 0 .../Graphme.wgt/Grapheur.xhtml | 0 .../Graphme.wgt/Guide_Utilisateur.html | 0 .../Graphme.wgt/Images/.directory | 0 .../Graphme.wgt/Images/GraphMe.png | Bin .../Images/Guide_AjouterWidget.png | Bin .../Graphme.wgt/Images/Guide_Deplacement.png | Bin .../Graphme.wgt/Images/Guide_Navigateur.png | Bin .../Graphme.wgt/Images/Guide_Options.png | Bin .../Graphme.wgt/Images/Guide_Plus.png | Bin .../Graphme.wgt/Images/Guide_Presentation.png | Bin .../Graphme.wgt/Images/Guide_Uniboard.png | Bin .../Graphme.wgt/Images/fond1.png | Bin .../Graphme.wgt/Images/fond2.png | Bin .../Graphme.wgt/Images/fond3.png | Bin .../Graphme.wgt/Images/fond4.png | Bin .../Graphme.wgt/Images/fond5.png | Bin .../Graphme.wgt/Images/gauche1.png | Bin .../Graphme.wgt/Images/gauche2.png | Bin .../Graphme.wgt/Images/gauche3.png | Bin .../Graphme.wgt/Images/onglet1.png | Bin .../Graphme.wgt/Images/onglet2.png | Bin .../Graphme.wgt/JavaScript/Affichage3D.js | 0 .../JavaScript/AffichageStandard.js | 0 .../JavaScript/AffichageUniboard.js | 0 .../Graphme.wgt/JavaScript/AffichageXPM.js | 0 .../Graphme.wgt/JavaScript/ColorPicker.js | 0 .../Graphme.wgt/JavaScript/Etude.js | 0 .../Graphme.wgt/JavaScript/Interface.js | 0 .../Graphme.wgt/JavaScript/Outils.js | 0 .../Graphme.wgt/JavaScript/Sauvegardes.js | 0 .../JavaScript/jquery-1.3.2.min.js | 0 .../JavaScript/jquery.disable.text.select.js | 0 .../Graphme.wgt/JavaScript/languages.js | 0 .../Graphme.wgt/Style/Guide_Utilisateur.css | 0 .../Graphme.wgt/Style/default.css | 0 .../Graphme.wgt/__MACOSX/._Grapheur.xhtml | Bin .../__MACOSX/._Guide_Utilisateur.html | Bin .../Graphme.wgt/__MACOSX/._Images | Bin .../Graphme.wgt/__MACOSX/._JavaScript | Bin .../Graphme.wgt/__MACOSX/._Style | Bin .../Graphme.wgt/__MACOSX/._config.xml | Bin .../Graphme.wgt/__MACOSX/._icon.png | Bin .../Graphme.wgt/__MACOSX/._version.html | Bin .../Graphme.wgt/__MACOSX/Images/._.directory | Bin .../Graphme.wgt/__MACOSX/Images/._GraphMe.png | Bin .../__MACOSX/Images/._Guide_AjouterWidget.png | Bin .../__MACOSX/Images/._Guide_Deplacement.png | Bin .../__MACOSX/Images/._Guide_Navigateur.png | Bin .../__MACOSX/Images/._Guide_Options.png | Bin .../__MACOSX/Images/._Guide_Plus.png | Bin .../__MACOSX/Images/._Guide_Presentation.png | Bin .../__MACOSX/Images/._Guide_Uniboard.png | Bin .../Graphme.wgt/__MACOSX/Images/._fond1.png | Bin .../Graphme.wgt/__MACOSX/Images/._fond2.png | Bin .../Graphme.wgt/__MACOSX/Images/._fond3.png | Bin .../Graphme.wgt/__MACOSX/Images/._fond4.png | Bin .../Graphme.wgt/__MACOSX/Images/._fond5.png | Bin .../Graphme.wgt/__MACOSX/Images/._gauche1.png | Bin .../Graphme.wgt/__MACOSX/Images/._gauche2.png | Bin .../Graphme.wgt/__MACOSX/Images/._gauche3.png | Bin .../Graphme.wgt/__MACOSX/Images/._onglet1.png | Bin .../Graphme.wgt/__MACOSX/Images/._onglet2.png | Bin .../__MACOSX/JavaScript/._.directory | Bin .../__MACOSX/JavaScript/._Affichage3D.js | Bin .../JavaScript/._AffichageStandard.js | Bin .../JavaScript/._AffichageUniboard.js | Bin .../__MACOSX/JavaScript/._AffichageXPM.js | Bin .../__MACOSX/JavaScript/._ColorPicker.js | Bin .../__MACOSX/JavaScript/._Etude.js | Bin .../__MACOSX/JavaScript/._Interface.js | Bin .../__MACOSX/JavaScript/._Outils.js | Bin .../__MACOSX/JavaScript/._Sauvegardes.js | Bin .../__MACOSX/Style/._Guide_Utilisateur.css | Bin .../Graphme.wgt/__MACOSX/Style/._default.css | Bin .../Graphme.wgt/config.xml | 0 .../Graphme.wgt/icon.png | Bin .../Graphme.wgt/version.html | 0 .../Html.wgt/config.xml | 0 .../Html.wgt/icon.png | Bin .../Html.wgt/images/bts.png | Bin .../Html.wgt/images/style.css | 0 .../Html.wgt/index.html | 0 .../Html.wgt/jquery.pack.js | 0 .../Html.wgt/languages.js | 0 .../Html.wgt/markitup/jquery.markitup.js | 0 .../Html.wgt/markitup/jquery.markitup.pack.js | 0 .../Html.wgt/markitup/readme.txt | 0 .../markitup/sets/default/images/bold.png | Bin .../markitup/sets/default/images/clean.png | Bin .../markitup/sets/default/images/image.png | Bin .../markitup/sets/default/images/italic.png | Bin .../markitup/sets/default/images/link.png | Bin .../markitup/sets/default/images/picture.png | Bin .../markitup/sets/default/images/preview.png | Bin .../markitup/sets/default/images/stroke.png | Bin .../Html.wgt/markitup/sets/default/set.js | 0 .../Html.wgt/markitup/sets/default/style.css | 0 .../markitup/sets/html/images/bold.png | Bin .../markitup/sets/html/images/clean.png | Bin .../Html.wgt/markitup/sets/html/images/h1.png | Bin .../Html.wgt/markitup/sets/html/images/h2.png | Bin .../Html.wgt/markitup/sets/html/images/h3.png | Bin .../Html.wgt/markitup/sets/html/images/h4.png | Bin .../Html.wgt/markitup/sets/html/images/h5.png | Bin .../Html.wgt/markitup/sets/html/images/h6.png | Bin .../markitup/sets/html/images/image.png | Bin .../markitup/sets/html/images/italic.png | Bin .../markitup/sets/html/images/link.png | Bin .../markitup/sets/html/images/list-bullet.png | Bin .../markitup/sets/html/images/list-item.png | Bin .../sets/html/images/list-numeric.png | Bin .../markitup/sets/html/images/paragraph.png | Bin .../markitup/sets/html/images/picture.png | Bin .../markitup/sets/html/images/preview.png | Bin .../markitup/sets/html/images/stroke.png | Bin .../Html.wgt/markitup/sets/html/readme.txt | 0 .../Html.wgt/markitup/sets/html/set.js | 0 .../Html.wgt/markitup/sets/html/style.css | 0 .../macosx/images/bg-container-white.png | Bin .../skins/macosx/images/bg-container.png | Bin .../skins/macosx/images/bg-footer-white.png | Bin .../skins/macosx/images/bg-footer.png | Bin .../skins/macosx/images/bg-header-white.png | Bin .../skins/macosx/images/bg-header.png | Bin .../markitup/skins/macosx/images/handle.png | Bin .../markitup/skins/macosx/images/menu.png | Bin .../markitup/skins/macosx/images/spacer.gif | Bin .../markitup/skins/macosx/images/submenu.png | Bin .../Html.wgt/markitup/skins/macosx/readme.txt | 0 .../Html.wgt/markitup/skins/macosx/style.css | 0 .../skins/markitup/images/bg-container.png | Bin .../markitup/images/bg-editor-bbcode.png | Bin .../markitup/images/bg-editor-dotclear.png | Bin .../skins/markitup/images/bg-editor-html.png | Bin .../skins/markitup/images/bg-editor-json.png | Bin .../markitup/images/bg-editor-markdown.png | Bin .../markitup/images/bg-editor-textile.png | Bin .../skins/markitup/images/bg-editor-wiki.png | Bin .../skins/markitup/images/bg-editor-xml.png | Bin .../skins/markitup/images/bg-editor.png | Bin .../markitup/skins/markitup/images/handle.png | Bin .../markitup/skins/markitup/images/menu.png | Bin .../skins/markitup/images/submenu.png | Bin .../markitup/skins/markitup/style.css | 0 .../markitup/skins/simple/images/handle.png | Bin .../markitup/skins/simple/images/menu.png | Bin .../markitup/skins/simple/images/submenu.png | Bin .../Html.wgt/markitup/templates/preview.css | 0 .../Html.wgt/markitup/templates/preview.html | 0 .../Notes.wgt/config.xml | 0 .../Notes.wgt/css/jScrollPane.css | 0 .../Notes.wgt/css/ubwidget.css | 0 .../Notes.wgt/icon.png | Bin .../Notes.wgt/images/back.png | Bin .../Notes.wgt/images/shadowcenter.png | Bin .../Notes.wgt/images/shadowleft.png | Bin .../Notes.wgt/images/shadowright.png | Bin .../Notes.wgt/images/stick-but-aminus.png | Bin .../Notes.wgt/images/stick-but-aplus.png | Bin .../Notes.wgt/images/stick-but-maximize.png | Bin .../Notes.wgt/images/stick-but-minimize.png | Bin .../Notes.wgt/index.html | 0 .../Notes.wgt/js/jquery-1.3.2.min.js | 0 .../js/jquery-ui-1.7.2.custom.min.js | 0 .../js/jquery.disable.text.select.js | 0 .../Notes.wgt/js/jquery.ubwidget.js | 0 .../Notes.wgt/js/ubw-main.js | 0 .../Notes.wgt/ubw-main.js | 0 .../Stopwatch.wgt/beep.wav | Bin .../Stopwatch.wgt/config.xml | 0 .../Stopwatch.wgt/css/ubwidget.css | 0 .../Stopwatch.wgt/finalbeep.wav | Bin .../Stopwatch.wgt/icon.png | Bin .../images/arrows_out/bottom.png | Bin .../Stopwatch.wgt/images/arrows_out/left.png | Bin .../Stopwatch.wgt/images/arrows_out/right.png | Bin .../Stopwatch.wgt/images/arrows_out/top.png | Bin .../images/arrows_over/bottom.png | Bin .../arrows_over/button_arrow_bottom.png | Bin .../images/arrows_over/button_arrow_left.png | Bin .../images/arrows_over/button_arrow_right.png | Bin .../images/arrows_over/button_arrow_top.png | Bin .../Stopwatch.wgt/images/arrows_over/top.png | Bin .../Stopwatch.wgt/images/back.png | Bin .../Stopwatch.wgt/images/button_out-copie.png | Bin .../Stopwatch.wgt/images/button_out.gif | Bin .../Stopwatch.wgt/images/button_out.png | Bin .../Stopwatch.wgt/images/button_out_dark.png | Bin .../Stopwatch.wgt/images/button_pause.png | Bin .../images/button_pause_invert.png | Bin .../images/button_pause_invertxov.png | Bin .../Stopwatch.wgt/images/button_play.png | Bin .../images/button_play_invert.png | Bin .../images/button_play_invertxov.png | Bin .../images/button_reset_invert.png | Bin .../Stopwatch.wgt/images/button_toggle.png | Bin .../images/button_toggle_invert.png | Bin .../images/buttons_shadow/back.png | Bin .../images/buttons_shadow/bottom.png | Bin .../images/buttons_shadow/cbottomleft.png | Bin .../images/buttons_shadow/cbottomright.png | Bin .../images/buttons_shadow/ctopleft.png | Bin .../images/buttons_shadow/ctopright.png | Bin .../images/buttons_shadow/left.png | Bin .../images/buttons_shadow/right.png | Bin .../images/buttons_shadow/top.png | Bin .../Stopwatch.wgt/images/inspector.png | Bin .../Stopwatch.wgt/index.html | 0 .../Stopwatch.wgt/js/DD_roundies_0.0.2a.js | 0 .../Stopwatch.wgt/js/calculate.js | 0 .../Stopwatch.wgt/js/jquery-1.3.2.min.js | 0 .../js/jquery-ui-1.7.2.custom.min.js | 0 .../Stopwatch.wgt/js/jquery.center.js | 0 .../js/jquery.disable.text.select.js | 0 .../Stopwatch.wgt/js/jquery.easing.1.2.js | 0 .../Stopwatch.wgt/js/jquery.ubwidget.js | 0 .../Stopwatch.wgt/js/ubw-main.js | 0 .../VideoPicker.wgt/config.xml | 0 .../VideoPicker.wgt/css/howto.css | 0 .../VideoPicker.wgt/css/main.css | 0 .../VideoPicker.wgt/icon.png | Bin .../VideoPicker.wgt/imgs/arrow.png | Bin .../VideoPicker.wgt/imgs/bts.png | Bin .../VideoPicker.wgt/imgs/btson.png | Bin .../VideoPicker.wgt/imgs/button.png | Bin .../VideoPicker.wgt/imgs/button_anim.gif | Bin .../VideoPicker.wgt/imgs/button_over.png | Bin .../VideoPicker.wgt/imgs/button_show.png | Bin .../VideoPicker.wgt/imgs/capture_youtube.jpg | Bin .../VideoPicker.wgt/imgs/center.png | Bin .../VideoPicker.wgt/imgs/howto_back.png | Bin .../VideoPicker.wgt/imgs/info_ico.png | Bin .../VideoPicker.wgt/imgs/inputfield_back.png | Bin .../VideoPicker.wgt/imgs/keys_copy.jpg | Bin .../VideoPicker.wgt/imgs/keys_paste.jpg | Bin .../VideoPicker.wgt/imgs/left.png | Bin .../VideoPicker.wgt/imgs/logos_web.jpg | Bin .../VideoPicker.wgt/imgs/right.png | Bin .../VideoPicker.wgt/index.html | 0 .../locales/en/capture_widget.jpg | Bin .../VideoPicker.wgt/locales/en/error.html | 0 .../VideoPicker.wgt/locales/en/howto.html | 0 .../locales/fr/capture_widget.jpg | Bin .../VideoPicker.wgt/locales/fr/error.html | 0 .../VideoPicker.wgt/locales/fr/howto.html | 0 .../locales/ru/capture_widget.jpg | Bin .../VideoPicker.wgt/locales/ru/error.html | 0 .../VideoPicker.wgt/locales/ru/howto.html | 0 .../scripts/jquery-1.3.2.min.js | 0 .../VideoPicker.wgt/scripts/jquery.oembed.js | 0 .../VideoPicker.wgt/scripts/languages.js | 0 .../WebBrowser.wgt/config.xml | 0 .../WebBrowser.wgt/css/howto.css | 0 .../WebBrowser.wgt/css/main.css | 0 .../WebBrowser.wgt/icon.png | Bin .../WebBrowser.wgt/imgs/arrow.png | Bin .../WebBrowser.wgt/imgs/button.png | Bin .../WebBrowser.wgt/imgs/button_anim.gif | Bin .../WebBrowser.wgt/imgs/button_over.png | Bin .../WebBrowser.wgt/imgs/button_show.png | Bin .../WebBrowser.wgt/imgs/capture_youtube.jpg | Bin .../WebBrowser.wgt/imgs/center.png | Bin .../WebBrowser.wgt/imgs/howto_back.png | Bin .../WebBrowser.wgt/imgs/info_ico.png | Bin .../WebBrowser.wgt/imgs/inputfield_back.png | Bin .../WebBrowser.wgt/imgs/keys_copy.jpg | Bin .../WebBrowser.wgt/imgs/keys_paste.jpg | Bin .../WebBrowser.wgt/imgs/left.png | Bin .../WebBrowser.wgt/imgs/logos_web.jpg | Bin .../WebBrowser.wgt/imgs/right.png | Bin .../WebBrowser.wgt/index.html | 0 .../locales/en/capture_widget.jpg | Bin .../WebBrowser.wgt/locales/en/error.html | 0 .../WebBrowser.wgt/locales/en/howto.html | 0 .../locales/fr/capture_widget.jpg | Bin .../WebBrowser.wgt/locales/fr/error.html | 0 .../WebBrowser.wgt/locales/fr/howto.html | 0 .../locales/ru/capture_widget.jpg | Bin .../WebBrowser.wgt/locales/ru/error.html | 0 .../WebBrowser.wgt/locales/ru/howto.html | 0 .../scripts/jquery-1.3.2.min.js | 0 .../WebBrowser.wgt/scripts/languages.js | 0 .../Wikipedia.wgt/config.xml | 0 .../Wikipedia.wgt/css/master.css | 0 .../Wikipedia.wgt/css/superfish.css | 0 .../Wikipedia.wgt/icon.png | Bin .../Wikipedia.wgt/images/toolbarBody.png | Bin .../images/toolbarButtonBack.png | Bin .../images/toolbarButtonForward.png | Bin .../images/toolbarButtonLanguages.png | Bin .../images/toolbarButtonSearch.png | Bin .../Wikipedia.wgt/images/toolbarLoading.jpg | Bin .../Wikipedia.wgt/index.html | 0 .../Wikipedia.wgt/script/jquery.min.js | 0 .../Wikipedia.wgt/script/languages.js | 0 .../Wikipedia.wgt/script/superfish.js | 0 .../Wiktionary.wgt/config.xml | 0 .../Wiktionary.wgt/css/master.css | 0 .../Wiktionary.wgt/css/superfish.css | 0 .../Wiktionary.wgt/icon.png | Bin .../Wiktionary.wgt/images/toolbarBody.png | Bin .../images/toolbarButtonBack.png | Bin .../images/toolbarButtonForward.png | Bin .../images/toolbarButtonLanguages.png | Bin .../images/toolbarButtonSearch.png | Bin .../Wiktionary.wgt/images/toolbarLoading.jpg | Bin .../Wiktionary.wgt/index.html | 0 .../Wiktionary.wgt/script/jquery.min.js | 0 .../Wiktionary.wgt/script/languages.js | 0 .../Wiktionary.wgt/script/superfish.js | 0 .../iCell.wgt/config.xml | 0 .../iCell.wgt/icon.png | Bin .../iCell.wgt/icon_old.png | Bin .../iCell.wgt/images/ADN.gif | Bin .../iCell.wgt/images/ADN.jpg | Bin .../iCell.wgt/images/ADN_zoom.jpg | Bin .../iCell.wgt/images/ARN_in.jpg | Bin .../iCell.wgt/images/ARN_zoom.jpg | Bin .../iCell.wgt/images/Golgi_aura.png | Bin .../iCell.wgt/images/Lys_aura.png | Bin .../iCell.wgt/images/Mitoch_aura.png | Bin .../iCell.wgt/images/Noy_aura.png | Bin .../iCell.wgt/images/REL_aura.png | Bin .../iCell.wgt/images/RER_aura.png | Bin .../iCell.wgt/images/Vesic_aura.png | Bin .../iCell.wgt/images/centriole_aura.png | Bin .../iCell.wgt/images/centriole_in.jpg | Bin .../iCell.wgt/images/fond_ADN.png | Bin .../iCell.wgt/images/golgi_in.jpg | Bin .../iCell.wgt/images/index.png | Bin .../iCell.wgt/images/lys_in.jpg | Bin .../iCell.wgt/images/mitoch_in.jpg | Bin .../iCell.wgt/images/noy_in.jpg | Bin .../iCell.wgt/images/nucl_aura.png | Bin .../iCell.wgt/images/nucl_in.jpg | Bin .../iCell.wgt/images/rel_in.jpg | Bin .../iCell.wgt/images/rer_in.jpg | Bin .../iCell.wgt/images/rib_aura.png | Bin .../iCell.wgt/images/rib_in.jpg | Bin .../iCell.wgt/images/vesic_in.jpg | Bin .../iCell.wgt/js/script.js | 0 .../iCell.wgt/js/textes_descriptifs.js | 0 .../iCell.wgt/js/textes_descriptifs.js0 | 0 .../iCell.wgt/readme.txt | 0 .../iCell.wgt/style/style.css | 0 .../iCell.wgt/widget.html | 0 .../image/Backgrounds/2009_calendar_EU.svg | 6619 ------ .../image/Backgrounds/2009_calendar_US.svg | 5811 ----- .../Backgrounds/calendrier_2011.png | Bin .../Backgrounds/calendrier_2012.png | Bin .../library/{userImage => image}/Voltaire.jpg | Bin .../cartepolitiqueeurope.jpg | Bin .../{userImage => image}/open-sankore.svg | 0 .../library/{userImage => image}/violon.jpg | Bin .../BlackYellow.wgt/config.xml | 0 .../BlackYellow.wgt/css/basic.css | 0 .../BlackYellow.wgt/icon.png | Bin .../BlackYellow.wgt/images/greySquare.png | Bin .../BlackYellow.wgt/images/greySquare2.png | Bin .../BlackYellow.wgt/images/icon-close.png | Bin .../BlackYellow.wgt/images/popupBack.png | Bin .../BlackYellow.wgt/index.html | 0 .../BlackYellow.wgt/scripts/blackYellow.js | 0 .../scripts/jquery-1.6.2.min.js | 0 .../scripts/jquery.disable.text.select.js | 0 .../BlackYellow.wgt/scripts/languages.js | 0 .../Choisir.wgt/config.xml | 0 .../Choisir.wgt/css/basic.css | 0 .../Choisir.wgt/icon.png | Bin .../Choisir.wgt/images/1thOption.png | Bin .../Choisir.wgt/images/2thOption.png | Bin .../Choisir.wgt/images/3thOption.png | Bin .../Choisir.wgt/images/addSomething.png | Bin .../Choisir.wgt/images/bigBlackClose.png | Bin .../Choisir.wgt/images/blueClose.png | Bin .../Choisir.wgt/images/boldBlackClose.png | Bin .../Choisir.wgt/images/boldClose.png | Bin .../Choisir.wgt/images/boldGreyClose.png | Bin .../Choisir.wgt/images/bottomLeftThing.png | Bin .../Choisir.wgt/images/complete.png | Bin .../Choisir.wgt/images/grayClose.png | Bin .../Choisir.wgt/images/greySquare.png | Bin .../Choisir.wgt/images/greySquareArrow.png | Bin .../Choisir.wgt/images/horSep.png | Bin .../Choisir.wgt/images/leftThing.png | Bin .../Choisir.wgt/images/lessBottomBorder.png | Bin .../Choisir.wgt/images/lessTopBorder.png | Bin .../Choisir.wgt/images/lowerBack.png | Bin .../Choisir.wgt/images/lowerBorder.png | Bin .../Choisir.wgt/images/lowerBorder2.png | Bin .../Choisir.wgt/images/niceBack.png | Bin .../Choisir.wgt/images/niceBack2.png | Bin .../Choisir.wgt/images/niceBack3.png | Bin .../Choisir.wgt/images/pencil.png | Bin .../Choisir.wgt/images/point.png | Bin .../Choisir.wgt/images/redBoldClose.png | Bin .../Choisir.wgt/images/reload.jpg | Bin .../Choisir.wgt/images/reload2.png | Bin .../Choisir.wgt/images/rightThing.png | Bin .../Choisir.wgt/images/separator.png | Bin .../Choisir.wgt/images/separator2.png | Bin .../Choisir.wgt/images/settings.png | Bin .../Choisir.wgt/images/sidePoints.png | Bin .../Choisir.wgt/images/spanner.png | Bin .../Choisir.wgt/images/star.png | Bin .../Choisir.wgt/images/stop.jpg | Bin .../Choisir.wgt/images/tool.png | Bin .../Choisir.wgt/images/topLeftThing.png | Bin .../Choisir.wgt/images/transparentBack.png | Bin .../Choisir.wgt/images/upperBorder.png | Bin .../Choisir.wgt/images/upperBorder2.png | Bin .../Choisir.wgt/index.html | 0 .../Choisir.wgt/scripts/jquery-1.6.2.min.js | 0 .../Choisir.wgt/scripts/languages.js | 0 .../Choisir.wgt/scripts/selQuestionApp.js | 0 .../associer_images.wgt/config.xml | 0 .../associer_images.wgt/css/basic.css | 0 .../associer_images.wgt/img/add_block.png | Bin .../associer_images.wgt/img/add_img.png | Bin .../associer_images.wgt/img/circle.png | Bin .../associer_images.wgt/img/clear_img.png | Bin .../associer_images.wgt/img/close_cont.png | Bin .../associer_images.wgt/img/close_img.png | Bin .../associer_images.wgt/img/drop_img.png | Bin .../associer_images.wgt/img/false.png | Bin .../associer_images.wgt/img/green_point.png | Bin .../associer_images.wgt/img/numb_img.png | Bin .../associer_images.wgt/img/red_point.png | Bin .../associer_images.wgt/img/true.png | Bin .../associer_images.wgt/index.html | 0 .../js/jquery-1.6.2.min.js | 0 .../js/jquery-ui-1.8.9.custom.min.js | 0 .../associer_images.wgt/js/script.js | 0 .../locales/fr/img/drop_img.png | Bin .../associer_images.wgt/locales/fr/index.html | 0 .../locales/fr/js/script.js | 0 .../locales/ru/img/drop_img.png | Bin .../associer_images.wgt/locales/ru/index.html | 0 .../locales/ru/js/script.js | 0 .../associer_images.wgt/objects/0.gif | Bin .../associer_images.wgt/objects/1.gif | Bin .../associer_images.wgt/objects/2.gif | Bin .../associer_images.wgt/objects/3.gif | Bin .../associer_images.wgt/objects/4.gif | Bin .../ord-phrases.wgt/config.xml | 0 .../ord-phrases.wgt/icon.png | Bin .../ord-phrases.wgt/index.html | 0 .../scripts/jquery-ui-1.8.9.custom.min.js | 0 .../template/scripts/jquery144.js | 0 .../template/scripts/template2.js | 0 .../template/styles/master.css | 0 .../template/styles/of_puppets.css | 0 .../ord-words.wgt/config.xml | 0 .../ord-words.wgt/icon.png | Bin .../ord-words.wgt/index.html | 0 .../scripts/jquery-ui-1.8.9.custom.min.js | 0 .../template/scripts/jquery144.js | 0 .../template/scripts/template2.js | 0 .../ord-words.wgt/template/styles/master.css | 0 .../template/styles/of_puppets.css | 0 .../ordonner_des_images.wgt/config.xml | 0 .../ordonner_des_images.wgt/css/basic.css | 0 .../ordonner_des_images.wgt/img/add_block.png | Bin .../ordonner_des_images.wgt/img/add_img.png | Bin .../ordonner_des_images.wgt/img/circle.png | Bin .../ordonner_des_images.wgt/img/clear_img.png | Bin .../img/close_cont.png | Bin .../ordonner_des_images.wgt/img/close_img.png | Bin .../ordonner_des_images.wgt/img/drop_img.png | Bin .../ordonner_des_images.wgt/img/fill_hor.png | Bin .../ordonner_des_images.wgt/img/fill_vert.png | Bin .../img/green_point.png | Bin .../ordonner_des_images.wgt/img/numb_img.png | Bin .../ordonner_des_images.wgt/img/red_point.png | Bin .../ordonner_des_images.wgt/index.html | 0 .../js/jquery-1.6.2.min.js | 0 .../js/jquery-ui-1.8.9.custom.min.js | 0 .../ordonner_des_images.wgt/js/script.js | 0 .../locales/fr/img/drop_img.png | Bin .../locales/fr/index.html | 0 .../locales/fr/js/script.js | 0 .../locales/ru/img/drop_img.png | Bin .../locales/ru/index.html | 0 .../locales/ru/js/script.js | 0 .../ordonner_des_images.wgt/objects/0.gif | Bin .../ordonner_des_images.wgt/objects/1.gif | Bin .../ordonner_des_images.wgt/objects/2.gif | Bin .../ordonner_des_images.wgt/objects/3.gif | Bin .../ordonner_des_images.wgt/objects/4.gif | Bin .../spl-phrase.wgt/config.xml | 0 .../spl-phrase.wgt/icon.png | Bin .../spl-phrase.wgt/index.html | 0 .../spl-phrase.wgt/scripts/app.js | 0 .../spl-phrase.wgt/scripts/ext.js | 0 .../spl-phrase.wgt/scripts/jquery144.js | 0 .../spl-phrase.wgt/scripts/wcontainer.js | 0 .../spl-phrase.wgt/styles/app.css | 0 .../spl-phrase.wgt/styles/master.css | 0 .../styles/separator-activated.png | Bin .../spl-phrase.wgt/styles/separator-hover.png | Bin .../spl-phrase.wgt/styles/wcontainer.css | 0 .../spl-text.wgt/config.xml | 0 .../spl-text.wgt/icon.png | Bin .../spl-text.wgt/index.html | 0 .../spl-text.wgt/scripts/app2.js | 0 .../spl-text.wgt/scripts/ext.js | 0 .../spl-text.wgt/scripts/jquery144.js | 0 .../spl-text.wgt/scripts/wcontainer.js | 0 .../spl-text.wgt/styles/app.css | 0 .../spl-text.wgt/styles/master.css | 0 .../styles/separator-activated.png | Bin .../spl-text.wgt/styles/separator-hover.png | Bin .../spl-text.wgt/styles/wcontainer.css | 0 .../spl-word.wgt/config.xml | 0 .../spl-word.wgt/icon.png | Bin .../spl-word.wgt/index.html | 0 .../spl-word.wgt/scripts/ext.js | 0 .../scripts/jquery-ui-1.8.9.custom.min.js | 0 .../spl-word.wgt/scripts/jquery144.js | 0 .../spl-word.wgt/scripts/spl-word.js | 0 .../spl-word.wgt/scripts/wcontainer.js | 0 .../spl-word.wgt/styles/master.css | 0 .../styles/separator-activated.png | Bin .../spl-word.wgt/styles/separator-hover.png | Bin .../spl-word.wgt/styles/spl-word.css | 0 .../spl-word.wgt/styles/wcontainer.css | 0 .../Backgrounds/3_D_cartesian_grid.svg | 229 - .../Backgrounds/3_D_cartesian_no_grid.svg | 146 - .../Backgrounds/Two_dim_cartesian_grid.svg | 383 - .../userImage/Backgrounds/blank_timeline.svg | 402 - .../library/userImage/Backgrounds/music.svg | 57 - .../userImage/Backgrounds/week_timesheet.svg | 301 - .../userImage/Backgrounds/worldmap.svg | 18335 ---------------- src/adaptors/UBImportDocument.cpp | 2 +- src/board/UBBoardPaletteManager.cpp | 2 - src/board/UBLibraryController.cpp | 47 +- src/core/UBApplication.cpp | 2 +- src/core/UBApplicationController.cpp | 2 +- src/core/UBPersistenceManager.cpp | 26 +- src/core/UBPersistenceManager.h | 1 - src/core/UBSettings.cpp | 553 +- src/core/UBSettings.h | 56 +- src/core/main.cpp | 5 +- src/domain/UBGraphicsScene.cpp | 2 +- src/domain/UBW3CWidget.cpp | 2 +- src/gui/UBFavoriteToolPalette.cpp | 2 +- src/gui/UBMediaPlayer.cpp | 1 - src/network/UBCookieJar.cpp | 4 +- src/network/UBNetworkAccessManager.cpp | 2 +- src/podcast/UBPodcastController.cpp | 2 +- src/transition/UniboardSankoreTransition.cpp | 4 +- src/web/UBTrapFlashController.cpp | 2 +- src/web/browser/WBHistory.cpp | 5 +- src/web/browser/WBWebView.cpp | 2 +- 921 files changed, 235 insertions(+), 32772 deletions(-) rename resources/library/{interactive => applications}/Anyembed.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/css/ubwidget.css (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/index.html (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/js/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/js/jquery.disable.text.select.js (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/js/languages.js (100%) rename resources/library/{interactive => applications}/Anyembed.wgt/js/ubw-main.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Calculator.wgt/css/ubwidget.css (100%) rename resources/library/{interactive => applications}/Calculator.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_out/bottom.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_out/left.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_out/right.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_out/top.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_over/button_arrow_bottom.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_over/button_arrow_left.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_over/button_arrow_right.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/arrows_over/button_arrow_top.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/back.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/back_small.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_out-copie.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_out.gif (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_out.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_out_dark.gif (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_out_dark.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_over.gif (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_toggle.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/button_toggle_invert.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/back.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/bottom.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/cbottomleft.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/cbottomright.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/ctopleft.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/ctopright.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/left.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/right.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/buttons_shadow/top.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pi.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pi.psd (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pi_click.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pi_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pow.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/pow.psd (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/sq.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/sq.psd (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/sq_click.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/calculator/sq_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/display copy.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/display.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/historyback.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/historytab.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/historytabOver.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/inspector.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche0.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche0_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche0_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche1.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche1_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche1_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche2.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche2_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche2_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche3.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche3_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche3_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche4.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche4_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche4_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche5.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche5_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche5_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche6.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche6_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche6_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche7.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche7_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche7_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche8.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche8_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche8_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche9.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche9_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touche9_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchec.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchec_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchec_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchediv.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchediv_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchediv_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchedot.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchedot_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchedot_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/toucheeq.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/toucheeq_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/toucheeq_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchef.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchef_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchef_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchem.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchem_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchem_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchep.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchep_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchep_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepd.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepd_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepd_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepg.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepg_over.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/images/touchepg_over_down.png (100%) rename resources/library/{interactive => applications}/Calculator.wgt/index.html (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/DD_roundies_0.0.2a.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/calculate.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery-ui-1.7.2.custom.min.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery.center.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery.disable.text.select.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery.easing.1.2.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/jquery.ubwidget.js (100%) rename resources/library/{interactive => applications}/Calculator.wgt/js/ubw-main.js (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/Default.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/config.xml (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/css/colorpicker.css (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/css/layout.css (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/icon.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/blank.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_background.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_hex.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_hsb_b.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_hsb_h.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_hsb_s.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_indic.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_overlay.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_rgb_b.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_rgb_g.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_rgb_r.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_select.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/colorpicker_submit.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_background.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_hex.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_hsb_b.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_hsb_h.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_hsb_s.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_indic.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_rgb_b.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_rgb_g.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_rgb_r.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/custom_submit.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/select.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/select2.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/slider.png (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/images/tools.jpg (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/index.html (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/js/colorpicker.js (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/js/eye.js (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/js/jquery.js (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/js/layout.js (100%) rename resources/library/{interactive => applications}/ColorPicker.wgt/js/utils.js (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/GeoInfo.html (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/config.xml (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/css/GeoInfo.css (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/gpl-3.0.txt (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/icon.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Afrique.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/AmeriqueNord.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Asie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_1.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_Afrique.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueNord.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueSud.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_Eurasie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Carte_Monde_Oceanie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Eurasie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Eurasie2.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Europe.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/EuropeOuest.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/EuropeOuestAsie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Cartes/Oceanie.bmp (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Algeria.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Angola.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Benin.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Botswana.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burkina_Faso.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burundi.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cameroon.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Chad.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cote_d'Ivoire.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Djibouti.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Egypt.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Equatorial_Guinea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Eritrea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ethiopia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Gabon.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ghana.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea-Bissau.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Kenya.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Lesotho.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Liberia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Libya.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Madagascar.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Malawi.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mali.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mauritania.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Morocco.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mozambique.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Namibia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Niger.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Nigeria.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Rwanda.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Senegal.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sierra_Leone.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Somalia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_South_Africa.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sudan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Swaziland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tanzania.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_The_Gambia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Togo.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tunisia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Uganda.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zambia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zimbabwe.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Central_African_Republic.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Democratic_Republic_of_the_Congo.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Republic_of_the_Congo.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Belize.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Canada.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Costa_Rica.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Cuba.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_El_Salvador.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Greenland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Guatemala.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Haiti.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Honduras.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Jamaica.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Mexico.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Nicaragua.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Panama.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Bahamas.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Dominican_Republic.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_United_States.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Argentina.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Bolivia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Brazil.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Chile.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Colombia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Ecuador.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_France.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Guyana.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Paraguay.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Peru.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Suriname.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Uruguay.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Venezuela.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Afghanistan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bahrain.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bangladesh.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bhutan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Brunei.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Cambodia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_East_Timor.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_India.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Indonesia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iran.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iraq.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Israel.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Japan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Jordan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kazakhstan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kuwait.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kyrgyzstan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Laos.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Lebanon.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Malaysia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Maldives.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Mongolia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Myanmar.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Nepal.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_North_Korea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Oman.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Pakistan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Qatar.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Russia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Saudi_Arabia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Singapore.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_South_Korea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Sri_Lanka.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Syria.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Tajikistan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Thailand.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Turkmenistan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Uzbekistan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Vietnam.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Yemen.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_People's_Republic_of_China.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_Philippines.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_United_Arab_Emirates.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Albania.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Andorra.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Armenia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Austria.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Azerbaijan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belarus.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belgium.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bosnia_and_Herzegovina.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bulgaria.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Croatia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Cyprus.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Denmark.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Estonia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Finland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_France.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Georgia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Germany.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Greece.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Hungary.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Iceland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ireland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Italy.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Kazakhstan.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Latvia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Liechtenstein.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Lithuania.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Luxembourg.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Macedonia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Malta.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Moldova.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Monaco.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Montenegro.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Norway.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Poland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Portugal.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Romania.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Russia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_San_Marino.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Serbia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovakia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovenia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Spain.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Sweden.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Switzerland.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Turkey.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ukraine.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Czech_Republic.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Netherlands.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_United_Kingdom.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Vatican_City.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Australia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_France.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Indonesia.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_New_Zealand.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Papua_New_Guinea.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Vanuatu.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_the_Solomon_Islands.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/cursor.png (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/images/question.jpg (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/js/GeoInfo.js (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/js/jquery-1.6.2.min.js (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/js/languages.js (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/js/soapclient.js (100%) rename resources/library/{interactive => applications}/GeoInfo.wgt/js/tinyxmldom.js (100%) rename resources/library/{interactive => applications}/GoogleMap.wgt/config.xml (100%) rename resources/library/{interactive => applications}/GoogleMap.wgt/icon.png (100%) rename resources/library/{interactive => applications}/GoogleMap.wgt/index.html (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Grapheur.xhtml (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Guide_Utilisateur.html (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/.directory (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/GraphMe.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_AjouterWidget.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Deplacement.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Navigateur.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Options.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Plus.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Presentation.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/Guide_Uniboard.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/fond1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/fond2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/fond3.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/fond4.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/fond5.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/gauche1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/gauche2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/gauche3.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/onglet1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Images/onglet2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/Affichage3D.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/AffichageStandard.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/AffichageUniboard.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/AffichageXPM.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/ColorPicker.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/Etude.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/Interface.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/Outils.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/Sauvegardes.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/jquery.disable.text.select.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/JavaScript/languages.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Style/Guide_Utilisateur.css (100%) rename resources/library/{interactive => applications}/Graphme.wgt/Style/default.css (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._Grapheur.xhtml (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._Guide_Utilisateur.html (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._Images (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._JavaScript (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._Style (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._config.xml (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._icon.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/._version.html (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._.directory (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._GraphMe.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_AjouterWidget.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Deplacement.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Navigateur.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Options.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Plus.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Presentation.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._Guide_Uniboard.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._fond1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._fond2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._fond3.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._fond4.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._fond5.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._gauche1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._gauche2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._gauche3.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._onglet1.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Images/._onglet2.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._.directory (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._Affichage3D.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._AffichageStandard.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._AffichageUniboard.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._AffichageXPM.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._ColorPicker.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._Etude.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._Interface.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._Outils.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/JavaScript/._Sauvegardes.js (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Style/._Guide_Utilisateur.css (100%) rename resources/library/{interactive => applications}/Graphme.wgt/__MACOSX/Style/._default.css (100%) rename resources/library/{interactive => applications}/Graphme.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Graphme.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Graphme.wgt/version.html (100%) rename resources/library/{interactive => applications}/Html.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Html.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Html.wgt/images/bts.png (100%) rename resources/library/{interactive => applications}/Html.wgt/images/style.css (100%) rename resources/library/{interactive => applications}/Html.wgt/index.html (100%) rename resources/library/{interactive => applications}/Html.wgt/jquery.pack.js (100%) rename resources/library/{interactive => applications}/Html.wgt/languages.js (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/jquery.markitup.js (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/jquery.markitup.pack.js (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/readme.txt (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/bold.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/clean.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/image.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/italic.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/link.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/picture.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/preview.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/images/stroke.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/set.js (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/default/style.css (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/bold.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/clean.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h1.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h2.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h3.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h4.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h5.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/h6.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/image.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/italic.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/link.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/list-bullet.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/list-item.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/list-numeric.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/paragraph.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/picture.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/preview.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/images/stroke.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/readme.txt (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/set.js (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/sets/html/style.css (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-container-white.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-container.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-footer-white.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-footer.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-header-white.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/bg-header.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/handle.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/menu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/spacer.gif (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/images/submenu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/readme.txt (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/macosx/style.css (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-container.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-bbcode.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-dotclear.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-html.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-json.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-markdown.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-textile.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-wiki.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor-xml.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/bg-editor.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/handle.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/menu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/images/submenu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/markitup/style.css (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/simple/images/handle.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/simple/images/menu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/skins/simple/images/submenu.png (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/templates/preview.css (100%) rename resources/library/{interactive => applications}/Html.wgt/markitup/templates/preview.html (100%) rename resources/library/{interactive => applications}/Notes.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Notes.wgt/css/jScrollPane.css (100%) rename resources/library/{interactive => applications}/Notes.wgt/css/ubwidget.css (100%) rename resources/library/{interactive => applications}/Notes.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/back.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/shadowcenter.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/shadowleft.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/shadowright.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/stick-but-aminus.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/stick-but-aplus.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/stick-but-maximize.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/images/stick-but-minimize.png (100%) rename resources/library/{interactive => applications}/Notes.wgt/index.html (100%) rename resources/library/{interactive => applications}/Notes.wgt/js/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/Notes.wgt/js/jquery-ui-1.7.2.custom.min.js (100%) rename resources/library/{interactive => applications}/Notes.wgt/js/jquery.disable.text.select.js (100%) rename resources/library/{interactive => applications}/Notes.wgt/js/jquery.ubwidget.js (100%) rename resources/library/{interactive => applications}/Notes.wgt/js/ubw-main.js (100%) rename resources/library/{interactive => applications}/Notes.wgt/ubw-main.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/beep.wav (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/css/ubwidget.css (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/finalbeep.wav (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_out/bottom.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_out/left.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_out/right.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_out/top.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/bottom.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/button_arrow_bottom.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/button_arrow_left.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/button_arrow_right.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/button_arrow_top.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/arrows_over/top.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/back.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_out-copie.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_out.gif (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_out.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_out_dark.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_pause.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_pause_invert.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_pause_invertxov.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_play.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_play_invert.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_play_invertxov.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_reset_invert.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_toggle.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/button_toggle_invert.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/back.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/bottom.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/cbottomleft.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/cbottomright.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/ctopleft.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/ctopright.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/left.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/right.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/buttons_shadow/top.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/images/inspector.png (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/index.html (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/DD_roundies_0.0.2a.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/calculate.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery-ui-1.7.2.custom.min.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery.center.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery.disable.text.select.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery.easing.1.2.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/jquery.ubwidget.js (100%) rename resources/library/{interactive => applications}/Stopwatch.wgt/js/ubw-main.js (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/config.xml (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/css/howto.css (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/css/main.css (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/icon.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/arrow.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/bts.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/btson.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/button.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/button_anim.gif (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/button_over.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/button_show.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/capture_youtube.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/center.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/howto_back.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/info_ico.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/inputfield_back.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/keys_copy.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/keys_paste.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/left.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/logos_web.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/imgs/right.png (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/index.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/en/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/en/error.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/en/howto.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/fr/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/fr/error.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/fr/howto.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/ru/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/ru/error.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/locales/ru/howto.html (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/scripts/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/scripts/jquery.oembed.js (100%) rename resources/library/{interactive => applications}/VideoPicker.wgt/scripts/languages.js (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/config.xml (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/css/howto.css (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/css/main.css (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/icon.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/arrow.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/button.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/button_anim.gif (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/button_over.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/button_show.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/capture_youtube.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/center.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/howto_back.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/info_ico.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/inputfield_back.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/keys_copy.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/keys_paste.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/left.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/logos_web.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/imgs/right.png (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/index.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/en/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/en/error.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/en/howto.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/fr/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/fr/error.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/fr/howto.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/ru/capture_widget.jpg (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/ru/error.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/locales/ru/howto.html (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/scripts/jquery-1.3.2.min.js (100%) rename resources/library/{interactive => applications}/WebBrowser.wgt/scripts/languages.js (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/css/master.css (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/css/superfish.css (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarBody.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarButtonBack.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarButtonForward.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarButtonLanguages.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarButtonSearch.png (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/images/toolbarLoading.jpg (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/index.html (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/script/jquery.min.js (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/script/languages.js (100%) rename resources/library/{interactive => applications}/Wikipedia.wgt/script/superfish.js (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/config.xml (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/css/master.css (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/css/superfish.css (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/icon.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarBody.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarButtonBack.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarButtonForward.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarButtonLanguages.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarButtonSearch.png (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/images/toolbarLoading.jpg (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/index.html (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/script/jquery.min.js (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/script/languages.js (100%) rename resources/library/{interactive => applications}/Wiktionary.wgt/script/superfish.js (100%) rename resources/library/{interactive => applications}/iCell.wgt/config.xml (100%) rename resources/library/{interactive => applications}/iCell.wgt/icon.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/icon_old.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/ADN.gif (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/ADN.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/ADN_zoom.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/ARN_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/ARN_zoom.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/Golgi_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/Lys_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/Mitoch_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/Noy_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/REL_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/RER_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/Vesic_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/centriole_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/centriole_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/fond_ADN.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/golgi_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/index.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/lys_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/mitoch_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/noy_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/nucl_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/nucl_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/rel_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/rer_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/rib_aura.png (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/rib_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/images/vesic_in.jpg (100%) rename resources/library/{interactive => applications}/iCell.wgt/js/script.js (100%) rename resources/library/{interactive => applications}/iCell.wgt/js/textes_descriptifs.js (100%) rename resources/library/{interactive => applications}/iCell.wgt/js/textes_descriptifs.js0 (100%) rename resources/library/{interactive => applications}/iCell.wgt/readme.txt (100%) rename resources/library/{interactive => applications}/iCell.wgt/style/style.css (100%) rename resources/library/{interactive => applications}/iCell.wgt/widget.html (100%) delete mode 100644 resources/library/image/Backgrounds/2009_calendar_EU.svg delete mode 100644 resources/library/image/Backgrounds/2009_calendar_US.svg rename resources/library/{userImage => image}/Backgrounds/calendrier_2011.png (100%) rename resources/library/{userImage => image}/Backgrounds/calendrier_2012.png (100%) rename resources/library/{userImage => image}/Voltaire.jpg (100%) rename resources/library/{userImage => image}/cartepolitiqueeurope.jpg (100%) rename resources/library/{userImage => image}/open-sankore.svg (100%) rename resources/library/{userImage => image}/violon.jpg (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/css/basic.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/images/greySquare.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/images/greySquare2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/images/icon-close.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/images/popupBack.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/scripts/blackYellow.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/scripts/jquery-1.6.2.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/scripts/jquery.disable.text.select.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/BlackYellow.wgt/scripts/languages.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/css/basic.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/1thOption.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/2thOption.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/3thOption.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/addSomething.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/bigBlackClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/blueClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/boldBlackClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/boldClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/boldGreyClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/bottomLeftThing.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/complete.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/grayClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/greySquare.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/greySquareArrow.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/horSep.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/leftThing.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/lessBottomBorder.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/lessTopBorder.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/lowerBack.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/lowerBorder.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/lowerBorder2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/niceBack.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/niceBack2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/niceBack3.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/pencil.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/point.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/redBoldClose.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/reload.jpg (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/reload2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/rightThing.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/separator.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/separator2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/settings.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/sidePoints.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/spanner.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/star.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/stop.jpg (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/tool.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/topLeftThing.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/transparentBack.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/upperBorder.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/images/upperBorder2.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/scripts/jquery-1.6.2.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/scripts/languages.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/Choisir.wgt/scripts/selQuestionApp.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/css/basic.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/add_block.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/add_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/circle.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/clear_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/close_cont.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/close_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/false.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/green_point.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/numb_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/red_point.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/img/true.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/js/jquery-1.6.2.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/js/jquery-ui-1.8.9.custom.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/fr/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/fr/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/fr/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/ru/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/ru/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/locales/ru/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/objects/0.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/objects/1.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/objects/2.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/objects/3.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/associer_images.wgt/objects/4.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/template/scripts/jquery144.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/template/scripts/template2.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/template/styles/master.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-phrases.wgt/template/styles/of_puppets.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/template/scripts/jquery144.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/template/scripts/template2.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/template/styles/master.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/ord-words.wgt/template/styles/of_puppets.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/css/basic.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/add_block.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/add_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/circle.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/clear_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/close_cont.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/close_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/fill_hor.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/fill_vert.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/green_point.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/numb_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/img/red_point.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/js/jquery-1.6.2.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/js/jquery-ui-1.8.9.custom.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/fr/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/fr/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/fr/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/ru/img/drop_img.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/ru/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/locales/ru/js/script.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/objects/0.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/objects/1.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/objects/2.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/objects/3.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/ordonner_des_images.wgt/objects/4.gif (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/scripts/app.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/scripts/ext.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/scripts/jquery144.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/scripts/wcontainer.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/styles/app.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/styles/master.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/styles/separator-activated.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/styles/separator-hover.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-phrase.wgt/styles/wcontainer.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/scripts/app2.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/scripts/ext.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/scripts/jquery144.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/scripts/wcontainer.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/styles/app.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/styles/master.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/styles/separator-activated.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/styles/separator-hover.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-text.wgt/styles/wcontainer.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/config.xml (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/icon.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/index.html (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/scripts/ext.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/scripts/jquery-ui-1.8.9.custom.min.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/scripts/jquery144.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/scripts/spl-word.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/scripts/wcontainer.js (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/styles/master.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/styles/separator-activated.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/styles/separator-hover.png (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/styles/spl-word.css (100%) rename resources/library/{sankoreInteractivities => interactivities}/spl-word.wgt/styles/wcontainer.css (100%) delete mode 100644 resources/library/userImage/Backgrounds/3_D_cartesian_grid.svg delete mode 100644 resources/library/userImage/Backgrounds/3_D_cartesian_no_grid.svg delete mode 100644 resources/library/userImage/Backgrounds/Two_dim_cartesian_grid.svg delete mode 100644 resources/library/userImage/Backgrounds/blank_timeline.svg delete mode 100644 resources/library/userImage/Backgrounds/music.svg delete mode 100644 resources/library/userImage/Backgrounds/week_timesheet.svg delete mode 100644 resources/library/userImage/Backgrounds/worldmap.svg diff --git a/resources/library/interactive/Anyembed.wgt/config.xml b/resources/library/applications/Anyembed.wgt/config.xml similarity index 100% rename from resources/library/interactive/Anyembed.wgt/config.xml rename to resources/library/applications/Anyembed.wgt/config.xml diff --git a/resources/library/interactive/Anyembed.wgt/css/ubwidget.css b/resources/library/applications/Anyembed.wgt/css/ubwidget.css similarity index 100% rename from resources/library/interactive/Anyembed.wgt/css/ubwidget.css rename to resources/library/applications/Anyembed.wgt/css/ubwidget.css diff --git a/resources/library/interactive/Anyembed.wgt/icon.png b/resources/library/applications/Anyembed.wgt/icon.png similarity index 100% rename from resources/library/interactive/Anyembed.wgt/icon.png rename to resources/library/applications/Anyembed.wgt/icon.png diff --git a/resources/library/interactive/Anyembed.wgt/index.html b/resources/library/applications/Anyembed.wgt/index.html similarity index 100% rename from resources/library/interactive/Anyembed.wgt/index.html rename to resources/library/applications/Anyembed.wgt/index.html diff --git a/resources/library/interactive/Anyembed.wgt/js/jquery-1.3.2.min.js b/resources/library/applications/Anyembed.wgt/js/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/Anyembed.wgt/js/jquery-1.3.2.min.js rename to resources/library/applications/Anyembed.wgt/js/jquery-1.3.2.min.js diff --git a/resources/library/interactive/Anyembed.wgt/js/jquery.disable.text.select.js b/resources/library/applications/Anyembed.wgt/js/jquery.disable.text.select.js similarity index 100% rename from resources/library/interactive/Anyembed.wgt/js/jquery.disable.text.select.js rename to resources/library/applications/Anyembed.wgt/js/jquery.disable.text.select.js diff --git a/resources/library/interactive/Anyembed.wgt/js/languages.js b/resources/library/applications/Anyembed.wgt/js/languages.js similarity index 100% rename from resources/library/interactive/Anyembed.wgt/js/languages.js rename to resources/library/applications/Anyembed.wgt/js/languages.js diff --git a/resources/library/interactive/Anyembed.wgt/js/ubw-main.js b/resources/library/applications/Anyembed.wgt/js/ubw-main.js similarity index 100% rename from resources/library/interactive/Anyembed.wgt/js/ubw-main.js rename to resources/library/applications/Anyembed.wgt/js/ubw-main.js diff --git a/resources/library/interactive/Calculator.wgt/config.xml b/resources/library/applications/Calculator.wgt/config.xml similarity index 100% rename from resources/library/interactive/Calculator.wgt/config.xml rename to resources/library/applications/Calculator.wgt/config.xml diff --git a/resources/library/interactive/Calculator.wgt/css/ubwidget.css b/resources/library/applications/Calculator.wgt/css/ubwidget.css similarity index 100% rename from resources/library/interactive/Calculator.wgt/css/ubwidget.css rename to resources/library/applications/Calculator.wgt/css/ubwidget.css diff --git a/resources/library/interactive/Calculator.wgt/icon.png b/resources/library/applications/Calculator.wgt/icon.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/icon.png rename to resources/library/applications/Calculator.wgt/icon.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_out/bottom.png b/resources/library/applications/Calculator.wgt/images/arrows_out/bottom.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_out/bottom.png rename to resources/library/applications/Calculator.wgt/images/arrows_out/bottom.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_out/left.png b/resources/library/applications/Calculator.wgt/images/arrows_out/left.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_out/left.png rename to resources/library/applications/Calculator.wgt/images/arrows_out/left.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_out/right.png b/resources/library/applications/Calculator.wgt/images/arrows_out/right.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_out/right.png rename to resources/library/applications/Calculator.wgt/images/arrows_out/right.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_out/top.png b/resources/library/applications/Calculator.wgt/images/arrows_out/top.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_out/top.png rename to resources/library/applications/Calculator.wgt/images/arrows_out/top.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_bottom.png b/resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_bottom.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_bottom.png rename to resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_bottom.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_left.png b/resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_left.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_left.png rename to resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_left.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_right.png b/resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_right.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_right.png rename to resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_right.png diff --git a/resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_top.png b/resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_top.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/arrows_over/button_arrow_top.png rename to resources/library/applications/Calculator.wgt/images/arrows_over/button_arrow_top.png diff --git a/resources/library/interactive/Calculator.wgt/images/back.png b/resources/library/applications/Calculator.wgt/images/back.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/back.png rename to resources/library/applications/Calculator.wgt/images/back.png diff --git a/resources/library/interactive/Calculator.wgt/images/back_small.png b/resources/library/applications/Calculator.wgt/images/back_small.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/back_small.png rename to resources/library/applications/Calculator.wgt/images/back_small.png diff --git a/resources/library/interactive/Calculator.wgt/images/button_out-copie.png b/resources/library/applications/Calculator.wgt/images/button_out-copie.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_out-copie.png rename to resources/library/applications/Calculator.wgt/images/button_out-copie.png diff --git a/resources/library/interactive/Calculator.wgt/images/button_out.gif b/resources/library/applications/Calculator.wgt/images/button_out.gif similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_out.gif rename to resources/library/applications/Calculator.wgt/images/button_out.gif diff --git a/resources/library/interactive/Calculator.wgt/images/button_out.png b/resources/library/applications/Calculator.wgt/images/button_out.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_out.png rename to resources/library/applications/Calculator.wgt/images/button_out.png diff --git a/resources/library/interactive/Calculator.wgt/images/button_out_dark.gif b/resources/library/applications/Calculator.wgt/images/button_out_dark.gif similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_out_dark.gif rename to resources/library/applications/Calculator.wgt/images/button_out_dark.gif diff --git a/resources/library/interactive/Calculator.wgt/images/button_out_dark.png b/resources/library/applications/Calculator.wgt/images/button_out_dark.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_out_dark.png rename to resources/library/applications/Calculator.wgt/images/button_out_dark.png diff --git a/resources/library/interactive/Calculator.wgt/images/button_over.gif b/resources/library/applications/Calculator.wgt/images/button_over.gif similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_over.gif rename to resources/library/applications/Calculator.wgt/images/button_over.gif diff --git a/resources/library/interactive/Calculator.wgt/images/button_toggle.png b/resources/library/applications/Calculator.wgt/images/button_toggle.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_toggle.png rename to resources/library/applications/Calculator.wgt/images/button_toggle.png diff --git a/resources/library/interactive/Calculator.wgt/images/button_toggle_invert.png b/resources/library/applications/Calculator.wgt/images/button_toggle_invert.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/button_toggle_invert.png rename to resources/library/applications/Calculator.wgt/images/button_toggle_invert.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/back.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/back.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/back.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/back.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/bottom.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/bottom.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/bottom.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/bottom.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/cbottomleft.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/cbottomleft.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/cbottomleft.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/cbottomleft.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/cbottomright.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/cbottomright.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/cbottomright.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/cbottomright.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/ctopleft.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/ctopleft.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/ctopleft.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/ctopleft.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/ctopright.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/ctopright.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/ctopright.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/ctopright.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/left.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/left.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/left.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/left.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/right.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/right.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/right.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/right.png diff --git a/resources/library/interactive/Calculator.wgt/images/buttons_shadow/top.png b/resources/library/applications/Calculator.wgt/images/buttons_shadow/top.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/buttons_shadow/top.png rename to resources/library/applications/Calculator.wgt/images/buttons_shadow/top.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pi.png b/resources/library/applications/Calculator.wgt/images/calculator/pi.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pi.png rename to resources/library/applications/Calculator.wgt/images/calculator/pi.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pi.psd b/resources/library/applications/Calculator.wgt/images/calculator/pi.psd similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pi.psd rename to resources/library/applications/Calculator.wgt/images/calculator/pi.psd diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pi_click.png b/resources/library/applications/Calculator.wgt/images/calculator/pi_click.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pi_click.png rename to resources/library/applications/Calculator.wgt/images/calculator/pi_click.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pi_over.png b/resources/library/applications/Calculator.wgt/images/calculator/pi_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pi_over.png rename to resources/library/applications/Calculator.wgt/images/calculator/pi_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pow.png b/resources/library/applications/Calculator.wgt/images/calculator/pow.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pow.png rename to resources/library/applications/Calculator.wgt/images/calculator/pow.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/pow.psd b/resources/library/applications/Calculator.wgt/images/calculator/pow.psd similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/pow.psd rename to resources/library/applications/Calculator.wgt/images/calculator/pow.psd diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/sq.png b/resources/library/applications/Calculator.wgt/images/calculator/sq.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/sq.png rename to resources/library/applications/Calculator.wgt/images/calculator/sq.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/sq.psd b/resources/library/applications/Calculator.wgt/images/calculator/sq.psd similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/sq.psd rename to resources/library/applications/Calculator.wgt/images/calculator/sq.psd diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/sq_click.png b/resources/library/applications/Calculator.wgt/images/calculator/sq_click.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/sq_click.png rename to resources/library/applications/Calculator.wgt/images/calculator/sq_click.png diff --git a/resources/library/interactive/Calculator.wgt/images/calculator/sq_over.png b/resources/library/applications/Calculator.wgt/images/calculator/sq_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/calculator/sq_over.png rename to resources/library/applications/Calculator.wgt/images/calculator/sq_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/display copy.png b/resources/library/applications/Calculator.wgt/images/display copy.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/display copy.png rename to resources/library/applications/Calculator.wgt/images/display copy.png diff --git a/resources/library/interactive/Calculator.wgt/images/display.png b/resources/library/applications/Calculator.wgt/images/display.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/display.png rename to resources/library/applications/Calculator.wgt/images/display.png diff --git a/resources/library/interactive/Calculator.wgt/images/historyback.png b/resources/library/applications/Calculator.wgt/images/historyback.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/historyback.png rename to resources/library/applications/Calculator.wgt/images/historyback.png diff --git a/resources/library/interactive/Calculator.wgt/images/historytab.png b/resources/library/applications/Calculator.wgt/images/historytab.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/historytab.png rename to resources/library/applications/Calculator.wgt/images/historytab.png diff --git a/resources/library/interactive/Calculator.wgt/images/historytabOver.png b/resources/library/applications/Calculator.wgt/images/historytabOver.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/historytabOver.png rename to resources/library/applications/Calculator.wgt/images/historytabOver.png diff --git a/resources/library/interactive/Calculator.wgt/images/inspector.png b/resources/library/applications/Calculator.wgt/images/inspector.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/inspector.png rename to resources/library/applications/Calculator.wgt/images/inspector.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche0.png b/resources/library/applications/Calculator.wgt/images/touche0.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche0.png rename to resources/library/applications/Calculator.wgt/images/touche0.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche0_over.png b/resources/library/applications/Calculator.wgt/images/touche0_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche0_over.png rename to resources/library/applications/Calculator.wgt/images/touche0_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche0_over_down.png b/resources/library/applications/Calculator.wgt/images/touche0_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche0_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche0_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche1.png b/resources/library/applications/Calculator.wgt/images/touche1.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche1.png rename to resources/library/applications/Calculator.wgt/images/touche1.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche1_over.png b/resources/library/applications/Calculator.wgt/images/touche1_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche1_over.png rename to resources/library/applications/Calculator.wgt/images/touche1_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche1_over_down.png b/resources/library/applications/Calculator.wgt/images/touche1_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche1_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche1_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche2.png b/resources/library/applications/Calculator.wgt/images/touche2.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche2.png rename to resources/library/applications/Calculator.wgt/images/touche2.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche2_over.png b/resources/library/applications/Calculator.wgt/images/touche2_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche2_over.png rename to resources/library/applications/Calculator.wgt/images/touche2_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche2_over_down.png b/resources/library/applications/Calculator.wgt/images/touche2_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche2_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche2_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche3.png b/resources/library/applications/Calculator.wgt/images/touche3.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche3.png rename to resources/library/applications/Calculator.wgt/images/touche3.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche3_over.png b/resources/library/applications/Calculator.wgt/images/touche3_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche3_over.png rename to resources/library/applications/Calculator.wgt/images/touche3_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche3_over_down.png b/resources/library/applications/Calculator.wgt/images/touche3_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche3_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche3_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche4.png b/resources/library/applications/Calculator.wgt/images/touche4.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche4.png rename to resources/library/applications/Calculator.wgt/images/touche4.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche4_over.png b/resources/library/applications/Calculator.wgt/images/touche4_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche4_over.png rename to resources/library/applications/Calculator.wgt/images/touche4_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche4_over_down.png b/resources/library/applications/Calculator.wgt/images/touche4_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche4_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche4_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche5.png b/resources/library/applications/Calculator.wgt/images/touche5.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche5.png rename to resources/library/applications/Calculator.wgt/images/touche5.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche5_over.png b/resources/library/applications/Calculator.wgt/images/touche5_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche5_over.png rename to resources/library/applications/Calculator.wgt/images/touche5_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche5_over_down.png b/resources/library/applications/Calculator.wgt/images/touche5_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche5_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche5_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche6.png b/resources/library/applications/Calculator.wgt/images/touche6.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche6.png rename to resources/library/applications/Calculator.wgt/images/touche6.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche6_over.png b/resources/library/applications/Calculator.wgt/images/touche6_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche6_over.png rename to resources/library/applications/Calculator.wgt/images/touche6_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche6_over_down.png b/resources/library/applications/Calculator.wgt/images/touche6_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche6_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche6_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche7.png b/resources/library/applications/Calculator.wgt/images/touche7.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche7.png rename to resources/library/applications/Calculator.wgt/images/touche7.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche7_over.png b/resources/library/applications/Calculator.wgt/images/touche7_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche7_over.png rename to resources/library/applications/Calculator.wgt/images/touche7_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche7_over_down.png b/resources/library/applications/Calculator.wgt/images/touche7_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche7_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche7_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche8.png b/resources/library/applications/Calculator.wgt/images/touche8.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche8.png rename to resources/library/applications/Calculator.wgt/images/touche8.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche8_over.png b/resources/library/applications/Calculator.wgt/images/touche8_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche8_over.png rename to resources/library/applications/Calculator.wgt/images/touche8_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche8_over_down.png b/resources/library/applications/Calculator.wgt/images/touche8_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche8_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche8_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche9.png b/resources/library/applications/Calculator.wgt/images/touche9.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche9.png rename to resources/library/applications/Calculator.wgt/images/touche9.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche9_over.png b/resources/library/applications/Calculator.wgt/images/touche9_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche9_over.png rename to resources/library/applications/Calculator.wgt/images/touche9_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touche9_over_down.png b/resources/library/applications/Calculator.wgt/images/touche9_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touche9_over_down.png rename to resources/library/applications/Calculator.wgt/images/touche9_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchec.png b/resources/library/applications/Calculator.wgt/images/touchec.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchec.png rename to resources/library/applications/Calculator.wgt/images/touchec.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchec_over.png b/resources/library/applications/Calculator.wgt/images/touchec_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchec_over.png rename to resources/library/applications/Calculator.wgt/images/touchec_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchec_over_down.png b/resources/library/applications/Calculator.wgt/images/touchec_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchec_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchec_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchediv.png b/resources/library/applications/Calculator.wgt/images/touchediv.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchediv.png rename to resources/library/applications/Calculator.wgt/images/touchediv.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchediv_over.png b/resources/library/applications/Calculator.wgt/images/touchediv_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchediv_over.png rename to resources/library/applications/Calculator.wgt/images/touchediv_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchediv_over_down.png b/resources/library/applications/Calculator.wgt/images/touchediv_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchediv_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchediv_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchedot.png b/resources/library/applications/Calculator.wgt/images/touchedot.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchedot.png rename to resources/library/applications/Calculator.wgt/images/touchedot.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchedot_over.png b/resources/library/applications/Calculator.wgt/images/touchedot_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchedot_over.png rename to resources/library/applications/Calculator.wgt/images/touchedot_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchedot_over_down.png b/resources/library/applications/Calculator.wgt/images/touchedot_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchedot_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchedot_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/toucheeq.png b/resources/library/applications/Calculator.wgt/images/toucheeq.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/toucheeq.png rename to resources/library/applications/Calculator.wgt/images/toucheeq.png diff --git a/resources/library/interactive/Calculator.wgt/images/toucheeq_over.png b/resources/library/applications/Calculator.wgt/images/toucheeq_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/toucheeq_over.png rename to resources/library/applications/Calculator.wgt/images/toucheeq_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/toucheeq_over_down.png b/resources/library/applications/Calculator.wgt/images/toucheeq_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/toucheeq_over_down.png rename to resources/library/applications/Calculator.wgt/images/toucheeq_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchef.png b/resources/library/applications/Calculator.wgt/images/touchef.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchef.png rename to resources/library/applications/Calculator.wgt/images/touchef.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchef_over.png b/resources/library/applications/Calculator.wgt/images/touchef_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchef_over.png rename to resources/library/applications/Calculator.wgt/images/touchef_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchef_over_down.png b/resources/library/applications/Calculator.wgt/images/touchef_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchef_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchef_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchem.png b/resources/library/applications/Calculator.wgt/images/touchem.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchem.png rename to resources/library/applications/Calculator.wgt/images/touchem.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchem_over.png b/resources/library/applications/Calculator.wgt/images/touchem_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchem_over.png rename to resources/library/applications/Calculator.wgt/images/touchem_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchem_over_down.png b/resources/library/applications/Calculator.wgt/images/touchem_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchem_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchem_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchep.png b/resources/library/applications/Calculator.wgt/images/touchep.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchep.png rename to resources/library/applications/Calculator.wgt/images/touchep.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchep_over.png b/resources/library/applications/Calculator.wgt/images/touchep_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchep_over.png rename to resources/library/applications/Calculator.wgt/images/touchep_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchep_over_down.png b/resources/library/applications/Calculator.wgt/images/touchep_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchep_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchep_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepd.png b/resources/library/applications/Calculator.wgt/images/touchepd.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepd.png rename to resources/library/applications/Calculator.wgt/images/touchepd.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepd_over.png b/resources/library/applications/Calculator.wgt/images/touchepd_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepd_over.png rename to resources/library/applications/Calculator.wgt/images/touchepd_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepd_over_down.png b/resources/library/applications/Calculator.wgt/images/touchepd_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepd_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchepd_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepg.png b/resources/library/applications/Calculator.wgt/images/touchepg.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepg.png rename to resources/library/applications/Calculator.wgt/images/touchepg.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepg_over.png b/resources/library/applications/Calculator.wgt/images/touchepg_over.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepg_over.png rename to resources/library/applications/Calculator.wgt/images/touchepg_over.png diff --git a/resources/library/interactive/Calculator.wgt/images/touchepg_over_down.png b/resources/library/applications/Calculator.wgt/images/touchepg_over_down.png similarity index 100% rename from resources/library/interactive/Calculator.wgt/images/touchepg_over_down.png rename to resources/library/applications/Calculator.wgt/images/touchepg_over_down.png diff --git a/resources/library/interactive/Calculator.wgt/index.html b/resources/library/applications/Calculator.wgt/index.html similarity index 100% rename from resources/library/interactive/Calculator.wgt/index.html rename to resources/library/applications/Calculator.wgt/index.html diff --git a/resources/library/interactive/Calculator.wgt/js/DD_roundies_0.0.2a.js b/resources/library/applications/Calculator.wgt/js/DD_roundies_0.0.2a.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/DD_roundies_0.0.2a.js rename to resources/library/applications/Calculator.wgt/js/DD_roundies_0.0.2a.js diff --git a/resources/library/interactive/Calculator.wgt/js/calculate.js b/resources/library/applications/Calculator.wgt/js/calculate.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/calculate.js rename to resources/library/applications/Calculator.wgt/js/calculate.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery-1.3.2.min.js b/resources/library/applications/Calculator.wgt/js/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery-1.3.2.min.js rename to resources/library/applications/Calculator.wgt/js/jquery-1.3.2.min.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery-ui-1.7.2.custom.min.js b/resources/library/applications/Calculator.wgt/js/jquery-ui-1.7.2.custom.min.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery-ui-1.7.2.custom.min.js rename to resources/library/applications/Calculator.wgt/js/jquery-ui-1.7.2.custom.min.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery.center.js b/resources/library/applications/Calculator.wgt/js/jquery.center.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery.center.js rename to resources/library/applications/Calculator.wgt/js/jquery.center.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery.disable.text.select.js b/resources/library/applications/Calculator.wgt/js/jquery.disable.text.select.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery.disable.text.select.js rename to resources/library/applications/Calculator.wgt/js/jquery.disable.text.select.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery.easing.1.2.js b/resources/library/applications/Calculator.wgt/js/jquery.easing.1.2.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery.easing.1.2.js rename to resources/library/applications/Calculator.wgt/js/jquery.easing.1.2.js diff --git a/resources/library/interactive/Calculator.wgt/js/jquery.ubwidget.js b/resources/library/applications/Calculator.wgt/js/jquery.ubwidget.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/jquery.ubwidget.js rename to resources/library/applications/Calculator.wgt/js/jquery.ubwidget.js diff --git a/resources/library/interactive/Calculator.wgt/js/ubw-main.js b/resources/library/applications/Calculator.wgt/js/ubw-main.js similarity index 100% rename from resources/library/interactive/Calculator.wgt/js/ubw-main.js rename to resources/library/applications/Calculator.wgt/js/ubw-main.js diff --git a/resources/library/interactive/ColorPicker.wgt/Default.png b/resources/library/applications/ColorPicker.wgt/Default.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/Default.png rename to resources/library/applications/ColorPicker.wgt/Default.png diff --git a/resources/library/interactive/ColorPicker.wgt/config.xml b/resources/library/applications/ColorPicker.wgt/config.xml similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/config.xml rename to resources/library/applications/ColorPicker.wgt/config.xml diff --git a/resources/library/interactive/ColorPicker.wgt/css/colorpicker.css b/resources/library/applications/ColorPicker.wgt/css/colorpicker.css similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/css/colorpicker.css rename to resources/library/applications/ColorPicker.wgt/css/colorpicker.css diff --git a/resources/library/interactive/ColorPicker.wgt/css/layout.css b/resources/library/applications/ColorPicker.wgt/css/layout.css similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/css/layout.css rename to resources/library/applications/ColorPicker.wgt/css/layout.css diff --git a/resources/library/interactive/ColorPicker.wgt/icon.png b/resources/library/applications/ColorPicker.wgt/icon.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/icon.png rename to resources/library/applications/ColorPicker.wgt/icon.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/blank.png b/resources/library/applications/ColorPicker.wgt/images/blank.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/blank.png rename to resources/library/applications/ColorPicker.wgt/images/blank.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_background.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_background.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_background.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_background.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_hex.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_hex.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_hex.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_hex.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_b.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_b.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_b.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_b.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_h.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_h.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_h.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_h.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_s.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_s.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_hsb_s.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_hsb_s.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_indic.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_indic.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_indic.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_indic.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_overlay.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_overlay.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_overlay.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_overlay.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_b.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_b.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_b.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_b.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_g.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_g.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_g.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_g.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_r.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_r.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_rgb_r.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_rgb_r.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_select.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_select.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_select.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_select.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/colorpicker_submit.png b/resources/library/applications/ColorPicker.wgt/images/colorpicker_submit.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/colorpicker_submit.png rename to resources/library/applications/ColorPicker.wgt/images/colorpicker_submit.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_background.png b/resources/library/applications/ColorPicker.wgt/images/custom_background.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_background.png rename to resources/library/applications/ColorPicker.wgt/images/custom_background.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_hex.png b/resources/library/applications/ColorPicker.wgt/images/custom_hex.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_hex.png rename to resources/library/applications/ColorPicker.wgt/images/custom_hex.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_hsb_b.png b/resources/library/applications/ColorPicker.wgt/images/custom_hsb_b.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_hsb_b.png rename to resources/library/applications/ColorPicker.wgt/images/custom_hsb_b.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_hsb_h.png b/resources/library/applications/ColorPicker.wgt/images/custom_hsb_h.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_hsb_h.png rename to resources/library/applications/ColorPicker.wgt/images/custom_hsb_h.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_hsb_s.png b/resources/library/applications/ColorPicker.wgt/images/custom_hsb_s.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_hsb_s.png rename to resources/library/applications/ColorPicker.wgt/images/custom_hsb_s.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_indic.png b/resources/library/applications/ColorPicker.wgt/images/custom_indic.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_indic.png rename to resources/library/applications/ColorPicker.wgt/images/custom_indic.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_rgb_b.png b/resources/library/applications/ColorPicker.wgt/images/custom_rgb_b.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_rgb_b.png rename to resources/library/applications/ColorPicker.wgt/images/custom_rgb_b.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_rgb_g.png b/resources/library/applications/ColorPicker.wgt/images/custom_rgb_g.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_rgb_g.png rename to resources/library/applications/ColorPicker.wgt/images/custom_rgb_g.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_rgb_r.png b/resources/library/applications/ColorPicker.wgt/images/custom_rgb_r.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_rgb_r.png rename to resources/library/applications/ColorPicker.wgt/images/custom_rgb_r.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/custom_submit.png b/resources/library/applications/ColorPicker.wgt/images/custom_submit.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/custom_submit.png rename to resources/library/applications/ColorPicker.wgt/images/custom_submit.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/select.png b/resources/library/applications/ColorPicker.wgt/images/select.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/select.png rename to resources/library/applications/ColorPicker.wgt/images/select.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/select2.png b/resources/library/applications/ColorPicker.wgt/images/select2.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/select2.png rename to resources/library/applications/ColorPicker.wgt/images/select2.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/slider.png b/resources/library/applications/ColorPicker.wgt/images/slider.png similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/slider.png rename to resources/library/applications/ColorPicker.wgt/images/slider.png diff --git a/resources/library/interactive/ColorPicker.wgt/images/tools.jpg b/resources/library/applications/ColorPicker.wgt/images/tools.jpg similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/images/tools.jpg rename to resources/library/applications/ColorPicker.wgt/images/tools.jpg diff --git a/resources/library/interactive/ColorPicker.wgt/index.html b/resources/library/applications/ColorPicker.wgt/index.html similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/index.html rename to resources/library/applications/ColorPicker.wgt/index.html diff --git a/resources/library/interactive/ColorPicker.wgt/js/colorpicker.js b/resources/library/applications/ColorPicker.wgt/js/colorpicker.js similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/js/colorpicker.js rename to resources/library/applications/ColorPicker.wgt/js/colorpicker.js diff --git a/resources/library/interactive/ColorPicker.wgt/js/eye.js b/resources/library/applications/ColorPicker.wgt/js/eye.js similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/js/eye.js rename to resources/library/applications/ColorPicker.wgt/js/eye.js diff --git a/resources/library/interactive/ColorPicker.wgt/js/jquery.js b/resources/library/applications/ColorPicker.wgt/js/jquery.js similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/js/jquery.js rename to resources/library/applications/ColorPicker.wgt/js/jquery.js diff --git a/resources/library/interactive/ColorPicker.wgt/js/layout.js b/resources/library/applications/ColorPicker.wgt/js/layout.js similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/js/layout.js rename to resources/library/applications/ColorPicker.wgt/js/layout.js diff --git a/resources/library/interactive/ColorPicker.wgt/js/utils.js b/resources/library/applications/ColorPicker.wgt/js/utils.js similarity index 100% rename from resources/library/interactive/ColorPicker.wgt/js/utils.js rename to resources/library/applications/ColorPicker.wgt/js/utils.js diff --git a/resources/library/interactive/GeoInfo.wgt/GeoInfo.html b/resources/library/applications/GeoInfo.wgt/GeoInfo.html similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/GeoInfo.html rename to resources/library/applications/GeoInfo.wgt/GeoInfo.html diff --git a/resources/library/interactive/GeoInfo.wgt/config.xml b/resources/library/applications/GeoInfo.wgt/config.xml similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/config.xml rename to resources/library/applications/GeoInfo.wgt/config.xml diff --git a/resources/library/interactive/GeoInfo.wgt/css/GeoInfo.css b/resources/library/applications/GeoInfo.wgt/css/GeoInfo.css similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/css/GeoInfo.css rename to resources/library/applications/GeoInfo.wgt/css/GeoInfo.css diff --git a/resources/library/interactive/GeoInfo.wgt/gpl-3.0.txt b/resources/library/applications/GeoInfo.wgt/gpl-3.0.txt similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/gpl-3.0.txt rename to resources/library/applications/GeoInfo.wgt/gpl-3.0.txt diff --git a/resources/library/interactive/GeoInfo.wgt/icon.png b/resources/library/applications/GeoInfo.wgt/icon.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/icon.png rename to resources/library/applications/GeoInfo.wgt/icon.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Afrique.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Afrique.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Afrique.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Afrique.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/AmeriqueNord.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/AmeriqueNord.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/AmeriqueNord.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/AmeriqueNord.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/AmeriqueSud.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Asie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Asie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Asie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Asie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_1.png b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_1.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_1.png rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_1.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Afrique.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Afrique.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Afrique.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Afrique.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueNord.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueNord.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueNord.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueNord.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueSud.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueSud.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueSud.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_AmeriqueSud.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Eurasie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Eurasie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Eurasie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Eurasie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Oceanie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Oceanie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Carte_Monde_Oceanie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Carte_Monde_Oceanie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Eurasie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Eurasie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Eurasie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Eurasie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Eurasie2.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Eurasie2.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Eurasie2.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Eurasie2.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Europe.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Europe.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Europe.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Europe.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/EuropeOuest.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/EuropeOuest.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/EuropeOuest.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/EuropeOuest.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/EuropeOuestAsie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/EuropeOuestAsie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/EuropeOuestAsie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/EuropeOuestAsie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Cartes/Oceanie.bmp b/resources/library/applications/GeoInfo.wgt/images/Cartes/Oceanie.bmp similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Cartes/Oceanie.bmp rename to resources/library/applications/GeoInfo.wgt/images/Cartes/Oceanie.bmp diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Algeria.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Algeria.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Algeria.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Algeria.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Angola.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Angola.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Angola.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Angola.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Benin.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Benin.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Benin.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Benin.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Botswana.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Botswana.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Botswana.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Botswana.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burkina_Faso.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burkina_Faso.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burkina_Faso.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burkina_Faso.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burundi.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burundi.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burundi.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Burundi.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cameroon.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cameroon.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cameroon.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cameroon.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Chad.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Chad.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Chad.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Chad.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cote_d'Ivoire.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cote_d'Ivoire.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cote_d'Ivoire.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Cote_d'Ivoire.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Djibouti.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Djibouti.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Djibouti.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Djibouti.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Egypt.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Egypt.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Egypt.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Egypt.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Equatorial_Guinea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Equatorial_Guinea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Equatorial_Guinea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Equatorial_Guinea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Eritrea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Eritrea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Eritrea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Eritrea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ethiopia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ethiopia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ethiopia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ethiopia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Gabon.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Gabon.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Gabon.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Gabon.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ghana.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ghana.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ghana.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Ghana.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea-Bissau.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea-Bissau.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea-Bissau.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea-Bissau.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Guinea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Kenya.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Kenya.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Kenya.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Kenya.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Lesotho.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Lesotho.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Lesotho.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Lesotho.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Liberia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Liberia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Liberia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Liberia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Libya.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Libya.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Libya.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Libya.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Madagascar.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Madagascar.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Madagascar.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Madagascar.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Malawi.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Malawi.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Malawi.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Malawi.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mali.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mali.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mali.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mali.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mauritania.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mauritania.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mauritania.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mauritania.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Morocco.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Morocco.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Morocco.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Morocco.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mozambique.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mozambique.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mozambique.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Mozambique.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Namibia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Namibia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Namibia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Namibia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Niger.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Niger.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Niger.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Niger.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Nigeria.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Nigeria.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Nigeria.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Nigeria.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Rwanda.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Rwanda.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Rwanda.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Rwanda.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Senegal.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Senegal.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Senegal.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Senegal.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sierra_Leone.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sierra_Leone.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sierra_Leone.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sierra_Leone.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Somalia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Somalia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Somalia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Somalia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_South_Africa.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_South_Africa.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_South_Africa.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_South_Africa.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sudan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sudan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sudan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Sudan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Swaziland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Swaziland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Swaziland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Swaziland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tanzania.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tanzania.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tanzania.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tanzania.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_The_Gambia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_The_Gambia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_The_Gambia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_The_Gambia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Togo.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Togo.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Togo.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Togo.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tunisia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tunisia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tunisia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Tunisia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Uganda.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Uganda.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Uganda.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Uganda.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zambia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zambia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zambia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zambia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zimbabwe.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zimbabwe.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zimbabwe.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_Zimbabwe.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Central_African_Republic.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Central_African_Republic.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Central_African_Republic.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Central_African_Republic.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Democratic_Republic_of_the_Congo.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Democratic_Republic_of_the_Congo.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Democratic_Republic_of_the_Congo.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Democratic_Republic_of_the_Congo.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Republic_of_the_Congo.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Republic_of_the_Congo.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Republic_of_the_Congo.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Afrique/Flag_of_the_Republic_of_the_Congo.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Belize.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Belize.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Belize.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Belize.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Canada.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Canada.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Canada.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Canada.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Costa_Rica.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Costa_Rica.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Costa_Rica.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Costa_Rica.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Cuba.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Cuba.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Cuba.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Cuba.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_El_Salvador.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_El_Salvador.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_El_Salvador.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_El_Salvador.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Greenland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Greenland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Greenland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Greenland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Guatemala.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Guatemala.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Guatemala.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Guatemala.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Haiti.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Haiti.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Haiti.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Haiti.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Honduras.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Honduras.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Honduras.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Honduras.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Jamaica.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Jamaica.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Jamaica.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Jamaica.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Mexico.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Mexico.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Mexico.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Mexico.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Nicaragua.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Nicaragua.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Nicaragua.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Nicaragua.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Panama.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Panama.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Panama.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_Panama.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Bahamas.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Bahamas.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Bahamas.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Bahamas.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Dominican_Republic.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Dominican_Republic.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Dominican_Republic.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_Dominican_Republic.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_United_States.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_United_States.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_United_States.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueNord/Flag_of_the_United_States.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Argentina.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Argentina.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Argentina.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Argentina.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Bolivia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Bolivia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Bolivia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Bolivia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Brazil.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Brazil.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Brazil.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Brazil.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Chile.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Chile.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Chile.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Chile.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Colombia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Colombia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Colombia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Colombia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Ecuador.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Ecuador.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Ecuador.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Ecuador.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_France.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_France.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_France.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_France.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Guyana.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Guyana.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Guyana.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Guyana.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Paraguay.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Paraguay.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Paraguay.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Paraguay.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Peru.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Peru.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Peru.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Peru.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Suriname.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Suriname.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Suriname.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Suriname.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Uruguay.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Uruguay.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Uruguay.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Uruguay.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Venezuela.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Venezuela.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Venezuela.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/AmeriqueSud/Flag_of_Venezuela.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Afghanistan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Afghanistan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Afghanistan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Afghanistan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bahrain.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bahrain.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bahrain.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bahrain.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bangladesh.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bangladesh.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bangladesh.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bangladesh.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bhutan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bhutan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bhutan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Bhutan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Brunei.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Brunei.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Brunei.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Brunei.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Cambodia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Cambodia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Cambodia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Cambodia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_East_Timor.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_East_Timor.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_East_Timor.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_East_Timor.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_India.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_India.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_India.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_India.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Indonesia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Indonesia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Indonesia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Indonesia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iran.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iran.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iran.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iran.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iraq.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iraq.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iraq.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Iraq.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Israel.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Israel.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Israel.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Israel.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Japan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Japan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Japan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Japan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Jordan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Jordan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Jordan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Jordan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kazakhstan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kazakhstan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kazakhstan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kazakhstan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kuwait.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kuwait.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kuwait.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kuwait.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kyrgyzstan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kyrgyzstan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kyrgyzstan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Kyrgyzstan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Laos.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Laos.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Laos.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Laos.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Lebanon.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Lebanon.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Lebanon.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Lebanon.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Malaysia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Malaysia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Malaysia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Malaysia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Maldives.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Maldives.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Maldives.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Maldives.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Mongolia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Mongolia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Mongolia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Mongolia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Myanmar.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Myanmar.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Myanmar.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Myanmar.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Nepal.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Nepal.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Nepal.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Nepal.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_North_Korea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_North_Korea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_North_Korea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_North_Korea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Oman.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Oman.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Oman.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Oman.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Pakistan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Pakistan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Pakistan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Pakistan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Qatar.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Qatar.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Qatar.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Qatar.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Russia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Russia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Russia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Russia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Saudi_Arabia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Saudi_Arabia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Saudi_Arabia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Saudi_Arabia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Singapore.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Singapore.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Singapore.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Singapore.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_South_Korea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_South_Korea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_South_Korea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_South_Korea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Sri_Lanka.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Sri_Lanka.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Sri_Lanka.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Sri_Lanka.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Syria.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Syria.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Syria.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Syria.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Tajikistan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Tajikistan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Tajikistan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Tajikistan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Thailand.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Thailand.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Thailand.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Thailand.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Turkmenistan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Turkmenistan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Turkmenistan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Turkmenistan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Uzbekistan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Uzbekistan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Uzbekistan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Uzbekistan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Vietnam.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Vietnam.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Vietnam.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Vietnam.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Yemen.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Yemen.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Yemen.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_Yemen.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_People's_Republic_of_China.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_People's_Republic_of_China.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_People's_Republic_of_China.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_People's_Republic_of_China.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_Philippines.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_Philippines.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_Philippines.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_Philippines.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_United_Arab_Emirates.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_United_Arab_Emirates.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_United_Arab_Emirates.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Asie/Flag_of_the_United_Arab_Emirates.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Albania.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Albania.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Albania.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Albania.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Andorra.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Andorra.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Andorra.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Andorra.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Armenia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Armenia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Armenia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Armenia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Austria.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Austria.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Austria.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Austria.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Azerbaijan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Azerbaijan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Azerbaijan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Azerbaijan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belarus.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belarus.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belarus.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belarus.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belgium.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belgium.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belgium.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Belgium.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bosnia_and_Herzegovina.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bosnia_and_Herzegovina.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bosnia_and_Herzegovina.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bosnia_and_Herzegovina.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bulgaria.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bulgaria.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bulgaria.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Bulgaria.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Croatia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Croatia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Croatia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Croatia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Cyprus.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Cyprus.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Cyprus.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Cyprus.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Denmark.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Denmark.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Denmark.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Denmark.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Estonia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Estonia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Estonia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Estonia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Finland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Finland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Finland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Finland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_France.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_France.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_France.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_France.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Georgia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Georgia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Georgia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Georgia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Germany.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Germany.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Germany.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Germany.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Greece.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Greece.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Greece.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Greece.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Hungary.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Hungary.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Hungary.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Hungary.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Iceland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Iceland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Iceland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Iceland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ireland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ireland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ireland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ireland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Italy.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Italy.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Italy.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Italy.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Kazakhstan.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Kazakhstan.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Kazakhstan.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Kazakhstan.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Latvia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Latvia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Latvia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Latvia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Liechtenstein.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Liechtenstein.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Liechtenstein.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Liechtenstein.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Lithuania.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Lithuania.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Lithuania.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Lithuania.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Luxembourg.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Luxembourg.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Luxembourg.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Luxembourg.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Macedonia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Macedonia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Macedonia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Macedonia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Malta.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Malta.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Malta.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Malta.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Moldova.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Moldova.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Moldova.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Moldova.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Monaco.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Monaco.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Monaco.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Monaco.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Montenegro.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Montenegro.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Montenegro.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Montenegro.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Norway.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Norway.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Norway.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Norway.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Poland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Poland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Poland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Poland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Portugal.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Portugal.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Portugal.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Portugal.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Romania.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Romania.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Romania.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Romania.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Russia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Russia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Russia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Russia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_San_Marino.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_San_Marino.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_San_Marino.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_San_Marino.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Serbia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Serbia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Serbia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Serbia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovakia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovakia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovakia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovakia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovenia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovenia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovenia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Slovenia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Spain.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Spain.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Spain.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Spain.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Sweden.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Sweden.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Sweden.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Sweden.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Switzerland.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Switzerland.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Switzerland.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Switzerland.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Turkey.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Turkey.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Turkey.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Turkey.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ukraine.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ukraine.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ukraine.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_Ukraine.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Czech_Republic.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Czech_Republic.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Czech_Republic.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Czech_Republic.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Netherlands.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Netherlands.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Netherlands.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Netherlands.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_United_Kingdom.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_United_Kingdom.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_United_Kingdom.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_United_Kingdom.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Vatican_City.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Vatican_City.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Vatican_City.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Europe/Flag_of_the_Vatican_City.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Australia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Australia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Australia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Australia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_France.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_France.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_France.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_France.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Indonesia.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Indonesia.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Indonesia.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Indonesia.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_New_Zealand.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_New_Zealand.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_New_Zealand.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_New_Zealand.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Papua_New_Guinea.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Papua_New_Guinea.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Papua_New_Guinea.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Papua_New_Guinea.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Vanuatu.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Vanuatu.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Vanuatu.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_Vanuatu.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_the_Solomon_Islands.png b/resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_the_Solomon_Islands.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_the_Solomon_Islands.png rename to resources/library/applications/GeoInfo.wgt/images/Drapeaux/Oceanie/Flag_of_the_Solomon_Islands.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/cursor.png b/resources/library/applications/GeoInfo.wgt/images/cursor.png similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/cursor.png rename to resources/library/applications/GeoInfo.wgt/images/cursor.png diff --git a/resources/library/interactive/GeoInfo.wgt/images/question.jpg b/resources/library/applications/GeoInfo.wgt/images/question.jpg similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/images/question.jpg rename to resources/library/applications/GeoInfo.wgt/images/question.jpg diff --git a/resources/library/interactive/GeoInfo.wgt/js/GeoInfo.js b/resources/library/applications/GeoInfo.wgt/js/GeoInfo.js similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/js/GeoInfo.js rename to resources/library/applications/GeoInfo.wgt/js/GeoInfo.js diff --git a/resources/library/interactive/GeoInfo.wgt/js/jquery-1.6.2.min.js b/resources/library/applications/GeoInfo.wgt/js/jquery-1.6.2.min.js similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/js/jquery-1.6.2.min.js rename to resources/library/applications/GeoInfo.wgt/js/jquery-1.6.2.min.js diff --git a/resources/library/interactive/GeoInfo.wgt/js/languages.js b/resources/library/applications/GeoInfo.wgt/js/languages.js similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/js/languages.js rename to resources/library/applications/GeoInfo.wgt/js/languages.js diff --git a/resources/library/interactive/GeoInfo.wgt/js/soapclient.js b/resources/library/applications/GeoInfo.wgt/js/soapclient.js similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/js/soapclient.js rename to resources/library/applications/GeoInfo.wgt/js/soapclient.js diff --git a/resources/library/interactive/GeoInfo.wgt/js/tinyxmldom.js b/resources/library/applications/GeoInfo.wgt/js/tinyxmldom.js similarity index 100% rename from resources/library/interactive/GeoInfo.wgt/js/tinyxmldom.js rename to resources/library/applications/GeoInfo.wgt/js/tinyxmldom.js diff --git a/resources/library/interactive/GoogleMap.wgt/config.xml b/resources/library/applications/GoogleMap.wgt/config.xml similarity index 100% rename from resources/library/interactive/GoogleMap.wgt/config.xml rename to resources/library/applications/GoogleMap.wgt/config.xml diff --git a/resources/library/interactive/GoogleMap.wgt/icon.png b/resources/library/applications/GoogleMap.wgt/icon.png similarity index 100% rename from resources/library/interactive/GoogleMap.wgt/icon.png rename to resources/library/applications/GoogleMap.wgt/icon.png diff --git a/resources/library/interactive/GoogleMap.wgt/index.html b/resources/library/applications/GoogleMap.wgt/index.html similarity index 100% rename from resources/library/interactive/GoogleMap.wgt/index.html rename to resources/library/applications/GoogleMap.wgt/index.html diff --git a/resources/library/interactive/Graphme.wgt/Grapheur.xhtml b/resources/library/applications/Graphme.wgt/Grapheur.xhtml similarity index 100% rename from resources/library/interactive/Graphme.wgt/Grapheur.xhtml rename to resources/library/applications/Graphme.wgt/Grapheur.xhtml diff --git a/resources/library/interactive/Graphme.wgt/Guide_Utilisateur.html b/resources/library/applications/Graphme.wgt/Guide_Utilisateur.html similarity index 100% rename from resources/library/interactive/Graphme.wgt/Guide_Utilisateur.html rename to resources/library/applications/Graphme.wgt/Guide_Utilisateur.html diff --git a/resources/library/interactive/Graphme.wgt/Images/.directory b/resources/library/applications/Graphme.wgt/Images/.directory similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/.directory rename to resources/library/applications/Graphme.wgt/Images/.directory diff --git a/resources/library/interactive/Graphme.wgt/Images/GraphMe.png b/resources/library/applications/Graphme.wgt/Images/GraphMe.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/GraphMe.png rename to resources/library/applications/Graphme.wgt/Images/GraphMe.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_AjouterWidget.png b/resources/library/applications/Graphme.wgt/Images/Guide_AjouterWidget.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_AjouterWidget.png rename to resources/library/applications/Graphme.wgt/Images/Guide_AjouterWidget.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Deplacement.png b/resources/library/applications/Graphme.wgt/Images/Guide_Deplacement.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Deplacement.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Deplacement.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Navigateur.png b/resources/library/applications/Graphme.wgt/Images/Guide_Navigateur.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Navigateur.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Navigateur.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Options.png b/resources/library/applications/Graphme.wgt/Images/Guide_Options.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Options.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Options.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Plus.png b/resources/library/applications/Graphme.wgt/Images/Guide_Plus.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Plus.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Plus.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Presentation.png b/resources/library/applications/Graphme.wgt/Images/Guide_Presentation.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Presentation.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Presentation.png diff --git a/resources/library/interactive/Graphme.wgt/Images/Guide_Uniboard.png b/resources/library/applications/Graphme.wgt/Images/Guide_Uniboard.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/Guide_Uniboard.png rename to resources/library/applications/Graphme.wgt/Images/Guide_Uniboard.png diff --git a/resources/library/interactive/Graphme.wgt/Images/fond1.png b/resources/library/applications/Graphme.wgt/Images/fond1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/fond1.png rename to resources/library/applications/Graphme.wgt/Images/fond1.png diff --git a/resources/library/interactive/Graphme.wgt/Images/fond2.png b/resources/library/applications/Graphme.wgt/Images/fond2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/fond2.png rename to resources/library/applications/Graphme.wgt/Images/fond2.png diff --git a/resources/library/interactive/Graphme.wgt/Images/fond3.png b/resources/library/applications/Graphme.wgt/Images/fond3.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/fond3.png rename to resources/library/applications/Graphme.wgt/Images/fond3.png diff --git a/resources/library/interactive/Graphme.wgt/Images/fond4.png b/resources/library/applications/Graphme.wgt/Images/fond4.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/fond4.png rename to resources/library/applications/Graphme.wgt/Images/fond4.png diff --git a/resources/library/interactive/Graphme.wgt/Images/fond5.png b/resources/library/applications/Graphme.wgt/Images/fond5.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/fond5.png rename to resources/library/applications/Graphme.wgt/Images/fond5.png diff --git a/resources/library/interactive/Graphme.wgt/Images/gauche1.png b/resources/library/applications/Graphme.wgt/Images/gauche1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/gauche1.png rename to resources/library/applications/Graphme.wgt/Images/gauche1.png diff --git a/resources/library/interactive/Graphme.wgt/Images/gauche2.png b/resources/library/applications/Graphme.wgt/Images/gauche2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/gauche2.png rename to resources/library/applications/Graphme.wgt/Images/gauche2.png diff --git a/resources/library/interactive/Graphme.wgt/Images/gauche3.png b/resources/library/applications/Graphme.wgt/Images/gauche3.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/gauche3.png rename to resources/library/applications/Graphme.wgt/Images/gauche3.png diff --git a/resources/library/interactive/Graphme.wgt/Images/onglet1.png b/resources/library/applications/Graphme.wgt/Images/onglet1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/onglet1.png rename to resources/library/applications/Graphme.wgt/Images/onglet1.png diff --git a/resources/library/interactive/Graphme.wgt/Images/onglet2.png b/resources/library/applications/Graphme.wgt/Images/onglet2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/Images/onglet2.png rename to resources/library/applications/Graphme.wgt/Images/onglet2.png diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/Affichage3D.js b/resources/library/applications/Graphme.wgt/JavaScript/Affichage3D.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/Affichage3D.js rename to resources/library/applications/Graphme.wgt/JavaScript/Affichage3D.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/AffichageStandard.js b/resources/library/applications/Graphme.wgt/JavaScript/AffichageStandard.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/AffichageStandard.js rename to resources/library/applications/Graphme.wgt/JavaScript/AffichageStandard.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/AffichageUniboard.js b/resources/library/applications/Graphme.wgt/JavaScript/AffichageUniboard.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/AffichageUniboard.js rename to resources/library/applications/Graphme.wgt/JavaScript/AffichageUniboard.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/AffichageXPM.js b/resources/library/applications/Graphme.wgt/JavaScript/AffichageXPM.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/AffichageXPM.js rename to resources/library/applications/Graphme.wgt/JavaScript/AffichageXPM.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/ColorPicker.js b/resources/library/applications/Graphme.wgt/JavaScript/ColorPicker.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/ColorPicker.js rename to resources/library/applications/Graphme.wgt/JavaScript/ColorPicker.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/Etude.js b/resources/library/applications/Graphme.wgt/JavaScript/Etude.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/Etude.js rename to resources/library/applications/Graphme.wgt/JavaScript/Etude.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/Interface.js b/resources/library/applications/Graphme.wgt/JavaScript/Interface.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/Interface.js rename to resources/library/applications/Graphme.wgt/JavaScript/Interface.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/Outils.js b/resources/library/applications/Graphme.wgt/JavaScript/Outils.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/Outils.js rename to resources/library/applications/Graphme.wgt/JavaScript/Outils.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/Sauvegardes.js b/resources/library/applications/Graphme.wgt/JavaScript/Sauvegardes.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/Sauvegardes.js rename to resources/library/applications/Graphme.wgt/JavaScript/Sauvegardes.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/jquery-1.3.2.min.js b/resources/library/applications/Graphme.wgt/JavaScript/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/jquery-1.3.2.min.js rename to resources/library/applications/Graphme.wgt/JavaScript/jquery-1.3.2.min.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/jquery.disable.text.select.js b/resources/library/applications/Graphme.wgt/JavaScript/jquery.disable.text.select.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/jquery.disable.text.select.js rename to resources/library/applications/Graphme.wgt/JavaScript/jquery.disable.text.select.js diff --git a/resources/library/interactive/Graphme.wgt/JavaScript/languages.js b/resources/library/applications/Graphme.wgt/JavaScript/languages.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/JavaScript/languages.js rename to resources/library/applications/Graphme.wgt/JavaScript/languages.js diff --git a/resources/library/interactive/Graphme.wgt/Style/Guide_Utilisateur.css b/resources/library/applications/Graphme.wgt/Style/Guide_Utilisateur.css similarity index 100% rename from resources/library/interactive/Graphme.wgt/Style/Guide_Utilisateur.css rename to resources/library/applications/Graphme.wgt/Style/Guide_Utilisateur.css diff --git a/resources/library/interactive/Graphme.wgt/Style/default.css b/resources/library/applications/Graphme.wgt/Style/default.css similarity index 100% rename from resources/library/interactive/Graphme.wgt/Style/default.css rename to resources/library/applications/Graphme.wgt/Style/default.css diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._Grapheur.xhtml b/resources/library/applications/Graphme.wgt/__MACOSX/._Grapheur.xhtml similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._Grapheur.xhtml rename to resources/library/applications/Graphme.wgt/__MACOSX/._Grapheur.xhtml diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._Guide_Utilisateur.html b/resources/library/applications/Graphme.wgt/__MACOSX/._Guide_Utilisateur.html similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._Guide_Utilisateur.html rename to resources/library/applications/Graphme.wgt/__MACOSX/._Guide_Utilisateur.html diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._Images b/resources/library/applications/Graphme.wgt/__MACOSX/._Images similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._Images rename to resources/library/applications/Graphme.wgt/__MACOSX/._Images diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._JavaScript b/resources/library/applications/Graphme.wgt/__MACOSX/._JavaScript similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._JavaScript rename to resources/library/applications/Graphme.wgt/__MACOSX/._JavaScript diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._Style b/resources/library/applications/Graphme.wgt/__MACOSX/._Style similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._Style rename to resources/library/applications/Graphme.wgt/__MACOSX/._Style diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._config.xml b/resources/library/applications/Graphme.wgt/__MACOSX/._config.xml similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._config.xml rename to resources/library/applications/Graphme.wgt/__MACOSX/._config.xml diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._icon.png b/resources/library/applications/Graphme.wgt/__MACOSX/._icon.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._icon.png rename to resources/library/applications/Graphme.wgt/__MACOSX/._icon.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/._version.html b/resources/library/applications/Graphme.wgt/__MACOSX/._version.html similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/._version.html rename to resources/library/applications/Graphme.wgt/__MACOSX/._version.html diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._.directory b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._.directory similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._.directory rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._.directory diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._GraphMe.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._GraphMe.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._GraphMe.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._GraphMe.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_AjouterWidget.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_AjouterWidget.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_AjouterWidget.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_AjouterWidget.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Deplacement.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Deplacement.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Deplacement.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Deplacement.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Navigateur.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Navigateur.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Navigateur.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Navigateur.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Options.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Options.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Options.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Options.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Plus.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Plus.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Plus.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Plus.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Presentation.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Presentation.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Presentation.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Presentation.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Uniboard.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Uniboard.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._Guide_Uniboard.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._Guide_Uniboard.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond1.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond1.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond1.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond2.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond2.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond2.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond3.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond3.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond3.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond3.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond4.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond4.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond4.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond4.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond5.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond5.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._fond5.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._fond5.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche1.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche1.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche1.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche2.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche2.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche2.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche3.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche3.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._gauche3.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._gauche3.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._onglet1.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._onglet1.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._onglet1.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._onglet1.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Images/._onglet2.png b/resources/library/applications/Graphme.wgt/__MACOSX/Images/._onglet2.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Images/._onglet2.png rename to resources/library/applications/Graphme.wgt/__MACOSX/Images/._onglet2.png diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._.directory b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._.directory similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._.directory rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._.directory diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Affichage3D.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Affichage3D.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Affichage3D.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Affichage3D.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageStandard.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageStandard.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageStandard.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageStandard.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageUniboard.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageUniboard.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageUniboard.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageUniboard.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageXPM.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageXPM.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._AffichageXPM.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._AffichageXPM.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._ColorPicker.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._ColorPicker.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._ColorPicker.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._ColorPicker.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Etude.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Etude.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Etude.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Etude.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Interface.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Interface.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Interface.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Interface.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Outils.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Outils.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Outils.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Outils.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Sauvegardes.js b/resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Sauvegardes.js similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/JavaScript/._Sauvegardes.js rename to resources/library/applications/Graphme.wgt/__MACOSX/JavaScript/._Sauvegardes.js diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Style/._Guide_Utilisateur.css b/resources/library/applications/Graphme.wgt/__MACOSX/Style/._Guide_Utilisateur.css similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Style/._Guide_Utilisateur.css rename to resources/library/applications/Graphme.wgt/__MACOSX/Style/._Guide_Utilisateur.css diff --git a/resources/library/interactive/Graphme.wgt/__MACOSX/Style/._default.css b/resources/library/applications/Graphme.wgt/__MACOSX/Style/._default.css similarity index 100% rename from resources/library/interactive/Graphme.wgt/__MACOSX/Style/._default.css rename to resources/library/applications/Graphme.wgt/__MACOSX/Style/._default.css diff --git a/resources/library/interactive/Graphme.wgt/config.xml b/resources/library/applications/Graphme.wgt/config.xml similarity index 100% rename from resources/library/interactive/Graphme.wgt/config.xml rename to resources/library/applications/Graphme.wgt/config.xml diff --git a/resources/library/interactive/Graphme.wgt/icon.png b/resources/library/applications/Graphme.wgt/icon.png similarity index 100% rename from resources/library/interactive/Graphme.wgt/icon.png rename to resources/library/applications/Graphme.wgt/icon.png diff --git a/resources/library/interactive/Graphme.wgt/version.html b/resources/library/applications/Graphme.wgt/version.html similarity index 100% rename from resources/library/interactive/Graphme.wgt/version.html rename to resources/library/applications/Graphme.wgt/version.html diff --git a/resources/library/interactive/Html.wgt/config.xml b/resources/library/applications/Html.wgt/config.xml similarity index 100% rename from resources/library/interactive/Html.wgt/config.xml rename to resources/library/applications/Html.wgt/config.xml diff --git a/resources/library/interactive/Html.wgt/icon.png b/resources/library/applications/Html.wgt/icon.png similarity index 100% rename from resources/library/interactive/Html.wgt/icon.png rename to resources/library/applications/Html.wgt/icon.png diff --git a/resources/library/interactive/Html.wgt/images/bts.png b/resources/library/applications/Html.wgt/images/bts.png similarity index 100% rename from resources/library/interactive/Html.wgt/images/bts.png rename to resources/library/applications/Html.wgt/images/bts.png diff --git a/resources/library/interactive/Html.wgt/images/style.css b/resources/library/applications/Html.wgt/images/style.css similarity index 100% rename from resources/library/interactive/Html.wgt/images/style.css rename to resources/library/applications/Html.wgt/images/style.css diff --git a/resources/library/interactive/Html.wgt/index.html b/resources/library/applications/Html.wgt/index.html similarity index 100% rename from resources/library/interactive/Html.wgt/index.html rename to resources/library/applications/Html.wgt/index.html diff --git a/resources/library/interactive/Html.wgt/jquery.pack.js b/resources/library/applications/Html.wgt/jquery.pack.js similarity index 100% rename from resources/library/interactive/Html.wgt/jquery.pack.js rename to resources/library/applications/Html.wgt/jquery.pack.js diff --git a/resources/library/interactive/Html.wgt/languages.js b/resources/library/applications/Html.wgt/languages.js similarity index 100% rename from resources/library/interactive/Html.wgt/languages.js rename to resources/library/applications/Html.wgt/languages.js diff --git a/resources/library/interactive/Html.wgt/markitup/jquery.markitup.js b/resources/library/applications/Html.wgt/markitup/jquery.markitup.js similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/jquery.markitup.js rename to resources/library/applications/Html.wgt/markitup/jquery.markitup.js diff --git a/resources/library/interactive/Html.wgt/markitup/jquery.markitup.pack.js b/resources/library/applications/Html.wgt/markitup/jquery.markitup.pack.js similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/jquery.markitup.pack.js rename to resources/library/applications/Html.wgt/markitup/jquery.markitup.pack.js diff --git a/resources/library/interactive/Html.wgt/markitup/readme.txt b/resources/library/applications/Html.wgt/markitup/readme.txt similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/readme.txt rename to resources/library/applications/Html.wgt/markitup/readme.txt diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/bold.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/bold.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/bold.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/bold.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/clean.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/clean.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/clean.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/clean.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/image.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/image.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/image.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/image.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/italic.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/italic.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/italic.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/italic.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/link.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/link.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/link.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/link.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/picture.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/picture.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/picture.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/picture.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/preview.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/preview.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/preview.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/preview.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/images/stroke.png b/resources/library/applications/Html.wgt/markitup/sets/default/images/stroke.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/images/stroke.png rename to resources/library/applications/Html.wgt/markitup/sets/default/images/stroke.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/set.js b/resources/library/applications/Html.wgt/markitup/sets/default/set.js similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/set.js rename to resources/library/applications/Html.wgt/markitup/sets/default/set.js diff --git a/resources/library/interactive/Html.wgt/markitup/sets/default/style.css b/resources/library/applications/Html.wgt/markitup/sets/default/style.css similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/default/style.css rename to resources/library/applications/Html.wgt/markitup/sets/default/style.css diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/bold.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/bold.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/bold.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/bold.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/clean.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/clean.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/clean.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/clean.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h1.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h1.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h1.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h1.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h2.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h2.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h2.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h2.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h3.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h3.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h3.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h3.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h4.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h4.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h4.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h4.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h5.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h5.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h5.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h5.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/h6.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/h6.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/h6.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/h6.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/image.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/image.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/image.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/image.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/italic.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/italic.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/italic.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/italic.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/link.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/link.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/link.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/link.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/list-bullet.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/list-bullet.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/list-bullet.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/list-bullet.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/list-item.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/list-item.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/list-item.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/list-item.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/list-numeric.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/list-numeric.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/list-numeric.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/list-numeric.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/paragraph.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/paragraph.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/paragraph.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/paragraph.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/picture.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/picture.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/picture.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/picture.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/preview.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/preview.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/preview.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/preview.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/images/stroke.png b/resources/library/applications/Html.wgt/markitup/sets/html/images/stroke.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/images/stroke.png rename to resources/library/applications/Html.wgt/markitup/sets/html/images/stroke.png diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/readme.txt b/resources/library/applications/Html.wgt/markitup/sets/html/readme.txt similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/readme.txt rename to resources/library/applications/Html.wgt/markitup/sets/html/readme.txt diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/set.js b/resources/library/applications/Html.wgt/markitup/sets/html/set.js similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/set.js rename to resources/library/applications/Html.wgt/markitup/sets/html/set.js diff --git a/resources/library/interactive/Html.wgt/markitup/sets/html/style.css b/resources/library/applications/Html.wgt/markitup/sets/html/style.css similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/sets/html/style.css rename to resources/library/applications/Html.wgt/markitup/sets/html/style.css diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-container-white.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-container-white.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-container-white.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-container-white.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-container.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-container.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-container.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-container.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-footer-white.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-footer-white.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-footer-white.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-footer-white.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-footer.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-footer.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-footer.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-footer.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-header-white.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-header-white.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-header-white.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-header-white.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-header.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-header.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/bg-header.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/bg-header.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/handle.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/handle.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/handle.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/handle.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/menu.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/menu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/menu.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/menu.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/spacer.gif b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/spacer.gif similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/spacer.gif rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/spacer.gif diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/images/submenu.png b/resources/library/applications/Html.wgt/markitup/skins/macosx/images/submenu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/images/submenu.png rename to resources/library/applications/Html.wgt/markitup/skins/macosx/images/submenu.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/readme.txt b/resources/library/applications/Html.wgt/markitup/skins/macosx/readme.txt similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/readme.txt rename to resources/library/applications/Html.wgt/markitup/skins/macosx/readme.txt diff --git a/resources/library/interactive/Html.wgt/markitup/skins/macosx/style.css b/resources/library/applications/Html.wgt/markitup/skins/macosx/style.css similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/macosx/style.css rename to resources/library/applications/Html.wgt/markitup/skins/macosx/style.css diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-container.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-container.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-container.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-container.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-bbcode.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-bbcode.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-bbcode.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-bbcode.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-dotclear.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-dotclear.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-dotclear.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-dotclear.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-html.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-html.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-html.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-html.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-json.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-json.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-json.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-json.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-markdown.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-markdown.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-markdown.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-markdown.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-textile.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-textile.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-textile.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-textile.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-wiki.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-wiki.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-wiki.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-wiki.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-xml.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-xml.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor-xml.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor-xml.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/bg-editor.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/bg-editor.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/handle.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/handle.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/handle.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/handle.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/menu.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/menu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/menu.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/menu.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/images/submenu.png b/resources/library/applications/Html.wgt/markitup/skins/markitup/images/submenu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/images/submenu.png rename to resources/library/applications/Html.wgt/markitup/skins/markitup/images/submenu.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/markitup/style.css b/resources/library/applications/Html.wgt/markitup/skins/markitup/style.css similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/markitup/style.css rename to resources/library/applications/Html.wgt/markitup/skins/markitup/style.css diff --git a/resources/library/interactive/Html.wgt/markitup/skins/simple/images/handle.png b/resources/library/applications/Html.wgt/markitup/skins/simple/images/handle.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/simple/images/handle.png rename to resources/library/applications/Html.wgt/markitup/skins/simple/images/handle.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/simple/images/menu.png b/resources/library/applications/Html.wgt/markitup/skins/simple/images/menu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/simple/images/menu.png rename to resources/library/applications/Html.wgt/markitup/skins/simple/images/menu.png diff --git a/resources/library/interactive/Html.wgt/markitup/skins/simple/images/submenu.png b/resources/library/applications/Html.wgt/markitup/skins/simple/images/submenu.png similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/skins/simple/images/submenu.png rename to resources/library/applications/Html.wgt/markitup/skins/simple/images/submenu.png diff --git a/resources/library/interactive/Html.wgt/markitup/templates/preview.css b/resources/library/applications/Html.wgt/markitup/templates/preview.css similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/templates/preview.css rename to resources/library/applications/Html.wgt/markitup/templates/preview.css diff --git a/resources/library/interactive/Html.wgt/markitup/templates/preview.html b/resources/library/applications/Html.wgt/markitup/templates/preview.html similarity index 100% rename from resources/library/interactive/Html.wgt/markitup/templates/preview.html rename to resources/library/applications/Html.wgt/markitup/templates/preview.html diff --git a/resources/library/interactive/Notes.wgt/config.xml b/resources/library/applications/Notes.wgt/config.xml similarity index 100% rename from resources/library/interactive/Notes.wgt/config.xml rename to resources/library/applications/Notes.wgt/config.xml diff --git a/resources/library/interactive/Notes.wgt/css/jScrollPane.css b/resources/library/applications/Notes.wgt/css/jScrollPane.css similarity index 100% rename from resources/library/interactive/Notes.wgt/css/jScrollPane.css rename to resources/library/applications/Notes.wgt/css/jScrollPane.css diff --git a/resources/library/interactive/Notes.wgt/css/ubwidget.css b/resources/library/applications/Notes.wgt/css/ubwidget.css similarity index 100% rename from resources/library/interactive/Notes.wgt/css/ubwidget.css rename to resources/library/applications/Notes.wgt/css/ubwidget.css diff --git a/resources/library/interactive/Notes.wgt/icon.png b/resources/library/applications/Notes.wgt/icon.png similarity index 100% rename from resources/library/interactive/Notes.wgt/icon.png rename to resources/library/applications/Notes.wgt/icon.png diff --git a/resources/library/interactive/Notes.wgt/images/back.png b/resources/library/applications/Notes.wgt/images/back.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/back.png rename to resources/library/applications/Notes.wgt/images/back.png diff --git a/resources/library/interactive/Notes.wgt/images/shadowcenter.png b/resources/library/applications/Notes.wgt/images/shadowcenter.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/shadowcenter.png rename to resources/library/applications/Notes.wgt/images/shadowcenter.png diff --git a/resources/library/interactive/Notes.wgt/images/shadowleft.png b/resources/library/applications/Notes.wgt/images/shadowleft.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/shadowleft.png rename to resources/library/applications/Notes.wgt/images/shadowleft.png diff --git a/resources/library/interactive/Notes.wgt/images/shadowright.png b/resources/library/applications/Notes.wgt/images/shadowright.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/shadowright.png rename to resources/library/applications/Notes.wgt/images/shadowright.png diff --git a/resources/library/interactive/Notes.wgt/images/stick-but-aminus.png b/resources/library/applications/Notes.wgt/images/stick-but-aminus.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/stick-but-aminus.png rename to resources/library/applications/Notes.wgt/images/stick-but-aminus.png diff --git a/resources/library/interactive/Notes.wgt/images/stick-but-aplus.png b/resources/library/applications/Notes.wgt/images/stick-but-aplus.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/stick-but-aplus.png rename to resources/library/applications/Notes.wgt/images/stick-but-aplus.png diff --git a/resources/library/interactive/Notes.wgt/images/stick-but-maximize.png b/resources/library/applications/Notes.wgt/images/stick-but-maximize.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/stick-but-maximize.png rename to resources/library/applications/Notes.wgt/images/stick-but-maximize.png diff --git a/resources/library/interactive/Notes.wgt/images/stick-but-minimize.png b/resources/library/applications/Notes.wgt/images/stick-but-minimize.png similarity index 100% rename from resources/library/interactive/Notes.wgt/images/stick-but-minimize.png rename to resources/library/applications/Notes.wgt/images/stick-but-minimize.png diff --git a/resources/library/interactive/Notes.wgt/index.html b/resources/library/applications/Notes.wgt/index.html similarity index 100% rename from resources/library/interactive/Notes.wgt/index.html rename to resources/library/applications/Notes.wgt/index.html diff --git a/resources/library/interactive/Notes.wgt/js/jquery-1.3.2.min.js b/resources/library/applications/Notes.wgt/js/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/Notes.wgt/js/jquery-1.3.2.min.js rename to resources/library/applications/Notes.wgt/js/jquery-1.3.2.min.js diff --git a/resources/library/interactive/Notes.wgt/js/jquery-ui-1.7.2.custom.min.js b/resources/library/applications/Notes.wgt/js/jquery-ui-1.7.2.custom.min.js similarity index 100% rename from resources/library/interactive/Notes.wgt/js/jquery-ui-1.7.2.custom.min.js rename to resources/library/applications/Notes.wgt/js/jquery-ui-1.7.2.custom.min.js diff --git a/resources/library/interactive/Notes.wgt/js/jquery.disable.text.select.js b/resources/library/applications/Notes.wgt/js/jquery.disable.text.select.js similarity index 100% rename from resources/library/interactive/Notes.wgt/js/jquery.disable.text.select.js rename to resources/library/applications/Notes.wgt/js/jquery.disable.text.select.js diff --git a/resources/library/interactive/Notes.wgt/js/jquery.ubwidget.js b/resources/library/applications/Notes.wgt/js/jquery.ubwidget.js similarity index 100% rename from resources/library/interactive/Notes.wgt/js/jquery.ubwidget.js rename to resources/library/applications/Notes.wgt/js/jquery.ubwidget.js diff --git a/resources/library/interactive/Notes.wgt/js/ubw-main.js b/resources/library/applications/Notes.wgt/js/ubw-main.js similarity index 100% rename from resources/library/interactive/Notes.wgt/js/ubw-main.js rename to resources/library/applications/Notes.wgt/js/ubw-main.js diff --git a/resources/library/interactive/Notes.wgt/ubw-main.js b/resources/library/applications/Notes.wgt/ubw-main.js similarity index 100% rename from resources/library/interactive/Notes.wgt/ubw-main.js rename to resources/library/applications/Notes.wgt/ubw-main.js diff --git a/resources/library/interactive/Stopwatch.wgt/beep.wav b/resources/library/applications/Stopwatch.wgt/beep.wav similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/beep.wav rename to resources/library/applications/Stopwatch.wgt/beep.wav diff --git a/resources/library/interactive/Stopwatch.wgt/config.xml b/resources/library/applications/Stopwatch.wgt/config.xml similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/config.xml rename to resources/library/applications/Stopwatch.wgt/config.xml diff --git a/resources/library/interactive/Stopwatch.wgt/css/ubwidget.css b/resources/library/applications/Stopwatch.wgt/css/ubwidget.css similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/css/ubwidget.css rename to resources/library/applications/Stopwatch.wgt/css/ubwidget.css diff --git a/resources/library/interactive/Stopwatch.wgt/finalbeep.wav b/resources/library/applications/Stopwatch.wgt/finalbeep.wav similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/finalbeep.wav rename to resources/library/applications/Stopwatch.wgt/finalbeep.wav diff --git a/resources/library/interactive/Stopwatch.wgt/icon.png b/resources/library/applications/Stopwatch.wgt/icon.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/icon.png rename to resources/library/applications/Stopwatch.wgt/icon.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_out/bottom.png b/resources/library/applications/Stopwatch.wgt/images/arrows_out/bottom.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_out/bottom.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_out/bottom.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_out/left.png b/resources/library/applications/Stopwatch.wgt/images/arrows_out/left.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_out/left.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_out/left.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_out/right.png b/resources/library/applications/Stopwatch.wgt/images/arrows_out/right.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_out/right.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_out/right.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_out/top.png b/resources/library/applications/Stopwatch.wgt/images/arrows_out/top.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_out/top.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_out/top.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/bottom.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/bottom.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/bottom.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/bottom.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_bottom.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_bottom.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_bottom.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_bottom.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_left.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_left.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_left.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_left.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_right.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_right.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_right.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_right.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_top.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_top.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/button_arrow_top.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/button_arrow_top.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/arrows_over/top.png b/resources/library/applications/Stopwatch.wgt/images/arrows_over/top.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/arrows_over/top.png rename to resources/library/applications/Stopwatch.wgt/images/arrows_over/top.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/back.png b/resources/library/applications/Stopwatch.wgt/images/back.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/back.png rename to resources/library/applications/Stopwatch.wgt/images/back.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_out-copie.png b/resources/library/applications/Stopwatch.wgt/images/button_out-copie.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_out-copie.png rename to resources/library/applications/Stopwatch.wgt/images/button_out-copie.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_out.gif b/resources/library/applications/Stopwatch.wgt/images/button_out.gif similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_out.gif rename to resources/library/applications/Stopwatch.wgt/images/button_out.gif diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_out.png b/resources/library/applications/Stopwatch.wgt/images/button_out.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_out.png rename to resources/library/applications/Stopwatch.wgt/images/button_out.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_out_dark.png b/resources/library/applications/Stopwatch.wgt/images/button_out_dark.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_out_dark.png rename to resources/library/applications/Stopwatch.wgt/images/button_out_dark.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_pause.png b/resources/library/applications/Stopwatch.wgt/images/button_pause.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_pause.png rename to resources/library/applications/Stopwatch.wgt/images/button_pause.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_pause_invert.png b/resources/library/applications/Stopwatch.wgt/images/button_pause_invert.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_pause_invert.png rename to resources/library/applications/Stopwatch.wgt/images/button_pause_invert.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_pause_invertxov.png b/resources/library/applications/Stopwatch.wgt/images/button_pause_invertxov.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_pause_invertxov.png rename to resources/library/applications/Stopwatch.wgt/images/button_pause_invertxov.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_play.png b/resources/library/applications/Stopwatch.wgt/images/button_play.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_play.png rename to resources/library/applications/Stopwatch.wgt/images/button_play.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_play_invert.png b/resources/library/applications/Stopwatch.wgt/images/button_play_invert.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_play_invert.png rename to resources/library/applications/Stopwatch.wgt/images/button_play_invert.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_play_invertxov.png b/resources/library/applications/Stopwatch.wgt/images/button_play_invertxov.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_play_invertxov.png rename to resources/library/applications/Stopwatch.wgt/images/button_play_invertxov.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_reset_invert.png b/resources/library/applications/Stopwatch.wgt/images/button_reset_invert.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_reset_invert.png rename to resources/library/applications/Stopwatch.wgt/images/button_reset_invert.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_toggle.png b/resources/library/applications/Stopwatch.wgt/images/button_toggle.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_toggle.png rename to resources/library/applications/Stopwatch.wgt/images/button_toggle.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/button_toggle_invert.png b/resources/library/applications/Stopwatch.wgt/images/button_toggle_invert.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/button_toggle_invert.png rename to resources/library/applications/Stopwatch.wgt/images/button_toggle_invert.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/back.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/back.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/back.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/back.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/bottom.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/bottom.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/bottom.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/bottom.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/cbottomleft.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/cbottomleft.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/cbottomleft.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/cbottomleft.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/cbottomright.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/cbottomright.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/cbottomright.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/cbottomright.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/ctopleft.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/ctopleft.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/ctopleft.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/ctopleft.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/ctopright.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/ctopright.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/ctopright.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/ctopright.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/left.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/left.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/left.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/left.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/right.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/right.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/right.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/right.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/top.png b/resources/library/applications/Stopwatch.wgt/images/buttons_shadow/top.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/buttons_shadow/top.png rename to resources/library/applications/Stopwatch.wgt/images/buttons_shadow/top.png diff --git a/resources/library/interactive/Stopwatch.wgt/images/inspector.png b/resources/library/applications/Stopwatch.wgt/images/inspector.png similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/images/inspector.png rename to resources/library/applications/Stopwatch.wgt/images/inspector.png diff --git a/resources/library/interactive/Stopwatch.wgt/index.html b/resources/library/applications/Stopwatch.wgt/index.html similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/index.html rename to resources/library/applications/Stopwatch.wgt/index.html diff --git a/resources/library/interactive/Stopwatch.wgt/js/DD_roundies_0.0.2a.js b/resources/library/applications/Stopwatch.wgt/js/DD_roundies_0.0.2a.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/DD_roundies_0.0.2a.js rename to resources/library/applications/Stopwatch.wgt/js/DD_roundies_0.0.2a.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/calculate.js b/resources/library/applications/Stopwatch.wgt/js/calculate.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/calculate.js rename to resources/library/applications/Stopwatch.wgt/js/calculate.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery-1.3.2.min.js b/resources/library/applications/Stopwatch.wgt/js/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery-1.3.2.min.js rename to resources/library/applications/Stopwatch.wgt/js/jquery-1.3.2.min.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery-ui-1.7.2.custom.min.js b/resources/library/applications/Stopwatch.wgt/js/jquery-ui-1.7.2.custom.min.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery-ui-1.7.2.custom.min.js rename to resources/library/applications/Stopwatch.wgt/js/jquery-ui-1.7.2.custom.min.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery.center.js b/resources/library/applications/Stopwatch.wgt/js/jquery.center.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery.center.js rename to resources/library/applications/Stopwatch.wgt/js/jquery.center.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery.disable.text.select.js b/resources/library/applications/Stopwatch.wgt/js/jquery.disable.text.select.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery.disable.text.select.js rename to resources/library/applications/Stopwatch.wgt/js/jquery.disable.text.select.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery.easing.1.2.js b/resources/library/applications/Stopwatch.wgt/js/jquery.easing.1.2.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery.easing.1.2.js rename to resources/library/applications/Stopwatch.wgt/js/jquery.easing.1.2.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/jquery.ubwidget.js b/resources/library/applications/Stopwatch.wgt/js/jquery.ubwidget.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/jquery.ubwidget.js rename to resources/library/applications/Stopwatch.wgt/js/jquery.ubwidget.js diff --git a/resources/library/interactive/Stopwatch.wgt/js/ubw-main.js b/resources/library/applications/Stopwatch.wgt/js/ubw-main.js similarity index 100% rename from resources/library/interactive/Stopwatch.wgt/js/ubw-main.js rename to resources/library/applications/Stopwatch.wgt/js/ubw-main.js diff --git a/resources/library/interactive/VideoPicker.wgt/config.xml b/resources/library/applications/VideoPicker.wgt/config.xml similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/config.xml rename to resources/library/applications/VideoPicker.wgt/config.xml diff --git a/resources/library/interactive/VideoPicker.wgt/css/howto.css b/resources/library/applications/VideoPicker.wgt/css/howto.css similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/css/howto.css rename to resources/library/applications/VideoPicker.wgt/css/howto.css diff --git a/resources/library/interactive/VideoPicker.wgt/css/main.css b/resources/library/applications/VideoPicker.wgt/css/main.css similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/css/main.css rename to resources/library/applications/VideoPicker.wgt/css/main.css diff --git a/resources/library/interactive/VideoPicker.wgt/icon.png b/resources/library/applications/VideoPicker.wgt/icon.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/icon.png rename to resources/library/applications/VideoPicker.wgt/icon.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/arrow.png b/resources/library/applications/VideoPicker.wgt/imgs/arrow.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/arrow.png rename to resources/library/applications/VideoPicker.wgt/imgs/arrow.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/bts.png b/resources/library/applications/VideoPicker.wgt/imgs/bts.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/bts.png rename to resources/library/applications/VideoPicker.wgt/imgs/bts.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/btson.png b/resources/library/applications/VideoPicker.wgt/imgs/btson.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/btson.png rename to resources/library/applications/VideoPicker.wgt/imgs/btson.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/button.png b/resources/library/applications/VideoPicker.wgt/imgs/button.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/button.png rename to resources/library/applications/VideoPicker.wgt/imgs/button.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/button_anim.gif b/resources/library/applications/VideoPicker.wgt/imgs/button_anim.gif similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/button_anim.gif rename to resources/library/applications/VideoPicker.wgt/imgs/button_anim.gif diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/button_over.png b/resources/library/applications/VideoPicker.wgt/imgs/button_over.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/button_over.png rename to resources/library/applications/VideoPicker.wgt/imgs/button_over.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/button_show.png b/resources/library/applications/VideoPicker.wgt/imgs/button_show.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/button_show.png rename to resources/library/applications/VideoPicker.wgt/imgs/button_show.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/capture_youtube.jpg b/resources/library/applications/VideoPicker.wgt/imgs/capture_youtube.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/capture_youtube.jpg rename to resources/library/applications/VideoPicker.wgt/imgs/capture_youtube.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/center.png b/resources/library/applications/VideoPicker.wgt/imgs/center.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/center.png rename to resources/library/applications/VideoPicker.wgt/imgs/center.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/howto_back.png b/resources/library/applications/VideoPicker.wgt/imgs/howto_back.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/howto_back.png rename to resources/library/applications/VideoPicker.wgt/imgs/howto_back.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/info_ico.png b/resources/library/applications/VideoPicker.wgt/imgs/info_ico.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/info_ico.png rename to resources/library/applications/VideoPicker.wgt/imgs/info_ico.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/inputfield_back.png b/resources/library/applications/VideoPicker.wgt/imgs/inputfield_back.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/inputfield_back.png rename to resources/library/applications/VideoPicker.wgt/imgs/inputfield_back.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/keys_copy.jpg b/resources/library/applications/VideoPicker.wgt/imgs/keys_copy.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/keys_copy.jpg rename to resources/library/applications/VideoPicker.wgt/imgs/keys_copy.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/keys_paste.jpg b/resources/library/applications/VideoPicker.wgt/imgs/keys_paste.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/keys_paste.jpg rename to resources/library/applications/VideoPicker.wgt/imgs/keys_paste.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/left.png b/resources/library/applications/VideoPicker.wgt/imgs/left.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/left.png rename to resources/library/applications/VideoPicker.wgt/imgs/left.png diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/logos_web.jpg b/resources/library/applications/VideoPicker.wgt/imgs/logos_web.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/logos_web.jpg rename to resources/library/applications/VideoPicker.wgt/imgs/logos_web.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/imgs/right.png b/resources/library/applications/VideoPicker.wgt/imgs/right.png similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/imgs/right.png rename to resources/library/applications/VideoPicker.wgt/imgs/right.png diff --git a/resources/library/interactive/VideoPicker.wgt/index.html b/resources/library/applications/VideoPicker.wgt/index.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/index.html rename to resources/library/applications/VideoPicker.wgt/index.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/en/capture_widget.jpg b/resources/library/applications/VideoPicker.wgt/locales/en/capture_widget.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/en/capture_widget.jpg rename to resources/library/applications/VideoPicker.wgt/locales/en/capture_widget.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/locales/en/error.html b/resources/library/applications/VideoPicker.wgt/locales/en/error.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/en/error.html rename to resources/library/applications/VideoPicker.wgt/locales/en/error.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/en/howto.html b/resources/library/applications/VideoPicker.wgt/locales/en/howto.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/en/howto.html rename to resources/library/applications/VideoPicker.wgt/locales/en/howto.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/fr/capture_widget.jpg b/resources/library/applications/VideoPicker.wgt/locales/fr/capture_widget.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/fr/capture_widget.jpg rename to resources/library/applications/VideoPicker.wgt/locales/fr/capture_widget.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/locales/fr/error.html b/resources/library/applications/VideoPicker.wgt/locales/fr/error.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/fr/error.html rename to resources/library/applications/VideoPicker.wgt/locales/fr/error.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/fr/howto.html b/resources/library/applications/VideoPicker.wgt/locales/fr/howto.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/fr/howto.html rename to resources/library/applications/VideoPicker.wgt/locales/fr/howto.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/ru/capture_widget.jpg b/resources/library/applications/VideoPicker.wgt/locales/ru/capture_widget.jpg similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/ru/capture_widget.jpg rename to resources/library/applications/VideoPicker.wgt/locales/ru/capture_widget.jpg diff --git a/resources/library/interactive/VideoPicker.wgt/locales/ru/error.html b/resources/library/applications/VideoPicker.wgt/locales/ru/error.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/ru/error.html rename to resources/library/applications/VideoPicker.wgt/locales/ru/error.html diff --git a/resources/library/interactive/VideoPicker.wgt/locales/ru/howto.html b/resources/library/applications/VideoPicker.wgt/locales/ru/howto.html similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/locales/ru/howto.html rename to resources/library/applications/VideoPicker.wgt/locales/ru/howto.html diff --git a/resources/library/interactive/VideoPicker.wgt/scripts/jquery-1.3.2.min.js b/resources/library/applications/VideoPicker.wgt/scripts/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/scripts/jquery-1.3.2.min.js rename to resources/library/applications/VideoPicker.wgt/scripts/jquery-1.3.2.min.js diff --git a/resources/library/interactive/VideoPicker.wgt/scripts/jquery.oembed.js b/resources/library/applications/VideoPicker.wgt/scripts/jquery.oembed.js similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/scripts/jquery.oembed.js rename to resources/library/applications/VideoPicker.wgt/scripts/jquery.oembed.js diff --git a/resources/library/interactive/VideoPicker.wgt/scripts/languages.js b/resources/library/applications/VideoPicker.wgt/scripts/languages.js similarity index 100% rename from resources/library/interactive/VideoPicker.wgt/scripts/languages.js rename to resources/library/applications/VideoPicker.wgt/scripts/languages.js diff --git a/resources/library/interactive/WebBrowser.wgt/config.xml b/resources/library/applications/WebBrowser.wgt/config.xml similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/config.xml rename to resources/library/applications/WebBrowser.wgt/config.xml diff --git a/resources/library/interactive/WebBrowser.wgt/css/howto.css b/resources/library/applications/WebBrowser.wgt/css/howto.css similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/css/howto.css rename to resources/library/applications/WebBrowser.wgt/css/howto.css diff --git a/resources/library/interactive/WebBrowser.wgt/css/main.css b/resources/library/applications/WebBrowser.wgt/css/main.css similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/css/main.css rename to resources/library/applications/WebBrowser.wgt/css/main.css diff --git a/resources/library/interactive/WebBrowser.wgt/icon.png b/resources/library/applications/WebBrowser.wgt/icon.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/icon.png rename to resources/library/applications/WebBrowser.wgt/icon.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/arrow.png b/resources/library/applications/WebBrowser.wgt/imgs/arrow.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/arrow.png rename to resources/library/applications/WebBrowser.wgt/imgs/arrow.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/button.png b/resources/library/applications/WebBrowser.wgt/imgs/button.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/button.png rename to resources/library/applications/WebBrowser.wgt/imgs/button.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/button_anim.gif b/resources/library/applications/WebBrowser.wgt/imgs/button_anim.gif similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/button_anim.gif rename to resources/library/applications/WebBrowser.wgt/imgs/button_anim.gif diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/button_over.png b/resources/library/applications/WebBrowser.wgt/imgs/button_over.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/button_over.png rename to resources/library/applications/WebBrowser.wgt/imgs/button_over.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/button_show.png b/resources/library/applications/WebBrowser.wgt/imgs/button_show.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/button_show.png rename to resources/library/applications/WebBrowser.wgt/imgs/button_show.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/capture_youtube.jpg b/resources/library/applications/WebBrowser.wgt/imgs/capture_youtube.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/capture_youtube.jpg rename to resources/library/applications/WebBrowser.wgt/imgs/capture_youtube.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/center.png b/resources/library/applications/WebBrowser.wgt/imgs/center.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/center.png rename to resources/library/applications/WebBrowser.wgt/imgs/center.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/howto_back.png b/resources/library/applications/WebBrowser.wgt/imgs/howto_back.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/howto_back.png rename to resources/library/applications/WebBrowser.wgt/imgs/howto_back.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/info_ico.png b/resources/library/applications/WebBrowser.wgt/imgs/info_ico.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/info_ico.png rename to resources/library/applications/WebBrowser.wgt/imgs/info_ico.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/inputfield_back.png b/resources/library/applications/WebBrowser.wgt/imgs/inputfield_back.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/inputfield_back.png rename to resources/library/applications/WebBrowser.wgt/imgs/inputfield_back.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/keys_copy.jpg b/resources/library/applications/WebBrowser.wgt/imgs/keys_copy.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/keys_copy.jpg rename to resources/library/applications/WebBrowser.wgt/imgs/keys_copy.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/keys_paste.jpg b/resources/library/applications/WebBrowser.wgt/imgs/keys_paste.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/keys_paste.jpg rename to resources/library/applications/WebBrowser.wgt/imgs/keys_paste.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/left.png b/resources/library/applications/WebBrowser.wgt/imgs/left.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/left.png rename to resources/library/applications/WebBrowser.wgt/imgs/left.png diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/logos_web.jpg b/resources/library/applications/WebBrowser.wgt/imgs/logos_web.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/logos_web.jpg rename to resources/library/applications/WebBrowser.wgt/imgs/logos_web.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/imgs/right.png b/resources/library/applications/WebBrowser.wgt/imgs/right.png similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/imgs/right.png rename to resources/library/applications/WebBrowser.wgt/imgs/right.png diff --git a/resources/library/interactive/WebBrowser.wgt/index.html b/resources/library/applications/WebBrowser.wgt/index.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/index.html rename to resources/library/applications/WebBrowser.wgt/index.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/en/capture_widget.jpg b/resources/library/applications/WebBrowser.wgt/locales/en/capture_widget.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/en/capture_widget.jpg rename to resources/library/applications/WebBrowser.wgt/locales/en/capture_widget.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/locales/en/error.html b/resources/library/applications/WebBrowser.wgt/locales/en/error.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/en/error.html rename to resources/library/applications/WebBrowser.wgt/locales/en/error.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/en/howto.html b/resources/library/applications/WebBrowser.wgt/locales/en/howto.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/en/howto.html rename to resources/library/applications/WebBrowser.wgt/locales/en/howto.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/fr/capture_widget.jpg b/resources/library/applications/WebBrowser.wgt/locales/fr/capture_widget.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/fr/capture_widget.jpg rename to resources/library/applications/WebBrowser.wgt/locales/fr/capture_widget.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/locales/fr/error.html b/resources/library/applications/WebBrowser.wgt/locales/fr/error.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/fr/error.html rename to resources/library/applications/WebBrowser.wgt/locales/fr/error.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/fr/howto.html b/resources/library/applications/WebBrowser.wgt/locales/fr/howto.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/fr/howto.html rename to resources/library/applications/WebBrowser.wgt/locales/fr/howto.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/ru/capture_widget.jpg b/resources/library/applications/WebBrowser.wgt/locales/ru/capture_widget.jpg similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/ru/capture_widget.jpg rename to resources/library/applications/WebBrowser.wgt/locales/ru/capture_widget.jpg diff --git a/resources/library/interactive/WebBrowser.wgt/locales/ru/error.html b/resources/library/applications/WebBrowser.wgt/locales/ru/error.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/ru/error.html rename to resources/library/applications/WebBrowser.wgt/locales/ru/error.html diff --git a/resources/library/interactive/WebBrowser.wgt/locales/ru/howto.html b/resources/library/applications/WebBrowser.wgt/locales/ru/howto.html similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/locales/ru/howto.html rename to resources/library/applications/WebBrowser.wgt/locales/ru/howto.html diff --git a/resources/library/interactive/WebBrowser.wgt/scripts/jquery-1.3.2.min.js b/resources/library/applications/WebBrowser.wgt/scripts/jquery-1.3.2.min.js similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/scripts/jquery-1.3.2.min.js rename to resources/library/applications/WebBrowser.wgt/scripts/jquery-1.3.2.min.js diff --git a/resources/library/interactive/WebBrowser.wgt/scripts/languages.js b/resources/library/applications/WebBrowser.wgt/scripts/languages.js similarity index 100% rename from resources/library/interactive/WebBrowser.wgt/scripts/languages.js rename to resources/library/applications/WebBrowser.wgt/scripts/languages.js diff --git a/resources/library/interactive/Wikipedia.wgt/config.xml b/resources/library/applications/Wikipedia.wgt/config.xml similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/config.xml rename to resources/library/applications/Wikipedia.wgt/config.xml diff --git a/resources/library/interactive/Wikipedia.wgt/css/master.css b/resources/library/applications/Wikipedia.wgt/css/master.css similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/css/master.css rename to resources/library/applications/Wikipedia.wgt/css/master.css diff --git a/resources/library/interactive/Wikipedia.wgt/css/superfish.css b/resources/library/applications/Wikipedia.wgt/css/superfish.css similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/css/superfish.css rename to resources/library/applications/Wikipedia.wgt/css/superfish.css diff --git a/resources/library/interactive/Wikipedia.wgt/icon.png b/resources/library/applications/Wikipedia.wgt/icon.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/icon.png rename to resources/library/applications/Wikipedia.wgt/icon.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarBody.png b/resources/library/applications/Wikipedia.wgt/images/toolbarBody.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarBody.png rename to resources/library/applications/Wikipedia.wgt/images/toolbarBody.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarButtonBack.png b/resources/library/applications/Wikipedia.wgt/images/toolbarButtonBack.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarButtonBack.png rename to resources/library/applications/Wikipedia.wgt/images/toolbarButtonBack.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarButtonForward.png b/resources/library/applications/Wikipedia.wgt/images/toolbarButtonForward.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarButtonForward.png rename to resources/library/applications/Wikipedia.wgt/images/toolbarButtonForward.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarButtonLanguages.png b/resources/library/applications/Wikipedia.wgt/images/toolbarButtonLanguages.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarButtonLanguages.png rename to resources/library/applications/Wikipedia.wgt/images/toolbarButtonLanguages.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarButtonSearch.png b/resources/library/applications/Wikipedia.wgt/images/toolbarButtonSearch.png similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarButtonSearch.png rename to resources/library/applications/Wikipedia.wgt/images/toolbarButtonSearch.png diff --git a/resources/library/interactive/Wikipedia.wgt/images/toolbarLoading.jpg b/resources/library/applications/Wikipedia.wgt/images/toolbarLoading.jpg similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/images/toolbarLoading.jpg rename to resources/library/applications/Wikipedia.wgt/images/toolbarLoading.jpg diff --git a/resources/library/interactive/Wikipedia.wgt/index.html b/resources/library/applications/Wikipedia.wgt/index.html similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/index.html rename to resources/library/applications/Wikipedia.wgt/index.html diff --git a/resources/library/interactive/Wikipedia.wgt/script/jquery.min.js b/resources/library/applications/Wikipedia.wgt/script/jquery.min.js similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/script/jquery.min.js rename to resources/library/applications/Wikipedia.wgt/script/jquery.min.js diff --git a/resources/library/interactive/Wikipedia.wgt/script/languages.js b/resources/library/applications/Wikipedia.wgt/script/languages.js similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/script/languages.js rename to resources/library/applications/Wikipedia.wgt/script/languages.js diff --git a/resources/library/interactive/Wikipedia.wgt/script/superfish.js b/resources/library/applications/Wikipedia.wgt/script/superfish.js similarity index 100% rename from resources/library/interactive/Wikipedia.wgt/script/superfish.js rename to resources/library/applications/Wikipedia.wgt/script/superfish.js diff --git a/resources/library/interactive/Wiktionary.wgt/config.xml b/resources/library/applications/Wiktionary.wgt/config.xml similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/config.xml rename to resources/library/applications/Wiktionary.wgt/config.xml diff --git a/resources/library/interactive/Wiktionary.wgt/css/master.css b/resources/library/applications/Wiktionary.wgt/css/master.css similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/css/master.css rename to resources/library/applications/Wiktionary.wgt/css/master.css diff --git a/resources/library/interactive/Wiktionary.wgt/css/superfish.css b/resources/library/applications/Wiktionary.wgt/css/superfish.css similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/css/superfish.css rename to resources/library/applications/Wiktionary.wgt/css/superfish.css diff --git a/resources/library/interactive/Wiktionary.wgt/icon.png b/resources/library/applications/Wiktionary.wgt/icon.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/icon.png rename to resources/library/applications/Wiktionary.wgt/icon.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarBody.png b/resources/library/applications/Wiktionary.wgt/images/toolbarBody.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarBody.png rename to resources/library/applications/Wiktionary.wgt/images/toolbarBody.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarButtonBack.png b/resources/library/applications/Wiktionary.wgt/images/toolbarButtonBack.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarButtonBack.png rename to resources/library/applications/Wiktionary.wgt/images/toolbarButtonBack.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarButtonForward.png b/resources/library/applications/Wiktionary.wgt/images/toolbarButtonForward.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarButtonForward.png rename to resources/library/applications/Wiktionary.wgt/images/toolbarButtonForward.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarButtonLanguages.png b/resources/library/applications/Wiktionary.wgt/images/toolbarButtonLanguages.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarButtonLanguages.png rename to resources/library/applications/Wiktionary.wgt/images/toolbarButtonLanguages.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarButtonSearch.png b/resources/library/applications/Wiktionary.wgt/images/toolbarButtonSearch.png similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarButtonSearch.png rename to resources/library/applications/Wiktionary.wgt/images/toolbarButtonSearch.png diff --git a/resources/library/interactive/Wiktionary.wgt/images/toolbarLoading.jpg b/resources/library/applications/Wiktionary.wgt/images/toolbarLoading.jpg similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/images/toolbarLoading.jpg rename to resources/library/applications/Wiktionary.wgt/images/toolbarLoading.jpg diff --git a/resources/library/interactive/Wiktionary.wgt/index.html b/resources/library/applications/Wiktionary.wgt/index.html similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/index.html rename to resources/library/applications/Wiktionary.wgt/index.html diff --git a/resources/library/interactive/Wiktionary.wgt/script/jquery.min.js b/resources/library/applications/Wiktionary.wgt/script/jquery.min.js similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/script/jquery.min.js rename to resources/library/applications/Wiktionary.wgt/script/jquery.min.js diff --git a/resources/library/interactive/Wiktionary.wgt/script/languages.js b/resources/library/applications/Wiktionary.wgt/script/languages.js similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/script/languages.js rename to resources/library/applications/Wiktionary.wgt/script/languages.js diff --git a/resources/library/interactive/Wiktionary.wgt/script/superfish.js b/resources/library/applications/Wiktionary.wgt/script/superfish.js similarity index 100% rename from resources/library/interactive/Wiktionary.wgt/script/superfish.js rename to resources/library/applications/Wiktionary.wgt/script/superfish.js diff --git a/resources/library/interactive/iCell.wgt/config.xml b/resources/library/applications/iCell.wgt/config.xml similarity index 100% rename from resources/library/interactive/iCell.wgt/config.xml rename to resources/library/applications/iCell.wgt/config.xml diff --git a/resources/library/interactive/iCell.wgt/icon.png b/resources/library/applications/iCell.wgt/icon.png similarity index 100% rename from resources/library/interactive/iCell.wgt/icon.png rename to resources/library/applications/iCell.wgt/icon.png diff --git a/resources/library/interactive/iCell.wgt/icon_old.png b/resources/library/applications/iCell.wgt/icon_old.png similarity index 100% rename from resources/library/interactive/iCell.wgt/icon_old.png rename to resources/library/applications/iCell.wgt/icon_old.png diff --git a/resources/library/interactive/iCell.wgt/images/ADN.gif b/resources/library/applications/iCell.wgt/images/ADN.gif similarity index 100% rename from resources/library/interactive/iCell.wgt/images/ADN.gif rename to resources/library/applications/iCell.wgt/images/ADN.gif diff --git a/resources/library/interactive/iCell.wgt/images/ADN.jpg b/resources/library/applications/iCell.wgt/images/ADN.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/ADN.jpg rename to resources/library/applications/iCell.wgt/images/ADN.jpg diff --git a/resources/library/interactive/iCell.wgt/images/ADN_zoom.jpg b/resources/library/applications/iCell.wgt/images/ADN_zoom.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/ADN_zoom.jpg rename to resources/library/applications/iCell.wgt/images/ADN_zoom.jpg diff --git a/resources/library/interactive/iCell.wgt/images/ARN_in.jpg b/resources/library/applications/iCell.wgt/images/ARN_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/ARN_in.jpg rename to resources/library/applications/iCell.wgt/images/ARN_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/ARN_zoom.jpg b/resources/library/applications/iCell.wgt/images/ARN_zoom.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/ARN_zoom.jpg rename to resources/library/applications/iCell.wgt/images/ARN_zoom.jpg diff --git a/resources/library/interactive/iCell.wgt/images/Golgi_aura.png b/resources/library/applications/iCell.wgt/images/Golgi_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/Golgi_aura.png rename to resources/library/applications/iCell.wgt/images/Golgi_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/Lys_aura.png b/resources/library/applications/iCell.wgt/images/Lys_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/Lys_aura.png rename to resources/library/applications/iCell.wgt/images/Lys_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/Mitoch_aura.png b/resources/library/applications/iCell.wgt/images/Mitoch_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/Mitoch_aura.png rename to resources/library/applications/iCell.wgt/images/Mitoch_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/Noy_aura.png b/resources/library/applications/iCell.wgt/images/Noy_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/Noy_aura.png rename to resources/library/applications/iCell.wgt/images/Noy_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/REL_aura.png b/resources/library/applications/iCell.wgt/images/REL_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/REL_aura.png rename to resources/library/applications/iCell.wgt/images/REL_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/RER_aura.png b/resources/library/applications/iCell.wgt/images/RER_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/RER_aura.png rename to resources/library/applications/iCell.wgt/images/RER_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/Vesic_aura.png b/resources/library/applications/iCell.wgt/images/Vesic_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/Vesic_aura.png rename to resources/library/applications/iCell.wgt/images/Vesic_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/centriole_aura.png b/resources/library/applications/iCell.wgt/images/centriole_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/centriole_aura.png rename to resources/library/applications/iCell.wgt/images/centriole_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/centriole_in.jpg b/resources/library/applications/iCell.wgt/images/centriole_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/centriole_in.jpg rename to resources/library/applications/iCell.wgt/images/centriole_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/fond_ADN.png b/resources/library/applications/iCell.wgt/images/fond_ADN.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/fond_ADN.png rename to resources/library/applications/iCell.wgt/images/fond_ADN.png diff --git a/resources/library/interactive/iCell.wgt/images/golgi_in.jpg b/resources/library/applications/iCell.wgt/images/golgi_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/golgi_in.jpg rename to resources/library/applications/iCell.wgt/images/golgi_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/index.png b/resources/library/applications/iCell.wgt/images/index.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/index.png rename to resources/library/applications/iCell.wgt/images/index.png diff --git a/resources/library/interactive/iCell.wgt/images/lys_in.jpg b/resources/library/applications/iCell.wgt/images/lys_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/lys_in.jpg rename to resources/library/applications/iCell.wgt/images/lys_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/mitoch_in.jpg b/resources/library/applications/iCell.wgt/images/mitoch_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/mitoch_in.jpg rename to resources/library/applications/iCell.wgt/images/mitoch_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/noy_in.jpg b/resources/library/applications/iCell.wgt/images/noy_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/noy_in.jpg rename to resources/library/applications/iCell.wgt/images/noy_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/nucl_aura.png b/resources/library/applications/iCell.wgt/images/nucl_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/nucl_aura.png rename to resources/library/applications/iCell.wgt/images/nucl_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/nucl_in.jpg b/resources/library/applications/iCell.wgt/images/nucl_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/nucl_in.jpg rename to resources/library/applications/iCell.wgt/images/nucl_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/rel_in.jpg b/resources/library/applications/iCell.wgt/images/rel_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/rel_in.jpg rename to resources/library/applications/iCell.wgt/images/rel_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/rer_in.jpg b/resources/library/applications/iCell.wgt/images/rer_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/rer_in.jpg rename to resources/library/applications/iCell.wgt/images/rer_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/rib_aura.png b/resources/library/applications/iCell.wgt/images/rib_aura.png similarity index 100% rename from resources/library/interactive/iCell.wgt/images/rib_aura.png rename to resources/library/applications/iCell.wgt/images/rib_aura.png diff --git a/resources/library/interactive/iCell.wgt/images/rib_in.jpg b/resources/library/applications/iCell.wgt/images/rib_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/rib_in.jpg rename to resources/library/applications/iCell.wgt/images/rib_in.jpg diff --git a/resources/library/interactive/iCell.wgt/images/vesic_in.jpg b/resources/library/applications/iCell.wgt/images/vesic_in.jpg similarity index 100% rename from resources/library/interactive/iCell.wgt/images/vesic_in.jpg rename to resources/library/applications/iCell.wgt/images/vesic_in.jpg diff --git a/resources/library/interactive/iCell.wgt/js/script.js b/resources/library/applications/iCell.wgt/js/script.js similarity index 100% rename from resources/library/interactive/iCell.wgt/js/script.js rename to resources/library/applications/iCell.wgt/js/script.js diff --git a/resources/library/interactive/iCell.wgt/js/textes_descriptifs.js b/resources/library/applications/iCell.wgt/js/textes_descriptifs.js similarity index 100% rename from resources/library/interactive/iCell.wgt/js/textes_descriptifs.js rename to resources/library/applications/iCell.wgt/js/textes_descriptifs.js diff --git a/resources/library/interactive/iCell.wgt/js/textes_descriptifs.js0 b/resources/library/applications/iCell.wgt/js/textes_descriptifs.js0 similarity index 100% rename from resources/library/interactive/iCell.wgt/js/textes_descriptifs.js0 rename to resources/library/applications/iCell.wgt/js/textes_descriptifs.js0 diff --git a/resources/library/interactive/iCell.wgt/readme.txt b/resources/library/applications/iCell.wgt/readme.txt similarity index 100% rename from resources/library/interactive/iCell.wgt/readme.txt rename to resources/library/applications/iCell.wgt/readme.txt diff --git a/resources/library/interactive/iCell.wgt/style/style.css b/resources/library/applications/iCell.wgt/style/style.css similarity index 100% rename from resources/library/interactive/iCell.wgt/style/style.css rename to resources/library/applications/iCell.wgt/style/style.css diff --git a/resources/library/interactive/iCell.wgt/widget.html b/resources/library/applications/iCell.wgt/widget.html similarity index 100% rename from resources/library/interactive/iCell.wgt/widget.html rename to resources/library/applications/iCell.wgt/widget.html diff --git a/resources/library/image/Backgrounds/2009_calendar_EU.svg b/resources/library/image/Backgrounds/2009_calendar_EU.svg deleted file mode 100644 index 5007696f..00000000 --- a/resources/library/image/Backgrounds/2009_calendar_EU.svg +++ /dev/null @@ -1,6619 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/image/Backgrounds/2009_calendar_US.svg b/resources/library/image/Backgrounds/2009_calendar_US.svg deleted file mode 100644 index 697691fb..00000000 --- a/resources/library/image/Backgrounds/2009_calendar_US.svg +++ /dev/null @@ -1,5811 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/calendrier_2011.png b/resources/library/image/Backgrounds/calendrier_2011.png similarity index 100% rename from resources/library/userImage/Backgrounds/calendrier_2011.png rename to resources/library/image/Backgrounds/calendrier_2011.png diff --git a/resources/library/userImage/Backgrounds/calendrier_2012.png b/resources/library/image/Backgrounds/calendrier_2012.png similarity index 100% rename from resources/library/userImage/Backgrounds/calendrier_2012.png rename to resources/library/image/Backgrounds/calendrier_2012.png diff --git a/resources/library/userImage/Voltaire.jpg b/resources/library/image/Voltaire.jpg similarity index 100% rename from resources/library/userImage/Voltaire.jpg rename to resources/library/image/Voltaire.jpg diff --git a/resources/library/userImage/cartepolitiqueeurope.jpg b/resources/library/image/cartepolitiqueeurope.jpg similarity index 100% rename from resources/library/userImage/cartepolitiqueeurope.jpg rename to resources/library/image/cartepolitiqueeurope.jpg diff --git a/resources/library/userImage/open-sankore.svg b/resources/library/image/open-sankore.svg similarity index 100% rename from resources/library/userImage/open-sankore.svg rename to resources/library/image/open-sankore.svg diff --git a/resources/library/userImage/violon.jpg b/resources/library/image/violon.jpg similarity index 100% rename from resources/library/userImage/violon.jpg rename to resources/library/image/violon.jpg diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/config.xml b/resources/library/interactivities/BlackYellow.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/config.xml rename to resources/library/interactivities/BlackYellow.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/css/basic.css b/resources/library/interactivities/BlackYellow.wgt/css/basic.css similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/css/basic.css rename to resources/library/interactivities/BlackYellow.wgt/css/basic.css diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/icon.png b/resources/library/interactivities/BlackYellow.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/icon.png rename to resources/library/interactivities/BlackYellow.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/images/greySquare.png b/resources/library/interactivities/BlackYellow.wgt/images/greySquare.png similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/images/greySquare.png rename to resources/library/interactivities/BlackYellow.wgt/images/greySquare.png diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/images/greySquare2.png b/resources/library/interactivities/BlackYellow.wgt/images/greySquare2.png similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/images/greySquare2.png rename to resources/library/interactivities/BlackYellow.wgt/images/greySquare2.png diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/images/icon-close.png b/resources/library/interactivities/BlackYellow.wgt/images/icon-close.png similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/images/icon-close.png rename to resources/library/interactivities/BlackYellow.wgt/images/icon-close.png diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/images/popupBack.png b/resources/library/interactivities/BlackYellow.wgt/images/popupBack.png similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/images/popupBack.png rename to resources/library/interactivities/BlackYellow.wgt/images/popupBack.png diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/index.html b/resources/library/interactivities/BlackYellow.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/index.html rename to resources/library/interactivities/BlackYellow.wgt/index.html diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/blackYellow.js b/resources/library/interactivities/BlackYellow.wgt/scripts/blackYellow.js similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/blackYellow.js rename to resources/library/interactivities/BlackYellow.wgt/scripts/blackYellow.js diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/jquery-1.6.2.min.js b/resources/library/interactivities/BlackYellow.wgt/scripts/jquery-1.6.2.min.js similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/jquery-1.6.2.min.js rename to resources/library/interactivities/BlackYellow.wgt/scripts/jquery-1.6.2.min.js diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/jquery.disable.text.select.js b/resources/library/interactivities/BlackYellow.wgt/scripts/jquery.disable.text.select.js similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/jquery.disable.text.select.js rename to resources/library/interactivities/BlackYellow.wgt/scripts/jquery.disable.text.select.js diff --git a/resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/languages.js b/resources/library/interactivities/BlackYellow.wgt/scripts/languages.js similarity index 100% rename from resources/library/sankoreInteractivities/BlackYellow.wgt/scripts/languages.js rename to resources/library/interactivities/BlackYellow.wgt/scripts/languages.js diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/config.xml b/resources/library/interactivities/Choisir.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/config.xml rename to resources/library/interactivities/Choisir.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/css/basic.css b/resources/library/interactivities/Choisir.wgt/css/basic.css similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/css/basic.css rename to resources/library/interactivities/Choisir.wgt/css/basic.css diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/icon.png b/resources/library/interactivities/Choisir.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/icon.png rename to resources/library/interactivities/Choisir.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/1thOption.png b/resources/library/interactivities/Choisir.wgt/images/1thOption.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/1thOption.png rename to resources/library/interactivities/Choisir.wgt/images/1thOption.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/2thOption.png b/resources/library/interactivities/Choisir.wgt/images/2thOption.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/2thOption.png rename to resources/library/interactivities/Choisir.wgt/images/2thOption.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/3thOption.png b/resources/library/interactivities/Choisir.wgt/images/3thOption.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/3thOption.png rename to resources/library/interactivities/Choisir.wgt/images/3thOption.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/addSomething.png b/resources/library/interactivities/Choisir.wgt/images/addSomething.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/addSomething.png rename to resources/library/interactivities/Choisir.wgt/images/addSomething.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/bigBlackClose.png b/resources/library/interactivities/Choisir.wgt/images/bigBlackClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/bigBlackClose.png rename to resources/library/interactivities/Choisir.wgt/images/bigBlackClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/blueClose.png b/resources/library/interactivities/Choisir.wgt/images/blueClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/blueClose.png rename to resources/library/interactivities/Choisir.wgt/images/blueClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/boldBlackClose.png b/resources/library/interactivities/Choisir.wgt/images/boldBlackClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/boldBlackClose.png rename to resources/library/interactivities/Choisir.wgt/images/boldBlackClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/boldClose.png b/resources/library/interactivities/Choisir.wgt/images/boldClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/boldClose.png rename to resources/library/interactivities/Choisir.wgt/images/boldClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/boldGreyClose.png b/resources/library/interactivities/Choisir.wgt/images/boldGreyClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/boldGreyClose.png rename to resources/library/interactivities/Choisir.wgt/images/boldGreyClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/bottomLeftThing.png b/resources/library/interactivities/Choisir.wgt/images/bottomLeftThing.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/bottomLeftThing.png rename to resources/library/interactivities/Choisir.wgt/images/bottomLeftThing.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/complete.png b/resources/library/interactivities/Choisir.wgt/images/complete.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/complete.png rename to resources/library/interactivities/Choisir.wgt/images/complete.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/grayClose.png b/resources/library/interactivities/Choisir.wgt/images/grayClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/grayClose.png rename to resources/library/interactivities/Choisir.wgt/images/grayClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/greySquare.png b/resources/library/interactivities/Choisir.wgt/images/greySquare.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/greySquare.png rename to resources/library/interactivities/Choisir.wgt/images/greySquare.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/greySquareArrow.png b/resources/library/interactivities/Choisir.wgt/images/greySquareArrow.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/greySquareArrow.png rename to resources/library/interactivities/Choisir.wgt/images/greySquareArrow.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/horSep.png b/resources/library/interactivities/Choisir.wgt/images/horSep.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/horSep.png rename to resources/library/interactivities/Choisir.wgt/images/horSep.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/leftThing.png b/resources/library/interactivities/Choisir.wgt/images/leftThing.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/leftThing.png rename to resources/library/interactivities/Choisir.wgt/images/leftThing.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/lessBottomBorder.png b/resources/library/interactivities/Choisir.wgt/images/lessBottomBorder.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/lessBottomBorder.png rename to resources/library/interactivities/Choisir.wgt/images/lessBottomBorder.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/lessTopBorder.png b/resources/library/interactivities/Choisir.wgt/images/lessTopBorder.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/lessTopBorder.png rename to resources/library/interactivities/Choisir.wgt/images/lessTopBorder.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBack.png b/resources/library/interactivities/Choisir.wgt/images/lowerBack.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBack.png rename to resources/library/interactivities/Choisir.wgt/images/lowerBack.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBorder.png b/resources/library/interactivities/Choisir.wgt/images/lowerBorder.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBorder.png rename to resources/library/interactivities/Choisir.wgt/images/lowerBorder.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBorder2.png b/resources/library/interactivities/Choisir.wgt/images/lowerBorder2.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/lowerBorder2.png rename to resources/library/interactivities/Choisir.wgt/images/lowerBorder2.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack.png b/resources/library/interactivities/Choisir.wgt/images/niceBack.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack.png rename to resources/library/interactivities/Choisir.wgt/images/niceBack.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack2.png b/resources/library/interactivities/Choisir.wgt/images/niceBack2.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack2.png rename to resources/library/interactivities/Choisir.wgt/images/niceBack2.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack3.png b/resources/library/interactivities/Choisir.wgt/images/niceBack3.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/niceBack3.png rename to resources/library/interactivities/Choisir.wgt/images/niceBack3.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/pencil.png b/resources/library/interactivities/Choisir.wgt/images/pencil.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/pencil.png rename to resources/library/interactivities/Choisir.wgt/images/pencil.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/point.png b/resources/library/interactivities/Choisir.wgt/images/point.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/point.png rename to resources/library/interactivities/Choisir.wgt/images/point.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/redBoldClose.png b/resources/library/interactivities/Choisir.wgt/images/redBoldClose.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/redBoldClose.png rename to resources/library/interactivities/Choisir.wgt/images/redBoldClose.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/reload.jpg b/resources/library/interactivities/Choisir.wgt/images/reload.jpg similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/reload.jpg rename to resources/library/interactivities/Choisir.wgt/images/reload.jpg diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/reload2.png b/resources/library/interactivities/Choisir.wgt/images/reload2.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/reload2.png rename to resources/library/interactivities/Choisir.wgt/images/reload2.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/rightThing.png b/resources/library/interactivities/Choisir.wgt/images/rightThing.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/rightThing.png rename to resources/library/interactivities/Choisir.wgt/images/rightThing.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/separator.png b/resources/library/interactivities/Choisir.wgt/images/separator.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/separator.png rename to resources/library/interactivities/Choisir.wgt/images/separator.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/separator2.png b/resources/library/interactivities/Choisir.wgt/images/separator2.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/separator2.png rename to resources/library/interactivities/Choisir.wgt/images/separator2.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/settings.png b/resources/library/interactivities/Choisir.wgt/images/settings.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/settings.png rename to resources/library/interactivities/Choisir.wgt/images/settings.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/sidePoints.png b/resources/library/interactivities/Choisir.wgt/images/sidePoints.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/sidePoints.png rename to resources/library/interactivities/Choisir.wgt/images/sidePoints.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/spanner.png b/resources/library/interactivities/Choisir.wgt/images/spanner.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/spanner.png rename to resources/library/interactivities/Choisir.wgt/images/spanner.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/star.png b/resources/library/interactivities/Choisir.wgt/images/star.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/star.png rename to resources/library/interactivities/Choisir.wgt/images/star.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/stop.jpg b/resources/library/interactivities/Choisir.wgt/images/stop.jpg similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/stop.jpg rename to resources/library/interactivities/Choisir.wgt/images/stop.jpg diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/tool.png b/resources/library/interactivities/Choisir.wgt/images/tool.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/tool.png rename to resources/library/interactivities/Choisir.wgt/images/tool.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/topLeftThing.png b/resources/library/interactivities/Choisir.wgt/images/topLeftThing.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/topLeftThing.png rename to resources/library/interactivities/Choisir.wgt/images/topLeftThing.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/transparentBack.png b/resources/library/interactivities/Choisir.wgt/images/transparentBack.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/transparentBack.png rename to resources/library/interactivities/Choisir.wgt/images/transparentBack.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/upperBorder.png b/resources/library/interactivities/Choisir.wgt/images/upperBorder.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/upperBorder.png rename to resources/library/interactivities/Choisir.wgt/images/upperBorder.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/images/upperBorder2.png b/resources/library/interactivities/Choisir.wgt/images/upperBorder2.png similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/images/upperBorder2.png rename to resources/library/interactivities/Choisir.wgt/images/upperBorder2.png diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/index.html b/resources/library/interactivities/Choisir.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/index.html rename to resources/library/interactivities/Choisir.wgt/index.html diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/scripts/jquery-1.6.2.min.js b/resources/library/interactivities/Choisir.wgt/scripts/jquery-1.6.2.min.js similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/scripts/jquery-1.6.2.min.js rename to resources/library/interactivities/Choisir.wgt/scripts/jquery-1.6.2.min.js diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/scripts/languages.js b/resources/library/interactivities/Choisir.wgt/scripts/languages.js similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/scripts/languages.js rename to resources/library/interactivities/Choisir.wgt/scripts/languages.js diff --git a/resources/library/sankoreInteractivities/Choisir.wgt/scripts/selQuestionApp.js b/resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js similarity index 100% rename from resources/library/sankoreInteractivities/Choisir.wgt/scripts/selQuestionApp.js rename to resources/library/interactivities/Choisir.wgt/scripts/selQuestionApp.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/config.xml b/resources/library/interactivities/associer_images.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/config.xml rename to resources/library/interactivities/associer_images.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/css/basic.css b/resources/library/interactivities/associer_images.wgt/css/basic.css similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/css/basic.css rename to resources/library/interactivities/associer_images.wgt/css/basic.css diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/add_block.png b/resources/library/interactivities/associer_images.wgt/img/add_block.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/add_block.png rename to resources/library/interactivities/associer_images.wgt/img/add_block.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/add_img.png b/resources/library/interactivities/associer_images.wgt/img/add_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/add_img.png rename to resources/library/interactivities/associer_images.wgt/img/add_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/circle.png b/resources/library/interactivities/associer_images.wgt/img/circle.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/circle.png rename to resources/library/interactivities/associer_images.wgt/img/circle.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/clear_img.png b/resources/library/interactivities/associer_images.wgt/img/clear_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/clear_img.png rename to resources/library/interactivities/associer_images.wgt/img/clear_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/close_cont.png b/resources/library/interactivities/associer_images.wgt/img/close_cont.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/close_cont.png rename to resources/library/interactivities/associer_images.wgt/img/close_cont.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/close_img.png b/resources/library/interactivities/associer_images.wgt/img/close_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/close_img.png rename to resources/library/interactivities/associer_images.wgt/img/close_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/drop_img.png b/resources/library/interactivities/associer_images.wgt/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/drop_img.png rename to resources/library/interactivities/associer_images.wgt/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/false.png b/resources/library/interactivities/associer_images.wgt/img/false.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/false.png rename to resources/library/interactivities/associer_images.wgt/img/false.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/green_point.png b/resources/library/interactivities/associer_images.wgt/img/green_point.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/green_point.png rename to resources/library/interactivities/associer_images.wgt/img/green_point.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/numb_img.png b/resources/library/interactivities/associer_images.wgt/img/numb_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/numb_img.png rename to resources/library/interactivities/associer_images.wgt/img/numb_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/red_point.png b/resources/library/interactivities/associer_images.wgt/img/red_point.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/red_point.png rename to resources/library/interactivities/associer_images.wgt/img/red_point.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/img/true.png b/resources/library/interactivities/associer_images.wgt/img/true.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/img/true.png rename to resources/library/interactivities/associer_images.wgt/img/true.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/index.html b/resources/library/interactivities/associer_images.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/index.html rename to resources/library/interactivities/associer_images.wgt/index.html diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/js/jquery-1.6.2.min.js b/resources/library/interactivities/associer_images.wgt/js/jquery-1.6.2.min.js similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/js/jquery-1.6.2.min.js rename to resources/library/interactivities/associer_images.wgt/js/jquery-1.6.2.min.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/js/jquery-ui-1.8.9.custom.min.js b/resources/library/interactivities/associer_images.wgt/js/jquery-ui-1.8.9.custom.min.js similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/js/jquery-ui-1.8.9.custom.min.js rename to resources/library/interactivities/associer_images.wgt/js/jquery-ui-1.8.9.custom.min.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/js/script.js b/resources/library/interactivities/associer_images.wgt/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/js/script.js rename to resources/library/interactivities/associer_images.wgt/js/script.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/img/drop_img.png b/resources/library/interactivities/associer_images.wgt/locales/fr/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/img/drop_img.png rename to resources/library/interactivities/associer_images.wgt/locales/fr/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/index.html b/resources/library/interactivities/associer_images.wgt/locales/fr/index.html similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/index.html rename to resources/library/interactivities/associer_images.wgt/locales/fr/index.html diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/js/script.js b/resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/fr/js/script.js rename to resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/img/drop_img.png b/resources/library/interactivities/associer_images.wgt/locales/ru/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/img/drop_img.png rename to resources/library/interactivities/associer_images.wgt/locales/ru/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/index.html b/resources/library/interactivities/associer_images.wgt/locales/ru/index.html similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/index.html rename to resources/library/interactivities/associer_images.wgt/locales/ru/index.html diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/js/script.js b/resources/library/interactivities/associer_images.wgt/locales/ru/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/locales/ru/js/script.js rename to resources/library/interactivities/associer_images.wgt/locales/ru/js/script.js diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/objects/0.gif b/resources/library/interactivities/associer_images.wgt/objects/0.gif similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/objects/0.gif rename to resources/library/interactivities/associer_images.wgt/objects/0.gif diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/objects/1.gif b/resources/library/interactivities/associer_images.wgt/objects/1.gif similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/objects/1.gif rename to resources/library/interactivities/associer_images.wgt/objects/1.gif diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/objects/2.gif b/resources/library/interactivities/associer_images.wgt/objects/2.gif similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/objects/2.gif rename to resources/library/interactivities/associer_images.wgt/objects/2.gif diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/objects/3.gif b/resources/library/interactivities/associer_images.wgt/objects/3.gif similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/objects/3.gif rename to resources/library/interactivities/associer_images.wgt/objects/3.gif diff --git a/resources/library/sankoreInteractivities/associer_images.wgt/objects/4.gif b/resources/library/interactivities/associer_images.wgt/objects/4.gif similarity index 100% rename from resources/library/sankoreInteractivities/associer_images.wgt/objects/4.gif rename to resources/library/interactivities/associer_images.wgt/objects/4.gif diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/config.xml b/resources/library/interactivities/ord-phrases.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/config.xml rename to resources/library/interactivities/ord-phrases.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/icon.png b/resources/library/interactivities/ord-phrases.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/icon.png rename to resources/library/interactivities/ord-phrases.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/index.html b/resources/library/interactivities/ord-phrases.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/index.html rename to resources/library/interactivities/ord-phrases.wgt/index.html diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js b/resources/library/interactivities/ord-phrases.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js rename to resources/library/interactivities/ord-phrases.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/jquery144.js b/resources/library/interactivities/ord-phrases.wgt/template/scripts/jquery144.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/jquery144.js rename to resources/library/interactivities/ord-phrases.wgt/template/scripts/jquery144.js diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/template2.js b/resources/library/interactivities/ord-phrases.wgt/template/scripts/template2.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/template/scripts/template2.js rename to resources/library/interactivities/ord-phrases.wgt/template/scripts/template2.js diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/template/styles/master.css b/resources/library/interactivities/ord-phrases.wgt/template/styles/master.css similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/template/styles/master.css rename to resources/library/interactivities/ord-phrases.wgt/template/styles/master.css diff --git a/resources/library/sankoreInteractivities/ord-phrases.wgt/template/styles/of_puppets.css b/resources/library/interactivities/ord-phrases.wgt/template/styles/of_puppets.css similarity index 100% rename from resources/library/sankoreInteractivities/ord-phrases.wgt/template/styles/of_puppets.css rename to resources/library/interactivities/ord-phrases.wgt/template/styles/of_puppets.css diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/config.xml b/resources/library/interactivities/ord-words.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/config.xml rename to resources/library/interactivities/ord-words.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/icon.png b/resources/library/interactivities/ord-words.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/icon.png rename to resources/library/interactivities/ord-words.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/index.html b/resources/library/interactivities/ord-words.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/index.html rename to resources/library/interactivities/ord-words.wgt/index.html diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js b/resources/library/interactivities/ord-words.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js rename to resources/library/interactivities/ord-words.wgt/template/scripts/jquery-ui-1.8.9.custom.min.js diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/jquery144.js b/resources/library/interactivities/ord-words.wgt/template/scripts/jquery144.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/jquery144.js rename to resources/library/interactivities/ord-words.wgt/template/scripts/jquery144.js diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/template2.js b/resources/library/interactivities/ord-words.wgt/template/scripts/template2.js similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/template/scripts/template2.js rename to resources/library/interactivities/ord-words.wgt/template/scripts/template2.js diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/template/styles/master.css b/resources/library/interactivities/ord-words.wgt/template/styles/master.css similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/template/styles/master.css rename to resources/library/interactivities/ord-words.wgt/template/styles/master.css diff --git a/resources/library/sankoreInteractivities/ord-words.wgt/template/styles/of_puppets.css b/resources/library/interactivities/ord-words.wgt/template/styles/of_puppets.css similarity index 100% rename from resources/library/sankoreInteractivities/ord-words.wgt/template/styles/of_puppets.css rename to resources/library/interactivities/ord-words.wgt/template/styles/of_puppets.css diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/config.xml b/resources/library/interactivities/ordonner_des_images.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/config.xml rename to resources/library/interactivities/ordonner_des_images.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/css/basic.css b/resources/library/interactivities/ordonner_des_images.wgt/css/basic.css similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/css/basic.css rename to resources/library/interactivities/ordonner_des_images.wgt/css/basic.css diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/add_block.png b/resources/library/interactivities/ordonner_des_images.wgt/img/add_block.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/add_block.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/add_block.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/add_img.png b/resources/library/interactivities/ordonner_des_images.wgt/img/add_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/add_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/add_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/circle.png b/resources/library/interactivities/ordonner_des_images.wgt/img/circle.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/circle.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/circle.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/clear_img.png b/resources/library/interactivities/ordonner_des_images.wgt/img/clear_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/clear_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/clear_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/close_cont.png b/resources/library/interactivities/ordonner_des_images.wgt/img/close_cont.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/close_cont.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/close_cont.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/close_img.png b/resources/library/interactivities/ordonner_des_images.wgt/img/close_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/close_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/close_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/drop_img.png b/resources/library/interactivities/ordonner_des_images.wgt/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/drop_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/fill_hor.png b/resources/library/interactivities/ordonner_des_images.wgt/img/fill_hor.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/fill_hor.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/fill_hor.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/fill_vert.png b/resources/library/interactivities/ordonner_des_images.wgt/img/fill_vert.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/fill_vert.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/fill_vert.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/green_point.png b/resources/library/interactivities/ordonner_des_images.wgt/img/green_point.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/green_point.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/green_point.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/numb_img.png b/resources/library/interactivities/ordonner_des_images.wgt/img/numb_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/numb_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/numb_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/red_point.png b/resources/library/interactivities/ordonner_des_images.wgt/img/red_point.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/img/red_point.png rename to resources/library/interactivities/ordonner_des_images.wgt/img/red_point.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/index.html b/resources/library/interactivities/ordonner_des_images.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/index.html rename to resources/library/interactivities/ordonner_des_images.wgt/index.html diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/jquery-1.6.2.min.js b/resources/library/interactivities/ordonner_des_images.wgt/js/jquery-1.6.2.min.js similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/jquery-1.6.2.min.js rename to resources/library/interactivities/ordonner_des_images.wgt/js/jquery-1.6.2.min.js diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/jquery-ui-1.8.9.custom.min.js b/resources/library/interactivities/ordonner_des_images.wgt/js/jquery-ui-1.8.9.custom.min.js similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/jquery-ui-1.8.9.custom.min.js rename to resources/library/interactivities/ordonner_des_images.wgt/js/jquery-ui-1.8.9.custom.min.js diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/script.js b/resources/library/interactivities/ordonner_des_images.wgt/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/js/script.js rename to resources/library/interactivities/ordonner_des_images.wgt/js/script.js diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/img/drop_img.png b/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/img/drop_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/locales/fr/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/index.html b/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/index.html similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/index.html rename to resources/library/interactivities/ordonner_des_images.wgt/locales/fr/index.html diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/js/script.js b/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/fr/js/script.js rename to resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/img/drop_img.png b/resources/library/interactivities/ordonner_des_images.wgt/locales/ru/img/drop_img.png similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/img/drop_img.png rename to resources/library/interactivities/ordonner_des_images.wgt/locales/ru/img/drop_img.png diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/index.html b/resources/library/interactivities/ordonner_des_images.wgt/locales/ru/index.html similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/index.html rename to resources/library/interactivities/ordonner_des_images.wgt/locales/ru/index.html diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/js/script.js b/resources/library/interactivities/ordonner_des_images.wgt/locales/ru/js/script.js similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/locales/ru/js/script.js rename to resources/library/interactivities/ordonner_des_images.wgt/locales/ru/js/script.js diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/0.gif b/resources/library/interactivities/ordonner_des_images.wgt/objects/0.gif similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/0.gif rename to resources/library/interactivities/ordonner_des_images.wgt/objects/0.gif diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/1.gif b/resources/library/interactivities/ordonner_des_images.wgt/objects/1.gif similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/1.gif rename to resources/library/interactivities/ordonner_des_images.wgt/objects/1.gif diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/2.gif b/resources/library/interactivities/ordonner_des_images.wgt/objects/2.gif similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/2.gif rename to resources/library/interactivities/ordonner_des_images.wgt/objects/2.gif diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/3.gif b/resources/library/interactivities/ordonner_des_images.wgt/objects/3.gif similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/3.gif rename to resources/library/interactivities/ordonner_des_images.wgt/objects/3.gif diff --git a/resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/4.gif b/resources/library/interactivities/ordonner_des_images.wgt/objects/4.gif similarity index 100% rename from resources/library/sankoreInteractivities/ordonner_des_images.wgt/objects/4.gif rename to resources/library/interactivities/ordonner_des_images.wgt/objects/4.gif diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/config.xml b/resources/library/interactivities/spl-phrase.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/config.xml rename to resources/library/interactivities/spl-phrase.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/icon.png b/resources/library/interactivities/spl-phrase.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/icon.png rename to resources/library/interactivities/spl-phrase.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/index.html b/resources/library/interactivities/spl-phrase.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/index.html rename to resources/library/interactivities/spl-phrase.wgt/index.html diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/app.js b/resources/library/interactivities/spl-phrase.wgt/scripts/app.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/app.js rename to resources/library/interactivities/spl-phrase.wgt/scripts/app.js diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/ext.js b/resources/library/interactivities/spl-phrase.wgt/scripts/ext.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/ext.js rename to resources/library/interactivities/spl-phrase.wgt/scripts/ext.js diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/jquery144.js b/resources/library/interactivities/spl-phrase.wgt/scripts/jquery144.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/jquery144.js rename to resources/library/interactivities/spl-phrase.wgt/scripts/jquery144.js diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/wcontainer.js b/resources/library/interactivities/spl-phrase.wgt/scripts/wcontainer.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/scripts/wcontainer.js rename to resources/library/interactivities/spl-phrase.wgt/scripts/wcontainer.js diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/styles/app.css b/resources/library/interactivities/spl-phrase.wgt/styles/app.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/styles/app.css rename to resources/library/interactivities/spl-phrase.wgt/styles/app.css diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/styles/master.css b/resources/library/interactivities/spl-phrase.wgt/styles/master.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/styles/master.css rename to resources/library/interactivities/spl-phrase.wgt/styles/master.css diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/styles/separator-activated.png b/resources/library/interactivities/spl-phrase.wgt/styles/separator-activated.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/styles/separator-activated.png rename to resources/library/interactivities/spl-phrase.wgt/styles/separator-activated.png diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/styles/separator-hover.png b/resources/library/interactivities/spl-phrase.wgt/styles/separator-hover.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/styles/separator-hover.png rename to resources/library/interactivities/spl-phrase.wgt/styles/separator-hover.png diff --git a/resources/library/sankoreInteractivities/spl-phrase.wgt/styles/wcontainer.css b/resources/library/interactivities/spl-phrase.wgt/styles/wcontainer.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-phrase.wgt/styles/wcontainer.css rename to resources/library/interactivities/spl-phrase.wgt/styles/wcontainer.css diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/config.xml b/resources/library/interactivities/spl-text.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/config.xml rename to resources/library/interactivities/spl-text.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/icon.png b/resources/library/interactivities/spl-text.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/icon.png rename to resources/library/interactivities/spl-text.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/index.html b/resources/library/interactivities/spl-text.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/index.html rename to resources/library/interactivities/spl-text.wgt/index.html diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/scripts/app2.js b/resources/library/interactivities/spl-text.wgt/scripts/app2.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/scripts/app2.js rename to resources/library/interactivities/spl-text.wgt/scripts/app2.js diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/scripts/ext.js b/resources/library/interactivities/spl-text.wgt/scripts/ext.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/scripts/ext.js rename to resources/library/interactivities/spl-text.wgt/scripts/ext.js diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/scripts/jquery144.js b/resources/library/interactivities/spl-text.wgt/scripts/jquery144.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/scripts/jquery144.js rename to resources/library/interactivities/spl-text.wgt/scripts/jquery144.js diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/scripts/wcontainer.js b/resources/library/interactivities/spl-text.wgt/scripts/wcontainer.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/scripts/wcontainer.js rename to resources/library/interactivities/spl-text.wgt/scripts/wcontainer.js diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/styles/app.css b/resources/library/interactivities/spl-text.wgt/styles/app.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/styles/app.css rename to resources/library/interactivities/spl-text.wgt/styles/app.css diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/styles/master.css b/resources/library/interactivities/spl-text.wgt/styles/master.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/styles/master.css rename to resources/library/interactivities/spl-text.wgt/styles/master.css diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/styles/separator-activated.png b/resources/library/interactivities/spl-text.wgt/styles/separator-activated.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/styles/separator-activated.png rename to resources/library/interactivities/spl-text.wgt/styles/separator-activated.png diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/styles/separator-hover.png b/resources/library/interactivities/spl-text.wgt/styles/separator-hover.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/styles/separator-hover.png rename to resources/library/interactivities/spl-text.wgt/styles/separator-hover.png diff --git a/resources/library/sankoreInteractivities/spl-text.wgt/styles/wcontainer.css b/resources/library/interactivities/spl-text.wgt/styles/wcontainer.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-text.wgt/styles/wcontainer.css rename to resources/library/interactivities/spl-text.wgt/styles/wcontainer.css diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/config.xml b/resources/library/interactivities/spl-word.wgt/config.xml similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/config.xml rename to resources/library/interactivities/spl-word.wgt/config.xml diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/icon.png b/resources/library/interactivities/spl-word.wgt/icon.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/icon.png rename to resources/library/interactivities/spl-word.wgt/icon.png diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/index.html b/resources/library/interactivities/spl-word.wgt/index.html similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/index.html rename to resources/library/interactivities/spl-word.wgt/index.html diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/scripts/ext.js b/resources/library/interactivities/spl-word.wgt/scripts/ext.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/scripts/ext.js rename to resources/library/interactivities/spl-word.wgt/scripts/ext.js diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/scripts/jquery-ui-1.8.9.custom.min.js b/resources/library/interactivities/spl-word.wgt/scripts/jquery-ui-1.8.9.custom.min.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/scripts/jquery-ui-1.8.9.custom.min.js rename to resources/library/interactivities/spl-word.wgt/scripts/jquery-ui-1.8.9.custom.min.js diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/scripts/jquery144.js b/resources/library/interactivities/spl-word.wgt/scripts/jquery144.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/scripts/jquery144.js rename to resources/library/interactivities/spl-word.wgt/scripts/jquery144.js diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/scripts/spl-word.js b/resources/library/interactivities/spl-word.wgt/scripts/spl-word.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/scripts/spl-word.js rename to resources/library/interactivities/spl-word.wgt/scripts/spl-word.js diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/scripts/wcontainer.js b/resources/library/interactivities/spl-word.wgt/scripts/wcontainer.js similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/scripts/wcontainer.js rename to resources/library/interactivities/spl-word.wgt/scripts/wcontainer.js diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/styles/master.css b/resources/library/interactivities/spl-word.wgt/styles/master.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/styles/master.css rename to resources/library/interactivities/spl-word.wgt/styles/master.css diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/styles/separator-activated.png b/resources/library/interactivities/spl-word.wgt/styles/separator-activated.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/styles/separator-activated.png rename to resources/library/interactivities/spl-word.wgt/styles/separator-activated.png diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/styles/separator-hover.png b/resources/library/interactivities/spl-word.wgt/styles/separator-hover.png similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/styles/separator-hover.png rename to resources/library/interactivities/spl-word.wgt/styles/separator-hover.png diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/styles/spl-word.css b/resources/library/interactivities/spl-word.wgt/styles/spl-word.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/styles/spl-word.css rename to resources/library/interactivities/spl-word.wgt/styles/spl-word.css diff --git a/resources/library/sankoreInteractivities/spl-word.wgt/styles/wcontainer.css b/resources/library/interactivities/spl-word.wgt/styles/wcontainer.css similarity index 100% rename from resources/library/sankoreInteractivities/spl-word.wgt/styles/wcontainer.css rename to resources/library/interactivities/spl-word.wgt/styles/wcontainer.css diff --git a/resources/library/userImage/Backgrounds/3_D_cartesian_grid.svg b/resources/library/userImage/Backgrounds/3_D_cartesian_grid.svg deleted file mode 100644 index 7bbac66c..00000000 --- a/resources/library/userImage/Backgrounds/3_D_cartesian_grid.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/3_D_cartesian_no_grid.svg b/resources/library/userImage/Backgrounds/3_D_cartesian_no_grid.svg deleted file mode 100644 index b24adf39..00000000 --- a/resources/library/userImage/Backgrounds/3_D_cartesian_no_grid.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/Two_dim_cartesian_grid.svg b/resources/library/userImage/Backgrounds/Two_dim_cartesian_grid.svg deleted file mode 100644 index 21225536..00000000 --- a/resources/library/userImage/Backgrounds/Two_dim_cartesian_grid.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/blank_timeline.svg b/resources/library/userImage/Backgrounds/blank_timeline.svg deleted file mode 100644 index 84213caa..00000000 --- a/resources/library/userImage/Backgrounds/blank_timeline.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/music.svg b/resources/library/userImage/Backgrounds/music.svg deleted file mode 100644 index f60cbdc6..00000000 --- a/resources/library/userImage/Backgrounds/music.svg +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/library/userImage/Backgrounds/week_timesheet.svg b/resources/library/userImage/Backgrounds/week_timesheet.svg deleted file mode 100644 index e92e6d39..00000000 --- a/resources/library/userImage/Backgrounds/week_timesheet.svg +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - - - 7:00 AM - - 8:00 AM - - 9:00 AM - - 10:00 AM - - 11:00 AM - - 12:00 PM - - 1:00 PM - - 2:00 PM - - 3:00 PM - - 4:00 PM - - 5:00 PM - - 6:00 PM - - 7:00 PM - - 8:00 PM - - 9:00 PM - - -SUNDAY -MONDAY -TUESDAY -WEDNESDAY -THURSDAY -FRIDAY -SATURDAY - diff --git a/resources/library/userImage/Backgrounds/worldmap.svg b/resources/library/userImage/Backgrounds/worldmap.svg deleted file mode 100644 index 010403fa..00000000 --- a/resources/library/userImage/Backgrounds/worldmap.svg +++ /dev/null @@ -1,18335 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/adaptors/UBImportDocument.cpp b/src/adaptors/UBImportDocument.cpp index 3e7808cf..7d43feee 100644 --- a/src/adaptors/UBImportDocument.cpp +++ b/src/adaptors/UBImportDocument.cpp @@ -182,7 +182,7 @@ UBDocumentProxy* UBImportDocument::importFile(const QFile& pFile, const QString& UBApplication::showMessage(tr("Importing file %1...").arg(fi.baseName()), true); // first unzip the file to the correct place - QString path = UBSettings::settings()->uniboardDocumentDirectory(); + QString path = UBSettings::userDocumentDirectory(); QString documentRootFolder = expandFileToDir(pFile, path); diff --git a/src/board/UBBoardPaletteManager.cpp b/src/board/UBBoardPaletteManager.cpp index 2025076a..4e11cdd0 100644 --- a/src/board/UBBoardPaletteManager.cpp +++ b/src/board/UBBoardPaletteManager.cpp @@ -842,8 +842,6 @@ void UBBoardPaletteManager::addItemToLibrary() if(!mPixmap.isNull()) { - QString imageDir = UBSettings::settings()->defaultUserImagesDirectory(); - if(mScaleFactor != 1.) { mPixmap = mPixmap.scaled(mScaleFactor * mPixmap.width(), mScaleFactor* mPixmap.height() diff --git a/src/board/UBLibraryController.cpp b/src/board/UBLibraryController.cpp index a3f56738..00765fbc 100644 --- a/src/board/UBLibraryController.cpp +++ b/src/board/UBLibraryController.cpp @@ -53,18 +53,15 @@ UBLibraryController::UBLibraryController(QWidget *pParentWidget) : { readFavoriteList(); - mAudioStandardDirectoryPath = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::MusicLocation)); - userPath(mAudioStandardDirectoryPath); + mAudioStandardDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->userAudioDirectory()); - mVideoStandardDirectoryPath = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::MoviesLocation)); - userPath(mVideoStandardDirectoryPath); + mVideoStandardDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->userVideoDirectory()); - mPicturesStandardDirectoryPath = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::PicturesLocation)); - userPath(mPicturesStandardDirectoryPath); + mPicturesStandardDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->userImageDirectory()); - mInteractiveUserDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->uniboardInteractiveUserDirectory()); + mInteractiveUserDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->userInteractiveDirectory()); - mAnimationUserDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->animationUserDirectory()); + mAnimationUserDirectoryPath = QUrl::fromLocalFile(UBSettings::settings()->userAnimationDirectory()); createInternalWidgetItems(); @@ -72,8 +69,8 @@ UBLibraryController::UBLibraryController(QWidget *pParentWidget) : bool UBLibraryController::canItemsOnElementBeDeleted(UBLibElement *pElement) { - return !pElement->path().toLocalFile().startsWith(UBSettings::settings()->uniboardShapeLibraryDirectory()) && - !pElement->path().toLocalFile().startsWith(UBSettings::settings()->sankoreDistributedInteractiveDirectory()) && + return !pElement->path().toLocalFile().startsWith(UBSettings::settings()->applicationShapeLibraryDirectory()) && + !pElement->path().toLocalFile().startsWith(UBSettings::settings()->applicationInteractivesDirectory()) && pElement->isDeletable(); } @@ -163,7 +160,7 @@ void UBLibraryController::importItemOnLibrary(QString& pItemString) bool isZip = false; if(itemToImport.isDir() || (isZip = UBFileSystemUtils::isAZipFile(pItemString))){ if(pItemString.contains(".wgt",Qt::CaseInsensitive) || pItemString.contains(".wdgt",Qt::CaseInsensitive)){ - QString destination = UBSettings::settings()->uniboardInteractiveUserDirectory() + "/" + itemToImport.fileName(); + QString destination = UBSettings::settings()->userInteractiveDirectory() + "/" + itemToImport.fileName(); if(isZip) UBFileSystemUtils::expandZipToDir(pItemString,destination); else{ @@ -209,12 +206,6 @@ void UBLibraryController::importItemOnLibrary(QString& pItemString) } -void UBLibraryController::userPath(QUrl& pPath) -{ - pPath = QUrl::fromLocalFile(pPath.toLocalFile() + "/Sankore"); - createDirectory(pPath); -} - QList UBLibraryController::rootCategoriesList() { QList categories; @@ -234,7 +225,7 @@ QList UBLibraryController::rootCategoriesList() element->setMoveable(false); categories << element; - QString path = UBSettings::settings()->uniboardShapeLibraryDirectory(); + QString path = UBSettings::settings()->applicationShapeLibraryDirectory(); element = new UBLibElement(eUBLibElementType_Folder, QUrl::fromLocalFile(path), tr("Shapes", "Shapes category element")); element->setThumbnail(QImage(":images/libpalette/ShapesCategory.svg")); element->setMoveable(false); @@ -250,14 +241,14 @@ QList UBLibraryController::rootCategoriesList() element->setMoveable(false); categories << element; - mInteractiveCategoryPath = QUrl::fromLocalFile(UBSettings::settings()->uniboardGipLibraryDirectory()); + mInteractiveCategoryPath = QUrl::fromLocalFile(UBSettings::settings()->applicationGipLibraryDirectory()); element = new UBLibElement(eUBLibElementType_Folder, mInteractiveCategoryPath, tr("Interactivities", "Interactives category element")); element->setThumbnail(QImage(":images/libpalette/InteractivesCategory.svg")); element->setMoveable(false); categories << element; // Note : FEATURE IN DEVELOPMENT, DO NOT ERASE (or you will get problems) !!!! - mSearchCategoryPath = QUrl::fromLocalFile(UBSettings::settings()->uniboardSearchDirectory()); + mSearchCategoryPath = QUrl::fromLocalFile(UBSettings::userSearchDirectory()); element = new UBLibElement(eUBLibElementType_Folder, mSearchCategoryPath, tr("Web Search", "Web search category element")); element->setThumbnail(QImage(":images/libpalette/WebSearchCategory.svg")); element->setMoveable(false); @@ -333,19 +324,17 @@ QList UBLibraryController::addVirtualElementsForItemPath(const QS { QList content; if (pPath == mInteractiveUserDirectoryPath.toLocalFile()){ - content << listElementsInPath(UBSettings::settings()->uniboardInteractiveLibraryDirectory()); - content << listElementsInPath(UBSettings::settings()->uniboardInteractiveFavoritesDirectory()); + content << listElementsInPath(UBSettings::settings()->applicationApplicationsLibraryDirectory()); + content << listElementsInPath(UBSettings::settings()->userInteractiveFavoritesDirectory()); foreach(UBLibElement* eachElement, mInternalLibElements) content << new UBLibElement(eachElement); } else if (pPath == mPicturesStandardDirectoryPath.toLocalFile()){ - QUrl path = QUrl::fromLocalFile(UBSettings::settings()->uniboardImageLibraryDirectory()); - userPath(path); + QUrl path = QUrl::fromLocalFile(UBSettings::settings()->applicationImageLibraryDirectory()); content << listElementsInPath(path.toLocalFile()); - content << listElementsInPath(UBSettings::settings()->uniboardDefaultUserImageLibraryDirectory()); } else if (pPath == mInteractiveCategoryPath.toLocalFile()){ - content << listElementsInPath(UBSettings::settings()->sankoreDistributedInteractiveDirectory()); + content << listElementsInPath(UBSettings::settings()->applicationInteractivesDirectory()); } return content; @@ -548,7 +537,7 @@ UBGraphicsScene* UBLibraryController::activeScene() void UBLibraryController::persistFavoriteList() { - QFile file(UBSettings::libraryPaletteFavoriteListFilePath()); + QFile file(UBSettings::userFavoriteListFilePath()); file.open(QIODevice::WriteOnly); QDataStream out(&file); //magic number @@ -567,7 +556,7 @@ void UBLibraryController::persistFavoriteList() void UBLibraryController::readFavoriteList() { - QFile file(UBSettings::libraryPaletteFavoriteListFilePath()); + QFile file(UBSettings::userFavoriteListFilePath()); file.open(QIODevice::ReadOnly); QDataStream in(&file); // read the data serialized from the file quint32 magicNumber; @@ -819,7 +808,7 @@ QUrl UBChainedLibElement::lastItemPath() UBLibElement* UBLibElement::trashElement() { UBLibElement *trashElement; - trashElement = new UBLibElement(eUBLibElementType_Folder, QUrl::fromLocalFile(UBSettings::trashLibraryPaletteDirPath()), QObject::tr("Trash", "Pictures category element")); + trashElement = new UBLibElement(eUBLibElementType_Folder, QUrl::fromLocalFile(UBSettings::userTrashDirPath()), QObject::tr("Trash", "Pictures category element")); trashElement->setThumbnail(QImage(":images/libpalette/TrashCategory.svg")); trashElement->setMoveable(false); diff --git a/src/core/UBApplication.cpp b/src/core/UBApplication.cpp index 45c5a586..c0771af2 100644 --- a/src/core/UBApplication.cpp +++ b/src/core/UBApplication.cpp @@ -212,7 +212,7 @@ int UBApplication::exec(const QString& pFileToImport) { QPixmapCache::setCacheLimit(1024 * 100); - QString webDbPath = UBSettings::uniboardDataDirectory() + "/web-databases"; + QString webDbPath = UBSettings::userDataDirectory() + "/web-databases"; QDir webDbDir(webDbPath); if (!webDbDir.exists(webDbPath)) webDbDir.mkpath(webDbPath); diff --git a/src/core/UBApplicationController.cpp b/src/core/UBApplicationController.cpp index 689b0293..926ae03f 100644 --- a/src/core/UBApplicationController.cpp +++ b/src/core/UBApplicationController.cpp @@ -313,7 +313,7 @@ void UBApplicationController::addCapturedEmbedCode(const QString& embedCode) { showBoard(); - const QString userWidgetPath = UBSettings::settings()->uniboardInteractiveUserDirectory() + "/" + tr("Web"); // TODO UB 4.x synch with w3cWidget + const QString userWidgetPath = UBSettings::settings()->userInteractiveDirectory() + "/" + tr("Web"); // TODO UB 4.x synch with w3cWidget QDir userWidgetDir(userWidgetPath); int width = 300; diff --git a/src/core/UBPersistenceManager.cpp b/src/core/UBPersistenceManager.cpp index 4e2d5d9e..1ae24c27 100644 --- a/src/core/UBPersistenceManager.cpp +++ b/src/core/UBPersistenceManager.cpp @@ -86,7 +86,7 @@ UBPersistenceManager::~UBPersistenceManager() QList > UBPersistenceManager::allDocumentProxies() { - mDocumentRepositoryPath = UBSettings::settings()->uniboardDocumentDirectory(); + mDocumentRepositoryPath = UBSettings::userDocumentDirectory(); QDir rootDir(mDocumentRepositoryPath); rootDir.mkpath(rootDir.path()); @@ -130,7 +130,7 @@ QList > UBPersistenceManager::allDocumentProxies() QStringList UBPersistenceManager::allShapes() { - QString shapeLibraryPath = UBSettings::settings()->uniboardShapeLibraryDirectory(); + QString shapeLibraryPath = UBSettings::settings()->applicationShapeLibraryDirectory(); QDir dir(shapeLibraryPath); @@ -150,7 +150,7 @@ QStringList UBPersistenceManager::allShapes() QStringList UBPersistenceManager::allGips() { - QString gipLibraryPath = UBSettings::settings()->uniboardGipLibraryDirectory(); + QString gipLibraryPath = UBSettings::settings()->applicationGipLibraryDirectory(); QDir dir(gipLibraryPath); @@ -168,24 +168,6 @@ QStringList UBPersistenceManager::allGips() return paths; } -QStringList UBPersistenceManager::allSounds() -{ - QString soundLibraryPath = QDesktopServices::storageLocation(QDesktopServices::MusicLocation); - - QDir dir(soundLibraryPath); - - QStringList files = dir.entryList(QDir::Files | QDir::NoDotAndDotDot, QDir::Name); - QStringList paths; - - foreach(QString file, files) - { - QFileInfo fi(file); - paths.append(dir.path() + QString("/") + file); - } - - return paths; -} - QStringList UBPersistenceManager::allImages(const QDir& dir) { if (!dir.exists()) @@ -700,7 +682,7 @@ int UBPersistenceManager::sceneCountInDir(const QString& pPath) QString UBPersistenceManager::generateUniqueDocumentPath() { - QString ubPath = UBSettings::settings()->uniboardDocumentDirectory(); + QString ubPath = UBSettings::userDocumentDirectory(); QDateTime now = QDateTime::currentDateTime(); QString dirName = now.toString("yyyy-MM-dd hh-mm-ss.zzz"); diff --git a/src/core/UBPersistenceManager.h b/src/core/UBPersistenceManager.h index 21c29308..7e77a80c 100644 --- a/src/core/UBPersistenceManager.h +++ b/src/core/UBPersistenceManager.h @@ -86,7 +86,6 @@ class UBPersistenceManager : public QObject virtual QStringList allShapes(); virtual QStringList allGips(); - virtual QStringList allSounds(); virtual QStringList allImages(const QDir& dir); virtual QStringList allVideos(const QDir& dir); virtual QStringList allWidgets(const QDir& dir); diff --git a/src/core/UBSettings.cpp b/src/core/UBSettings.cpp index f218f22c..0793d2a3 100644 --- a/src/core/UBSettings.cpp +++ b/src/core/UBSettings.cpp @@ -146,7 +146,7 @@ UBSettings::UBSettings(QObject *parent) mAppSettings = UBSettings::getAppSettings(); - QString userSettingsFile = UBSettings::uniboardDataDirectory() + "/UniboardUser.config"; + QString userSettingsFile = UBSettings::userDataDirectory() + "/UniboardUser.config"; mUserSettings = new QSettings(userSettingsFile, QSettings::IniFormat, parent); @@ -729,297 +729,150 @@ void UBSettings::setItalicFont(bool italic) } -QString UBSettings::uniboardDataDirectory() +QString UBSettings::userDataDirectory() { - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("App/DataDirectory")) - { - QString dataDirectory = getAppSettings()->value("App/DataDirectory").toString(); - - // mute it to something absolute - if (dataDirectory.startsWith("{Documents}")) - { - dataDirectory = dataDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if(dataDirectory.startsWith("{Home}")) - { - dataDirectory = dataDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } + static QString dataDirPath = ""; + if(dataDirPath.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/DataDirectory")) { + dataDirPath = getAppSettings()->value("App/DataDirectory").toString(); + dataDirPath = replaceWildcard(dataDirPath); - if(dataDirectory.contains("{UserLoginName}") && UBPlatformUtils::osUserLoginName().length() > 0) - { - dataDirectory = dataDirectory.replace("{UserLoginName}", UBPlatformUtils::osUserLoginName()); - } - - // valid ? - QDir dir(dataDirectory); - dir.mkpath(dataDirectory); + if(checkDirectory(dataDirPath)) + return dataDirPath; + else + qCritical() << "Impossible to create datadirpath " << dataDirPath; - if (dir.exists(dataDirectory)) - { - return dataDirectory; - } - else - { - // Do not log anything here, we need data directory to be valid to be able to log to it - // - //qWarning << "Failed to interpret App/DataDirectory config : " + getAppSettings()->value("App/DataDirectory").toString() + - // ", defaulting to " + UBDesktopServices::storageLocation(QDesktopServices::DataLocation); } + dataDirPath = UBFileSystemUtils::normalizeFilePath(QDesktopServices::storageLocation(QDesktopServices::DataLocation)); + dataDirPath.replace("/Open-Sankore", ""); } - QString qtDataPath = UBFileSystemUtils::normalizeFilePath(QDesktopServices::storageLocation(QDesktopServices::DataLocation)); - qtDataPath.replace("/Open-Sankore", ""); - return qtDataPath; + return dataDirPath; } -QString UBSettings::uniboardUserImageDirectory() +QString UBSettings::userImageDirectory() { - QString valideUserImageDirectory = - QDesktopServices::storageLocation(QDesktopServices::PicturesLocation) - + "/" + QCoreApplication::applicationName(); - - bool hasCreatedDir = false; - - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("App/UserImageDirectory")) - { - QString userImageDirectory = getAppSettings()->value("App/UserImageDirectory").toString(); - - // mute it to something absolute - if (userImageDirectory.startsWith("{Documents}")) - { - userImageDirectory = userImageDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if (userImageDirectory.startsWith("{Home}")) - { - userImageDirectory = userImageDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } - else if(userImageDirectory.startsWith("{Pictures}")) - { - userImageDirectory = userImageDirectory.replace("{Pictures}", - QDesktopServices::storageLocation(QDesktopServices::PicturesLocation)); - } + static QString imageDirectory = ""; + if(imageDirectory.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/UserImageDirectory")) { + imageDirectory = getAppSettings()->value("App/UserImageDirectory").toString(); - if(userImageDirectory.contains("{UserLoginName}") && UBPlatformUtils::osUserLoginName() > 0) - { - userImageDirectory = userImageDirectory.replace("{UserLoginName}", UBPlatformUtils::osUserLoginName()); - } - - // valid ? - QDir dir(userImageDirectory); - - if (!dir.exists()) - { - dir.mkpath(userImageDirectory); - hasCreatedDir = true; + imageDirectory = replaceWildcard(imageDirectory); + if(checkDirectory(imageDirectory)) + return imageDirectory; + else + qCritical() << "failed to create image directory " << imageDirectory; } - if (dir.exists()) - { - valideUserImageDirectory = userImageDirectory; - } - else - { - hasCreatedDir = false; - qWarning() << "Failed to interpret App/UserImageDirectory config : " - + getAppSettings()->value("App/UserImageDirectory").toString() - + ", defaulting to " + valideUserImageDirectory; - } + imageDirectory = QDesktopServices::storageLocation(QDesktopServices::PicturesLocation) + "/Sankore"; + checkDirectory(imageDirectory); } - - QDir userImageDir(valideUserImageDirectory); - - userImageDir.mkpath(valideUserImageDirectory); - - if (hasCreatedDir || !userImageDir.exists()) - { - QString defaultUserImageDir = valideUserImageDirectory + "/" + tr("Images"); - UBFileSystemUtils::copyDir(uniboardDefaultUserImageLibraryDirectory(), - defaultUserImageDir); - } - - return valideUserImageDirectory; + return imageDirectory; } -QString UBSettings::defaultUserImagesDirectory() +QString UBSettings::userVideoDirectory() { - QString userImageDir = uniboardUserImageDirectory() + "/" + tr("Images"); - QDir dir(userImageDir); - dir.mkpath(userImageDir); - - return userImageDir; -} - - -QString UBSettings::uniboardUserVideoDirectory() -{ - QString valideUserVideoDirectory = - QDesktopServices::storageLocation(QDesktopServices::MoviesLocation); - - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("App/UserVideoDirectory")) - { - QString userVideoDirectory = getAppSettings()->value("App/UserVideoDirectory").toString(); - - // mute it to something absolute - if (userVideoDirectory.startsWith("{Documents}")) - { - userVideoDirectory = userVideoDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if(userVideoDirectory.startsWith("{Home}")) - { - userVideoDirectory = userVideoDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } - else if(userVideoDirectory.startsWith("{Videos}")) - { - userVideoDirectory = userVideoDirectory.replace("{Videos}", - QDesktopServices::storageLocation(QDesktopServices::MoviesLocation)); + static QString videoDirectory = ""; + if(videoDirectory.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/UserVideoDirectory")) { + videoDirectory = getAppSettings()->value("App/UserVideoDirectory").toString(); + videoDirectory = replaceWildcard(videoDirectory); + if(checkDirectory(videoDirectory)) + return videoDirectory; + else + qCritical() << "failed to create video directory " << videoDirectory; } - if(userVideoDirectory.contains("{UserLoginName}") && UBPlatformUtils::osUserLoginName() > 0) - { - userVideoDirectory = userVideoDirectory.replace("{UserLoginName}", UBPlatformUtils::osUserLoginName()); - } - - // valid ? - QDir dir(userVideoDirectory); - if (!dir.exists()) - { - dir.mkpath(userVideoDirectory); - } + videoDirectory = QDesktopServices::storageLocation(QDesktopServices::MoviesLocation); - if (dir.exists()) - { - valideUserVideoDirectory = userVideoDirectory; - } + if(videoDirectory.isEmpty()) + videoDirectory = QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation) + "/" + tr("My Movies"); else - { - qWarning() << "Failed to interpret App/UserVideoDirectory config : " - + getAppSettings()->value("App/UserVideoDirectory").toString() - + ", defaulting to " + valideUserVideoDirectory; - } - } - else - { - // May not exists (on windows XP) - if (valideUserVideoDirectory.length() == 0) - { - valideUserVideoDirectory = QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation) + "/" + tr("My Movies"); - } - - QDir dir(valideUserVideoDirectory); + videoDirectory = videoDirectory + "/Sankore"; - if (!dir.exists()) - { - dir.mkpath(valideUserVideoDirectory); - } + checkDirectory(videoDirectory); } - - return valideUserVideoDirectory; + return videoDirectory; } - -QString UBSettings::podcastRecordingDirectory() +QString UBSettings::userAudioDirectory() { - QString validePodcastRecordingDirectory = - QDesktopServices::storageLocation(QDesktopServices::DesktopLocation); - - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("Podcast/RecordingDirectory")) - { - QString userPodcastRecordingDirectory = getAppSettings()->value("Podcast/RecordingDirectory").toString(); - - // mute it to something absolute - if (userPodcastRecordingDirectory.startsWith("{Documents}")) - { - userPodcastRecordingDirectory = userPodcastRecordingDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if(userPodcastRecordingDirectory.startsWith("{Home}")) - { - userPodcastRecordingDirectory = userPodcastRecordingDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } - else if(userPodcastRecordingDirectory.startsWith("{Videos}")) - { - userPodcastRecordingDirectory = userPodcastRecordingDirectory.replace("{Videos}", - QDesktopServices::storageLocation(QDesktopServices::MoviesLocation)); - } + static QString audioDirectory = ""; + if(audioDirectory.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/UserAudioDirectory")) { + audioDirectory = getAppSettings()->value("App/UserAudioDirectory").toString(); - if(userPodcastRecordingDirectory.contains("{UserLoginName}") && UBPlatformUtils::osUserLoginName() > 0) - { - userPodcastRecordingDirectory = userPodcastRecordingDirectory.replace("{UserLoginName}", UBPlatformUtils::osUserLoginName()); + audioDirectory = replaceWildcard(audioDirectory); + if(checkDirectory(audioDirectory)) + return audioDirectory; + else + qCritical() << "failed to create image directory " << audioDirectory; } - // valid ? - QDir dir(userPodcastRecordingDirectory); - - if (!dir.exists()) - { - dir.mkpath(userPodcastRecordingDirectory); - } - - if (dir.exists()) - { - validePodcastRecordingDirectory = userPodcastRecordingDirectory; - } - else - { - qWarning() << "Failed to interpret Podcast/RecordingDirectory config : " - + getAppSettings()->value("Podcast/RecordingDirectory").toString() - + ", defaulting to user Desktop"; - } + audioDirectory = QDesktopServices::storageLocation(QDesktopServices::MusicLocation) + "/Sankore"; + checkDirectory(audioDirectory); } - else - { + return audioDirectory; +} - QDir dir(validePodcastRecordingDirectory); - if (!dir.exists()) +QString UBSettings::userPodcastRecordingDirectory() +{ + static QString dirPath = ""; + if(dirPath.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("Podcast/RecordingDirectory")) { - dir.mkpath(validePodcastRecordingDirectory); + dirPath = getAppSettings()->value("Podcast/RecordingDirectory").toString(); + dirPath = replaceWildcard(dirPath); + if(checkDirectory(dirPath)) + return dirPath; + else + qCritical() << "failed to create dir " << dirPath; + } + dirPath = QDesktopServices::storageLocation(QDesktopServices::DesktopLocation); + checkDirectory(dirPath); } - - return validePodcastRecordingDirectory; + return dirPath; } -QString UBSettings::uniboardDocumentDirectory() +QString UBSettings::userDocumentDirectory() { - return uniboardDataDirectory() + "/document"; + static QString documentDirectory = ""; + if(documentDirectory.isEmpty()){ + documentDirectory = userDataDirectory() + "/document"; + checkDirectory(documentDirectory); + } + return documentDirectory; } -QString UBSettings::libraryPaletteFavoriteListFilePath() +QString UBSettings::userFavoriteListFilePath() { - QString filePath = uniboardDataDirectory() + "/libraryPalette/favorite.dat"; - - if (!QDir(uniboardDataDirectory() + "/libraryPalette").exists()) - QDir().mkpath(uniboardDataDirectory() + "/libraryPalette"); - + static QString filePath = ""; + if(filePath.isEmpty()){ + QString dirPath = userDataDirectory() + "/libraryPalette"; + filePath = dirPath + "/favorite.dat"; + checkDirectory(dirPath); + } return filePath; } -QString UBSettings::trashLibraryPaletteDirPath() +QString UBSettings::userTrashDirPath() { - QString trashPath = uniboardDataDirectory() + "/libraryPalette/trash"; - if (!QDir(trashPath).exists()) - QDir().mkpath(trashPath); + static QString trashPath = ""; + if(trashPath.isEmpty()){ + QString trashPath = userDataDirectory() + "/libraryPalette/trash"; + checkDirectory(trashPath); + } return trashPath; } -QString UBSettings::uniboardShapeLibraryDirectory() +QString UBSettings::applicationShapeLibraryDirectory() { QString defaultRelativePath = QString("./library/shape"); @@ -1035,25 +888,27 @@ QString UBSettings::uniboardShapeLibraryDirectory() } } -QString UBSettings::uniboardGipLibraryDirectory() +QString UBSettings::applicationGipLibraryDirectory() { - QString dirPath = UBPlatformUtils::applicationResourcesDirectory() + "/library/gips"; - if (!QDir(dirPath).exists()) - QDir().mkpath(dirPath); - + static QString dirPath = ""; + if(dirPath.isEmpty()){ + dirPath = UBPlatformUtils::applicationResourcesDirectory() + "/library/gips"; + checkDirectory(dirPath); + } return dirPath; } -QString UBSettings::uniboardSearchDirectory() +QString UBSettings::userSearchDirectory() { - QString dirPath = UBPlatformUtils::applicationResourcesDirectory() + "/library/search"; - if (!QDir(dirPath).exists()) - QDir().mkpath(dirPath); - + static QString dirPath = ""; + if(dirPath.isEmpty()){ + dirPath = UBPlatformUtils::applicationResourcesDirectory() + "/library/search"; + checkDirectory(dirPath); + } return dirPath; } -QString UBSettings::uniboardImageLibraryDirectory() +QString UBSettings::applicationImageLibraryDirectory() { QString defaultRelativePath = QString("./library/image"); @@ -1069,96 +924,40 @@ QString UBSettings::uniboardImageLibraryDirectory() } } - -QString UBSettings::uniboardDefaultUserImageLibraryDirectory() +QString UBSettings::userAnimationDirectory() { - QString defaultRelativePath = QString("./library/userImage"); - - QString configPath = value("Library/DefaultUserImageDirectory", QVariant(defaultRelativePath)).toString(); - - if (configPath.startsWith(".")) - { - return UBPlatformUtils::applicationResourcesDirectory() + configPath.right(configPath.size() - 1); - } - else - { - return configPath; + static QString animationDirectory = ""; + if(animationDirectory.isEmpty()){ + animationDirectory = userDataDirectory() + "/animationUserDirectory"; + checkDirectory(animationDirectory); } -} - - -QString UBSettings::animationUserDirectory() -{ - QString animationDirectory = uniboardDataDirectory() + "/animationUserDirectory"; - if (!QDir(animationDirectory).exists()) - QDir().mkpath(animationDirectory); - return animationDirectory; } -QString UBSettings::uniboardInteractiveUserDirectory() +QString UBSettings::userInteractiveDirectory() { - QString valideUserInteractiveDirectory = uniboardDataDirectory() + "/interactive content"; - - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("App/UserInteractiveContentDirectory")) - { - QString userWidgetDirectory = getAppSettings()->value("App/UserInteractiveContentDirectory").toString(); - - // mute it to something absolute - if (userWidgetDirectory.startsWith("{Documents}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if(userWidgetDirectory.startsWith("{Home}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } - else if(userWidgetDirectory.startsWith("{Videos}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Videos}", - QDesktopServices::storageLocation(QDesktopServices::MoviesLocation)); - } - - // valid ? - QDir dir(userWidgetDirectory); - - if (!dir.exists()) - { - dir.mkpath(userWidgetDirectory); - } - - if (dir.exists()) - { - valideUserInteractiveDirectory = userWidgetDirectory; - } - else - { - qWarning() << "Failed to interpret App/UserInteractiveContentDirectory config : " - + getAppSettings()->value("App/UserInteractiveContentDirectory").toString() - + ", defaulting to " + valideUserInteractiveDirectory; - } - } - else - { - QDir widgetUserDir = QDir(valideUserInteractiveDirectory); - if (!widgetUserDir.exists()) - { - widgetUserDir.mkpath(valideUserInteractiveDirectory); + static QString interactiveDirectory = ""; + if(interactiveDirectory.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/UserInteractiveContentDirectory")) { + interactiveDirectory = getAppSettings()->value("App/UserInteractiveContentDirectory").toString(); + interactiveDirectory = replaceWildcard(interactiveDirectory); + if(checkDirectory(interactiveDirectory)) + return interactiveDirectory; + else + qCritical() << "failed to create directory " << interactiveDirectory; } + interactiveDirectory = userDataDirectory() + "/interactive content"; + checkDirectory(interactiveDirectory); } - - return valideUserInteractiveDirectory; + return interactiveDirectory; } -QString UBSettings::sankoreDistributedInteractiveDirectory() +QString UBSettings::applicationInteractivesDirectory() { - QString defaultRelativePath = QString("./library/sankoreInteractivities"); + QString defaultRelativePath = QString("./library/interactivities"); - QString configPath = value("Library/sankoreInteractivities", QVariant(defaultRelativePath)).toString(); + QString configPath = value("Library/InteractivitiesDirectory", QVariant(defaultRelativePath)).toString(); if (configPath.startsWith(".")) { @@ -1170,11 +969,11 @@ QString UBSettings::sankoreDistributedInteractiveDirectory() } } -QString UBSettings::uniboardInteractiveLibraryDirectory() +QString UBSettings::applicationApplicationsLibraryDirectory() { - QString defaultRelativePath = QString("./library/interactive"); + QString defaultRelativePath = QString("./library/applications"); - QString configPath = value("Library/InteractiveContentDirectory", QVariant(defaultRelativePath)).toString(); + QString configPath = value("Library/ApplicationsDirectory", QVariant(defaultRelativePath)).toString(); if (configPath.startsWith(".")) { @@ -1187,61 +986,23 @@ QString UBSettings::uniboardInteractiveLibraryDirectory() } -QString UBSettings::uniboardInteractiveFavoritesDirectory() +QString UBSettings::userInteractiveFavoritesDirectory() { - QString valideUserInteractiveDirectory = uniboardDataDirectory() + "/interactive favorites"; - - // first look into the application settings - if (sAppSettings && getAppSettings()->contains("App/UserInteractiveFavoritesDirectory")) - { - QString userWidgetDirectory = getAppSettings()->value("App/UserInteractiveFavoritesDirectory").toString(); - - // mute it to something absolute - if (userWidgetDirectory.startsWith("{Documents}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Documents}", - QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); - } - else if(userWidgetDirectory.startsWith("{Home}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Home}", - QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); - } - else if(userWidgetDirectory.startsWith("{Videos}")) - { - userWidgetDirectory = userWidgetDirectory.replace("{Videos}", - QDesktopServices::storageLocation(QDesktopServices::MoviesLocation)); + static QString dirPath = ""; + if(dirPath.isEmpty()){ + if (sAppSettings && getAppSettings()->contains("App/UserInteractiveFavoritesDirectory")) { + dirPath = getAppSettings()->value("App/UserInteractiveFavoritesDirectory").toString(); + dirPath = replaceWildcard(dirPath); + if(checkDirectory(dirPath)) + return dirPath; + else + qCritical() << "failed to create directory " << dirPath; } - // valid ? - QDir dir(userWidgetDirectory); - - if (!dir.exists()) - { - dir.mkpath(userWidgetDirectory); - } - - if (dir.exists()) - { - valideUserInteractiveDirectory = userWidgetDirectory; - } - else - { - qWarning() << "Failed to interpret App/UserInteractiveFavoritesDirectory config : " - + getAppSettings()->value("App/UserInteractiveFavoritesDirectory").toString() - + ", defaulting to " + valideUserInteractiveDirectory; - } - } - else - { - QDir widgetUserDir = QDir(valideUserInteractiveDirectory); - if (!widgetUserDir.exists()) - { - widgetUserDir.mkpath(valideUserInteractiveDirectory); - } + dirPath = userDataDirectory() + "/interactive favorites"; + checkDirectory(dirPath); } - - return valideUserInteractiveDirectory; + return dirPath; } @@ -1350,3 +1111,31 @@ void UBSettings::setCommunityPassword(const QString &password) { communityPsw->set(QVariant(password)); } + + +bool UBSettings::checkDirectory(QString& dirPath) +{ + bool result = true; + QDir dir(dirPath); + if(!dir.exists()) + result = dir.mkpath(dirPath); + return result; +} + +QString UBSettings::replaceWildcard(QString& path) +{ + QString result(path); + + if (result.startsWith("{Documents}")) { + result = result.replace("{Documents}", QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)); + } + else if(result.startsWith("{Home}")) { + result = result.replace("{Home}", QDesktopServices::storageLocation(QDesktopServices::HomeLocation)); + } + + if(result.contains("{UserLoginName}") && UBPlatformUtils::osUserLoginName().length() > 0) { + result = result.replace("{UserLoginName}", UBPlatformUtils::osUserLoginName()); + } + + return result; +} diff --git a/src/core/UBSettings.h b/src/core/UBSettings.h index fd25cd4b..2a314795 100644 --- a/src/core/UBSettings.h +++ b/src/core/UBSettings.h @@ -98,29 +98,28 @@ class UBSettings : public QObject void init(); - static QString uniboardDataDirectory(); - static QString uniboardDocumentDirectory(); - static QString libraryPaletteFavoriteListFilePath(); - static QString trashLibraryPaletteDirPath(); + //user directories + static QString userDataDirectory(); + static QString userDocumentDirectory(); + static QString userFavoriteListFilePath(); + static QString userTrashDirPath(); + static QString userImageDirectory(); + static QString userVideoDirectory(); + static QString userAudioDirectory(); + static QString userSearchDirectory(); + static QString userAnimationDirectory(); + static QString userInteractiveDirectory(); + static QString userInteractiveFavoritesDirectory(); + static QString userPodcastRecordingDirectory(); + + //application directory + QString applicationShapeLibraryDirectory(); + QString applicationGipLibraryDirectory(); + QString applicationImageLibraryDirectory(); + QString applicationApplicationsLibraryDirectory(); + QString applicationInteractivesDirectory(); - QString uniboardShapeLibraryDirectory(); - QString uniboardGipLibraryDirectory(); - QString uniboardImageLibraryDirectory(); - QString uniboardUserImageDirectory(); - QString defaultUserImagesDirectory(); - QString uniboardSearchDirectory(); - - QString uniboardUserVideoDirectory(); - QString uniboardDefaultUserImageLibraryDirectory(); - - QString uniboardInteractiveUserDirectory(); - QString animationUserDirectory(); - QString uniboardInteractiveLibraryDirectory(); - QString uniboardInteractiveFavoritesDirectory(); - QString sankoreDistributedInteractiveDirectory(); - - QString podcastRecordingDirectory(); QNetworkProxy* httpProxy(); @@ -319,11 +318,6 @@ class UBSettings : public QObject UBSetting* pageSize; - /* - static int navigPaletteWidth; - static int libPaletteWidth; - */ - UBSetting* KeyboardLocale; public slots: @@ -347,10 +341,7 @@ class UBSettings : public QObject QVariant value ( const QString & key, const QVariant & defaultValue = QVariant() ) const; void setValue (const QString & key,const QVariant & value); - void colorChanged() - { - emit colorContextChanged(); - } + void colorChanged() { emit colorContextChanged(); } signals: void colorContextChanged(); @@ -363,13 +354,14 @@ class UBSettings : public QObject static const int sDefaultFontPixelSize; static const char *sDefaultFontFamily; - private: - static QSettings* getAppSettings(); static QPointer sAppSettings; static QPointer sSingleton; + static bool checkDirectory(QString& dirPath); + static QString replaceWildcard(QString& path); + }; diff --git a/src/core/main.cpp b/src/core/main.cpp index aa5c6918..80c8a989 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -50,8 +50,7 @@ void ub_message_output(QtMsgType type, const char *msg) { #endif if (UBApplication::app() && UBApplication::app()->isVerbose()) { - QString logFileNamePath = UBSettings::uniboardDataDirectory() - + "/log/uniboard.log"; + QString logFileNamePath = UBSettings::userDataDirectory() + "/log/uniboard.log"; QFile logFile(logFileNamePath); if (logFile.exists() && logFile.size() > 10000000) @@ -102,7 +101,7 @@ int main(int argc, char *argv[]) QStringList args = app.arguments(); - QString dumpPath = UBSettings::uniboardDataDirectory() + "/log"; + QString dumpPath = UBSettings::userDataDirectory() + "/log"; QDir logDir(dumpPath); if (!logDir.exists()) logDir.mkdir(dumpPath); diff --git a/src/domain/UBGraphicsScene.cpp b/src/domain/UBGraphicsScene.cpp index 4a489a1f..d2632678 100644 --- a/src/domain/UBGraphicsScene.cpp +++ b/src/domain/UBGraphicsScene.cpp @@ -1239,7 +1239,7 @@ void UBGraphicsScene::addGraphicsWidget(UBGraphicsWidgetItem* graphicsWidget, co UBGraphicsW3CWidgetItem* UBGraphicsScene::addOEmbed(const QUrl& pContentUrl, const QPointF& pPos) { - QStringList widgetPaths = UBPersistenceManager::persistenceManager()->allWidgets(UBSettings::settings()->uniboardInteractiveLibraryDirectory()); + QStringList widgetPaths = UBPersistenceManager::persistenceManager()->allWidgets(UBSettings::settings()->applicationApplicationsLibraryDirectory()); UBGraphicsW3CWidgetItem *widget = 0; diff --git a/src/domain/UBW3CWidget.cpp b/src/domain/UBW3CWidget.cpp index ad0d4be9..d5e399b2 100644 --- a/src/domain/UBW3CWidget.cpp +++ b/src/domain/UBW3CWidget.cpp @@ -231,7 +231,7 @@ bool UBW3CWidget::hasNPAPIWrapper(const QString& pMimeType) QString UBW3CWidget::createNPAPIWrapper(const QString& url, const QString& pMimeType, const QSize& sizeHint, const QString& pName) { - const QString userWidgetPath = UBSettings::settings()->uniboardInteractiveUserDirectory() + "/" + tr("Web"); + const QString userWidgetPath = UBSettings::settings()->userInteractiveDirectory() + "/" + tr("Web"); QDir userWidgetDir(userWidgetPath); return createNPAPIWrapperInDir(url, userWidgetDir, pMimeType, sizeHint, pName); diff --git a/src/gui/UBFavoriteToolPalette.cpp b/src/gui/UBFavoriteToolPalette.cpp index a4bee941..ffc6cb84 100644 --- a/src/gui/UBFavoriteToolPalette.cpp +++ b/src/gui/UBFavoriteToolPalette.cpp @@ -56,7 +56,7 @@ UBFavoriteToolPalette::UBFavoriteToolPalette(QWidget* parent) } } - QDir favoritesDir(UBSettings::settings()->uniboardInteractiveFavoritesDirectory()); + QDir favoritesDir(UBSettings::settings()->userInteractiveFavoritesDirectory()); QStringList favoritesSubDirs = favoritesDir.entryList(QStringList(), QDir::Dirs | QDir::NoDotAndDotDot | QDir::NoSymLinks, QDir::Name); QStringList appPathes; diff --git a/src/gui/UBMediaPlayer.cpp b/src/gui/UBMediaPlayer.cpp index c0e9dc93..b3ed29b8 100644 --- a/src/gui/UBMediaPlayer.cpp +++ b/src/gui/UBMediaPlayer.cpp @@ -268,7 +268,6 @@ void UBMediaPlayer::openFile() for (int i=1; isetEnabled(m_MediaObject.queue().size() > 0); } void UBMediaPlayer::bufferStatus(int percent) diff --git a/src/network/UBCookieJar.cpp b/src/network/UBCookieJar.cpp index 02b0bfe9..a0b9226d 100644 --- a/src/network/UBCookieJar.cpp +++ b/src/network/UBCookieJar.cpp @@ -135,7 +135,7 @@ void UBCookieJar::load() // load cookies and exceptions qRegisterMetaTypeStreamOperators >("QList"); - QSettings cookieSettings(UBSettings::uniboardDataDirectory() + QLatin1String("/cookies.ini"), QSettings::IniFormat); + QSettings cookieSettings(UBSettings::userDataDirectory() + QLatin1String("/cookies.ini"), QSettings::IniFormat); QVariant vCookies = cookieSettings.value(QLatin1String("cookies")); QList cookies = qvariant_cast >(vCookies); @@ -180,7 +180,7 @@ void UBCookieJar::save() if (!mLoaded) return; purgeOldCookies(); - QString directory = UBSettings::uniboardDataDirectory(); + QString directory = UBSettings::userDataDirectory(); if (directory.isEmpty()) directory = QDir::homePath() + QLatin1String("/.") + QCoreApplication::applicationName(); if (!QFile::exists(directory)) { diff --git a/src/network/UBNetworkAccessManager.cpp b/src/network/UBNetworkAccessManager.cpp index 4a7f1ed1..182eefd7 100644 --- a/src/network/UBNetworkAccessManager.cpp +++ b/src/network/UBNetworkAccessManager.cpp @@ -63,7 +63,7 @@ UBNetworkAccessManager::UBNetworkAccessManager(QObject *parent) } QNetworkDiskCache *diskCache = new QNetworkDiskCache(this); - QString location = UBSettings::uniboardDataDirectory() + "/web-cache"; + QString location = UBSettings::userDataDirectory() + "/web-cache"; diskCache->setCacheDirectory(location); setCache(diskCache); } diff --git a/src/podcast/UBPodcastController.cpp b/src/podcast/UBPodcastController.cpp index e377249a..8de31752 100644 --- a/src/podcast/UBPodcastController.cpp +++ b/src/podcast/UBPodcastController.cpp @@ -332,7 +332,7 @@ void UBPodcastController::start() mPartNumber = 0; - mPodcastRecordingPath = UBSettings::settings()->podcastRecordingDirectory(); + mPodcastRecordingPath = UBSettings::settings()->userPodcastRecordingDirectory(); qDebug() << "mPodcastRecordingPath: " << mPodcastRecordingPath; diff --git a/src/transition/UniboardSankoreTransition.cpp b/src/transition/UniboardSankoreTransition.cpp index 32c320af..1a1a900f 100644 --- a/src/transition/UniboardSankoreTransition.cpp +++ b/src/transition/UniboardSankoreTransition.cpp @@ -60,7 +60,7 @@ void UniboardSankoreTransition::rollbackDocumentsTransition(QFileInfoList& fileI if (fileInfo->isDir() && fileInfo->fileName().startsWith("Uniboard Document ")){ QString sankoreDocumentName = fileInfo->fileName(); sankoreDocumentName.replace("Uniboard","Sankore"); - QString sankoreDocumentDirectoryPath = UBSettings::uniboardDocumentDirectory() + "/" + sankoreDocumentName; + QString sankoreDocumentDirectoryPath = UBSettings::userDocumentDirectory() + "/" + sankoreDocumentName; if (QFileInfo(sankoreDocumentDirectoryPath).exists()){ UBFileSystemUtils::deleteDir(sankoreDocumentDirectoryPath); } @@ -244,7 +244,7 @@ void UniboardSankoreTransition::executeTransition() fileInfoList.append(UBFileSystemUtils::allElementsInDirectory(mOldSankoreDirectory + "/document")); QFileInfoList::iterator fileInfo; - QString sankoreDocumentDirectory = UBSettings::uniboardDocumentDirectory(); + QString sankoreDocumentDirectory = UBSettings::userDocumentDirectory(); for (fileInfo = fileInfoList.begin(); fileInfo != fileInfoList.end() && result; fileInfo += 1) { if (fileInfo->isDir() && (fileInfo->fileName().startsWith("Uniboard Document ") || fileInfo->fileName().startsWith("Sankore Document "))){ diff --git a/src/web/UBTrapFlashController.cpp b/src/web/UBTrapFlashController.cpp index a701353d..830d4a46 100644 --- a/src/web/UBTrapFlashController.cpp +++ b/src/web/UBTrapFlashController.cpp @@ -207,7 +207,7 @@ void UBTrapFlashController::createWidget() void UBTrapFlashController::importWidgetInLibrary(QDir pSourceDir) { - const QString userWidgetPath = UBSettings::settings()->uniboardInteractiveUserDirectory() + "/" + tr("Web"); + const QString userWidgetPath = UBSettings::settings()->userInteractiveDirectory() + "/" + tr("Web"); QDir userWidgetDir(userWidgetPath); if (!userWidgetDir.exists()) diff --git a/src/web/browser/WBHistory.cpp b/src/web/browser/WBHistory.cpp index caebebb7..9801be60 100644 --- a/src/web/browser/WBHistory.cpp +++ b/src/web/browser/WBHistory.cpp @@ -246,8 +246,7 @@ void WBHistoryManager::load() { loadSettings(); - QFile historyFile(UBSettings::uniboardDataDirectory() - + QLatin1String("/history")); + QFile historyFile(UBSettings::userDataDirectory() + QLatin1String("/history")); if (!historyFile.exists()) return; if (!historyFile.open(QFile::ReadOnly)) @@ -332,7 +331,7 @@ void WBHistoryManager::save() if (first == m_history.count() - 1) saveAll = true; - QString directory = UBSettings::uniboardDataDirectory(); + QString directory = UBSettings::userDataDirectory(); if (directory.isEmpty()) directory = QDir::homePath() + QLatin1String("/.") + QCoreApplication::applicationName(); if (!QFile::exists(directory)) diff --git a/src/web/browser/WBWebView.cpp b/src/web/browser/WBWebView.cpp index 98fea023..b58fbddd 100644 --- a/src/web/browser/WBWebView.cpp +++ b/src/web/browser/WBWebView.cpp @@ -187,7 +187,7 @@ void WBWebPage::handleUnsupportedContent(QNetworkReply *reply) if (!isPDF && reply->error() == QNetworkReply::NoError) { if(contentType == "application/widget") - WBBrowserWindow::downloadManager()->handleUnsupportedContent(reply,false, UBSettings::settings()->uniboardGipLibraryDirectory()); + WBBrowserWindow::downloadManager()->handleUnsupportedContent(reply,false, UBSettings::settings()->applicationGipLibraryDirectory()); else WBBrowserWindow::downloadManager()->handleUnsupportedContent(reply); return; From ec10a0d33f0df8f9a8799afc5f05624d5a5817a1 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Thu, 9 Feb 2012 13:10:52 +0200 Subject: [PATCH 3/5] Fix for SANKORE-347 --- src/adaptors/UBImportAdaptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adaptors/UBImportAdaptor.cpp b/src/adaptors/UBImportAdaptor.cpp index b09ba0ff..0770fa39 100644 --- a/src/adaptors/UBImportAdaptor.cpp +++ b/src/adaptors/UBImportAdaptor.cpp @@ -35,7 +35,7 @@ UBImportAdaptor::~UBImportAdaptor() UBDocumentProxy* UBImportAdaptor::importFile(const QFile& pFile, const QString& pGroup) { - QString documentName = QFileInfo(pFile.fileName()).baseName(); + QString documentName = QFileInfo(pFile.fileName()).completeBaseName(); UBDocumentProxy* newDocument = UBPersistenceManager::persistenceManager()->createDocument(pGroup, documentName); From 17f3e1a8eab4bd52ea58f5a411c86e468ce37688 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Thu, 9 Feb 2012 15:35:12 +0200 Subject: [PATCH 4/5] Fix to SANKORE-307 --- src/board/UBLibraryController.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/board/UBLibraryController.cpp b/src/board/UBLibraryController.cpp index a3f56738..5f088dcc 100644 --- a/src/board/UBLibraryController.cpp +++ b/src/board/UBLibraryController.cpp @@ -649,11 +649,11 @@ QRectF UBLibraryController::visibleSceneRect() void UBLibraryController::addImagesToCurrentPage(const QList& images) { - QPointF pos = visibleSceneRect().center(); + QPointF pos = UBApplication::boardController->activeScene()->normalizedSceneRect().center(); + foreach(const QUrl url, images) { - mLastItemOffsetIndex++; mLastItemOffsetIndex = qMin(mLastItemOffsetIndex, 5); QGraphicsItem* itemInScene = 0; @@ -662,6 +662,8 @@ void UBLibraryController::addImagesToCurrentPage(const QList& images) QString mimeType = UBFileSystemUtils::mimeTypeFromFileName( url.toString()); + pos = QPointF(pos.x() + 50 * mLastItemOffsetIndex, pos.y() + 50 * mLastItemOffsetIndex); + mLastItemOffsetIndex++; //TODO UB 4.x move this logic to the scene .. if (mimeType == "image/svg+xml") { itemInScene = activeScene()->addSvg(url, pos); @@ -673,8 +675,6 @@ void UBLibraryController::addImagesToCurrentPage(const QList& images) if (itemInScene) { itemInScene = activeScene()->scaleToFitDocumentSize(itemInScene, false, UBSettings::objectInControlViewMargin); - - itemInScene->setPos(QPoint(pos.x() + 50 * mLastItemOffsetIndex, pos.y() + 50 * mLastItemOffsetIndex)); } } } From 70a204a920d97829ac10f57fb3bd4c3ca52576e7 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Thu, 9 Feb 2012 19:06:10 +0200 Subject: [PATCH 5/5] SANKORE-310. Swiss-French keyboard layout added. --- src/frameworks/UBPlatformUtils_win.cpp | Bin 10630 -> 24838 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/src/frameworks/UBPlatformUtils_win.cpp b/src/frameworks/UBPlatformUtils_win.cpp index 6605ebe42c4d2394ac66da545f648dc790fb7fe8..c60f0fc731fe13af737d07f63d9c77526f0e92d8 100644 GIT binary patch literal 24838 zcmeHPTXR&$5k3!j2&qa{?)S?g+gSJ_kakxK7+<&wY=Hn_up>J%x}gn10!e_eWB-{v zB#-$?c}P`~Kai(XlJA?=sC&+to|UwAs_amz)$TbvUr$d@cTacE+4;}Ek5w;K->$w@ zwea4mZdR*RzuLm52i0b^QQgJ=JJo$$%iR@RFXOL;HXGGSwOu{I_q=xs_nzY3BfKx- z-a6iSe<>ih@ws0u;M?th?&G}`S}j$_fZD{>eY~^v3g{?D(()1LEdj}P+u)HLkkTel zRntXrfKPpJ*s7+(J6mi8dUtll9ouY$ewNU3A>k!18-Y9-?yqZ?xiD1c_anON~JRj z8B&rWdD7g#%*7s$;+iw@6z^-HrARRCcWjrQ(jBA+xml&8`shvPVKs0gbG5p|sm$jS zv|I~wvJhndD9phMWVQx5DIcOSt?G7l8M=9?n!&u@L=R^$!|&t$Ha^|JAFprX&TF_w z+LSS8fU;Q*a<+W+p*0WCQy<@vYtdn9`Z^Gl7H2`ZxKdp}ALr1&^mC><3x1{pPvk=M z_hPuding=(qYlgfMP8|SU_Q@cKE>8V_V;m*_9)U`MH^!C z_|w&Ow4DOIKKk_ATmz>Y=y@44xK(ILiP3LvV5FSu)k0hGcC^VmkWk;W&hs%6W}G^8 z4A!)a*COaIbrZAv-~bZiO3wIz zYd`&utV8PSqO2nQ;UpZT>(7byQ)AIF6r|U@H>0Y(duQo$|cY`=h?mr>#LEb-MJX^pKD6eiuEps@L&q_Fr$Oe%IP{ zz2}Fp*62Nia^Bb7K+k*evaRZ6a5n<)F@ksb+^@!~6BvWu(Qi|JM$u*~jQ1WSLP^Zy z4x?vM+Mkr9?=jfGeb8uH(?jU&GHmD(q)J&aE;)_=BUryS@OLkGF2*}CcH?TrxkzXD z6c7<>rP=I}WzVk``JWuJt3*j;&IAi+3MFdl)S<%BFWu zJ%GBcYWPZrT?%}(N-yEM}ZNE$C1SM zbjD&$WdVIsFGfJ0+RfUIM}hukFV?KI$3Sx%BOI?Lg9K^0gXNP$mF@i!bnZNKuC4)M z=W6Zruluq11xQ8apSH;Q2rE>q!KAi%6L(qVV(eCqtF8q7l_-zVVH#iYsy&oq&Dh=x{lKn;s5jR&&R9(!Q*!y_(VNI{j!$Rm?&$|?6 z!3XnC(J)5vykf;@)akQ6f2>Px?~W~UHtP0B{W{{%R&MIO)Fm!8woQ02kzmeq(iUPi zMOm`yvx#+vw#x|H8zDK&%Uk(-6>Y|Mb(wP)Z8(hv>U@gbr`ld0+hA?tTE?oMtkNol zxXP#gvZ+Vs9Q^+E$)lu_qUXx#m4~d)yy%zLI?kc@z123ajq+OWyFN3Ej@*XPK94Ka zLa&ALy;p7Y_|IwOetfXh5xDkmA?9br=m8=+?tn1H)mVbp+9DrO)hjJ^Or6*L^J(+; ztKf1SK7n;E)_|oV!0Hh*P{tJ3;X_$bV&1qN_Lb-x;x%VU$HyvyP_wk`I1hm?+b}0$ zw9IPM(-5PI4vpfwJdIZMCNN?Rb_85aB>J&@y^886uNez73X_O@3S*f@?9KRn7O~&^ zAqr&P_Itc;6!XGPFUlt!nK>PE7oQMtxKeJ(8zF3KH zR@2#uo+0(z^C2BW>=p%tO*MkSDX83;1>pYqiWcX^6i* zgvgxxmf!qFtGb2POSrZ)N2}w|m=0F_@sMB1)$y>dyz&&<20xKOPXIYm zKu_%U-o@ytSuzvCJ@@^nsb1ghT{Qb<)LEy{0h)VX9)->>g*I%jj_v~aLIK^~MKgA) zqZvz4zrDUEchPP5hdR0kWNGX@gI;N%PlSH`zEA9;Co+AX1e#Ho$N5QvKGEp=IFR%M z9{RXJpKPGH{>;1R33wn{l;~@7+>8)dY4ZA3^n{sjt8+htwVWzgOuN$2cc6345qux$ zc7Z|%da7fX$Y|{gKwl_QP|fckZf`fF_;a9ND^Q@uDG%cr9rz*8-693me#)V#|GxtI zjUok|4N_QYjN->Y_lgv(9L6(pcp2z-3KTl1gsL1Sa8rbxl+gY^m4Hhu&OlSL}(PpOxk#z>9=eYr?s zAsI>2C%*{vRDnVp{i-a+aaEtu?*ctuq@W&(^KraEp#}6?MG7kk4^2Nc0`%Deg${bv zQA}ib_%+aP7AUk4btr{#T-D|93!qOIDcHFfH~uol20sA0Q>0+^VLYP`M}WRqq+oqz zZiRmZ=;;E5PO@Tf{iw^~1FRQ}j`C{;&jWqFK!IK* z&IUg>t$P&cOGOGgpQO+n#rJ@oC{VC5FXh16O&Yg;2k7Gk3Z29@Co;ClCw4f_yiO7k zr642t%+%ezEP^%qDdY^7kx5*tWf7V~r1`@~;Nf$Zk4fXDdYMrSpF6ze_MQ6qrjKUs z@LU0{kwY$iV&3q40j+*5x5^ElH~hBHw|c~GM&`^LnEB>4$Hp4D$n*apZ|E8?9{tYn zdBa1<{JJam9=t@fSmxYykMRV^+Xb|G|8Bzk^ z8Gp-XSXiU*&}u2&%=*vgW%#71ht}A-n~ALXOf{cp_Rty?cQg4(AIQrtdNRrLnpqy7 z@tG;0?TW8aL)5niKwfjvJ>yrqnb>a*$WL8#7m-@jwO%G_W3}kB0$Q`Oo{5%hyu;^O z&$tvOjjnTjtn2y~kbDlF>!-AqQuT~qEs<4jH2skKGS%$fY$hx zv2Y#DCswZ%(CVR>-PO^Q$!QnOcsWXq8BHC{$oq`~S~+KiT}LyI^sBba{9@k{h1j^A zTIa>?7qLP!e&=s3()zy_xswZ@lLa$>{9GRgBS=Q?dAnic7{|eEsE%g8to-NE%VuR| z6kkWv+8Mp)(X?{yyIJ|9zhLz4q19isGwTDZ-i+QowAyPs6H%~s&8okLR=sU!ERIrR z^qxmAn@T04_`1~Qft2W-I;guxveQFtQ>isq7xvAnzt^{wS~C_RnpJ-ft+lLNeUy6z zq>x7w5jkJT#6rVI?!!eh!>td`BKMrO_Dsg|^@`k?*ZaE8d_L;>olHEyiUiSq^v-I8 zQc&+`Bbwnd)o0OrPGcvHcjlf_-8+AEqxa!rF>0&7gT7*Xdu|7vPcZn_!dkDQz zwz@uCUFBKyp4WBtQn~1zb5fc$8-F(|Bg_^VgXg0GKBW=oJXbeoo=KiPv}#Ol7lzNd zlsMNK-klJE+34Mi-1!RyR^0hK)ZU}`_ynjt2lGep_2)3ALygFeoJ5J(_$Z~oSpH>) zg5A%sPer5@OWO=He+GiR?+IIhMA`Xzd zbfijO9+6fMt$#}CFycQlfFI45Y}Gxb!`PqmP5qU>ri68_t^UULqAkny3XHfuawyn%i+fpd z)#eJ4QjwS`ueDxnKcyfmkw-!2)z=$?xGzPP~1t||}7{#pzF`FsRX7Jm~sEXp-{@TQ!1=Rzu{1^Pu19pa!Nt=N%Qm3Gg*|~B~2+vF5^*9 zt+M+NDTPIh;+!)IZ!aRHAUhHs4{BX@KO&_dyApW{-kwBCL3SoQ3i-??r63uxM?q`6 zc5fo3ztm$1OREkJdQW<|h#?nTd~9FJ!Zlh?acBN9Qw=h?ZQ$ zN9$@}vyq5qRlu(dESXrZZDPHM{-}tyPth%ymB`kyhO5~QR|Wg(?okZ4HzOH_r!imO zJ&LlfubBPwB@??vU6)_qcv541DORg&g~#f;WD*_)FPDh@Kii+kt%hIU{fR-^s_WU3 z$rGZsl+nx!qP8v?&m7ULPCe(YrM5n0pE0(&E^)o5>t19Z`^He}aG(6j)Nj;w2whSrFf&XR; zdm844d+d1*6)-+G%co8D+CNWQx`5Vq@tb^}#@fPkCRl=aq@X(@7cdN&Y0Pkt!EB3)Pv0H zY&iXaGfQ50Ce8n9zKZn*bB0fHzKPDKJbo~^c!RIUS9OSiNH#}$Q zTv!VpAPb78Gp90+^IPxdA*}C4kdtr}+r^U?dG-u<<>CqMJRg#FO1W}ZJdph Mwx?gF^ku~V1rh}tSO5S3 literal 10630 zcmd^Fd2`#w75`hB(RX-ZQkzm}QUpNJre&+NM9FMuN+PK!uAL|#xfD@@00n@O88`Vd z{i7eCU!eDW-%aoPzVEwl-vY~BiZavbw9QO3BTB@3`|kJK2P|?cON+1qt-ce&Fz}B9 zdjR-vFJKHpzZad^0V~1SA3?|VAYff5i~^@UiWoQ%*j_j12QcuvPH#+t@Z!kpvH+q! zgNOx#5d0o}*{L7E4)a)GyRbKEyG{pcPKS9R0~>YoD`B5?p)CaQ_1oNvW^4s)`zYCt z9N)_TbC4duDGNgU4rZbxmY4xQAal}o#ElQYAM%CEXz>_a8x2d=W;x%?7))I4g5!}7 zeSe5v^-(DLdFHq-v>A*-)*HDQl7WGN!)ojH?m-L6^}BFbZZyjE*4^vK9rb;rvQs8x zIfJ3=puZU5!1kgsxb5|Z$kNcSjP0fR1!Y{v~J-rvO(hiIYOg}!~tFx4IAoT7a;bo?Q= zZcY|Swe9-eG5LzzlafLMt3B}iC<7rHy55hXVJVk8J3GrBd!wu$9OtkecrApvn`BdN zX>n=sNyqEBqb`Hg!L2>a8d^U%h`8DPlty3Qk9J1RO=ZRU{$AjBSQu&-&m6DopW$-t zDwdt=+CzsfD>70YKVZ258+7`t^B~rF>N{PSGN)8>JSR#oFD*V=T3q1&JGSe*#GYZ} zwr>aBnvFFWh3Vz%ON%da!;>)Yj! zGKe&xbL?S_Qq^&7oPUnN=RBb`swY@EZM*G`v0%vs&H(IWbtvpuXSEy3^^bdWF<)l-g z?LEMPI7%%e(*-8s>g>rNCDU}W#oD9e^fIikL#pQc4|p?ibc-eqmr|T6%#;h`zL8g{ z1{0Sqj^iW_)Z{#kNe9+=5Lu}dj>Cuz(#u)T9?lf3WvY9e)(Y*=+gSf$vRW)g8Nokmur97RyU~I@c|Jco4Fn<{vv=oq9m_${~(4 z4V()+&cJE+jKUh`J^y?htF6P`#+J&^#QhTk7UCbjmsVCL{_U_R5tddLX5f;-O=6NI ziQzc0kr9*PES2~+b-3BLgEEd|V^v{Bl}_@mK%R>fS&m^Kk%`ymg{k8YhS<_%f&$7i zMw<%#!Z@i+=VGN26X!8r>SgYs`dx%gy)rX&9mTfChfftnAyhA17)Dk8B$Tr&7-xhn z7Cwml;T^xr(u5LSabd;`kWdn-7s@=OIi>D<-|KXkgsELy>8;D0kf z`aI4ixP;CHnnl>dW;Dj(=LV!z4%on3phzgF;iQa7;IgjV#AH;vyw`UQYe$vmnytIF z$}+qi4x9MxsJ>g?Y*n8vw<HnU zcWWc4a6YvffTUrWeW;7BDKT~4;7 z?i+}&s%|11D=!ti55B80SmeBA$k2WPey=l7@GZkkO#B%9RAVr0 zvN10s@B#R~&OqU}@-qIPgkR_k!pnR&QSl-8q0S&|$V(f(3V+oYEJ}i9$S{8${;o5K zI2bYxufkt629vUE<%@|8ABG=k43_Z1kY0Qf{;4yFI2aTMk&O?+4|Eo)Q_HXtC0~I* z>kMs*rN}7nqc6c9H3pM9#mXCrg!jO=bp|RZE5DjBd>VeGGxS8dWKDe*exos1LV_VB zd$P z64yQgKh_yU+2&>0eja|OF<2tqhD`UD;ZHh)P+>?F?}hJZ3<7zryoBC&!?!dBOJviK z*~~&lWiW`23SOo?M%^MR^_^O^c{|=BXoq+tg8d@AqRLpKk}66Sb9aX~tE=Ohm-T4E zlNwp<4iXzIcuFHvtxZ~P?%wc%wwem@s!UK3E@@<{kqLPI@Arm+?Blt6!wKxGwil^< z3$ifI;7}uzYXw>T3@R#lO~9cU zu<`M(vSqIc(2!9Np{bIKRLlig%w5=0$!h{QW!!qOt&s(6%Dwy;b~Lg;G?~&q+}6kf zjbyFA4c?-W#r`I@`3LZfMi!ti1LHzXBMYFCICXt$2BX!c6nSW@Z&ewJWP3r1e+bWMWb(WqJ@3G#N?sG=hfK;TJgbt66!n6PdK+%3?@+?1ie43YSX%dAtU{xa% z%uMFdWj&|{g{3V~XfC+Vftfk|@J0pq7xbtXs9kKC(x;HD!Mj2DYg0K2pqaC&zERUdbVm@#O>k)LQ&1v76jON9u(20pc2L9^QV;jQ$$@7G3Q;%&#!Afvn#fM|c)?gC2n{v~h+A+Ig z=a9Nz)YB&JmfEzby(W;E(+&SsaG$fW{68o6si^m;)w*(2!Y65J&J59N%F~-UTk0DX z+NZ-xeb!ZmDDBxTqaCv&C$!7@&3io9D;w&ZTfx^cw9nb|GWs*?cygEbOIiJfNIZ6# z+z=hX6}4K$@QIJVlF9v|Bf-bKxgwtCd&x<4{6-5RnT1b!79Qv?y5MDxo#D$MlAVso zSME)(=cj+ui|?)S(}P*-)2WJg%-<4AWgx{o{)xYwbH9p@n$oFK&KcnQ3t_H@2R31j zdD)?NoWfHT{oxZo#yF=nf3eoaC=4B&^aZ22T7yxnRX-G&snobwDZcyWb;#3RFjr?U zNIcbU#AfO=FV?w(@9POayKJt`E=zQ3^MO1gnti^8r*Ki=k7Z#bZ$^pw!WTHw4!&XI z+*rL1&iZt@;I*fp#$&dHg)Va$zJfSaclR7BsF;Y8$`pM@-m%p989GwvU@JKxK6kV| z3S2xIA8fkLkY4Fh&TW%5Ct-s{D2N~X^A|YkK01Og`LO}MG=%RBj9H|e7$^Lw_+O>4 B!j=F4