<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/Gui/CCMainWindow.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>point online help to fedora docs instead of redhat docs</title>
<updated>2011-02-05T15:53:13+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-02-05T15:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6'/>
<id>920242d79d6ceb3ddf9a2868c3c88e8dccefb1e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some gui warnings rhbz#671488</title>
<updated>2011-02-05T12:08:36+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-02-05T12:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=6dc274a1e257db3cc7f2d7a1a01f2c6c2e2e801e'/>
<id>6dc274a1e257db3cc7f2d7a1a01f2c6c2e2e801e</id>
<content type='text'>
- it turned out to be caused by some unused code we had in git, so
  I just removed it and find out, that I was redefining the "show"
  signal from GObject, so I renamed it to "show_gui"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- it turned out to be caused by some unused code we had in git, so
  I just removed it and find out, that I was redefining the "show"
  signal from GObject, so I renamed it to "show_gui"
</pre>
</div>
</content>
</entry>
<entry>
<title>- help button show the online help instead of about dialog rhbz#666267</title>
<updated>2011-01-14T15:16:15+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-01-14T15:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=6ca53729239164fb725ba2dc9e97cb0fee81b4c3'/>
<id>6ca53729239164fb725ba2dc9e97cb0fee81b4c3</id>
<content type='text'>
- the help button opens the default browser and shows the deployment guide page:
  http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-abrt.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the help button opens the default browser and shows the deployment guide page:
  http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-abrt.html
</pre>
</div>
</content>
</entry>
<entry>
<title>String updates</title>
<updated>2010-07-12T11:43:30+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-07-12T11:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=39d1eb82b56410e41ee8dccf5b2d6f3cad217996'/>
<id>39d1eb82b56410e41ee8dccf5b2d6f3cad217996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GUI: add a hostname column</title>
<updated>2010-06-23T12:19:22+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-06-23T12:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c7969056a65a74bfa4d7979880ee02a8e89356eb'/>
<id>c7969056a65a74bfa4d7979880ee02a8e89356eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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: new reporting wizard</title>
<updated>2010-05-26T13:52:01+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-05-26T13:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=cdeb8679358ba2ced26271994ed08fd7262c5e3d'/>
<id>cdeb8679358ba2ced26271994ed08fd7262c5e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed forgotten debug message</title>
<updated>2010-04-06T16:58:03+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-04-06T16:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=1b8ce03ff4071fcfc3a8d84b1df70004df8c5061'/>
<id>1b8ce03ff4071fcfc3a8d84b1df70004df8c5061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such</title>
<updated>2010-04-02T11:30:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-02T11:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=2fbeaa3f46cfba6d9eb084229fffda33bbe02ddc'/>
<id>2fbeaa3f46cfba6d9eb084229fffda33bbe02ddc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Acked-by: Jiri Moskovcak &lt;jmoskovc@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
Acked-by: Jiri Moskovcak &lt;jmoskovc@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gui: tweak help text (trivial)</title>
<updated>2010-04-01T14:56:09+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-04-01T14:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3fe1e00cd9071b79dbeb1869217e38e7fa4038fe'/>
<id>3fe1e00cd9071b79dbeb1869217e38e7fa4038fe</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
