[thg-dev] Issue 274 in stable: hgproc.exe terminated when entering windows UNC path

2009-06-09 Thread issues-noreply
Issue 274: hgproc.exe terminated when entering windows UNC path
http://bitbucket.org/tortoisehg/stable/issue/274/hgprocexe-terminated-when-entering-windows-unc

Anonymous on Tue, 9 Jun 2009 09:22:51 +0200:

Comment:
  would be very nice to have this in 0.8

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] [PATCH 1 of 1] bugreport: remove gettext wrapper for debug information

2009-06-09 Thread gp . fadel
# HG changeset patch
# User Giampaolo Fadel 
# Date 1244532550 -7200
# Node ID f6cd2fcf0a50bc82d28bfa9b7a5ec068dd8cd662
# Parent  f464a38ec059524beb243721bc775e98bc951781
bugreport: remove gettext wrapper for debug information

This info are for developers of THG and not for the final user.

diff --git a/hggtk/bugreport.py b/hggtk/bugreport.py
--- a/hggtk/bugreport.py
+++ b/hggtk/bugreport.py
@@ -48,12 +48,12 @@
 text += _('** Please report this bug to'
 ' tortoisehg-disc...@lists.sourceforge.net or'
 ' http://bitbucket.org/tortoisehg/stable/issues\n')
-text += _('** Mercurial version (%s).  TortoiseHg version (%s)\n') % (
+text += '** Mercurial version (%s).  TortoiseHg version (%s)\n' % (
 hglib.hgversion, version.version())
-text += _('** Command: %s\n') % (self.opts['cmd'])
-text += _('** CWD: %s\n') % os.getcwd()
+text += '** Command: %s\n' % (self.opts['cmd'])
+text += '** CWD: %s\n' % os.getcwd()
 extlist = [x[0] for x in extensions.extensions()]
-text += _('** Extensions loaded: %s\n') % ', '.join(extlist)
+text += '** Extensions loaded: %s\n' % ', '.join(extlist)
 text += self.opts['error']
 text += '\n}}}\n'
 textview.get_buffer().set_text(text)

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] [PATCH 0 of 1] Remove gettext wrapper

2009-06-09 Thread gp . fadel
These strings must not be translated, they are for the developers of THG
and not for the users.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] commit/crew: 4 new changesets

2009-06-09 Thread commits-noreply
4 new changesets in crew:

http://www.bitbucket.org/tortoisehg/crew/changeset/5987f2b329c9/
changeset:   r2800:5987f2b329c9
user:sborho
date:2009-06-09 15:16:28
summary: thgtaskbar: insert binary installer gtk path when frozen
affected #:  1 file (271 bytes)

http://www.bitbucket.org/tortoisehg/crew/changeset/e096fb397490/
changeset:   r2801:e096fb397490
user:sborho
date:2009-06-09 15:25:34
summary: win32: Italian translation of shell menu

Contributed by Giampaolo Fadel
affected #:  1 file (7.9 KB)

http://www.bitbucket.org/tortoisehg/crew/changeset/457e94e2c48c/
changeset:   r2802:457e94e2c48c
user:sborho
date:2009-06-09 15:26:38
summary: win32: Japanese translation of shell menu

Contributed by Yuki KODAMA
affected #:  1 file (6.6 KB)

http://www.bitbucket.org/tortoisehg/crew/changeset/d0e62fa7195e/
changeset:   r2803:d0e62fa7195e
user:Giampaolo Fadel 
date:2009-06-09 09:29:10
summary: bugreport: remove gettext wrapper for debug information

This info are for developers of THG and not for the final user.
affected #:  1 file (12 bytes)

Repository URL: http://bitbucket.org/tortoisehg/crew/

-- 
This is a commit notification from bitbucket.org.
You are receiving this because you have the service 
enabled, addressing the recipient of this email.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


Re: [thg-dev] Build system updated

2009-06-09 Thread Steve Borho
On Fri, Jun 5, 2009 at 12:06 AM, Peer
Sommerlund wrote:
> Hi Steve
> I have pushed a few changes to tortoisehg-installer that should make it
> possible to build the mo files of tortoisehg.
> I have not yet tested it with Inno Setup, but I wanted to push this a little
> early, to allow others to work while I'm doing other things.
> The next step is to make sure that the generated .mo files are read by inno
> setup.

I'm a bit confused about how it works now, probably because I'm not
real sure how the gettext module works under the covers, but this
looks counterintuitive.

Instead of:

locale/tortoisehg-LANG/hg.mo

Can we do?

locale/LANG/tortoisehg.mo

--
Steve Borho

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] commit/crew: cyanite: shellext: Add Thgstatus to Makefile.nmake

2009-06-09 Thread commits-noreply
1 new changeset in crew:

http://www.bitbucket.org/tortoisehg/crew/changeset/44bb7cc2497c/
changeset:   r2804:44bb7cc2497c
user:cyanite
date:2009-06-09 15:52:06
summary: shellext: Add Thgstatus to Makefile.nmake
affected #:  1 file (24 bytes)

Repository URL: http://bitbucket.org/tortoisehg/crew/

-- 
This is a commit notification from bitbucket.org.
You are receiving this because you have the service 
enabled, addressing the recipient of this email.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] [PATCH] shellext: Add Thgstatus to Makefile.nmake

2009-06-09 Thread Sune Foldager
# HG changeset patch
# User Sune Foldager 
# Date 124426 -7200
# Node ID 44bb7cc2497c29d1ed969bcdc6af0ac5eed191ec
# Parent  d0e62fa7195ee9e1adc69c74c0007e73cf993675
shellext: Add Thgstatus to Makefile.nmake

diff --git a/win32/shellext/Makefile.nmake b/win32/shellext/Makefile.nmake
--- a/win32/shellext/Makefile.nmake
+++ b/win32/shellext/Makefile.nmake
@@ -14,6 +14,7 @@
 Winstat64.obj \
 Dirstatecache.obj \
 DirectoryStatus.obj \
+Thgstatus.obj \
 QueryDirstate.obj
 
 LIBS= User32.lib Ole32.lib Shlwapi.lib Shell32.lib Advapi32.lib

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


Re: [thg-dev] Build system updated

2009-06-09 Thread Peer Sommerlund
2009/6/9 Steve Borho 

> On Fri, Jun 5, 2009 at 12:06 AM, Peer
> Sommerlund wrote:
> > Hi Steve
> > I have pushed a few changes to tortoisehg-installer that should make it
> > possible to build the mo files of tortoisehg.
> > I have not yet tested it with Inno Setup, but I wanted to push this a
> little
> > early, to allow others to work while I'm doing other things.
> > The next step is to make sure that the generated .mo files are read by
> inno
> > setup.
>
> I'm a bit confused about how it works now, probably because I'm not
> real sure how the gettext module works under the covers, but this
> looks counterintuitive.
>
> Instead of:
>
> locale/tortoisehg-LANG/hg.mo
>
> Can we do?
>
> locale/LANG/tortoisehg.mo
>
> Yes, that's the general idea. The former type is acctually intrusion into
the mercurial translation domain "hg", where the latter separate the THG
strings into a domain "tortoisehg" which has nothing to do with domain "hg"

See also http://bitbucket.org/tortoisehg/crew/wiki/Translation which I have
recently updated.

I know that Mercurial stores its .po files, named LANG.po instead of
hg-LANG.po but the DOMAIN-LANG.po is how they exit Launchpad, and it
acctually fits nicely with how they are supposed to land in
locale/LANG/DOMAIN.mo

The GNU manual hints at LANG.po at
http://www.gnu.org/software/gettext/manual/gettext.html#Overview - but I
didn't see it as a requirement anywhere.

Regards,
Peer
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] commit/crew: 6 new changesets

2009-06-09 Thread commits-noreply
6 new changesets in crew:

http://www.bitbucket.org/tortoisehg/crew/changeset/60d1cf6f932a/
changeset:   r2805:60d1cf6f932a
user:sborho
date:2009-06-10 03:07:53
summary: gtklib: add missing import of os module
affected #:  1 file (10 bytes)

http://www.bitbucket.org/tortoisehg/crew/changeset/15a5b3c1efa5/
changeset:   r2806:15a5b3c1efa5
user:sborho
date:2009-06-10 03:10:09
summary: gtklib: native save dialog changes cwd

Interestingly, win32gui.GetSafeFileNameW changes the process
current working directory to the file save target and then returns
a relative file name.  This is all kinds of bad, so we store cwd
and restore it after the dialog exits.
affected #:  1 file (87 bytes)

http://www.bitbucket.org/tortoisehg/crew/changeset/5829512e6348/
changeset:   r2807:5829512e6348
user:sborho
date:2009-06-10 03:25:45
summary: clone: underbar, string cleanups
affected #:  1 file (314 bytes)

http://www.bitbucket.org/tortoisehg/crew/changeset/f791ec26e7c5/
changeset:   r2808:f791ec26e7c5
user:sborho
date:2009-06-10 06:47:57
summary: gtklib: fix filter parameters
affected #:  1 file (49 bytes)

http://www.bitbucket.org/tortoisehg/crew/changeset/ecc23800cfaf/
changeset:   r2809:ecc23800cfaf
user:sborho
date:2009-06-10 06:49:53
summary: gtklib: add NativeFolderSelectDialog class

GetSaveFileNameW does not allow folder selection near as I can tell
SHBrowseForFolder() needed quite a bit of work before it would start
in the correct place, and allow new folders to be added, and allow the
user to enter paths.  But this seems to mostly work.
affected #:  1 file (2.4 KB)

http://www.bitbucket.org/tortoisehg/crew/changeset/1a766d2ecc6d/
changeset:   r2810:1a766d2ecc6d
user:sborho
date:2009-06-10 06:50:28
summary: clone: use new gtklib.NativeFolderSelectDialog() class
affected #:  1 file (390 bytes)

Repository URL: http://bitbucket.org/tortoisehg/crew/

-- 
This is a commit notification from bitbucket.org.
You are receiving this because you have the service 
enabled, addressing the recipient of this email.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 274 in stable: hgproc.exe terminated when entering windows UNC path

2009-06-09 Thread issues-noreply
Issue 274: hgproc.exe terminated when entering windows UNC path
http://bitbucket.org/tortoisehg/stable/issue/274/hgprocexe-terminated-when-entering-windows-unc

Steve Borho / sborho on Wed, 10 Jun 2009 07:09:34 +0200:

Comment:
  Fixed on tip, after much hacking.   Please try this in a new nightly build 
and let me know if you have problems with it.

Changes:
  status: open -> resolved

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] [I18N] File filter label strings in GStatus dialog

2009-06-09 Thread Yuki KODAMA
Hi,

I'd like to propose changing file filter label(checkbox) of GStatus dialog.
In English, "deleted" and "removed" is different words but in
Japanese, we can't translate these to different words.

So I hope these labels have "status mark", such as "M", "?" or "!".
  -> "!:deleted", "R:removed", "A:added", "?:unknown"
It will be good for English and other languages, not only Japanese.
(and some users may confuse difference of "deleted" and "removed")

Here is screenshot (left-bottom in dialog):
http://www.flickr.com/photos/netkuy/3531191090/

Thanks in advance.

Regards,
Yuki

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 236 in stable: Invalid UTF-8 string passed to pango_layout_set_text()

2009-06-09 Thread issues-noreply
Issue 236: Invalid UTF-8 string passed to pango_layout_set_text()
http://bitbucket.org/tortoisehg/stable/issue/236/invalid-utf-8-string-passed-to

Steve Borho / sborho on Wed, 10 Jun 2009 07:18:59 +0200:

Comment:
  Is this now resolved on recent nightly builds?

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] commit/crew: sborho: synch: capture stdout and stderr

2009-06-09 Thread commits-noreply
1 new changeset in crew:

http://www.bitbucket.org/tortoisehg/crew/changeset/e4958f6dd6cb/
changeset:   r2811:e4958f6dd6cb
user:sborho
date:2009-06-10 07:17:00
summary: synch: capture stdout and stderr

Fixes #273
affected #:  1 file (313 bytes)

Repository URL: http://bitbucket.org/tortoisehg/crew/

-- 
This is a commit notification from bitbucket.org.
You are receiving this because you have the service 
enabled, addressing the recipient of this email.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 273 in stable: allow hooks to echo to thg command windows

2009-06-09 Thread issues-noreply
Issue 273: allow hooks to echo to thg command windows
http://bitbucket.org/tortoisehg/stable/issue/273/allow-hooks-to-echo-to-thg-command-windows

Steve Borho / sborho on Wed, 10 Jun 2009 07:17:50 +0200:

Comment:
  I believe this is now fixed on tip, please try a new nightly build.

Changes:
  status: open -> resolved

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop


[thg-dev] Issue 272 in stable: Some icons appear stretched from their native resolution

2009-06-09 Thread issues-noreply
Issue 272: Some icons appear stretched from their native resolution
http://bitbucket.org/tortoisehg/stable/issue/272/some-icons-appear-stretched-from-their-native

Steve Borho / sborho on Wed, 10 Jun 2009 07:23:41 +0200:

Comment:
  I've pushed your replacement icons to crew.  Thanks.

Changes:
  status: open -> resolved

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop