<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/Gui/CC_gui_functions.py, branch 1.1.17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>GUI: don't show the placehondler icon rhbz#605693</title>
<updated>2010-06-21T21:18:41+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-06-21T21:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=af82f994e39c60ee3c770ce8a724d5132161d24f'/>
<id>af82f994e39c60ee3c770ce8a724d5132161d24f</id>
<content type='text'>
- the generic executable icon seems to be a better choice if we have it
  and the placeholder is used really as a last resort
- the logic in get_icon_for_package has been improved to not try so hard
  as it usually picked the wrong icon and might be more confusing for users
  then just not showing it at all
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the generic executable icon seems to be a better choice if we have it
  and the placeholder is used really as a last resort
- the logic in get_icon_for_package has been improved to not try so hard
  as it usually picked the wrong icon and might be more confusing for users
  then just not showing it at all
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: fixed exception when there is no configure dialog for plugin rhbz#603745</title>
<updated>2010-06-16T09:05:37+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-06-16T09:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a972a2aba8dc240eec4eccbff1e660a6dabfa86f'/>
<id>a972a2aba8dc240eec4eccbff1e660a6dabfa86f</id>
<content type='text'>
- gui now complains about the missing dialog
  and won't throw and exception
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- gui now complains about the missing dialog
  and won't throw and exception
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: total rewrite based on design from Mairin Duffy</title>
<updated>2010-03-31T10:07:15+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-03-31T10:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c0bd4813a42f3fe817d0de4dd6a1e9937a0c80b5'/>
<id>c0bd4813a42f3fe817d0de4dd6a1e9937a0c80b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: removed dead code</title>
<updated>2010-03-04T13:32:12+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-03-04T13:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=6b56dbe3c52d8be0f84995b4a584d50a13251890'/>
<id>6b56dbe3c52d8be0f84995b4a584d50a13251890</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: improved url handling in report messages</title>
<updated>2010-02-17T12:05:00+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-02-17T12:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=9413aab583154851a5b064234ec3b367fd163ec1'/>
<id>9413aab583154851a5b064234ec3b367fd163ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: escape plugin messages before using them in set_markup()</title>
<updated>2010-02-09T20:51:20+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-02-09T20:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d0f19e435b5a3fecb3fd74b1ba0202364e6dc545'/>
<id>d0f19e435b5a3fecb3fd74b1ba0202364e6dc545</id>
<content type='text'>
- if the messages contain tags like &lt;foo&gt; it would
  break the markup and end-up with message like:
GtkWarning: Failed to set text from markup due to error parsing markup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- if the messages contain tags like &lt;foo&gt; it would
  break the markup and end-up with message like:
GtkWarning: Failed to set text from markup due to error parsing markup
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: fixed some pylint warnings</title>
<updated>2010-01-30T20:33:42+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-01-30T20:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=226ad13b9324fdd5165a1158e310cebd0440aaf7'/>
<id>226ad13b9324fdd5165a1158e310cebd0440aaf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: made report message labels wrap</title>
<updated>2010-01-30T15:47:11+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-01-30T15:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=4704b9a8a3ce000767f2b1e96da2aca3b96ea9cf'/>
<id>4704b9a8a3ce000767f2b1e96da2aca3b96ea9cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: wider report message dialog</title>
<updated>2010-01-29T17:04:45+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-01-29T17:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=aa48d2a13fef2d019da007fb6ed6ffa78fd1eba1'/>
<id>aa48d2a13fef2d019da007fb6ed6ffa78fd1eba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: wrap the reporter message if it's longer than 360px</title>
<updated>2010-01-29T12:44:56+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-01-29T12:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=36e3715dc7d1048b14f492efdb83e2bd0e19990f'/>
<id>36e3715dc7d1048b14f492efdb83e2bd0e19990f</id>
<content type='text'>
- and make this work dynamically!!! making 360px the
  hard border is not very nice
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- and make this work dynamically!!! making 360px the
  hard border is not very nice
</pre>
</div>
</content>
</entry>
</feed>
