From: <cod...@go...> - 2008-12-09 19:32:28
|
Author: M0...@gm... Date: Tue Dec 9 11:02:21 2008 New Revision: 381 Modified: branches/iVL/.lang/FMain.pot branches/iVL/.project branches/iVL/FMain.class branches/iVL/MdlConfLilo.module branches/iVL/installer.gambas Log: Fixed idling problem @ end of installer, Updated binary Modified: branches/iVL/.lang/FMain.pot ============================================================================== --- branches/iVL/.lang/FMain.pot (original) +++ branches/iVL/.lang/FMain.pot Tue Dec 9 11:02:21 2008 @@ -14,99 +14,99 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: FMain.class:200 +#: FMain.class:187 msgid "Restart" msgstr "" -#: FMain.class:363 +#: FMain.class:350 msgid "Please wait while setup attampts to run the partitioning utility" msgstr "" -#: FMain.class:365 +#: FMain.class:352 msgid "Please wait while setup analyses your current partition setup." msgstr "" -#: FMain.class:365 +#: FMain.class:352 msgid "This may take a while ..." msgstr "" -#: FMain.class:385 +#: FMain.class:372 msgid "You must select a \"/\" partition. This is the target where the system will install to" msgstr "" -#: FMain.class:447 +#: FMain.class:434 msgid "Please select a default operating system to boot before proceeding" msgstr "" -#: FMain.class:448 +#: FMain.class:435 msgid "Select an entry from this list" msgstr "" -#: FMain.class:457 +#: FMain.class:444 msgid "Skipping boot loader setup" msgstr "" -#: FMain.class:483 +#: FMain.class:470 msgid "Skipping lilo setup" msgstr "" -#: FMain.class:499 +#: FMain.class:486 msgid "Please enter the root password. For your security purposes, do not leave this blank" msgstr "" -#: FMain.class:504 +#: FMain.class:491 msgid "Passwords do not match. Please enter the same password twice" msgstr "" -#: FMain.class:517 +#: FMain.class:504 msgid "Setup has detected existing directories in the partition you selected for /home." msgstr "" -#: FMain.class:517 +#: FMain.class:504 msgid "Would you like to import these user accounts into your new Operating System" msgstr "" -#: FMain.class:517 +#: FMain.class:504 msgid "Yes" msgstr "" -#: FMain.class:517 +#: FMain.class:504 msgid "No" msgstr "" -#: FMain.class:535 +#: FMain.class:522 msgid "You have not created any user accounts for this system yet. There is not enough information" msgstr "" -#: FMain.class:535 +#: FMain.class:522 msgid "to create an account here. It is recommended that you create at least one." msgstr "" -#: FMain.class:535 +#: FMain.class:522 msgid "Would you like to continue anyway?" msgstr "" -#: FMain.class:553 +#: FMain.class:540 msgid "Please specify a hostname for this computer" msgstr "" -#: FMain.class:557 +#: FMain.class:544 msgid "Please specify the domain this computer belongs to" msgstr "" -#: FMain.class:812 +#: FMain.class:794 msgid "Back" msgstr "" -#: FMain.class:823 +#: FMain.class:805 msgid "Exit Installation" msgstr "" -#: FMain.class:834 +#: FMain.class:816 msgid "Next" msgstr "" -#: FMain.class:848 +#: FMain.class:830 msgid "Button1" msgstr "" Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Tue Dec 9 11:02:21 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.13 +Version=0.1.12 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Tue Dec 9 11:02:21 2008 @@ -140,20 +140,7 @@ 'ME.pnlWinHost.Resize(ME.ClientWidth - ME.Frame1.Width - (ME.Frame1.left * 8), ME.ClientH - ME.tlBanner.Height - (ME.btback.Height * 8)) WITH ME .tlBanner.width = ME.width - '.btback.Move(.HBox1.Left, .HBox1.top, MdlObjSizer.get_object_width(.btback.Text) + 36) - '.btnext.Move(.HBox1.Width - .btback.Width - 24, .btback.top, MdlObjSizer.get_object_width(.btnext.Text) + 36) - - '.Frame1.Move(4, .PictureBox1.Top + .PictureBox1.Height + 4, MdlCore.iLeftWidth *1.7, .ClientHeight - .PictureBox1.Height * 1.5) - ''''.Frame1.Move(4, .PictureBox1.Top + .PictureBox1.Height + 4, MdlCore.iLeftWidth + 90, .ClientHeight - .PictureBox1.Height * 1.5) - '.Frame1.Move(4, .PictureBox1.top + .PictureBox1.Height + 4, MdlCore.iLeftWidth * 1.60, .ClientHeight - tlBanner.Height - (.btback.Height * 2)) - '.Frame1.Resize(MdlCore.iLeftWidth * 1.60, .ClientHeight - tlBanner.Height - (.btback.Height * 1.5)) - ''''.tvPlan.Move(4, 24, .Frame1.Width - 8, .Frame1.Height - 28) ' THIS WILL LEAVE 16PIX ON TOP AND BOTTOM AND 2 ON LEFT AND RIGHT - '.tvPlan.Move(4, 24, .Frame1.Width - 8, Frame1.Height - (.Frame1.Height / 20)) - - '.pnlWinHost.Move(.Frame1.left + .Frame1.Width + 4, .Frame1.top + (.tlBanner.Height / 2), .tlBanner.Width - (.Frame1.Width + 8), .ClientHeight - (.tlbanner.height + (.btback.height * 3.5))) -''' .pnlWinHost.Move(.Frame1.left + .Frame1.Width + 4, .Frame1.Top, .tlBanner.Width - (.Frame1.Width + 8), .ClientHeight - (.tlBanner.Height + (.btback.Height * 3))) -''' .btback.Move(.pnlWinHost.Left, .Frame1.top + .Frame1.Height - .btback.Height, MdlObjSizer.get_object_width(.btback.text) + 36) - '.btback.moce(4,pnlwinhost.top + .pnlwinhost.Height + + .tlStatus.Move(.ClientWidth / 2 - (.tlStatus.Width / 2), .pnlwinhost.top + .pnlwinhost.Height + 8, MdlObjSizer.get_object_width(.tlStatus.text)) .btback.Move(4, .tlStatus.top + .tlStatus.Height + 4, MdlObjSizer.get_object_width(.btback.Text) + 36) .btnext.Move(.pnlWinHost.Left + .pnlWinHost.Width - (.btnext.Width + 8), .btback.Top, MdlObjSizer.get_object_width(.btnext.text) + 36) @@ -566,12 +553,7 @@ MdlNetConf.WRITE_INET() END IF - - ' ' ' ' ' CONFIGURE X QUIETLY HERE - ' ' ' ' Message.Warning(("VectorLinux will now try to detect and configure your graphics hardware.") & "<br>" & - ' ' ' ' ("Your screen may flicker or go blank for a few seconds during this process.")) - ' ' ' ' - ' ' ' ' MdlXconf.QUIET_XORG_CONFIGURATION() + frmNext = FrmDone Modified: branches/iVL/MdlConfLilo.module ============================================================================== --- branches/iVL/MdlConfLilo.module (original) +++ branches/iVL/MdlConfLilo.module Tue Dec 9 11:02:21 2008 @@ -370,7 +370,7 @@ IF Exist(ClsGlobal.sTargetMnt &/ "tmp" &/ "status") THEN KILL ClsGlobal.sTargetMnt &/ "tmp" &/ "status" IF Exist("/tmp/status") THEN KILL "/tmp/status" -hBgConfigProc = SHELL "chroot /mnt/target /var/log/setup/config-vinstall-ng && echo Done > /tmp/status" ' FOR READ" +hBgConfigProc = SHELL "chroot /mnt/target /var/log/setup/config-vinstall-ng ; echo Done > /tmp/status" ' FOR READ" 'FrmDone.tmBgMon.Enabled = TRUE Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |