<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/share, branch 16.7</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>drop useless logo style</title>
<updated>2013-12-04T14:16:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-12-04T14:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=fe91a26bf9bb3298605b76d226db3f329421b1c6'/>
<id>fe91a26bf9bb3298605b76d226db3f329421b1c6</id>
<content type='text'>
unused since July 2008
see commits e5ebd1827, 5a380298d, 0aceb01fd, &amp; 3ee8b0b2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unused since July 2008
see commits e5ebd1827, 5a380298d, 0aceb01fd, &amp; 3ee8b0b2c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix blue background behind left panel text (mga#11866)</title>
<updated>2013-12-04T14:12:25+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-12-04T14:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=60665b8f4ee4267e32c5306e485dc3264d4246cb'/>
<id>60665b8f4ee4267e32c5306e485dc3264d4246cb</id>
<content type='text'>
Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866)
=&gt; drop the useless bg color.

this affected both installer &amp; (no yet released) mcc.
Detected first while testing gtk3 mcc and then also reported once
oxygen-gtk3 was fixed regarding Banners.

Spotted by Hugo Pereira Da Costa in
https://bugs.kde.org/show_bug.cgi?id=328383
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866)
=&gt; drop the useless bg color.

this affected both installer &amp; (no yet released) mcc.
Detected first while testing gtk3 mcc and then also reported once
oxygen-gtk3 was fixed regarding Banners.

Spotted by Hugo Pereira Da Costa in
https://bugs.kde.org/show_bug.cgi?id=328383
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Russian translations</title>
<updated>2013-12-02T23:19:01+00:00</updated>
<author>
<name>kiki</name>
<email>kiki.syahadat@yahoo.co.id</email>
</author>
<published>2013-12-02T23:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=67fc828cc11e67cbeb1813280e235f197ba801b6'/>
<id>67fc828cc11e67cbeb1813280e235f197ba801b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix titles not being blue anymore</title>
<updated>2013-12-02T13:31:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-12-02T13:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=11ba82c878d478bd7707dd7a5d1083b19ecd4060'/>
<id>11ba82c878d478bd7707dd7a5d1083b19ecd4060</id>
<content type='text'>
in CSS, we need to match sub widgets too for installer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in CSS, we need to match sub widgets too for installer
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Indonesian translations</title>
<updated>2013-12-02T11:21:20+00:00</updated>
<author>
<name>kiki</name>
<email>kiki.syahadat@yahoo.co.id</email>
</author>
<published>2013-12-02T11:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3f440ab9ee220189ddc4d3d940bd287529c65f2c'/>
<id>3f440ab9ee220189ddc4d3d940bd287529c65f2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix diskdrake colorized partition tabs with Adwaita (bgo#719624)</title>
<updated>2013-12-02T06:09:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-12-02T06:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=038fd7ccc8c37fba4225cd86ab9ab285528ef8c7'/>
<id>038fd7ccc8c37fba4225cd86ab9ab285528ef8c7</id>
<content type='text'>
"In the GTK+ CSS interpreter (and CSS in general), background-image
takes precedence over background-color, so the gradients set by Adwaita
on focused windows' buttons still takes precedence over your custom
background-color, this doesn't happen on unfocused windows because no
background-image is set for buttons there."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"In the GTK+ CSS interpreter (and CSS in general), background-image
takes precedence over background-color, so the gradients set by Adwaita
on focused windows' buttons still takes precedence over your custom
background-color, this doesn't happen on unfocused windows because no
background-image is set for buttons there."
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Greek translation</title>
<updated>2013-12-01T08:42:07+00:00</updated>
<author>
<name>dglent</name>
<email>dglent@gmail.com</email>
</author>
<published>2013-12-01T08:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=39b8eedb565aa4d1c408b86e837d642ef71127c7'/>
<id>39b8eedb565aa4d1c408b86e837d642ef71127c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update</title>
<updated>2013-11-30T21:45:53+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-30T21:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=66ddc1feac1059e64cbcd8232499a2207e973fd7'/>
<id>66ddc1feac1059e64cbcd8232499a2207e973fd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Turkish translation</title>
<updated>2013-11-30T21:21:54+00:00</updated>
<author>
<name>tarakbumba</name>
<email>tarakbumba@gmail.com</email>
</author>
<published>2013-11-30T21:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bfae167c7d2cd36992d3675c2a6cfcd4185ca8db'/>
<id>bfae167c7d2cd36992d3675c2a6cfcd4185ca8db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slovenian translation updated</title>
<updated>2013-11-30T20:27:23+00:00</updated>
<author>
<name>filip</name>
<email>filip.komar@gmail.com</email>
</author>
<published>2013-11-30T20:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=af389e89fcced08b9b949e6671452dc1728543da'/>
<id>af389e89fcced08b9b949e6671452dc1728543da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
