Re: [thg-dev] [PATCH] commit: convert advanced committer box to MRU list

2009-09-09 Thread Steve Borho
On Wed, Sep 9, 2009 at 8:29 PM, Kyle Altendorf wrote: > On Wed, Sep 9, 2009 at 6:03 PM, Steve Borho wrote: >> On Wed, Sep 9, 2009 at 7:50 PM, Kyle Altendorf >> wrote: >>> Heres my first attempt at patch submission to any project...  with a >>> little luck it might actually be a useful addition.

[thg-dev] [PATCH] gdialog: respect 'tortoisehg.fullpath' setting

2009-09-09 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252546627 -32400 # Node ID d6e701f0054714338b670c947dce66218177aa90 # Parent 09d91869d0df6334d4b8d0d072d9b9754c463257 gdialog: respect 'tortoisehg.fullpath' setting diff --git a/hggtk/changeset.py b/hggtk/changeset.py --- a/hggtk/changeset.py +++ b

[thg-dev] [PATCH] thgconfig: add option for showing a full path in the dialog title

2009-09-09 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252546627 -32400 # Node ID 09d91869d0df6334d4b8d0d072d9b9754c463257 # Parent 4324c75d205323cd1454abe17462684d76b5c081 thgconfig: add option for showing a full path in the dialog title This option should be respected in all dialogs that show the roo

Re: [thg-dev] [PATCH] commit: convert advanced committer box to MRU list

2009-09-09 Thread Kyle Altendorf
On Wed, Sep 9, 2009 at 6:03 PM, Steve Borho wrote: > On Wed, Sep 9, 2009 at 7:50 PM, Kyle Altendorf > wrote: >> Heres my first attempt at patch submission to any project...  with a >> little luck it might actually be a useful addition.  :] >> >> # HG changeset patch >> # User Kyle Altendorf >> #

Re: [thg-dev] [PATCH] commit: convert advanced committer box to MRU list

2009-09-09 Thread Steve Borho
On Wed, Sep 9, 2009 at 7:50 PM, Kyle Altendorf wrote: > Heres my first attempt at patch submission to any project...  with a > little luck it might actually be a useful addition.  :] > > # HG changeset patch > # User Kyle Altendorf > # Date 1252543105 25200 > # Node ID 668a02f11149018f8fe808afaa3

[thg-dev] [PATCH] commit: convert advanced committer box to MRU list

2009-09-09 Thread Kyle Altendorf
Heres my first attempt at patch submission to any project... with a little luck it might actually be a useful addition. :] # HG changeset patch # User Kyle Altendorf # Date 1252543105 25200 # Node ID 668a02f11149018f8fe808afaa342c72245d54b1 # Parent 4324c75d205323cd1454abe17462684d76b5c081 com

Re: [thg-dev] default branch: error handling in new MQWidget

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 17:06, Steve Borho wrote: > On Wed, Sep 9, 2009 at 9:50 AM, Yuki KODAMA wrote: >> On Wed, Sep 9, 2009 at 18:22, Adrian Buehlmann wrote: >>> Would it be possible to instead directly pop up that log >>> window in response to the user doing "unapply last" in case >>> of an error? >> Yep,

Re: [thg-dev] Fwd: [PATCH] Menu bar example

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 17:54, Adrian Buehlmann wrote: > On 09.09.2009 16:51, Steve Borho wrote: >> On Wed, Sep 9, 2009 at 6:39 AM, Adrian Buehlmann wrote: >>> On 09.09.2009 12:00, Adrian Buehlmann wrote: On 09.09.2009 06:46, Steve Borho wrote: > Forwarding to appropriate list :-) The forwardin

Re: [thg-dev] Fwd: [PATCH] Menu bar example

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 16:51, Steve Borho wrote: > On Wed, Sep 9, 2009 at 6:39 AM, Adrian Buehlmann wrote: >> On 09.09.2009 12:00, Adrian Buehlmann wrote: >>> On 09.09.2009 06:46, Steve Borho wrote: Forwarding to appropriate list :-) >>> The forwarding seems to have transformed the email >>> into using

Re: [thg-dev] [PATCH] thgmq: put toolbar on top, using horizontal layout

2009-09-09 Thread Rui Tiago Cação Matos
GTK+ (the + doesn't mean anything other than being part of the name) is backwards compatible. API is only allowed to grow. No change in semantics and no API removal. That means that something compiled against it in a previous version (say, 2.0) is supposed to run against a later version (say, 2.1

Re: [thg-dev] default branch: error handling in new MQWidget

2009-09-09 Thread Steve Borho
On Wed, Sep 9, 2009 at 9:50 AM, Yuki KODAMA wrote: > On Wed, Sep 9, 2009 at 18:22, Adrian Buehlmann wrote: >> Would it be possible to instead directly pop up that log >> window in response to the user doing "unapply last" in case >> of an error? > > Yep, it is in my TODO list. I know that mostly us

Re: [thg-dev] [PATCH] thgmq: put toolbar on top, using horizontal layout

2009-09-09 Thread Steve Borho
On Wed, Sep 9, 2009 at 3:47 AM, Adrian Buehlmann wrote: > On 09.09.2009 10:37, Adrian Buehlmann wrote: >> On 09.09.2009 09:47, Peer Sommerlund wrote: >>> 2009/9/8 Adrian Buehlmann mailto:adr...@cadifra.com>> >>> >>>     On 07.09.2009 09:07, Peer Sommerlund wrote: >>>     > 2009/9/5 Adrian Buehlmann

Re: [thg-dev] Fwd: [PATCH] Menu bar example

2009-09-09 Thread Steve Borho
On Wed, Sep 9, 2009 at 6:39 AM, Adrian Buehlmann wrote: > On 09.09.2009 12:00, Adrian Buehlmann wrote: >> On 09.09.2009 06:46, Steve Borho wrote: >>> Forwarding to appropriate list :-) >> The forwarding seems to have transformed the email >> into using some very funny encoding: > ... >> I'm trying

Re: [thg-dev] default branch: error handling in new MQWidget

2009-09-09 Thread Yuki KODAMA
On Wed, Sep 9, 2009 at 18:22, Adrian Buehlmann wrote: > Would it be possible to instead directly pop up that log > window in response to the user doing "unapply last" in case > of an error? Yep, it is in my TODO list. I know that mostly users will open "command log" window when the operation faile

[thg-dev] default: pull with compact graph

2009-09-09 Thread Adrian Buehlmann
[cc-ing Peer] I see a problem when pulling with compact graph set in history dialog. I'm using 25e7fa1f1ef4 here. If I do a pull, the history dialog status is stuck in an endless "running". If I close the dialog, I get the following traceback: {{{ #!python ** Please report this bug to tortoise

Re: [thg-dev] Fwd: [PATCH] Menu bar example

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 12:00, Adrian Buehlmann wrote: > On 09.09.2009 06:46, Steve Borho wrote: >> Forwarding to appropriate list :-) > The forwarding seems to have transformed the email > into using some very funny encoding: ... > I'm trying to import from the mercurial-de...@selenic.com > email now Looks

Re: [thg-dev] Fwd: [PATCH] Menu bar example

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 06:46, Steve Borho wrote: > Forwarding to appropriate list :-) > > > -- Forwarded message -- > From: Steve Borho > Date: Tue, Sep 8, 2009 at 11:28 PM > Subject: [PATCH] Menu bar example > To: mercurial-de...@selenic.com The forwarding seems to have transformed the

[thg-dev] default branch: error handling in new MQWidget

2009-09-09 Thread Adrian Buehlmann
The error handling in the new MQWidget in the default branch seems not yet optimal. If I have an applied patch + local changes and I hit the "Unapply last patch" button, mysterious things happen. On the bottom of the MQWidget appears something looking like an empty input filed with an "X" button

Re: [thg-dev] [PATCH] thgmq: put toolbar on top, using horizontal layout

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 10:37, Adrian Buehlmann wrote: > On 09.09.2009 09:47, Peer Sommerlund wrote: >> 2009/9/8 Adrian Buehlmann mailto:adr...@cadifra.com>> >> >> On 07.09.2009 09:07, Peer Sommerlund wrote: >> > 2009/9/5 Adrian Buehlmann >

Re: [thg-dev] [PATCH] thgmq: put toolbar on top, using horizontal layout

2009-09-09 Thread Adrian Buehlmann
On 09.09.2009 09:47, Peer Sommerlund wrote: > 2009/9/8 Adrian Buehlmann mailto:adr...@cadifra.com>> > > On 07.09.2009 09:07, Peer Sommerlund wrote: > > 2009/9/5 Adrian Buehlmann >> > > > >

Re: [thg-dev] [PATCH] thgmq: put toolbar on top, using horizontal layout

2009-09-09 Thread Peer Sommerlund
2009/9/8 Adrian Buehlmann > On 07.09.2009 09:07, Peer Sommerlund wrote: > > 2009/9/5 Adrian Buehlmann mailto:adr...@cadifra.com > >> > > > > # HG changeset patch > > # User Adrian Buehlmann adr...@cadifra.com>> > > # Date 1252154524 -7200 > > # Node ID 8a7ed1a1e34cc6f270fbdf97e3b