[thg-dev] locale files installed twice

2009-09-05 Thread Ludovico Cavedon
Hi, on Linux, if I run python setup.py install it will install locale files twice: -in /usr/tortoisehg/, and -in /usr/share/locale I would fix it with the attached patch. What do you think? Thanks, Ludovico Description: avoid double installation of .mo files Author: Ludovico Cavedon Ind

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

2009-09-05 Thread Adrian Buehlmann
On 05.09.2009 20:26, Yuki KODAMA wrote: > On Sun, Sep 6, 2009 at 02:42, Adrian Buehlmann wrote: >> On 05.09.2009 14:43, Adrian Buehlmann wrote: >>> # HG changeset patch >>> # User Adrian Buehlmann >>> # Date 1252154524 -7200 >>> # Node ID 8a7ed1a1e34cc6f270fbdf97e3b04286a306f996 >>> # Parent af67

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

2009-09-05 Thread Adrian Buehlmann
On 05.09.2009 14:43, Adrian Buehlmann wrote: > # HG changeset patch > # User Adrian Buehlmann > # Date 1252154524 -7200 > # Node ID 8a7ed1a1e34cc6f270fbdf97e3b04286a306f996 > # Parent af6783dea990d29938756f997301b31132b1b0d8 > thgmq: put toolbar on top, using horizontal layout > Pushed here ht

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

2009-09-05 Thread Adrian Buehlmann
On 05.09.2009 15:02, Yuki KODAMA wrote: >> On 05.09.2009 14:30, Adrian Buehlmann wrote: >>> # HG changeset patch >>> # User Adrian Buehlmann >>> # Date 1252153721 -7200 >>> # Node ID 327cc8b960826d62bbe10c3abf68e37b3545dd17 >>> # Parent af6783dea990d29938756f997301b31132b1b0d8 >>> thgmq: put tool

[thg-dev] [PATCH] thgmq: fix to avoid showing empty context menu [FIXED]

2009-09-05 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252122143 -32400 # Node ID 5bb414d1e7bda5ccbb46eeb72a2e6e7e500afa16 # Parent af6783dea990d29938756f997301b31132b1b0d8 thgmq: fix to avoid showing empty context menu also hide 'goto' command on 'qparent' row. diff --git a/hggtk/thgmq.py b/hggtk/thg

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

2009-09-05 Thread Yuki KODAMA
> On 05.09.2009 14:30, Adrian Buehlmann wrote: >> # HG changeset patch >> # User Adrian Buehlmann >> # Date 1252153721 -7200 >> # Node ID 327cc8b960826d62bbe10c3abf68e37b3545dd17 >> # Parent  af6783dea990d29938756f997301b31132b1b0d8 >> thgmq: put toolbar on top, using horizontal layout Looks good

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

2009-09-05 Thread Adrian Buehlmann
# HG changeset patch # User Adrian Buehlmann # Date 1252154524 -7200 # Node ID 8a7ed1a1e34cc6f270fbdf97e3b04286a306f996 # Parent af6783dea990d29938756f997301b31132b1b0d8 thgmq: put toolbar on top, using horizontal layout This frees up the space that was used by the lengthy vertical toolbar on th

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

2009-09-05 Thread Adrian Buehlmann
I definitely miss the spell checker for the change message editor (yeah, I'm on Windows). Will resend in a minute with some typofixes for the change message. On 05.09.2009 14:30, Adrian Buehlmann wrote: > # HG changeset patch > # User Adrian Buehlmann > # Date 1252153721 -7200 > # Node ID 327cc8

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

2009-09-05 Thread Adrian Buehlmann
# HG changeset patch # User Adrian Buehlmann # Date 1252153721 -7200 # Node ID 327cc8b960826d62bbe10c3abf68e37b3545dd17 # Parent af6783dea990d29938756f997301b31132b1b0d8 thgmq: put toolbar on top, using horizontal layout This frees up the space that was used by the lengthy vertical toolbar on th

Re: [thg-dev] [PATCH] thgmq: fix to avoid showing empty context menu

2009-09-05 Thread Yuki KODAMA
Sorry, this patch introduces another bug. Don't merge this patch, please. On Sat, Sep 5, 2009 at 13:08, Yuki KODAMA wrote: > # HG changeset patch > # User Yuki KODAMA > # Date 1252122143 -32400 > # Node ID 544ec4210638737b03f5d305f77210c88dc16a32 > # Parent  af6783dea990d29938756f997301b31132b1b0