<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for making things suck less</title>
	<atom:link href="http://mattr.info/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattr.info:8080/blog</link>
	<description>mattr&#039;s blog</description>
	<lastBuildDate>Wed, 24 Feb 2010 22:10:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Yahoo Webcam Fixes for Kopete by crjackson</title>
		<link>http://mattr.info:8080/blog/2010/01/11/yahoo-webcam-fixes-for-kopete/comment-page-1/#comment-29543</link>
		<dc:creator>crjackson</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=193#comment-29543</guid>
		<description>so how do I get this update.  my kopete still doesn&#039;t send or view webcam.</description>
		<content:encoded><![CDATA[<p>so how do I get this update.  my kopete still doesn&#8217;t send or view webcam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo Webcam Fixes for Kopete by Paul Fee</title>
		<link>http://mattr.info:8080/blog/2010/01/11/yahoo-webcam-fixes-for-kopete/comment-page-1/#comment-29537</link>
		<dc:creator>Paul Fee</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=193#comment-29537</guid>
		<description>I&#039;ve had problems using Kopete with Yahoo.  I could connect and receive messages, but my messages wouldn&#039;t reach the recipient.  There was no local indication of anything wrong.

Has anyone else seen this?  Was it a known issue that&#039;s now been fixed?  Should I try again and raise a new bug if necessary?

I&#039;ve switched to pidgin because of it, but would like to return to kopete once Yahoo IM works for me.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had problems using Kopete with Yahoo.  I could connect and receive messages, but my messages wouldn&#8217;t reach the recipient.  There was no local indication of anything wrong.</p>
<p>Has anyone else seen this?  Was it a known issue that&#8217;s now been fixed?  Should I try again and raise a new bug if necessary?</p>
<p>I&#8217;ve switched to pidgin because of it, but would like to return to kopete once Yahoo IM works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo Webcam Fixes for Kopete by Venky80</title>
		<link>http://mattr.info:8080/blog/2010/01/11/yahoo-webcam-fixes-for-kopete/comment-page-1/#comment-29536</link>
		<dc:creator>Venky80</dc:creator>
		<pubDate>Tue, 12 Jan 2010 07:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=193#comment-29536</guid>
		<description>so guess i can close my defect which i opened.</description>
		<content:encoded><![CDATA[<p>so guess i can close my defect which i opened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo Webcam Fixes for Kopete by anne..</title>
		<link>http://mattr.info:8080/blog/2010/01/11/yahoo-webcam-fixes-for-kopete/comment-page-1/#comment-29535</link>
		<dc:creator>anne..</dc:creator>
		<pubDate>Tue, 12 Jan 2010 05:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=193#comment-29535</guid>
		<description>what do i do with this na?</description>
		<content:encoded><![CDATA[<p>what do i do with this na?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First version of QtPersistence released by Mario</title>
		<link>http://mattr.info:8080/blog/2009/12/29/first-version-of-qtpersistence-released/comment-page-1/#comment-29533</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 02 Jan 2010 09:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=188#comment-29533</guid>
		<description>Hi,

IMHO that&#039;s a very cool project! I have some questions:

1 Do you intend to support already existing databases, which includes fine graned control over QtPersistence?

1a E.g., IMHO it would be useful to have an option for telling QtPersistence, that all columns in all tables which name is USER_ID can be looked up in a table named USER. 

1b Would also be useful if one could control e.g. the format of dates (e.g. already existing databases may not use the rdbms&#039; builtin date format, but only some kind of string representation).

2 Do you think that some time in the future it will possible of supporting non-database backend, e.g. saving data in-memory, using Qt-objects only?

3 I have never managed to understand Qt&#039;s Interview framework as soon as it comes to QAbstractItemModel. Do you plan to make it possible of &quot;abusing&quot; QtPersistence as a workaround for that? I mean, instead of creating a new class which inherits from QAbstractItemModel one could use QtPersistence? I know that it is already possible to manipulate or view one single database table using Interview, but a table is not a tree...

Regards
Mario</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>IMHO that&#8217;s a very cool project! I have some questions:</p>
<p>1 Do you intend to support already existing databases, which includes fine graned control over QtPersistence?</p>
<p>1a E.g., IMHO it would be useful to have an option for telling QtPersistence, that all columns in all tables which name is USER_ID can be looked up in a table named USER. </p>
<p>1b Would also be useful if one could control e.g. the format of dates (e.g. already existing databases may not use the rdbms&#8217; builtin date format, but only some kind of string representation).</p>
<p>2 Do you think that some time in the future it will possible of supporting non-database backend, e.g. saving data in-memory, using Qt-objects only?</p>
<p>3 I have never managed to understand Qt&#8217;s Interview framework as soon as it comes to QAbstractItemModel. Do you plan to make it possible of &#8220;abusing&#8221; QtPersistence as a workaround for that? I mean, instead of creating a new class which inherits from QAbstractItemModel one could use QtPersistence? I know that it is already possible to manipulate or view one single database table using Interview, but a table is not a tree&#8230;</p>
<p>Regards<br />
Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First version of QtPersistence released by Matt</title>
		<link>http://mattr.info:8080/blog/2009/12/29/first-version-of-qtpersistence-released/comment-page-1/#comment-29532</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 31 Dec 2009 19:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=188#comment-29532</guid>
		<description>@Jay: exactly right. Not such a great name, but the name can always be changed. I suck at naming things, so I&#039;d love to see any suggestions.

@Albert: eventually, yes. I&#039;m sure there will be a refactoring that will need to be done to support those, and the necessary evils around them. :)   I just saw Wt::Dbo the other day in fact, and intend to look at it more soonish.

Thanks for the comments everybody!</description>
		<content:encoded><![CDATA[<p>@Jay: exactly right. Not such a great name, but the name can always be changed. I suck at naming things, so I&#8217;d love to see any suggestions.</p>
<p>@Albert: eventually, yes. I&#8217;m sure there will be a refactoring that will need to be done to support those, and the necessary evils around them. <img src='http://mattr.info:8080/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    I just saw Wt::Dbo the other day in fact, and intend to look at it more soonish.</p>
<p>Thanks for the comments everybody!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First version of QtPersistence released by Albert</title>
		<link>http://mattr.info:8080/blog/2009/12/29/first-version-of-qtpersistence-released/comment-page-1/#comment-29531</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Thu, 31 Dec 2009 15:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=188#comment-29531</guid>
		<description>Nice to see you working on this! By the way, I took a look at the code and do you plan tu support object relations? If so, I think you&#039;ll find the .save() function in persistent objects is not the most appropiate way to handle them. That&#039;s why I used a manager and commit() and rollback() functions in Kandau.

Also, you may be interested in Wt::Dbo, which has been released recently:

http://www.webtoolkit.eu/wt#/blog/2009/11/26/wt__dbo__an_orm__c___style/more</description>
		<content:encoded><![CDATA[<p>Nice to see you working on this! By the way, I took a look at the code and do you plan tu support object relations? If so, I think you&#8217;ll find the .save() function in persistent objects is not the most appropiate way to handle them. That&#8217;s why I used a manager and commit() and rollback() functions in Kandau.</p>
<p>Also, you may be interested in Wt::Dbo, which has been released recently:</p>
<p><a href="http://www.webtoolkit.eu/wt#/blog/2009/11/26/wt__dbo__an_orm__c___style/more" rel="nofollow">http://www.webtoolkit.eu/wt#/blog/2009/11/26/wt__dbo__an_orm__c___style/more</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First version of QtPersistence released by Jay</title>
		<link>http://mattr.info:8080/blog/2009/12/29/first-version-of-qtpersistence-released/comment-page-1/#comment-29530</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 30 Dec 2009 23:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=188#comment-29530</guid>
		<description>Persistence != ORM</description>
		<content:encoded><![CDATA[<p>Persistence != ORM</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Max Kanat-Alexander</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29527</link>
		<dc:creator>Max Kanat-Alexander</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29527</guid>
		<description>You know, as far as backtrace duplication and analysis goes, I wrote a Bugzilla Extension for bugzilla.gnome.org, called traceparser, that does all sorts of fancy things with stack traces in Bugzilla, including automatically finding identical and similar traces (even when filing a bug). It doesn&#039;t work in Bugzilla 3.4 without modification, but once Bugzilla 3.6 comes out, I could probably make it work pretty nicely if you guys wanted to use it on bugs.kde.org.

Why does bugs.kde.org run under mod_cgi, by the way? That&#039;s the speed problem, for sure.

-Max</description>
		<content:encoded><![CDATA[<p>You know, as far as backtrace duplication and analysis goes, I wrote a Bugzilla Extension for bugzilla.gnome.org, called traceparser, that does all sorts of fancy things with stack traces in Bugzilla, including automatically finding identical and similar traces (even when filing a bug). It doesn&#8217;t work in Bugzilla 3.4 without modification, but once Bugzilla 3.6 comes out, I could probably make it work pretty nicely if you guys wanted to use it on bugs.kde.org.</p>
<p>Why does bugs.kde.org run under mod_cgi, by the way? That&#8217;s the speed problem, for sure.</p>
<p>-Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by John</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29526</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29526</guid>
		<description>My main issues:

1) Speed!  It really is frustrating waiting on bko, but I guess that&#039;s more a hosting issue.
2) Reassigning to a different Product, you have to wait for the next screen to then choose the right Component, couldn&#039;t we do it in one go?
3) When closing as fixed should be able to say what release it was fixed in.  That would also need some work in the svn BUG: script, perhaps to automatically assign the next release for the branch the commit was on?
4) Target milestone doesn&#039;t seem to work?
5) In the new layout, could some of the lesser used fields like URL, Keywords, Depends, Blocks be moved to the right?
6) Looks like the layout issues that konqi had with width of bug lists has been fixed?
7) Documentation or flowcharts for the bug lifecycle, how the status is supposed to change, what each value means, etc.  We provide absolutely no help to new users or devs to find their way around (or even old ones).</description>
		<content:encoded><![CDATA[<p>My main issues:</p>
<p>1) Speed!  It really is frustrating waiting on bko, but I guess that&#8217;s more a hosting issue.<br />
2) Reassigning to a different Product, you have to wait for the next screen to then choose the right Component, couldn&#8217;t we do it in one go?<br />
3) When closing as fixed should be able to say what release it was fixed in.  That would also need some work in the svn BUG: script, perhaps to automatically assign the next release for the branch the commit was on?<br />
4) Target milestone doesn&#8217;t seem to work?<br />
5) In the new layout, could some of the lesser used fields like URL, Keywords, Depends, Blocks be moved to the right?<br />
6) Looks like the layout issues that konqi had with width of bug lists has been fixed?<br />
7) Documentation or flowcharts for the bug lifecycle, how the status is supposed to change, what each value means, etc.  We provide absolutely no help to new users or devs to find their way around (or even old ones).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Diederik van der Boor</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29525</link>
		<dc:creator>Diederik van der Boor</dc:creator>
		<pubDate>Sat, 21 Nov 2009 10:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29525</guid>
		<description>I can second what Milian Wolff says.

- I skip the wizard by using the &quot;report bug&quot; menu item.

The current wizard makes me type redundant input. E.g. I selected I used SuSE, next it asks how I got my packages, format they are, and whether I&#039;m using Linux/Windows/MacOS as OS. Especially the last question is just annoying.

With the report feature, Bugzilla asks whether the app+version are correct. Once you uncheck the version number, you also need to specify which app this is about, etc..

- Searching for duplicates does not work.

I report a plasma crash, and bugzilla also shows wishes for plasma features.. I report an Akonadi problem, and bugzilla suggests bug reports about Kate too. (imaginary example, but silly things like these do happen).

So I report the bug, spend time writing an explaination, and next there is a developer to close it as DUPLICATE. I rather would have figured that out myself already :)

With these things fixed, I think bugzilla could - at least for users - get a lot better already. I don&#039;t think the software is really that bad at all, but could need some polishing.</description>
		<content:encoded><![CDATA[<p>I can second what Milian Wolff says.</p>
<p>- I skip the wizard by using the &#8220;report bug&#8221; menu item.</p>
<p>The current wizard makes me type redundant input. E.g. I selected I used SuSE, next it asks how I got my packages, format they are, and whether I&#8217;m using Linux/Windows/MacOS as OS. Especially the last question is just annoying.</p>
<p>With the report feature, Bugzilla asks whether the app+version are correct. Once you uncheck the version number, you also need to specify which app this is about, etc..</p>
<p>- Searching for duplicates does not work.</p>
<p>I report a plasma crash, and bugzilla also shows wishes for plasma features.. I report an Akonadi problem, and bugzilla suggests bug reports about Kate too. (imaginary example, but silly things like these do happen).</p>
<p>So I report the bug, spend time writing an explaination, and next there is a developer to close it as DUPLICATE. I rather would have figured that out myself already <img src='http://mattr.info:8080/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>With these things fixed, I think bugzilla could &#8211; at least for users &#8211; get a lot better already. I don&#8217;t think the software is really that bad at all, but could need some polishing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by FiNeX</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29524</link>
		<dc:creator>FiNeX</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29524</guid>
		<description>I&#039;d prefer the comment reply text field after the comments.</description>
		<content:encoded><![CDATA[<p>I&#8217;d prefer the comment reply text field after the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Thomas Zander</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29523</link>
		<dc:creator>Thomas Zander</dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29523</guid>
		<description>Slightly off topic, I think one big problem is that the site is slow and thus searching becomes frustrating.
For that reason I started a Qt client that uses bugs.kde.org APIs and stores the bugs locally to search much more intelligently.

So for anyone doing triaging, having this app running will likely be a big help too; http://gitorious.org/bugsviewer</description>
		<content:encoded><![CDATA[<p>Slightly off topic, I think one big problem is that the site is slow and thus searching becomes frustrating.<br />
For that reason I started a Qt client that uses bugs.kde.org APIs and stores the bugs locally to search much more intelligently.</p>
<p>So for anyone doing triaging, having this app running will likely be a big help too; <a href="http://gitorious.org/bugsviewer" rel="nofollow">http://gitorious.org/bugsviewer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Boudewijn Rempt</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29522</link>
		<dc:creator>Boudewijn Rempt</dc:creator>
		<pubDate>Fri, 20 Nov 2009 08:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29522</guid>
		<description>The new layout is so much better that I would love it if the real bugzilla switched to it today.</description>
		<content:encoded><![CDATA[<p>The new layout is so much better that I would love it if the real bugzilla switched to it today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Milian Wolff</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29521</link>
		<dc:creator>Milian Wolff</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29521</guid>
		<description>Some feedback (hope it&#039;s OK here as well):

1) it&#039;s much easier / faster to report a bug on the plain bugzilla installation. I _hate_ the &quot;wizard&quot; on bugs.kde.org, it slows down. The plain one from bugzilla just gets down to the game, doesn&#039;t get into your way. Select a product and than file in the missing stuff. Much better!

Maybe this is not &quot;good&quot; for the first-time bug-reporters, but it&#039;s lightyears faster for &quot;advanced&quot; bug reporters, or developers like me that use bugzilla also for bugs they find (and want to fix eventually).

2) Of course somewhere we need a check for duplicates, but imo this requires a better search form than currently available: I rarely (and others neither) find the same keywords for a given problem. One should _either_ insert keywords _or_ a backtrace. Searching the backtrace for duplicates would imo be much better and saves Dario some time. searching keywords should be optional but required for wishlists and enhancements.</description>
		<content:encoded><![CDATA[<p>Some feedback (hope it&#8217;s OK here as well):</p>
<p>1) it&#8217;s much easier / faster to report a bug on the plain bugzilla installation. I _hate_ the &#8220;wizard&#8221; on bugs.kde.org, it slows down. The plain one from bugzilla just gets down to the game, doesn&#8217;t get into your way. Select a product and than file in the missing stuff. Much better!</p>
<p>Maybe this is not &#8220;good&#8221; for the first-time bug-reporters, but it&#8217;s lightyears faster for &#8220;advanced&#8221; bug reporters, or developers like me that use bugzilla also for bugs they find (and want to fix eventually).</p>
<p>2) Of course somewhere we need a check for duplicates, but imo this requires a better search form than currently available: I rarely (and others neither) find the same keywords for a given problem. One should _either_ insert keywords _or_ a backtrace. Searching the backtrace for duplicates would imo be much better and saves Dario some time. searching keywords should be optional but required for wishlists and enhancements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Mark</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29520</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29520</guid>
		<description>- autoreminder to reporter, asking if bug still exists in new version
- would be nice if bugs/wishes could be tied to the development schedule http://techbase.kde.org/Schedules , so that a user knows that a bug is targeted for KDE 4.4, 4.4.1, 4,5.... or as &quot;unknown&quot;
This would make development more transparent. Could help to find people who adopt them or let users &quot;lobby&quot; for there bugs. Crashes should be automatically tied to the next release, so that developers have it easier to get an overview and they get a higher priority.
- It should be possible to report another bug/ wish to the same component/programe after reporting a bug / wish.
- it should be possible to ad an attachment to the initial report.
- There should be the possibility to confirm a bug exits still in the actual version. At the moment it is only possible in the text, but I believe it may be more useful to have this automated, so that they can be searched for. Bugs which are confirmed are more likely to still exit and still bother users.</description>
		<content:encoded><![CDATA[<p>- autoreminder to reporter, asking if bug still exists in new version<br />
- would be nice if bugs/wishes could be tied to the development schedule <a href="http://techbase.kde.org/Schedules" rel="nofollow">http://techbase.kde.org/Schedules</a> , so that a user knows that a bug is targeted for KDE 4.4, 4.4.1, 4,5&#8230;. or as &#8220;unknown&#8221;<br />
This would make development more transparent. Could help to find people who adopt them or let users &#8220;lobby&#8221; for there bugs. Crashes should be automatically tied to the next release, so that developers have it easier to get an overview and they get a higher priority.<br />
- It should be possible to report another bug/ wish to the same component/programe after reporting a bug / wish.<br />
- it should be possible to ad an attachment to the initial report.<br />
- There should be the possibility to confirm a bug exits still in the actual version. At the moment it is only possible in the text, but I believe it may be more useful to have this automated, so that they can be searched for. Bugs which are confirmed are more likely to still exit and still bother users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Anne Wilson</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29519</link>
		<dc:creator>Anne Wilson</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29519</guid>
		<description>I tried the test in rekonq.  It&#039;s cleaner, and certainly the package list makes things easier, but I did find a couple of problems.  I am using Fedora packages, which it said were unlisted binaries.  The Component and Version sections were just black patches.  I have a screenshot of that part of the window if you&#039;d like to see it.</description>
		<content:encoded><![CDATA[<p>I tried the test in rekonq.  It&#8217;s cleaner, and certainly the package list makes things easier, but I did find a couple of problems.  I am using Fedora packages, which it said were unlisted binaries.  The Component and Version sections were just black patches.  I have a screenshot of that part of the window if you&#8217;d like to see it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by Martin Gräßlin</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29518</link>
		<dc:creator>Martin Gräßlin</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29518</guid>
		<description>So I just played a little bit with the test installation. What I really like compared to bugs.kde.org is that the &quot;mark as duplicate&quot; is at the top of the page. It&#039;s so often that I see bugbot reporting a new bug on IRC and I think &quot;dup&quot; and just want to enter the number. But that might be special to kwin as we have a high duplicate bug rate. So for others it might be better to have it below the comment section.

Another issue which is perhaps better in the test installation: when I reassign a bug to e.g. plasma I have to change the component then scroll down to the assignee section and click on edit and reset assignee to default. In the test installation it&#039;s in one section so I don&#039;t need to scroll and I think that lowers the risk that it is forgotten. (Happens quite often that component is changed to kwin, but the assignee is not changed so not email on the mailinglist and no notification)</description>
		<content:encoded><![CDATA[<p>So I just played a little bit with the test installation. What I really like compared to bugs.kde.org is that the &#8220;mark as duplicate&#8221; is at the top of the page. It&#8217;s so often that I see bugbot reporting a new bug on IRC and I think &#8220;dup&#8221; and just want to enter the number. But that might be special to kwin as we have a high duplicate bug rate. So for others it might be better to have it below the comment section.</p>
<p>Another issue which is perhaps better in the test installation: when I reassign a bug to e.g. plasma I have to change the component then scroll down to the assignee section and click on edit and reset assignee to default. In the test installation it&#8217;s in one section so I don&#8217;t need to scroll and I think that lowers the risk that it is forgotten. (Happens quite often that component is changed to kwin, but the assignee is not changed so not email on the mailinglist and no notification)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by FiNeX</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29517</link>
		<dc:creator>FiNeX</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29517</guid>
		<description>I still think that bugzilla is not the main problem. We need more devs and triagers at first... Anyway, if we have to found something about bugzilla, I could say that a system to reduce duplicates could be helpful... but I really don&#039;t know if other tools could help or how to modify bugzilla...

I&#039;ll give a try to the demo :-)

bye!</description>
		<content:encoded><![CDATA[<p>I still think that bugzilla is not the main problem. We need more devs and triagers at first&#8230; Anyway, if we have to found something about bugzilla, I could say that a system to reduce duplicates could be helpful&#8230; but I really don&#8217;t know if other tools could help or how to modify bugzilla&#8230;</p>
<p>I&#8217;ll give a try to the demo <img src='http://mattr.info:8080/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>bye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on kde bugzilla ui changes: feedback wanted by kiemlo</title>
		<link>http://mattr.info:8080/blog/2009/11/18/kde-bugzilla-ui-changes-feedback-wanted/comment-page-1/#comment-29516</link>
		<dc:creator>kiemlo</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://mattr.info:8080/blog/?p=184#comment-29516</guid>
		<description>I think one of the reasons people are not happy with KDE&#039;s Bugzilla is the fact that nobody seem to care about fixing the bugs reported there.</description>
		<content:encoded><![CDATA[<p>I think one of the reasons people are not happy with KDE&#8217;s Bugzilla is the fact that nobody seem to care about fixing the bugs reported there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
