Hello community, here is the log from the commit of package gfxboot checked in at Fri Mar 31 15:31:38 CEST 2006. -------- --- arch/i386/gfxboot/gfxboot.changes 2006-03-29 16:35:23.000000000 +0200 +++ gfxboot/gfxboot.changes 2006-03-31 15:02:54.000000000 +0200 @@ -1,0 +2,13 @@ +Fri Mar 31 15:02:49 CEST 2006 - snwint@suse.de + +- added 'share' input field for smb install +- some more texts are translatable +- Live-CD preparations + +------------------------------------------------------------------- +Thu Mar 30 17:07:01 CEST 2006 - snwint@suse.de + +- adjusted 640x480 fallback layout +- added driver update dialog that lets you enter the update file name + +------------------------------------------------------------------- Old: ---- gfxboot-3.2.18.tar.bz2 New: ---- gfxboot-3.2.20.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfxboot.spec ++++++ --- /var/tmp/diff_new_pack.eONSla/_old 2006-03-31 15:31:20.000000000 +0200 +++ /var/tmp/diff_new_pack.eONSla/_new 2006-03-31 15:31:20.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gfxboot (Version 3.2.18) +# spec file for package gfxboot (Version 3.2.20) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,10 +17,10 @@ Obsoletes: gfxboot-devel Autoreqprov: on Summary: Graphical Boot Logo for LILO and SYSLINUX -Version: 3.2.18 +Version: 3.2.20 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: gfxboot-3.2.18.tar.bz2 +Source: gfxboot-3.2.20.tar.bz2 Source1: NLD.tar.bz2 Source2: SLES.tar.bz2 Source3: SuSE.tar.bz2 @@ -58,6 +58,13 @@ /usr/share/gfxboot %changelog -n gfxboot +* Fri Mar 31 2006 - snwint@suse.de +- added 'share' input field for smb install +- some more texts are translatable +- Live-CD preparations +* Thu Mar 30 2006 - snwint@suse.de +- adjusted 640x480 fallback layout +- added driver update dialog that lets you enter the update file name * Wed Mar 29 2006 - snwint@suse.de - better 'welcome' screen * Tue Mar 28 2006 - snwint@suse.de ++++++ NLD.tar.bz2 ++++++ ++++++ SLES.tar.bz2 ++++++ ++++++ SuSE.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/boot.config new/themes/SuSE/boot.config --- old/themes/SuSE/boot.config 2005-09-02 16:29:54.000000000 +0200 +++ new/themes/SuSE/boot.config 2006-03-31 14:15:53.000000000 +0200 @@ -1,7 +1,5 @@ %% include system.inc -/livecd false def - % no splash /bsplash.show { } def /bsplash.done { } def diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/common.inc new/themes/SuSE/common.inc --- old/themes/SuSE/common.inc 2006-03-28 14:51:46.000000000 +0200 +++ new/themes/SuSE/common.inc 2006-03-31 14:45:13.000000000 +0200 @@ -66,7 +66,7 @@ % /enough_mem { biosmem 4 20 shl lt - biosmem 200 20 shl ge or + biosmem livecd.mem.check 20 shl ge or syslinux not or } def @@ -427,9 +427,15 @@ } if xmenu.dud { - dud.options xmenu.dud .xm_current get get dup "" ne { - "%s " bc.cmd dup length add sprintf - } { pop } ifelse + xmenu.dud .xm_current get .dud_file eq { + input.edit.dud_file 0 get dup "" ne { + "driverupdate=%s " bc.cmd dup length add sprintf + } { pop } ifelse + } { + dud.options xmenu.dud .xm_current get get dup "" ne { + "%s " bc.cmd dup length add sprintf + } { pop } ifelse + } ifelse } if xmenu.profile { @@ -1011,6 +1017,8 @@ dup "failsafe" eq { pop "LiveCD - Safe Settings" return } if dup "linux2" eq { pop "SUSE Linux 10.1 LiveCD (deutsch)" return } if dup "failsaf2" eq { pop "LiveCD - Sichere Einstellungen" return } if + dup "kde" eq { pop "LiveCD - KDE" return } if + dup "gnome" eq { pop "LiveCD - GNOME" return } if } { dup "linux" eq { pop txt_install return } if dup "failsafe" eq { pop txt_safe_install return } if @@ -1151,19 +1159,6 @@ /init { 0 0 moveto currentpoint clip.size image - ptheme { - /head.x 31 def - /head.y 23 def - } { - small_layout { - /head.x 31 def - /head.y 23 def - } { - /head.x -15 def - /head.y -30 def - } ifelse - } ifelse - ptheme { ptheme.init } if % set default language @@ -1200,8 +1195,8 @@ /menu.bar.color white def small_layout { - /frame1.pos { 250 150 } def - /frame1.width 365 def + /frame1.pos { 120 110 } def + /frame1.width 400 def } { /frame1.pos { 200 192 } def /frame1.width 400 def @@ -1225,7 +1220,7 @@ /boot.buf.size cmdlinelength def /boot.buf boot.buf.size string def - % no boot options line initially + % false: no boot options line initially /boot.show true def /update.pos { @@ -1466,7 +1461,9 @@ dup .title "Cool computer, but..." put dup .text - "Sorry, but SUSE Linux 10.1 LiveCD needs at least 256MB main memory." + livecd.mem.show + "Sorry, but SUSE Linux 10.1 LiveCD needs at least %dMB main memory." + dup length 32 add string dup 4 1 roll sprintf put dup .buttons [ button.reboot button.default actReboot actNoClose or button.setaction @@ -1586,7 +1583,7 @@ /debug 0 def -ptheme small_layout or { +ptheme small_layout or CapsLock or { /bsplash.done { } def } { bsplash.show diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/dia_dud.inc new/themes/SuSE/dia_dud.inc --- old/themes/SuSE/dia_dud.inc 2006-02-28 14:51:53.000000000 +0100 +++ new/themes/SuSE/dia_dud.inc 2006-03-31 13:33:14.000000000 +0200 @@ -8,11 +8,16 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % Some global vars. % -/dud.default 1 def +/.dud_yes 0 def +/.dud_no 1 def +/.dud_file 2 def + +/dud.default .dud_no def /dud.options [ "dud=1" "" + .undef ] def @@ -27,7 +32,7 @@ /xmenu xmenu.dud def xmenu .xm_current dud.default put - xmenu .xm_list [ "Yes" "No" ] put + xmenu .xm_list [ /txt_yes /txt_no /txt_file ] put xmenu .xm_title /txt_driver_update put @@ -43,7 +48,11 @@ /dud.update { /xmenu xmenu.dud def - /window.action actRedrawPanel def + xmenu .xm_current get dup .dud_file eq { + dud.dialog + } { + /window.action actRedrawPanel def + } ifelse pmenu.update } def @@ -89,3 +98,48 @@ } def +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +/dud.dialog { + + /dia window.dialog def + + dia .text "" put + + xmenu .xm_current get + + dup .dud_file eq { + input.edit.dud_file .undef eq { + /input.edit.dud_file [ 127 string ] def + } if + + dia .title "Driver Update" put + + % Must all be of same size! + dia .ed.list 1 array put + dia .ed.buffer.list input.edit.dud_file put + dia .ed.text.list [ + +"To load driver updates directly from CD-ROM, +enter the driver update file names (separated +by commas ',') here:\n" + + ] put + + } if + + pop + + dia .ed.focus 0 put + dia .ed.width 300 put + + dia .buttons [ + button.ok button.default actNothing button.setaction + button.cancel button.notdefault actNothing button.setaction + ] put + + dia window.init + dia window.show + +} def + + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/dia_install.inc new/themes/SuSE/dia_install.inc --- old/themes/SuSE/dia_install.inc 2005-11-25 15:14:32.000000000 +0100 +++ new/themes/SuSE/dia_install.inc 2006-03-31 14:02:14.000000000 +0200 @@ -182,18 +182,18 @@ dup .inst_smb eq { input.edit.smb .undef eq { - /input.edit.smb [ 63 string 127 string 31 string 31 string 31 string ] def + /input.edit.smb [ 63 string 31 string 127 string 31 string 31 string 31 string ] def } if dia .title txt_smb_title put % Must all be of same size! - dia .ed.list 5 array put + dia .ed.list 6 array put dia .ed.buffer.list input.edit.smb put - dia .ed.text.list [ txt_server txt_directory txt_domain txt_user2 txt_password ] put + dia .ed.text.list [ txt_server txt_share txt_directory txt_domain txt_user2 txt_password ] put dia .ed.font font.normal put - dia .ed.pw_field 4 put + dia .ed.pw_field 5 put } if @@ -271,20 +271,22 @@ "install=smb://" install.option sprintf % add domain - dup 2 get "" ne { - dup 2 get "%s;" install.option dup length add sprintf + dup 3 get "" ne { + dup 3 get "%s;" install.option dup length add sprintf } if % add user name & password - dup 3 get "" ne { - dup 3 get "%s" install.option dup length add sprintf - dup 4 get "" ne { - dup 4 get ":%s" install.option dup length add sprintf + dup 4 get "" ne { + dup 4 get "%s" install.option dup length add sprintf + dup 5 get "" ne { + dup 5 get ":%s" install.option dup length add sprintf } if "@" install.option dup length add sprintf } if - dup 1 get exch 0 get "%s/%s" install.option dup length add sprintf + dup 2 get dup 0 get '/' eq { 1 add } if + over 1 get rot 0 get + "%s/%s/%s" install.option dup length add sprintf } if pop diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/install.config new/themes/SuSE/install.config --- old/themes/SuSE/install.config 2006-02-28 15:05:40.000000000 +0100 +++ new/themes/SuSE/install.config 2006-03-31 14:15:58.000000000 +0200 @@ -1,8 +1,6 @@ %% include system.inc %% include bsplash.inc -/livecd false def - %% include timeout.inc %% include common.inc diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/panel.inc new/themes/SuSE/panel.inc --- old/themes/SuSE/panel.inc 2006-03-13 14:48:10.000000000 +0100 +++ new/themes/SuSE/panel.inc 2006-03-31 14:14:00.000000000 +0200 @@ -42,6 +42,7 @@ [ keyF2 0 "F2" /panel.video /panel.video.width /panel.video.update /video.init ] [ keyF3 0 "F3" /panel.splash /panel.splash.width /panel.splash.update /splash.init ] + [ keyF4 0 "F4" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] } { @@ -61,10 +62,10 @@ } if } if - xmenu.bits .undef eq { bits.init } if - } ifelse + xmenu.bits .undef eq { bits.init } if + } { [ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ] @@ -97,6 +98,7 @@ panel.penguin } { %% include panel.default + CapsLock { pop panel.full } if } ifelse def } { /panel.short [ @@ -189,6 +191,9 @@ % only for install CDs syslinux not { return } if + % not for live cd + livecd { return } if + % not for F1 dup keyF1 eq { return } if diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/bg.po new/themes/SuSE/po/bg.po --- old/themes/SuSE/po/bg.po 2006-03-06 17:24:32.000000000 +0100 +++ new/themes/SuSE/po/bg.po 2006-03-31 14:01:45.000000000 +0200 @@ -289,3 +289,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Да" + +#. txt_no +msgid "No" +msgstr "Не" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/bin/add_text new/themes/SuSE/po/bin/add_text --- old/themes/SuSE/po/bin/add_text 2004-03-14 18:10:11.000000000 +0100 +++ new/themes/SuSE/po/bin/add_text 2006-03-31 13:41:18.000000000 +0200 @@ -46,7 +46,9 @@ print "ok\n"; for $f ("bootloader.pot", <*.po>) { - if(open F, ">>$f") { + if(open F, "+<$f") { + @f = <F>; + print F "\n" if $f[-1] !~ /^\s*$/; print F @l; close F; } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/bootloader.pot new/themes/SuSE/po/bootloader.pot --- old/themes/SuSE/po/bootloader.pot 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/bootloader.pot 2006-03-31 14:01:45.000000000 +0200 @@ -255,3 +255,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "" + +#. txt_no +msgid "No" +msgstr "" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/cs.po new/themes/SuSE/po/cs.po --- old/themes/SuSE/po/cs.po 2006-03-27 15:38:06.000000000 +0200 +++ new/themes/SuSE/po/cs.po 2006-03-31 14:01:45.000000000 +0200 @@ -15,7 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10.2\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" # ok button label #. txt_ok @@ -288,3 +289,21 @@ msgid "Installation--Local APIC Disabled" msgstr "Instalace -- bez local APIC" +#. txt_yes +msgid "Yes" +msgstr "Ano" + +#. txt_no +msgid "No" +msgstr "Ne" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/da.po new/themes/SuSE/po/da.po --- old/themes/SuSE/po/da.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/da.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Ja" + +#. txt_no +msgid "No" +msgstr "Nej" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/de.po new/themes/SuSE/po/de.po --- old/themes/SuSE/po/de.po 2006-03-06 11:51:27.000000000 +0100 +++ new/themes/SuSE/po/de.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "Installation - Lokaler APIC deaktiviert" +#. txt_yes +msgid "Yes" +msgstr "Ja" + +#. txt_no +msgid "No" +msgstr "Nein" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "Datei" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/el.po new/themes/SuSE/po/el.po --- old/themes/SuSE/po/el.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/el.po 2006-03-31 14:01:45.000000000 +0200 @@ -287,3 +287,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Ναι" + +#. txt_no +msgid "No" +msgstr "Όχι" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/es.po new/themes/SuSE/po/es.po --- old/themes/SuSE/po/es.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/es.po 2006-03-31 14:01:45.000000000 +0200 @@ -287,3 +287,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Sí" + +#. txt_no +msgid "No" +msgstr "No" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/fi.po new/themes/SuSE/po/fi.po --- old/themes/SuSE/po/fi.po 2006-03-27 15:51:47.000000000 +0200 +++ new/themes/SuSE/po/fi.po 2006-03-31 14:01:45.000000000 +0200 @@ -288,3 +288,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Kyllä" + +#. txt_no +msgid "No" +msgstr "Ei" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/fr.po new/themes/SuSE/po/fr.po --- old/themes/SuSE/po/fr.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/fr.po 2006-03-31 14:01:45.000000000 +0200 @@ -291,3 +291,23 @@ msgid "Installation--Local APIC Disabled" msgstr "" +# TLABEL linuxrc_2002_03_29_0036__2 +#. txt_yes +msgid "Yes" +msgstr "Oui" + +# TLABEL linuxrc_2002_03_29_0036__3 +#. txt_no +msgid "No" +msgstr "Non" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/hu.po new/themes/SuSE/po/hu.po --- old/themes/SuSE/po/hu.po 2006-03-27 15:47:42.000000000 +0200 +++ new/themes/SuSE/po/hu.po 2006-03-31 14:01:45.000000000 +0200 @@ -292,3 +292,21 @@ msgid "Installation--Local APIC Disabled" msgstr "Telepítés - Local APIC támogatás nélkül" +#. txt_yes +msgid "Yes" +msgstr "Igen" + +#. txt_no +msgid "No" +msgstr "Nem" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/it.po new/themes/SuSE/po/it.po --- old/themes/SuSE/po/it.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/it.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Sì" + +#. txt_no +msgid "No" +msgstr "No" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/ja.po new/themes/SuSE/po/ja.po --- old/themes/SuSE/po/ja.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/ja.po 2006-03-31 14:01:45.000000000 +0200 @@ -281,3 +281,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "はい" + +#. txt_no +msgid "No" +msgstr "いいえ" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/lt.po new/themes/SuSE/po/lt.po --- old/themes/SuSE/po/lt.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/lt.po 2006-03-31 14:01:45.000000000 +0200 @@ -283,3 +283,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "" + +#. txt_no +msgid "No" +msgstr "" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/nb.po new/themes/SuSE/po/nb.po --- old/themes/SuSE/po/nb.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/nb.po 2006-03-31 14:01:45.000000000 +0200 @@ -288,3 +288,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Ja" + +#. txt_no +msgid "No" +msgstr "Nei" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/nl.po new/themes/SuSE/po/nl.po --- old/themes/SuSE/po/nl.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/nl.po 2006-03-31 14:01:45.000000000 +0200 @@ -289,3 +289,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Ja" + +#. txt_no +msgid "No" +msgstr "Nee" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/pl.po new/themes/SuSE/po/pl.po --- old/themes/SuSE/po/pl.po 2006-03-27 15:47:37.000000000 +0200 +++ new/themes/SuSE/po/pl.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Tak" + +#. txt_no +msgid "No" +msgstr "Nie" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/pt.po new/themes/SuSE/po/pt.po --- old/themes/SuSE/po/pt.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/pt.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Sim" + +#. txt_no +msgid "No" +msgstr "Não" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/pt_BR.po new/themes/SuSE/po/pt_BR.po --- old/themes/SuSE/po/pt_BR.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/pt_BR.po 2006-03-31 14:01:45.000000000 +0200 @@ -282,3 +282,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Sim" + +#. txt_no +msgid "No" +msgstr "Não" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/ro.po new/themes/SuSE/po/ro.po --- old/themes/SuSE/po/ro.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/ro.po 2006-03-31 14:01:45.000000000 +0200 @@ -276,10 +276,9 @@ msgid "Other Options" msgstr "" -# label for language selection #. txt_language msgid "Language" -msgstr "" +msgstr "Limba" #. txt_apic msgid "Installation--IOAPIC Enabled" @@ -293,3 +292,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Da" + +#. txt_no +msgid "No" +msgstr "Nu" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/ru.po new/themes/SuSE/po/ru.po --- old/themes/SuSE/po/ru.po 2006-03-06 17:22:33.000000000 +0100 +++ new/themes/SuSE/po/ru.po 2006-03-31 14:01:45.000000000 +0200 @@ -289,3 +289,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Да" + +#. txt_no +msgid "No" +msgstr "Нет" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/sk.po new/themes/SuSE/po/sk.po --- old/themes/SuSE/po/sk.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/sk.po 2006-03-31 14:01:45.000000000 +0200 @@ -280,10 +280,9 @@ msgid "Other Options" msgstr "" -# label for language selection #. txt_language msgid "Language" -msgstr "" +msgstr "Jazyk" #. txt_apic msgid "Installation--IOAPIC Enabled" @@ -297,3 +296,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Áno" + +#. txt_no +msgid "No" +msgstr "Nie" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/sl.po new/themes/SuSE/po/sl.po --- old/themes/SuSE/po/sl.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/sl.po 2006-03-31 14:01:45.000000000 +0200 @@ -290,3 +290,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Da" + +#. txt_no +msgid "No" +msgstr "Ne" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/sr.po new/themes/SuSE/po/sr.po --- old/themes/SuSE/po/sr.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/sr.po 2006-03-31 14:01:45.000000000 +0200 @@ -283,3 +283,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "" + +#. txt_no +msgid "No" +msgstr "" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/sv.po new/themes/SuSE/po/sv.po --- old/themes/SuSE/po/sv.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/sv.po 2006-03-31 14:01:45.000000000 +0200 @@ -286,3 +286,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Ja" + +#. txt_no +msgid "No" +msgstr "Nej" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/uk.po new/themes/SuSE/po/uk.po --- old/themes/SuSE/po/uk.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/uk.po 2006-03-31 14:01:45.000000000 +0200 @@ -288,3 +288,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "Так" + +#. txt_no +msgid "No" +msgstr "Ні" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/zh_CN.po new/themes/SuSE/po/zh_CN.po --- old/themes/SuSE/po/zh_CN.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/zh_CN.po 2006-03-31 14:01:45.000000000 +0200 @@ -282,3 +282,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "是" + +#. txt_no +msgid "No" +msgstr "否" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/po/zh_TW.po new/themes/SuSE/po/zh_TW.po --- old/themes/SuSE/po/zh_TW.po 2006-03-06 11:50:37.000000000 +0100 +++ new/themes/SuSE/po/zh_TW.po 2006-03-31 14:01:45.000000000 +0200 @@ -282,3 +282,21 @@ msgid "Installation--Local APIC Disabled" msgstr "" +#. txt_yes +msgid "Yes" +msgstr "是" + +#. txt_no +msgid "No" +msgstr "否" + +# menu item for selecting a file +#. txt_file +msgid "File" +msgstr "" + +# input label: share as in "Windows share" (SMB) +#. txt_share +msgid "Share\n" +msgstr "" + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/system.inc new/themes/SuSE/system.inc --- old/themes/SuSE/system.inc 2006-02-09 15:56:55.000000000 +0100 +++ new/themes/SuSE/system.inc 2006-03-31 14:38:21.000000000 +0200 @@ -78,6 +78,8 @@ /statusCtrl 0x0104 def /statusShift 0x0003 def +/CapsLock { 0x417 cvp getbyte 0x40 and 0 ne } def + % boot loader % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -281,6 +283,25 @@ % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +% Convert object to number. +% +% ( obj ) ==> ( int ) +% +/cvn { + dup gettype t_string eq { + 0 exch + { + '0' sub + dup 0 lt over 9 gt or { pop exit } if + exch 10 mul add + } forall + } { + t_int settype + } ifelse +} def + + +% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % Arguments like snprintf. % % ( obj_1 ... obj_n string_1 string_2 ) ==> ( ) @@ -514,7 +535,7 @@ gfxconfig.data { - % overkill because string compare does not honour eotchar + % overkill because string compare does not honor eotchar dup strdup dup 5 index eq { dup length exch free 1 add add exch pop exit } { @@ -763,3 +784,33 @@ } def +% Test whether we run in Live-CD mode +% +% ( -- true|false ) +% +/livecd { + /livecd "livecd" getgfxconfig dup .undef ne { 0 ne } { pop false } ifelse def + livecd +} def + + +% Mininum Live-CD memory in MB. +% +% ( -- int ) +% +/livecd.mem.check { + /livecd.mem.check "livecd.mem.check" getgfxconfig dup .undef ne { cvn } { pop 200 } ifelse def + livecd.mem.check +} def + + +% Mininum Live-CD memory in MB we ask the user for. +% +% ( -- int ) +% +/livecd.mem.show { + /livecd.mem.show "livecd.mem.show" getgfxconfig dup .undef ne { cvn } { pop 256 } ifelse def + livecd.mem.show +} def + + diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/themes/SuSE/window.inc new/themes/SuSE/window.inc --- old/themes/SuSE/window.inc 2005-08-28 17:32:21.000000000 +0200 +++ new/themes/SuSE/window.inc 2006-03-31 12:27:07.000000000 +0200 @@ -482,7 +482,7 @@ /dialog.height window.buttons 0 get 3 get dialog.button.y add 8 add def } if } if - /dialog.y screen.size exch pop dialog.tmp .position get mul 10 div dialog.height sub 2 div def + /dialog.y screen.size exch pop dialog.tmp .position get mul 10 div dialog.height sub 2 div 10 max def window.buttons .undef ne { window.buttons length { 10 ++++++ gfxboot-3.2.18.tar.bz2 -> gfxboot-3.2.20.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.2.18/Changelog new/gfxboot-3.2.20/Changelog --- old/gfxboot-3.2.18/Changelog 2006-03-29 16:30:39.000000000 +0200 +++ new/gfxboot-3.2.20/Changelog 2006-03-31 14:47:28.000000000 +0200 @@ -1,3 +1,12 @@ +31/3/2006: v3.2.20 + - added 'share' input field for smb install + - some more texts are translatable + - Live-CD preparations + +30/3/2006: v3.2.19 + - adjusted 640x480 fallback layout + - added driver update dialog that lets you enter the update file name + 29/3/2006: v3.2.18 - better 'welcome' screen diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.2.18/VERSION new/gfxboot-3.2.20/VERSION --- old/gfxboot-3.2.18/VERSION 2006-03-29 16:30:20.000000000 +0200 +++ new/gfxboot-3.2.20/VERSION 2006-03-31 13:57:05.000000000 +0200 @@ -1 +1 @@ -3.2.18 +3.2.20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de