<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bootloader-theme/src, branch 4.1.19.2</title>
<subtitle>Mageia Bootloader Theme</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/'/>
<entry>
<title>Rename 'languages' to 'lang'</title>
<updated>2009-02-25T13:05:57+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-25T13:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=da4f71b1f1b3a2bfce8114472e08f84182472c7d'/>
<id>da4f71b1f1b3a2bfce8114472e08f84182472c7d</id>
<content type='text'>
The list of languages available to the gfxboot menu is stored in a file
which used to be called "languages". However, when using isolinux this
file can't be found because its name is too long (9 chars). Renaming it
to langs fixes that problem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list of languages available to the gfxboot menu is stored in a file
which used to be called "languages". However, when using isolinux this
file can't be found because its name is too long (9 chars). Renaming it
to langs fixes that problem
</pre>
</div>
</content>
</entry>
<entry>
<title>Reenable hiding of linux-nonfb since it seems to be fixed now</title>
<updated>2009-02-25T13:05:55+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-25T13:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=b12da067cef7f82012b6568f256b5fa143ab9825'/>
<id>b12da067cef7f82012b6568f256b5fa143ab9825</id>
<content type='text'>
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9ab115e43e7aea43b81309a0768f921114c48035.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix(?) off by one error which led to display corruption in the lang menu</title>
<updated>2009-02-24T17:32:19+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-24T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=4d8f045d38ffc3f9640bd2566fbeaceb4b0c897c'/>
<id>4d8f045d38ffc3f9640bd2566fbeaceb4b0c897c</id>
<content type='text'>
The changes to reduce the size of the status bar exhibited a bug in the
way the language menu is layed out (vertical stripes all over the
place). panel.text.y was 0 and we tried to substract 1 from it when
trying to draw the lang menu background which didn't work too nicely.
This commit is one way of fixing it (by changing the way we calculate
the number of lang entries to display in one column), but I'm not sure
this is the best way to do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes to reduce the size of the status bar exhibited a bug in the
way the language menu is layed out (vertical stripes all over the
place). panel.text.y was 0 and we tried to substract 1 from it when
trying to draw the lang menu background which didn't work too nicely.
This commit is one way of fixing it (by changing the way we calculate
the number of lang entries to display in one column), but I'm not sure
this is the best way to do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide linux64 entry</title>
<updated>2009-02-23T17:54:33+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=cb659062e09d4bc5881ba6ba4ed37b4e655896c6'/>
<id>cb659062e09d4bc5881ba6ba4ed37b4e655896c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the way we handle dual-arch</title>
<updated>2009-02-23T17:54:32+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=1908289165f052842a25ef97463dc6db9f9bd376'/>
<id>1908289165f052842a25ef97463dc6db9f9bd376</id>
<content type='text'>
The autodetection of 32/64 ISOs uses getcwd which currently always
return '/' in the COM32 module so this can't work. Change it to check
for hardcoded paths working for mandriva CDs. Run a linux64 image when
using 64 bit mode since otherwise I'm not sure how to get gfxboot to
pick the proper kernel :-/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The autodetection of 32/64 ISOs uses getcwd which currently always
return '/' in the COM32 module so this can't work. Change it to check
for hardcoded paths working for mandriva CDs. Run a linux64 image when
using 64 bit mode since otherwise I'm not sure how to get gfxboot to
pick the proper kernel :-/
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch F5 and F6 to match the old layout</title>
<updated>2009-02-23T17:54:29+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-23T17:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=c2d8a6df00f879d0955fc0fd25ce552ddfe0c7d2'/>
<id>c2d8a6df00f879d0955fc0fd25ce552ddfe0c7d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Readd mandriva logo fadein at gfxboot startup</title>
<updated>2009-02-19T14:14:22+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-19T14:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=6f221626a53e63c64a8e7c83c568f2220061a2f8'/>
<id>6f221626a53e63c64a8e7c83c568f2220061a2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not hide linux-nonfb entry for now since it's causing issues</title>
<updated>2009-02-13T14:22:05+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-02-13T14:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=2f0709f61824d35be69f7bea53d3149382a1b70e'/>
<id>2f0709f61824d35be69f7bea53d3149382a1b70e</id>
<content type='text'>
When hiding an entry, gfxboot gets confused because it renumbers the
entries and it passes the wrong entry index to the bootloader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When hiding an entry, gfxboot gets confused because it renumbers the
entries and it passes the wrong entry index to the bootloader.
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of some easter eggs (esp. penguins)</title>
<updated>2009-01-27T17:50:25+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2009-01-27T17:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=ea31d384851aa2f6b3cf0fa08c0174d527e70d67'/>
<id>ea31d384851aa2f6b3cf0fa08c0174d527e70d67</id>
<content type='text'>
(second part of the commit)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(second part of the commit)

</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of some easter eggs (esp. penguins)</title>
<updated>2009-01-27T17:30:46+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2009-01-27T17:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/design/bootloader-theme/commit/?id=1e725dca0bfb230430daa753f09ffe7b45a19795'/>
<id>1e725dca0bfb230430daa753f09ffe7b45a19795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
