<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx, branch 16.1</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>16.1</title>
<updated>2013-11-28T13:48:41+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T13:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=139725a86f58091d6a4efe312a3550bb1c35eae0'/>
<id>139725a86f58091d6a4efe312a3550bb1c35eae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap too big labels in summary dialog (mga#11793)</title>
<updated>2013-11-28T13:47:57+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T13:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=24e5026cdc82292243c9f313d5c90d318bb9abd6'/>
<id>24e5026cdc82292243c9f313d5c90d318bb9abd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent looping forever when sizing partition tabs</title>
<updated>2013-11-28T13:19:29+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-27T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e779a9401a2971e0338fdf3e7dffaa60629d3b28'/>
<id>e779a9401a2971e0338fdf3e7dffaa60629d3b28</id>
<content type='text'>
spot while trying to reproduce mga#11779
this code has always been tricky and has bugs since introduced
(see eg: resizing occuring when switching partition tabs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spot while trying to reproduce mga#11779
this code has always been tricky and has bugs since introduced
(see eg: resizing occuring when switching partition tabs)
</pre>
</div>
</content>
</entry>
<entry>
<title>banners text is rendered as blue again</title>
<updated>2013-11-28T13:03:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T13:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ac770b60cddb20587a87bafb35b61c6810a0bf42'/>
<id>ac770b60cddb20587a87bafb35b61c6810a0bf42</id>
<content type='text'>
in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed
the widget name...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed
the widget name...
</pre>
</div>
</content>
</entry>
<entry>
<title>align banner text to left instead of centering it</title>
<updated>2013-11-28T12:58:43+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T12:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f13a8c6e1a5b9ea7bbc0e8c824ff73279359a7a3'/>
<id>f13a8c6e1a5b9ea7bbc0e8c824ff73279359a7a3</id>
<content type='text'>
This was though better when reinventing banners in gtk3. However:
- mcc is still gtk2 and it display a left aligned banner for embedded
  tools
- it can be seen as a regression
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was though better when reinventing banners in gtk3. However:
- mcc is still gtk2 and it display a left aligned banner for embedded
  tools
- it can be seen as a regression
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Gtk2 banners' text position (mga#11778)</title>
<updated>2013-11-28T12:46:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T12:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ee095e6e14e98fe19b2b3392734274c100ffed88'/>
<id>ee095e6e14e98fe19b2b3392734274c100ffed88</id>
<content type='text'>
in commit aa1b536467c9b11d9dd3ff3a0369ca5097642fec, the blue background
image has been shrinked of its white part for Gtk3 banners

as a side effect, gtk2 banners (where we removed 48px of white
background) now displayed their text too far at left, on the actual blue
part.
=&gt; add 10px instead of removing 48px
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in commit aa1b536467c9b11d9dd3ff3a0369ca5097642fec, the blue background
image has been shrinked of its white part for Gtk3 banners

as a side effect, gtk2 banners (where we removed 48px of white
background) now displayed their text too far at left, on the actual blue
part.
=&gt; add 10px instead of removing 48px
</pre>
</div>
</content>
</entry>
<entry>
<title>better log</title>
<updated>2013-11-28T12:45:34+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T12:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3a91f72da3a6a3ecee49c5da105c1fa611f89a39'/>
<id>3a91f72da3a6a3ecee49c5da105c1fa611f89a39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use new Toolbar API (mga#11791)</title>
<updated>2013-11-28T12:22:24+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T12:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2f8ee0ef2b920ad8125b34339bce7b4f241e2812'/>
<id>2f8ee0ef2b920ad8125b34339bce7b4f241e2812</id>
<content type='text'>
old toolbar API is no more available:
Can't locate object method "append_item" via package Gtk3:Toolbar" at
ugtk3.pm line 954
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old toolbar API is no more available:
Can't locate object method "append_item" via package Gtk3:Toolbar" at
ugtk3.pm line 954
</pre>
</div>
</content>
</entry>
<entry>
<title>fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797)</title>
<updated>2013-11-28T11:52:39+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T08:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4d4666ef4068f7f7e9bf8fd7b376c407dddbe1b5'/>
<id>4d4666ef4068f7f7e9bf8fd7b376c407dddbe1b5</id>
<content type='text'>
fix can't locate object method "child1_shrink" via package "Gtk3::HPaned"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix can't locate object method "child1_shrink" via package "Gtk3::HPaned"
</pre>
</div>
</content>
</entry>
<entry>
<title>fix left panel text being black instead of white (mga#11792)</title>
<updated>2013-11-28T08:33:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2013-11-28T08:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1285c7382105cba7e4567c3a4c890cec2708b4a2'/>
<id>1285c7382105cba7e4567c3a4c890cec2708b4a2</id>
<content type='text'>
issue introduced in commit 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a
when switching from gtk2 RC files to gtk3 CSS:
we need to add "*" to match children widgets too
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
issue introduced in commit 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a
when switching from gtk2 RC files to gtk3 CSS:
we need to add "*" to match children widgets too
</pre>
</div>
</content>
</entry>
</feed>
