diff -Nru myunity-1.0.10/CHANGELOG myunity-1.0.11/CHANGELOG --- myunity-1.0.10/CHANGELOG 2011-11-24 21:49:02.000000000 +0000 +++ myunity-1.0.11/CHANGELOG 2011-11-27 10:57:42.000000000 +0000 @@ -1,3 +1,5 @@ +* Sun Nov 27 2011 pixel 1.0.11 +- Bugfix Natty version wrong integer * Thu Nov 24 2011 pixel 1.0.10 - Bugfix 894210 - Bugfix wrong disable tabstrib on Ubuntu 11.10 diff -Nru myunity-1.0.10/debian/changelog myunity-1.0.11/debian/changelog --- myunity-1.0.10/debian/changelog 2011-11-25 18:07:06.000000000 +0000 +++ myunity-1.0.11/debian/changelog 2011-11-30 10:52:04.000000000 +0000 @@ -1,4 +1,10 @@ -myunity (1.0.10-0ubuntu0~ppa1~oneiric) oneiric; urgency=low +myunity (1.0.11-0ubuntu0~ppa1~oneiric) oneiric; urgency=low + + * New upstream release. + + -- Andrea Colangelo Wed, 30 Nov 2011 11:49:46 +0100 + +myunity (1.0.10-0ubuntu1) precise; urgency=low * Release into Ubuntu Archive. (LP: #891672) * New upstream release. diff -Nru myunity-1.0.10/FMain.class~ myunity-1.0.11/FMain.class~ --- myunity-1.0.10/FMain.class~ 2011-11-25 06:39:36.000000000 +0000 +++ myunity-1.0.11/FMain.class~ 1970-01-01 00:00:00.000000000 +0000 @@ -1,909 +0,0 @@ -' Gambas class file -' This file is part of MyUnity -' -' Copyright © 2011 Fabio Colinelli -' Copyright © 2011 Davide Pedrelli -' Authors: Fabio "Pixel" Colinelli -' Davide "Pedro" Pedrelli -' Sergio "Giowile" Gridelli -' Andrea "warp10" Colangelo -' -' This program IS free software; you can redistribute it AND / OR modify -' it under the terms OF the GNU General PUBLIC License AS published by -' the Free Software Foundation; version 3 OF the License. -' -' This program IS distributed IN the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty OF -' MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.See the -' GNU General PUBLIC License FOR more details. -' -' You should have received a COPY OF the GNU General PUBLIC License -' -' along WITH this program; IF NOT, WRITE TO the Free Software -' Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110 - 1301, USA. - -PUBLIC XstartMouse AS Integer -PUBLIC XstartSlider AS Integer -PUBLIC Xslider AS Integer -PUBLIC ifXMovehome AS Integer = 0 -PUBLIC ifXMovetrash AS Integer = 0 -PUBLIC ifXMovenet AS Integer = 0 -PUBLIC ifXMovedev AS Integer = 0 - -PUBLIC SUB _new() - -END -PUBLIC SUB language_system() - Frame1.Text = ("Size") 'Dimensione - Frame6.Text = ("Transparency") 'Trasparenza - Frame4.Text = ("Behavior") 'Comportamento - Frame5.Text = ("Show devices") 'Mostra dispositivi - Frame2.Text = ("Display") 'Visualizzazione - Frame3.Text = ("Backlight") 'Retro illuminazione - Frame7.Text = ("Blur") 'Sfocatura - Frame8.Text = ("Transparency") 'Trasparenza - Frame11.Text = ("Document font") 'Carattere per i documenti - Frame12.Text = ("System font") 'Carattere di sistema - Frame13.Text = ("Monospace font") 'Carattere larghezza fissa - Frame10.Text = ("Font antialiasing") - Frame9.Text = ("Font hinting") - Frame15.Text = ("MyUnity Developers Team") 'MyUnity è stato sviluppato da - Frame14.Text = ("MyUnity Translators Team") 'MyUnity è stato sviluppato da - label8.Text = "" - label8.Text = label8.Text & ("Fabio Colinelli (pixel): main developer ...... www.ubuntu-it.org") & Chr$(13) - label8.Text = label8.Text & ("Davide Pedrelli (pedro): developer ........... www.uielinux.org") & Chr$(13) - label8.Text = label8.Text & ("Sergio Gridelli (giowile): graphics designer.... www.uielinux.org") & Chr$(13) - label8.Text = label8.Text & ("Andrea Colangelo (warp10): package maintainer .. www.andreacolangelo.com") - label10.Text = "" - label10.Text = label10.Text & ("Wagner Santos (brazilian portuguese): .. wagner.gsantos@gmail.com") & Chr$(13) - label10.Text = label10.Text & ("Anonimoconiglio (spanish): ..............anonimoconiglio.blogspot.com") & Chr$(13) - label10.Text = label10.Text & ("Francisco Pérez Cuadrado (spanish): .....fsistemas@gmail.com") & Chr$(13) - label10.Text = label10.Text & ("François Tissandier (french): ...........francois.tissandier@gmail.com") & Chr$(13) - label10.Text = label10.Text & ("Florian Greinus (deutsch): ..............florian.greinus@googlemail.com") - - RadioButton1.Text = ("small") 'piccolo - RadioButton2.Text = ("middle") 'medio - RadioButton3.Text = ("large") 'grande - RadioButton29.Text = ("active") 'attiva - RadioButton30.Text = ("disable") 'disattiva - RadioButton31.Text = ("half") 'semi - RadioButton32.Text = ("optimal") 'ottimale - RadioButton14.Text = ("always") 'sempre - RadioButton16.Text = ("mounted") 'solo montati - RadioButton15.Text = ("never") 'mai - RadioButton12.Text = ("fixed") 'fisso - RadioButton39.Text = ("smart") 'intelligente - RadioButton13.Text = ("hidden") 'a scomparsa - RadioButton25.Text = ("avoid window") 'evita finestra - RadioButton4.Text = ("autohide") 'scorrimento - RadioButton5.Text = ("fade") 'dissolvenza - RadioButton6.Text = ("autohide and fade") 'scorrimento e dissolvenza - RadioButton7.Text = ("icons ON") 'icone accese - RadioButton8.Text = ("active icons ON") 'icone attive accese - RadioButton9.Text = ("icons OFF") 'icone spente - RadioButton10.Text = ("only icons edge") 'solo bordo icone attive - RadioButton11.Text = ("active icons and edge ON") 'icone attive accese e bordo - RadioButton18.Text = ("ON") 'accesa - RadioButton19.Text = ("smart") 'intelligente - RadioButton17.Text = ("OFF") 'spenta - RadioButton26.Text = ("active") 'attiva - RadioButton28.Text = ("half") 'semi - RadioButton35.Text = ("optimal") 'ottimale - RadioButton27.Text = ("disable") 'disattiva - label4.Text = ("show Home") 'visualizza Home - label6.Text = ("show Networking") 'visualizza rete - label7.Text = ("show devices") 'visualizza dispositivi montati - label5.Text = ("show Trash") 'visualizza cestino - RadioButton24.Text = ("none") 'nessuno - RadioButton33.Text = ("gray scale") 'scala di grigi - RadioButton34.Text = ("rgba (LCD)") - RadioButton20.Text = ("none") 'nessuno - RadioButton21.Text = ("light") 'leggero - RadioButton22.Text = ("middle") 'medio - RadioButton23.Text = ("full") 'pieno - Button1.Text = ("Default settings") 'Impostazioni predefinite - TabStrip1.Index = 0 - TabStrip1.Text = ("Launcher") - TabStrip1.Index = 1 - TabStrip1.Text = ("Dash") - TabStrip1.Index = 2 - TabStrip1.Text = ("Panel") - TabStrip1.Index = 3 - TabStrip1.Text = ("Desk") 'Scrivania - TabStrip1.Index = 4 - TabStrip1.Text = ("Font") 'Caratteri - TabStrip1.Index = 5 - TabStrip1.Text = ("Info") - TabStrip1.Index = 0 -END - -PUBLIC SUB X_Start(x AS Integer) - XstartMouse = Mouse.ScreenX - XstartSlider = x -END - -PUBLIC SUB X_move_home(PictX AS Integer, PictWidth AS Integer) AS Integer -sliderhome.Picture = Picture["img/slider_hover.png"] - ifXMovehome = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB Xstophome(PictX AS Integer) AS Integer -IF ifXMovehome <> 0 THEN - IF Xslider < PictX + 18 THEN - Xslider = PictX - ELSE - Xslider = PictX + 36 - ENDIF -ELSE - IF Xslider < PictX + 18 THEN - Xslider = PictX + 36 - ELSE - Xslider = PictX - ENDIF -ENDIF -ifXMovehome = 0 -sliderhome.Picture = Picture["img/slider.png"] -RETURN Xslider -END - - -PUBLIC SUB X_move_trash(PictX AS Integer, PictWidth AS Integer) AS Integer -slidertrash.Picture = Picture["img/slider_hover.png"] - ifXMovetrash = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB Xstoptrash(PictX AS Integer) AS Integer -IF ifXMovetrash <> 0 THEN - IF Xslider < PictX + 18 THEN - Xslider = PictX - ELSE - Xslider = PictX + 36 - ENDIF -ELSE - IF Xslider < PictX + 18 THEN - Xslider = PictX + 36 - ELSE - Xslider = PictX - ENDIF -ENDIF -ifXMovetrash = 0 -slidertrash.Picture = Picture["img/slider.png"] -RETURN Xslider -END - -PUBLIC SUB X_move_net(PictX AS Integer, PictWidth AS Integer) AS Integer -slidernet.Picture = Picture["img/slider_hover.png"] - ifXMovenet = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB Xstopnet(PictX AS Integer) AS Integer -IF ifXMovenet <> 0 THEN - IF Xslider < PictX + 18 THEN - Xslider = PictX - ELSE - Xslider = PictX + 36 - ENDIF -ELSE - IF Xslider < PictX + 18 THEN - Xslider = PictX + 36 - ELSE - Xslider = PictX - ENDIF -ENDIF -ifXMovenet = 0 -slidernet.Picture = Picture["img/slider.png"] -RETURN Xslider -END - -PUBLIC SUB X_move_dev(PictX AS Integer, PictWidth AS Integer) AS Integer -sliderdev.Picture = Picture["img/slider_hover.png"] - ifXMovedev = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB Xstopdev(PictX AS Integer) AS Integer -IF ifXMovedev <> 0 THEN - IF Xslider < PictX + 18 THEN - Xslider = PictX - ELSE - Xslider = PictX + 36 - ENDIF -ELSE - IF Xslider < PictX + 18 THEN - Xslider = PictX + 36 - ELSE - Xslider = PictX - ENDIF -ENDIF -ifXMovedev = 0 -sliderdev.Picture = Picture["img/slider.png"] -RETURN Xslider -END - - - -PUBLIC SUB Form_Open() -language_system() -label9.Text = Main.distribuzione -ME.Center() -IF Main.distribuzione = "Ubuntu 11.04" THEN -indisponibile.Visible = TRUE -'indisponibile2.Visible = TRUE -indisponibile3.Visible = TRUE -'Frame5.Enabled = FALSE -Frame6.Enabled = FALSE -Frame7.Enabled = FALSE -ENDIF - -IF Main.icon_size = 32 THEN RadioButton1.Value = TRUE -IF Main.icon_size = 48 THEN RadioButton2.Value = TRUE -IF Main.icon_size = 64 THEN RadioButton3.Value = TRUE -IF Main.autohide_animation = 0 OR 1 THEN RadioButton4.Value = TRUE -IF Main.autohide_animation = 2 THEN RadioButton5.Value = TRUE -IF Main.autohide_animation = 3 THEN RadioButton6.Value = TRUE -IF Main.launcher_hide_mode = 0 THEN RadioButton12.value = TRUE -IF Main.launcher_hide_mode = 1 THEN RadioButton13.value = TRUE -IF Main.launcher_hide_mode = 2 THEN RadioButton25.value = TRUE -IF Main.launcher_hide_mode = 3 THEN RadioButton39.value = TRUE - -IF Main.panel_opacity >= 1 THEN RadioButton27.value = TRUE -IF Main.panel_opacity <= 0.5 THEN RadioButton28.value = TRUE -IF Main.panel_opacity > 0.5 AND Main.panel_opacity <= 0.7 THEN RadioButton35.Value = TRUE -IF Main.panel_opacity = 0 THEN RadioButton26.value = TRUE - -IF Main.dash_blur_experimental = 0 THEN RadioButton17.value = TRUE -IF Main.dash_blur_experimental = 1 THEN RadioButton18.value = TRUE -IF Main.dash_blur_experimental = 2 THEN RadioButton19.value = TRUE -IF Main.devices_option = 2 THEN RadioButton14.value = TRUE -IF Main.devices_option = 0 THEN RadioButton15.value = TRUE -IF Main.devices_option = 1 THEN RadioButton16.value = TRUE -IF Main.backlight_mode = 0 THEN RadioButton7.value = TRUE -IF Main.backlight_mode = 1 THEN RadioButton8.value = TRUE -IF Main.backlight_mode = 2 THEN RadioButton9.value = TRUE -IF Main.backlight_mode = 3 THEN RadioButton10.value = TRUE -IF Main.backlight_mode = 4 THEN RadioButton11.value = TRUE -IF Main.launcher_opacity = 0 THEN RadioButton29.value = TRUE -IF Main.launcher_opacity > 0 AND Main.launcher_opacity <= 0.5 THEN RadioButton31.value = TRUE -IF Main.launcher_opacity > 0.5 AND Main.launcher_opacity < 1 THEN RadioButton32.value = TRUE -IF Main.launcher_opacity = 1 THEN RadioButton30.value = TRUE -IF Main.hinting = "'none'\n" THEN RadioButton20.value = TRUE -IF Main.hinting = "'slight'\n" THEN RadioButton21.value = TRUE -IF Main.hinting = "'medium'\n" THEN RadioButton22.value = TRUE -IF Main.hinting = "'full'\n" THEN RadioButton23.value = TRUE -IF Main.antialiasing = "'none'\n" THEN RadioButton24.value = TRUE -IF Main.antialiasing = "'grayscale'\n" THEN RadioButton33.value = TRUE -IF Main.antialiasing = "'rgba'\n" THEN RadioButton34.value = TRUE - -Label1.Text = Main.document_font_name -Label2.Text = Main.font_name -Label3.Text = Main.monospace_font_name - -IF Main.trash_icon_visible = "true\n" THEN -slidertrash.x = (pictrash.X + slidertrash.X) + 22 - ifXMovetrash = 1 -ELSE -slidertrash.x = pictrash.X - ifXMovetrash = 0 -ENDIF - -IF Main.home_icon_visible = "true\n" THEN - sliderhome.x = (Pichome.X + sliderhome.X) + 22 - ifXMovehome = 1 -ELSE - sliderhome.x = Pichome.X - ifXMovehome = 0 -ENDIF - - - -IF Main.volumes_visible = "true\n" THEN - sliderdev.x = (Picdev.X + sliderdev.X) + 22 - ifXMovedev = 1 -ELSE - sliderdev.x = Picdev.X - ifXMovedev = 0 -ENDIF - -IF Main.network_icon_visible = "true\n" THEN -slidernet.x = (Picnet.X + slidernet.X) + 22 - ifXMovenet = 1 -ELSE -slidernet.x = Picnet.X - ifXMovenet = 0 -ENDIF - - -END - -PUBLIC SUB RadioButton1_Click() - Main.compiz_set("icon_size", "int", "32") -END - -PUBLIC SUB RadioButton2_Click() - Main.compiz_set("icon_size", "int", "48") -END - -PUBLIC SUB RadioButton3_Click() - Main.compiz_set("icon_size", "int", "64") -END - -PUBLIC SUB RadioButton4_Click() - Main.compiz_set("autohide_animation", "int", "1") -END - -PUBLIC SUB RadioButton5_Click() - Main.compiz_set("autohide_animation", "int", "2") -END - -PUBLIC SUB RadioButton6_Click() - Main.compiz_set("autohide_animation", "int", "3") -END - - - -PUBLIC SUB RadioButton12_Click() - Main.compiz_set("launcher_hide_mode", "int", "0") -END - -PUBLIC SUB RadioButton13_Click() - Main.compiz_set("launcher_hide_mode", "int", "1") -END - -PUBLIC SUB RadioButton25_Click() - Main.compiz_set("launcher_hide_mode", "int", "2") -END - -PUBLIC SUB RadioButton39_Click() - Main.compiz_set("launcher_hide_mode", "int", "3") -END - - -PUBLIC SUB RadioButton15_Click() - Main.compiz_set("devices_option", "int", "0") -END - -PUBLIC SUB RadioButton16_Click() - Main.compiz_set("devices_option", "int", "1") -END - -PUBLIC SUB RadioButton14_Click() - Main.compiz_set("devices_option", "int", "2") -END - - - -PUBLIC SUB RadioButton26_Click() - Main.compiz_set("panel_opacity", "float", "0.0") -END - -PUBLIC SUB RadioButton28_Click() - Main.compiz_set("panel_opacity", "float", "0.5") -END - -PUBLIC SUB RadioButton35_Click() - Main.compiz_set("panel_opacity", "float", "0.7") -END - -PUBLIC SUB RadioButton27_Click() - Main.compiz_set("panel_opacity", "float", "1.0") -END - - - -PUBLIC SUB RadioButton17_Click() - Main.compiz_set("dash_blur_experimental", "int", "0") -END - -PUBLIC SUB RadioButton18_Click() - Main.compiz_set("dash_blur_experimental", "int", "1") -END - -PUBLIC SUB RadioButton19_Click() - Main.compiz_set("dash_blur_experimental", "int", "2") -END - -PUBLIC SUB RadioButton20_Click() - Main.font_set("hinting", "none") -END - -PUBLIC SUB RadioButton21_Click() - Main.font_set("hinting", "slight") -END - -PUBLIC SUB RadioButton22_Click() - Main.font_set("hinting", "medium") -END - -PUBLIC SUB RadioButton23_Click() - Main.font_set("hinting", "full") -END - -PUBLIC SUB RadioButton7_Click() -Main.compiz_set("backlight_mode", "int", "0") - -END - -PUBLIC SUB RadioButton8_Click() - Main.compiz_set("backlight_mode", "int", "1") -END - - -PUBLIC SUB RadioButton9_Click() - Main.compiz_set("backlight_mode", "int", "2") -END - -PUBLIC SUB RadioButton10_Click() - Main.compiz_set("backlight_mode", "int", "3") -END - -PUBLIC SUB RadioButton11_Click() - Main.compiz_set("backlight_mode", "int", "4") -END - -PUBLIC SUB RadioButton29_Click() - Main.compiz_set("launcher_opacity", "float", "0") -END - -PUBLIC SUB RadioButton30_Click() - Main.compiz_set("launcher_opacity", "float", "1") -END - -PUBLIC SUB RadioButton31_Click() - Main.compiz_set("launcher_opacity", "float", "0.5") -END - -PUBLIC SUB RadioButton32_Click() - Main.compiz_set("launcher_opacity", "float", "0.65") -END - -PUBLIC SUB RadioButton24_Click() - Main.font_set("antialiasing", "none") -END - -PUBLIC SUB RadioButton33_Click() - Main.font_set("antialiasing", "grayscale") -END - -PUBLIC SUB RadioButton34_Click() - Main.font_set("antialiasing", "rgba") -END - - - - - - -PUBLIC SUB TabStrip1_Click() - - IF TabStrip1.Index = 0 THEN - PicLauncher.Visible = TRUE - ELSE - PicLauncher.Visible = FALSE - ENDIF - - IF TabStrip1.Index = 1 THEN - PicDash.Visible = TRUE - ELSE - PicDash.Visible = FALSE - ENDIF - - IF TabStrip1.Index = 2 THEN - PicPanel.Visible = TRUE - ELSE - PicPanel.Visible = FALSE - ENDIF - - IF TabStrip1.Index = 3 THEN - PicDesktop.Visible = TRUE - IF Main.distribuzione = "Ubuntu 11.04" THEN - Message.Info("Not available") - TabStrip1.Index = 0 - ENDIF - ELSE - PicDesktop.Visible = FALSE - ENDIF - -IF TabStrip1.Index = 4 THEN - PicFont.Visible = TRUE - IF Main.distribuzione = "Ubuntu 11.04" THEN - Message.Info("Not available") - TabStrip1.Index = 0 - ENDIF - ELSE - PicFont.Visible = FALSE - ENDIF - -IF TabStrip1.Index = 5 THEN - PicCredits.Visible = TRUE - Button1.Visible = FALSE - ELSE - PicCredits.Visible = FALSE - Button1.Visible = TRUE - ENDIF - - -END - - - - -PUBLIC SUB FontChooser1_Change() -DIM t AS Integer -DIM tt AS Integer -DIM tts AS String -DIM tts1 AS String -DIM okfont AS Boolean - -FOR t = 1 TO Len(FontChooser1.SelectedFont) - IF Mid$(FontChooser1.SelectedFont, t, 1) = "," THEN - tts1 = FontChooser1.SelectedFont -EXIT - ELSE - tts1 = FontChooser1.SelectedFont & ",+0" - ENDIF -NEXT - - - - - - -okfont = FALSE -' documenti - - IF CheckBox5.Value = TRUE THEN - Label1.Text = tts1 'FontChooser1.SelectedFont - FOR t = 1 TO Len(Label1.Text) - IF Mid$(Label1.Text, t, 1) = "+" THEN - tt = Val(Right$(Label1.Text, Len(Label1.Text) - t)) + 10 - tts = Str$(tt) - Label1.Text = Left$(Label1.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface document-font-name " & "'" & Label1.text & "'" - okfont = TRUE - EXIT - ENDIF - NEXT - ENDIF - -IF okfont = FALSE THEN - IF CheckBox5.Value = TRUE THEN - Label1.Text = tts1 'FontChooser1.SelectedFont - FOR t = 1 TO Len(Label1.Text) - IF Mid$(Label1.Text, t, 1) = "-" THEN - tt = 10 - Val(Right$(Label1.Text, Len(Label1.Text) - t)) - tts = Str$(tt) - Label1.Text = Left$(Label1.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface document-font-name " & "'" & Label1.text & "'" - EXIT - ENDIF - NEXT - ENDIF -ENDIF - - okfont = FALSE - - 'sistema - IF CheckBox6.Value = TRUE THEN - Label2.Text = tts1 'FontChooser1.SelectedFont - FOR t = 1 TO Len(Label2.Text) - IF Mid$(Label2.Text, t, 1) = "+" THEN - tt = Val(Right$(Label2.Text, Len(Label2.Text) - t)) + 10 - tts = Str$(tt) - Label2.Text = Left$(Label2.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface font-name " & "'" & Label2.text & "'" - okfont = TRUE - EXIT - ENDIF - NEXT - ENDIF - - - IF okfont = FALSE THEN - IF CheckBox6.Value = TRUE THEN - Label2.Text = tts1 'FontChooser1.SelectedFont - FOR t = 1 TO Len(Label2.Text) - IF Mid$(Label2.Text, t, 1) = "-" THEN - tt = 10 - Val(Right$(Label2.Text, Len(Label2.Text) - t)) - tts = Str$(tt) - Label2.Text = Left$(Label2.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface font-name " & "'" & Label2.text & "'" - EXIT - ENDIF - NEXT - ENDIF - ENDIF - - - okfont = FALSE -'monospace - IF CheckBox7.Value = TRUE THEN - Label3.Text = tts1 'FontChooser1.SelectedFont - FOR t = 1 TO Len(Label3.Text) - IF Mid$(Label3.Text, t, 1) = "+" THEN - tt = Val(Right$(Label3.Text, Len(Label3.Text) - t)) + 10 - tts = Str$(tt) - Label3.Text = Left$(Label3.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface monospace-font-name " & "'" & Label3.text & "'" - okfont = TRUE - EXIT - ENDIF - NEXT - ENDIF - -IF okfont = FALSE THEN -IF CheckBox7.Value = TRUE THEN - Label3.Text = tts1 ' FontChooser1.SelectedFont - FOR t = 1 TO Len(Label3.Text) - IF Mid$(Label3.Text, t, 1) = "-" THEN - tt = 10 - Val(Right$(Label3.Text, Len(Label3.Text) - t)) - tts = Str$(tt) - Label3.Text = Left$(Label3.Text, t - 1) & tts - SHELL "gsettings set org.gnome.desktop.interface monospace-font-name " & "'" & Label3.text & "'" - EXIT - ENDIF - NEXT - ENDIF -ENDIF - -END - - - -PUBLIC SUB Button1_Click() -DIM bottone AS Integer -DIM tmp_msg AS String -DIM tmp_msg1 AS String -DIM tmp_msg2 AS String - tmp_msg = ("Attention will be reset to default values") 'Attenzione, saranno ripristinati i valori di default - tmp_msg1 = ("Continue") 'Procedi - tmp_msg2 = ("Undo") 'Annulla - - - bottone = Message.Warning(tmp_msg, tmp_msg1, tmp_msg2) -IF TabStrip1.Index = 0 'Launcher - IF bottone = 1 THEN - RadioButton2.Value = TRUE - RadioButton16.Value = TRUE - RadioButton6.Value = TRUE - RadioButton32.Value = TRUE - RadioButton25.Value = TRUE - RadioButton7.Value = TRUE - ENDIF -ENDIF - -IF TabStrip1.Index = 1 'Dash - IF bottone = 1 THEN - RadioButton19.Value = TRUE - ENDIF -ENDIF - -IF TabStrip1.Index = 2 'Panel - IF bottone = 1 THEN - RadioButton27.Value = TRUE - ENDIF -ENDIF - - -IF TabStrip1.Index = 3 'Scrivania - IF bottone = 1 THEN - slidertrash.x = pictrash.X - ifXMovetrash = 0 - slidernet.x = picnet.X - ifXMovenet = 0 - sliderdev.x = picdev.X - ifXMovedev = 0 - sliderhome.x = pichome.X - ifXMovehome = 0 - Main.desktop_set("volumes-visible", "false") - Main.desktop_set("network-icon-visible", "false") - Main.desktop_set("trash-icon-visible", "false") - Main.desktop_set("home-icon-visible", "false") - ENDIF -ENDIF - -IF TabStrip1.Index = 4 'Caratteri - IF bottone = 1 THEN - RadioButton34.Value = TRUE - RadioButton21.Value = TRUE - Label1.Text = "'Sans,11'" - Label2.Text = "'Ubuntu,11'" - Label3.Text = "'Ubuntu Mono,13'" - SHELL "gsettings set org.gnome.desktop.interface document-font-name " & Label1.text - SHELL "gsettings set org.gnome.desktop.interface font-name " & Label2.text - SHELL "gsettings set org.gnome.desktop.interface monospace-font-name " & Label3.text - ENDIF -ENDIF - - -END - - -PUBLIC SUB Xmovehome(PictX AS Integer, PictWidth AS Integer) AS Integer -sliderhome.Picture = Picture["img/slider_hover.png"] - ifXMovehome = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB sliderhome_Enter() - sliderhome.Picture = Picture["img/slider_hover.png"] -END - -PUBLIC SUB sliderhome_Leave() - sliderhome.Picture = Picture["img/slider.png"] -END - -PUBLIC SUB sliderhome_MouseDown() - X_Start(sliderhome.X) -END - -PUBLIC SUB sliderhome_MouseMove() - sliderhome.X = Xmovehome(pichome.X, pichome.Width) -END - -PUBLIC SUB sliderhome_MouseUp() - sliderhome.X = Xstophome(pichome.X) -IF (pichome.X - sliderhome.X) / (-36) = 1 THEN -Main.desktop_set("home-icon-visible", "true") - ELSE - Main.desktop_set("home-icon-visible", "false") -ENDIF -END - -PUBLIC SUB Xmovetrash(PictX AS Integer, PictWidth AS Integer) AS Integer -slidertrash.Picture = Picture["img/slider_hover.png"] - ifXMovetrash = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB slidertrash_Enter() - slidertrash.Picture = Picture["img/slider_hover.png"] -END - -PUBLIC SUB slidertrash_Leave() - slidertrash.Picture = Picture["img/slider.png"] -END - -PUBLIC SUB slidertrash_MouseDown() - X_Start(slidertrash.X) -END - -PUBLIC SUB slidertrash_MouseMove() - slidertrash.X = Xmovetrash(pictrash.X, pictrash.Width) -END - -PUBLIC SUB slidertrash_MouseUp() - slidertrash.X = Xstoptrash(pictrash.X) -IF (pictrash.X - slidertrash.X) / (-36) = 1 THEN - Main.desktop_set("trash-icon-visible", "true") - ELSE - Main.desktop_set("trash-icon-visible", "false") -ENDIF -END - - -PUBLIC SUB Xmovenet(PictX AS Integer, PictWidth AS Integer) AS Integer -slidernet.Picture = Picture["img/slider_hover.png"] - ifXMovenet = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB slidernet_Enter() - slidernet.Picture = Picture["img/slider_hover.png"] -END - -PUBLIC SUB slidernet_Leave() - slidernet.Picture = Picture["img/slider.png"] -END - -PUBLIC SUB slidernet_MouseDown() - X_Start(slidernet.X) -END - -PUBLIC SUB slidernet_MouseMove() - slidernet.X = Xmovenet(picnet.X, picnet.Width) -END - -PUBLIC SUB slidernet_MouseUp() - slidernet.X = Xstopnet(picnet.X) -IF (picnet.X - slidernet.X) / (-36) = 1 THEN - Main.desktop_set("network-icon-visible", "true") - ELSE - Main.desktop_set("network-icon-visible", "false") -ENDIF -END - - - -PUBLIC SUB Xmovedev(PictX AS Integer, PictWidth AS Integer) AS Integer -sliderdev.Picture = Picture["img/slider_hover.png"] - ifXMovedev = Mouse.ScreenX - Xslider = XstartSlider + Mouse.ScreenX - XstartMouse - IF Xslider < PictX THEN - Xslider = PictX - ELSE IF Xslider > (PictX + PictWidth / 2) THEN - Xslider = (PictX + PictWidth / 2) - ENDIF -RETURN Xslider -END - -PUBLIC SUB sliderdev_Enter() - sliderdev.Picture = Picture["img/slider_hover.png"] -END - -PUBLIC SUB sliderdev_Leave() - sliderdev.Picture = Picture["img/slider.png"] -END - -PUBLIC SUB sliderdev_MouseDown() - X_Start(sliderdev.X) -END - -PUBLIC SUB sliderdev_MouseMove() - sliderdev.X = Xmovedev(picdev.X, picdev.Width) -END - -PUBLIC SUB sliderdev_MouseUp() - sliderdev.X = Xstopdev(picdev.X) -IF (picdev.X - sliderdev.X) / (-36) = 1 THEN - Main.desktop_set("volumes-visible", "true") - ELSE - Main.desktop_set("volumes-visible", "false") -ENDIF -END - -PUBLIC SUB pichome_MouseDown() - - - -END - -PUBLIC SUB Picnet_MouseDown() - - - -END diff -Nru myunity-1.0.10/FMain.form~ myunity-1.0.11/FMain.form~ --- myunity-1.0.10/FMain.form~ 2011-11-23 09:09:05.000000000 +0000 +++ myunity-1.0.11/FMain.form~ 1970-01-01 00:00:00.000000000 +0000 @@ -1,526 +0,0 @@ -# Gambas Form File 2.0 - -{ Form Form - Move(0,0,567,504) - #(Scaled) = False - Font = Font["Ubuntu,10"] - Text = ("MyUnity") - Icon = Picture["myunity.png"] - Border = Window.Fixed - ToolBox = True - { PictureBox1 PictureBox - Move(0,0,574,175) - Font = Font["Ubuntu,10"] - Picture = Picture["img/banner.jpg"] - } - { PicLauncher PictureBox - Move(196,16,364,140) - Visible = False - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage_launcher.png"] - Border = Border.Etched - } - { PicDash PictureBox - Move(196,16,364,140) - Visible = False - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage_dash.png"] - Border = Border.Etched - } - { PicPanel PictureBox - Move(196,16,364,140) - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage_panel.png"] - Border = Border.Etched - } - { PicDesktop PictureBox - Move(196,16,364,140) - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage_scrivania.png"] - Border = Border.Etched - } - { PicFont PictureBox - Move(196,16,364,140) - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage-font.png"] - Border = Border.Etched - } - { PicCredits PictureBox - Move(196,16,364,140) - Font = Font["Ubuntu,10"] - Picture = Picture["img/TopImage-info.png"] - Border = Border.Etched - } - { TabStrip1 TabStrip - Move(7,168,553,329) - Font = Font["Ubuntu,10"] - Count = 6 - Index = 0 - Text = ("Launcher") - { Frame1 Frame - Move(7,7,147,105) - Font = Font["Ubuntu,10"] - Text = ("Size") - { RadioButton1 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("small") - } - { RadioButton2 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("middle") - } - { RadioButton3 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("large") - } - } - { Frame6 Frame - Move(7,119,147,133) - Font = Font["Ubuntu,10"] - Text = ("Transparency") - { RadioButton29 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("active") - } - { RadioButton30 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("disable") - } - { RadioButton31 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("half") - } - { RadioButton32 RadioButton - Move(7,105,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("optimal") - } - } - { Frame5 Frame - Move(168,7,147,105) - Font = Font["Ubuntu,10"] - Text = ("Show devices") - { RadioButton14 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("always") - } - { RadioButton15 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("mounted") - } - { RadioButton16 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("never") - } - } - { Frame2 Frame - Move(329,7,217,105) - Font = Font["Ubuntu,10"] - Text = ("Display") - { RadioButton4 RadioButton - Move(7,21,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("autohide") - } - { RadioButton5 RadioButton - Move(7,49,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("fade") - } - { RadioButton6 RadioButton - Move(7,77,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("autohide and fade") - } - } - { Frame4 Frame - Move(168,119,147,133) - Font = Font["Ubuntu,10"] - Text = ("Behavior") - { RadioButton12 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("fixed") - } - { RadioButton13 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("hidden") - } - { RadioButton25 RadioButton - Move(7,105,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("avoid window") - } - { RadioButton39 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("smart") - } - } - { Frame3 Frame - Move(329,119,217,161) - Font = Font["Ubuntu,10"] - Text = ("Backlight") - { RadioButton7 RadioButton - Move(7,21,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("icons ON") - } - { RadioButton8 RadioButton - Move(7,49,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("active icons ON") - } - { RadioButton10 RadioButton - Move(7,105,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("only icons edge") - } - { RadioButton11 RadioButton - Move(7,133,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("active icons and edge ON") - } - { RadioButton9 RadioButton - Move(7,77,203,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("icons OFF") - } - } - { indisponibile Label - Move(7,119,147,133) - Visible = False - Font = Font["Ubuntu,Bold,10"] - Text = ("Not avalaible") - Alignment = Align.Center - Transparent = True - } - { indisponibile2 Label - Move(168,7,140,105) - Visible = False - Font = Font["Ubuntu,Bold,10"] - Text = ("Not avalaible") - Alignment = Align.Center - Transparent = True - } - Index = 1 - Text = ("Dash") - { Frame7 Frame - Move(7,7,147,105) - Font = Font["Ubuntu,10"] - Text = ("Blur") - { RadioButton17 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("OFF") - } - { RadioButton18 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("ON") - } - { RadioButton19 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("smart") - } - } - { indisponibile3 Label - Move(7,7,140,105) - Visible = False - Font = Font["Ubuntu,Bold,10"] - Text = ("Not avalaible") - Alignment = Align.Center - Transparent = True - } - Index = 2 - Text = ("Panel") - { Frame8 Frame - Move(7,7,147,133) - Font = Font["Ubuntu,10"] - Text = ("Transparency") - { RadioButton26 RadioButton - Move(7,21,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("active") - } - { RadioButton27 RadioButton - Move(7,105,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("disable") - } - { RadioButton28 RadioButton - Move(7,49,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("half") - } - { RadioButton35 RadioButton - Move(7,77,133,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("optimal") - } - } - Index = 3 - Text = ("Desk") - { pichome PictureBox - Move(14,21,72,22) - Font = Font["Ubuntu,10"] - Picture = Picture["img/BGslider.png"] - Alignment = Align.Center - } - { sliderhome PictureBox - Move(14,21,36,22) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Picture = Picture["img/slider.png"] - Alignment = Align.Center - } - { Label4 Label - Move(98,21,196,21) - Font = Font["Ubuntu,10"] - Text = ("show Home") - } - { pictrash PictureBox - Move(14,168,72,22) - Font = Font["Ubuntu,10"] - Picture = Picture["img/BGslider.png"] - Alignment = Align.Center - } - { slidertrash PictureBox - Move(14,168,36,22) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Picture = Picture["img/slider.png"] - Alignment = Align.Center - } - { Label5 Label - Move(98,168,196,21) - Font = Font["Ubuntu,10"] - Text = ("show Trash") - } - { Picnet PictureBox - Move(14,70,72,22) - Font = Font["Ubuntu,10"] - Picture = Picture["img/BGslider.png"] - Alignment = Align.Center - } - { slidernet PictureBox - Move(14,70,36,22) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Picture = Picture["img/slider.png"] - Alignment = Align.Center - } - { Label6 Label - Move(98,70,196,21) - Font = Font["Ubuntu,10"] - Text = ("show Networking") - } - { Picdev PictureBox - Move(14,119,72,22) - Font = Font["Ubuntu,10"] - Picture = Picture["img/BGslider.png"] - Alignment = Align.Center - } - { sliderdev PictureBox - Move(14,119,36,22) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Picture = Picture["img/slider.png"] - Alignment = Align.Center - } - { Label7 Label - Move(98,119,196,21) - Font = Font["Ubuntu,10"] - Text = ("show devices") - } - Index = 4 - Text = ("Font") - { Frame10 Frame - Move(203,182,343,49) - Font = Font["Ubuntu,10"] - Text = ("Font antialiasing") - { RadioButton24 RadioButton - Move(7,21,84,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("none") - } - { RadioButton33 RadioButton - Move(112,21,119,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("gray scale") - } - { RadioButton34 RadioButton - Move(238,21,98,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("rgba (LCD)") - } - } - { Frame9 Frame - Move(203,238,343,49) - Font = Font["Ubuntu,10"] - Text = ("Font hinting") - { RadioButton20 RadioButton - Move(7,21,84,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("none") - } - { RadioButton21 RadioButton - Move(98,21,77,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("light") - } - { RadioButton22 RadioButton - Move(182,21,70,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("middle") - } - { RadioButton23 RadioButton - Move(273,21,63,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("full") - } - } - { Frame11 Frame - Move(7,7,182,56) - Font = Font["Ubuntu,10"] - Text = ("Document font") - { Label1 Label - Move(35,21,126,21) - Font = Font["Ubuntu,10"] - Text = ("") - } - } - { FontChooser1 FontChooser - Move(203,7,343,168) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - ShowStyle = False - ShowPreview = False - ShowLabel = False - } - { Frame12 Frame - Move(7,70,182,56) - Font = Font["Ubuntu,10"] - Text = ("System font") - { Label2 Label - Move(35,21,126,21) - Font = Font["Ubuntu,10"] - Text = ("") - } - } - { Frame13 Frame - Move(7,133,182,56) - Font = Font["Ubuntu,10"] - Text = ("Monospace font") - { Label3 Label - Move(35,21,126,21) - Font = Font["Ubuntu,10"] - Text = ("") - } - } - { CheckBox5 CheckBox - Move(14,28,21,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("") - } - { CheckBox6 CheckBox - Move(14,91,21,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("") - } - { CheckBox7 CheckBox - Move(14,154,21,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("") - } - Index = 5 - Text = ("Info") - { Frame15 Frame - Move(14,14,525,112) - Font = Font["Ubuntu,10"] - Text = ("MyUnity Developers Team") - { Label8 Label - Move(7,21,504,77) - Font = Font["Ubuntu Mono,10"] - Text = ("") - Alignment = Align.Left - } - } - { Frame14 Frame - Move(14,133,525,119) - Font = Font["Ubuntu,10"] - Text = ("MyUnity Translators Team") - { Label10 Label - Move(7,21,504,84) - Font = Font["Ubuntu Mono,10"] - Text = ("") - Alignment = Align.Left - } - } - Index = 0 - } - { Button1 Button - Move(14,462,168,21) - Font = Font["Ubuntu,10"] - Mouse = Mouse.Pointing - Text = ("Default settings") - } - { Label9 Label - Move(14,126,168,28) - Font = Font["Ubuntu,12"] - Foreground = &HB0B0B0& - Text = ("") - Alignment = Align.Center - Transparent = True - } -} Binary files /tmp/4UNEq8yFiB/myunity-1.0.10/.gambas/MAIN and /tmp/LRy0FGxda7/myunity-1.0.11/.gambas/MAIN differ diff -Nru myunity-1.0.10/.lang/FMain.pot myunity-1.0.11/.lang/FMain.pot --- myunity-1.0.10/.lang/FMain.pot 2011-11-25 06:40:12.000000000 +0000 +++ myunity-1.0.11/.lang/FMain.pot 2011-11-27 10:45:17.000000000 +0000 @@ -1,4 +1,4 @@ -# /home/fabio/Scaricati/myunity-1.0.9/FMain.class +# /home/pixel/Scrivania/MyUnity SVN/versioni/myunity-1.0.10/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. diff -Nru myunity-1.0.10/.lang/Main.pot myunity-1.0.11/.lang/Main.pot --- myunity-1.0.10/.lang/Main.pot 2011-11-25 06:40:12.000000000 +0000 +++ myunity-1.0.11/.lang/Main.pot 2011-11-27 10:45:17.000000000 +0000 @@ -1,4 +1,4 @@ -# /home/fabio/Scaricati/myunity-1.0.9/Main.module +# /home/pixel/Scrivania/MyUnity SVN/versioni/myunity-1.0.10/Main.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. diff -Nru myunity-1.0.10/.lang/#project.pot myunity-1.0.11/.lang/#project.pot --- myunity-1.0.10/.lang/#project.pot 2011-11-25 06:40:12.000000000 +0000 +++ myunity-1.0.11/.lang/#project.pot 2011-11-27 10:58:30.000000000 +0000 @@ -1,4 +1,4 @@ -# /home/fabio/Scaricati/myunity-1.0.9/.project +# /home/pixel/Scrivania/MyUnity SVN/versioni/myunity-1.0.10/.project # Generated by Gambas compiler # FIRST AUTHOR , YEAR. diff -Nru myunity-1.0.10/Main.module myunity-1.0.11/Main.module --- myunity-1.0.10/Main.module 2011-11-23 09:08:52.000000000 +0000 +++ myunity-1.0.11/Main.module 2011-11-27 10:44:36.000000000 +0000 @@ -79,8 +79,8 @@ tmp_shell = "gconftool --get /apps/compiz-1/plugins/unityshell/screen0/options/" IF distribuzione <> "Ubuntu 11.04" THEN SHELL tmp_shell & "launcher_opacity" TO launcher_opacity SHELL tmp_shell & "backlight_mode" TO backlight_mode - SHELL tmp_shell & "devices_option" TO devices_option - SHELL tmp_shell & "dash_blur_experimental" TO dash_blur_experimental + IF distribuzione <> "Ubuntu 11.04" THEN SHELL tmp_shell & "devices_option" TO devices_option + IF distribuzione <> "Ubuntu 11.04" THEN SHELL tmp_shell & "dash_blur_experimental" TO dash_blur_experimental SHELL tmp_shell & "icon_size" TO icon_size SHELL tmp_shell & "autohide_animation" TO autohide_animation SHELL tmp_shell & "launcher_hide_mode" TO launcher_hide_mode diff -Nru myunity-1.0.10/.project myunity-1.0.11/.project --- myunity-1.0.10/.project 2011-11-25 06:40:12.000000000 +0000 +++ myunity-1.0.11/.project 2011-11-27 10:58:30.000000000 +0000 @@ -1,9 +1,9 @@ # Gambas Project File 2.0 -# Compiled with Gambas 2.21.0 +# Compiled with Gambas 2.22.0 Title=MyUnity Startup=Main Icon=myunity.png -Version=1.0.10 +Version=1.0.11 Library=gb.gtk Library=gb.form Library=gb.gtk.ext @@ -13,6 +13,7 @@ Translate=1 Language=en ControlPublic=1 +ExecPath=/home/pixel/Scrivania/myunity-1.0.10.gambas SourcePath=/home/fabio/Scrivania Maintainer=pixel Address=pixel.ubuntu@gmail.com diff -Nru myunity-1.0.10/.settings myunity-1.0.11/.settings --- myunity-1.0.10/.settings 2011-11-25 06:40:57.000000000 +0000 +++ myunity-1.0.11/.settings 2011-11-27 10:58:40.000000000 +0000 @@ -21,9 +21,9 @@ SearchString=True [OpenFile] -File[1]="FMain.class:504.2" -Active=1 -File[2]="Main.module:79.0" +File[1]="FMain.class:72.15" +File[2]="Main.module:82.44" +Active=2 File[3]="FMain.form" Count=3