From: <cod...@go...> - 2008-10-10 20:58:22
|
Author: m0e.lnx Date: Fri Oct 10 13:57:45 2008 New Revision: 223 Added: branches/iVL/images/installer_new.png (contents, props changed) Removed: branches/iVL/images/installer-steel.png Modified: branches/iVL/.lang/MdlCore.pot branches/iVL/.project branches/iVL/DevLog branches/iVL/MdlCore.module branches/iVL/installer.gambas Log: - Updated category image for left pane (oMasta) - Updated binary Modified: branches/iVL/.lang/MdlCore.pot ============================================================================== --- branches/iVL/.lang/MdlCore.pot (original) +++ branches/iVL/.lang/MdlCore.pot Fri Oct 10 13:57:45 2008 @@ -14,99 +14,99 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: MdlCore.module:234 +#: MdlCore.module:235 msgid "Scanning system for installable media. Please wait ..." msgstr "" -#: MdlCore.module:250 +#: MdlCore.module:251 msgid "No Installable Media Found" msgstr "" -#: MdlCore.module:252 +#: MdlCore.module:253 msgid "Setup was unable to find any installable media on your system. Please insert your VectorLinux " msgstr "" -#: MdlCore.module:252 +#: MdlCore.module:253 msgid "installation CD and click " msgstr "" -#: MdlCore.module:252 +#: MdlCore.module:253 msgid "to try again" msgstr "" -#: MdlCore.module:413 +#: MdlCore.module:414 msgid "Build Date: " msgstr "" -#: MdlCore.module:413 +#: MdlCore.module:414 msgid "MINIMUM REQUIREMENTS" msgstr "" -#: MdlCore.module:418 +#: MdlCore.module:419 msgid "Setup is unable to find SETUP.CONF in your install media. This could be symptoms of a bad burn or a bad ISO" msgstr "" -#: MdlCore.module:491 +#: MdlCore.module:492 msgid "Cannot find SETUP.CONF" msgstr "" -#: MdlCore.module:499 +#: MdlCore.module:500 msgid "Preparation" msgstr "" -#: MdlCore.module:500 +#: MdlCore.module:501 msgid "Language Selection" msgstr "" -#: MdlCore.module:501 +#: MdlCore.module:502 msgid "Find installation media" msgstr "" -#: MdlCore.module:502 +#: MdlCore.module:503 msgid "Disk Partitioning" msgstr "" -#: MdlCore.module:503 +#: MdlCore.module:504 msgid "Software Selection" msgstr "" -#: MdlCore.module:505 +#: MdlCore.module:506 msgid "Installation" msgstr "" -#: MdlCore.module:506 +#: MdlCore.module:507 msgid "Installation Summary" msgstr "" -#: MdlCore.module:508 +#: MdlCore.module:509 msgid "Install Operating System" msgstr "" -#: MdlCore.module:509 +#: MdlCore.module:510 msgid "System Configuration" msgstr "" -#: MdlCore.module:510 +#: MdlCore.module:511 msgid "Boot Menu Options" msgstr "" -#: MdlCore.module:511 +#: MdlCore.module:512 msgid "Regional Settings" msgstr "" -#: MdlCore.module:512 +#: MdlCore.module:513 msgid "System Administrator" msgstr "" -#: MdlCore.module:513 +#: MdlCore.module:514 msgid "User Accounts" msgstr "" -#: MdlCore.module:514 +#: MdlCore.module:515 msgid "Network Configuration" msgstr "" -#: MdlCore.module:515 +#: MdlCore.module:516 msgid "Hardware Configuration" msgstr "" Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Fri Oct 10 13:57:45 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.0.105 +Version=0.0.106 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/DevLog ============================================================================== --- branches/iVL/DevLog (original) +++ branches/iVL/DevLog Fri Oct 10 13:57:45 2008 @@ -1,3 +1,2 @@ -- Added binded mount of /sys, /dev, /proc, /tmp to target dir to allow password changing / setting of root - and user passwords +- Updated category image for left pane (oMasta) - Updated binary Modified: branches/iVL/MdlCore.module ============================================================================== --- branches/iVL/MdlCore.module (original) +++ branches/iVL/MdlCore.module Fri Oct 10 13:57:45 2008 @@ -19,7 +19,8 @@ -PUBLIC sCatPic AS picture = Picture["icon:/16/linux"] +'PUBLIC sCatPic AS picture = Picture["icon:/16/linux"] +PUBLIC sCatPic AS Picture = Picture["images/category.png"] PUBLIC sToDopic AS Picture = Picture["images/circle.png"] PUBLIC sNowPic AS picture = Picture["images/arrow.png"] PUBLIC sDonePic AS Picture = Picture["images/check.png"] Added: branches/iVL/images/installer_new.png ============================================================================== Binary file. No diff available. Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |