Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-08 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More patches. - -- http://syx.googlecode.com - Smalltalk YX http://lethalman.blogspot.com - Thoughts about computer technologies http://www.ammazzatecitutti.org - Ammazzateci tutti -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux)

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-08 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Man pages were missing the --ui option, and reportbug.conf.5 is missing both urwid and gtk2 interface. Attached patch. - -- http://syx.googlecode.com - Smalltalk YX http://lethalman.blogspot.com - Thoughts about computer technologies

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-07 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 7 Sep 2008 18:18:05 +0200 Sandro Tosi [EMAIL PROTECTED] wrote: All applied as of r650. Right after inserting bug text: Traceback (most recent call last): File /usr/lib/python2.5/site-packages/reportbug/ui/gtk2_ui.py, line 1119, in

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-06 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 6 Sep 2008 11:54:39 +0200 Sandro Tosi [EMAIL PROTECTED] wrote: * window size: I'd choose a window size bigger than the initial one, and at least so that it won't change during window navigation. I do agree. In the patch I have set

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-06 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I still couldn't find a solution for the Forward button, I'm asking to GTK+ and PyGTK hackers. I've a attached some patches though: 01 fix the bug you described about the list 02 for select_options() (i.e. at the end of the report) activate the

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-05 Thread Sandro Tosi
Hi Luca, On Thu, Sep 4, 2008 at 19:38, Sandro Tosi [EMAIL PROTECTED] wrote: all applied as of r645. some notes: * I don't like too much the replace of sys.excephook in gtk2_ui.py: due to all UIs being imported in ui/__init__.py, all the exception will be handled by the gtk error handler (even

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-05 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 4 Sep 2008 19:38:34 +0200 Sandro Tosi [EMAIL PROTECTED] wrote: all applied as of r645. Sandro 3 patches attached. - -- http://syx.googlecode.com - Smalltalk YX http://lethalman.blogspot.com - Thoughts about computer technologies

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-05 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 4 Sep 2008 19:38:34 +0200 Sandro Tosi [EMAIL PROTECTED] wrote: all applied as of r645. Sandro 3 patches attached (forgot to attach in the previous mail). - -- http://syx.googlecode.com - Smalltalk YX http://lethalman.blogspot.com -

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-04 Thread Sandro Tosi
On Wed, Sep 3, 2008 at 22:34, Luca Bruno [EMAIL PROTECTED] wrote: On Wed, 3 Sep 2008 14:09:52 +0200 Luca Bruno [EMAIL PROTECTED] wrote: Fixed in patch 0001. 0002 patch: Uses a list instead of an editor for CC addresses, which is less error prone. We can yet specify the mode to get_multiline

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-03 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 2 Sep 2008 07:44:00 +0200 Sandro Tosi [EMAIL PROTECTED] wrote: Merged (at r643): thanks for this contribution! There is a little problem you might want to fix (as I didn't managed yet to debug): $ reportbug --ui gtk2 -O --debug

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-03 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 3 Sep 2008 14:09:52 +0200 Luca Bruno [EMAIL PROTECTED] wrote: Fixed in patch 0001. 0002 patch: Uses a list instead of an editor for CC addresses, which is less error prone. We can yet specify the mode to get_multiline and use the list

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-09-01 Thread Sandro Tosi
Hello Luca, On Sun, Aug 31, 2008 at 20:48, Luca Bruno [EMAIL PROTECTED] wrote: Thanks for you work. As discussed in IRC, the latest changes: 1. changed description in the header 2. empty textview on *** Please type 3. BTS support for browsing the report bodies and replying 4. A fix in

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-08-30 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 30 Aug 2008 01:49:26 +0200 Luca Bruno [EMAIL PROTECTED] wrote: Continued the work, as usual I've attached the .py file. It's almost complete for basic bug reporting. Please let me know what you think about. The frontend is now almost

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-08-30 Thread Sandro Tosi
The frontend is now almost complete. It's missing the wrapper for querying a single report and submit more informations. I've added the copyright. I'm now trying to get it working in trunk. Luca, first of all, thanks a lot for your work. As done in the last days, we keep syncing each other

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-08-29 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, in reply to the discussion: http://lists.alioth.debian.org/pipermail/reportbug-maint/2008-August/000338.html I've been working this day on a GTK+ UI for reportbug. A first work is attached. I've completely rewritten the code of the previous

Re: [Reportbug-maint] Reportbug - adding a GTK UI

2008-08-29 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 29 Aug 2008 21:52:17 +0200 Luca Bruno [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, in reply to the discussion: http://lists.alioth.debian.org/pipermail/reportbug-maint/2008-August/000338.html I've