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

2008-09-13 Thread Luca Bruno
On Sat, Sep 13, 2008 at 04:49:07PM +0200, Sandro Tosi wrote: > err, it's not (or not so well): > > 1. reportbug -O --template checkgmail > /tmp/morph > 2. reportbug --ui gtk2 --debug -O -i /tmp/morph checkgmail > > 1. generated a template report body and 2. should uses it but: > > - present me a

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

2008-09-13 Thread Sandro Tosi
On Tue, Sep 9, 2008 at 17:38, Luca Bruno <[EMAIL PROTECTED]> wrote: > On Mon, 8 Sep 2008 23:59:35 +0200 > "Sandro Tosi" <[EMAIL PROTECTED]> wrote: >> > The 01 patch makes use of a temporary FIFO file to connect reportbug UI >> > and handle_bugscript. >> >> not applied (yet?) >> > > Splitted in two

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

2008-09-09 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 8 Sep 2008 23:59:35 +0200 "Sandro Tosi" <[EMAIL PROTECTED]> wrote: > > The 01 patch makes use of a temporary FIFO file to connect reportbug UI and > > handle_bugscript. > > not applied (yet?) > Splitted in two patches to let you apply the

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

2008-09-08 Thread Sandro Tosi
On Sun, Sep 7, 2008 at 19:52, Luca Bruno <[EMAIL PROTECTED]> wrote: > 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/

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 http://www.amma

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) iEYEA

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", > li

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", > li

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

2008-09-07 Thread Sandro Tosi
> 01 fix the bug you described about the list > 02 for select_options() (i.e. at the end of the report) activate the default > button > 03 tests > 04 with size_request the user couldn't shrink the window > 05 some label layout fixes All applied as of r650. Right after inserting bug text: Traceb

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 defa

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

2008-09-06 Thread Sandro Tosi
> Proposed patch for using initialize() [EMAIL PROTECTED] Notes: - back button goes back, but in a "frozen" window (can't change anything), not much useful this way - the additional address windows does not allow to go on without adding anything, that's wrong - it would be nice to have the ENTER

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

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

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

2008-09-06 Thread Sandro Tosi
>> * 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 800x600 the bugs dialog, but I haven't > tried it due to packages.debian.org downtime. use -O to skip internet tests

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 00:39:41 +0200 "Sandro Tosi" <[EMAIL PROTECTED]> wrote: > 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 sy

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.

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 technologi

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 (eve

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 t

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

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 --deb

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 i

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 oth

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 almo

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 >

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 gn

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

2008-08-12 Thread Philipp Kern
On Mon, Jul 21, 2008 at 12:43:03PM +0200, Sandro Tosi wrote: > After a while, I noticed gnome-reportbug[2] package that aimed to > exactly add a GTK interface to reportbug. I like its approach, a > simple gui *over* reportbug, and I think that having a different > binary package (bug opefully maint