[thg-dev] [PATCH] commit: add gettext wrappers to strings

2009-05-14 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1242286808 -32400 # Node ID 681187e3b1a5b5b361bb565d0ad4baa30c8189e7 # Parent ae1d723870eff9c4795fa6df4a419190b3d48804 commit: add gettext wrappers to strings diff --git a/hggtk/commit.py b/hggtk/commit.py --- a/hggtk/commit.py +++ b/hggtk/commit.py

[thg-dev] New issue 226 in stable: Bug report

2009-05-14 Thread issues-noreply
New issue 226: Bug report http://bitbucket.org/tortoisehg/stable/issue/226/bug-report Anonymous on Thu, 14 May 2009 10:06:49 +0200: Description: ** Please report this bug to tortoisehg-disc...@lists.sourceforge.net or http://bitbucket.org/tortoisehg/stable/issues ** Mercurial version (1.2.1-ed

[thg-dev] status: fix i18n wrappers of checkbox labels for non-English language

2009-05-14 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1242302123 -32400 # Node ID d6f1b029244fb412328199de5ba01618f1918d2a # Parent 681187e3b1a5b5b361bb565d0ad4baa30c8189e7 status: fix i18n wrappers of checkbox labels for non-English language diff --git a/hggtk/status.py b/hggtk/status.py --- a/hggtk/s

[thg-dev] [PATCH] status: fix i18n wrappers of checkbox labels for non-English language

2009-05-14 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1242302123 -32400 # Node ID d6f1b029244fb412328199de5ba01618f1918d2a # Parent  681187e3b1a5b5b361bb565d0ad4baa30c8189e7 status: fix i18n wrappers of checkbox labels for non-English language diff --git a/hggtk/status.py b/hggtk/status.py --- a/hggtk/s

[thg-dev] New issue 228 in stable: No menu in wXP SP1

2009-05-14 Thread issues-noreply
New issue 228: No menu in wXP SP1 http://bitbucket.org/tortoisehg/stable/issue/228/no-menu-in-wxp-sp1 Anonymous on Thu, 14 May 2009 15:56:26 +0200: Description: I installed TortoiseHg-0.7.5-hg-1.2.1.exe, then reboot and no menu appeared into context menu. I tried tracelog.exe to log any tortoi

[thg-dev] Issue 203 in stable: Merge commands are missing on crew

2009-05-14 Thread issues-noreply
Issue 203: Merge commands are missing on crew http://bitbucket.org/tortoisehg/stable/issue/203/merge-commands-are-missing-on-crew amadawn on Thu, 14 May 2009 15:38:33 +0200: Comment: I still have the same problem on the latest, non experimental crew. Now I can see the merge command on the cont

[thg-dev] New issue 227 in stable: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew)

2009-05-14 Thread issues-noreply
New issue 227: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew) http://bitbucket.org/tortoisehg/stable/issue/227/tortoisehg-bug-report-using-the-synchronize-tool-on-latest-non-experimental amadawn on Thu, 14 May 2009 15:41:17 +0200: Description: I was trying

[thg-dev] Issue 203 in stable: Merge commands are missing on crew

2009-05-14 Thread issues-noreply
Issue 203: Merge commands are missing on crew http://bitbucket.org/tortoisehg/stable/issue/203/merge-commands-are-missing-on-crew Steve Borho / sborho on Thu, 14 May 2009 16:59:03 +0200: Comment: The explorer context menu won't have any merge commands with the C++ cmenu code, since they can't

[thg-dev] Issue 227 in stable: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew)

2009-05-14 Thread issues-noreply
Issue 227: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew) http://bitbucket.org/tortoisehg/stable/issue/227/tortoisehg-bug-report-using-the-synchronize-tool-on-latest-non-experimental Steve Borho / sborho on Thu, 14 May 2009 17:02:58 +0200: Comment: the trac

Re: [thg-dev] [PATCH] status: fix i18n wrappers of checkbox labels for non-English language

2009-05-14 Thread Simon Heimberg
What is wrong with the current behaviour? Your change is probably not a good idea. Where does the translator know from that he has to translate _modified, _commit ...? gettext can not extract this information, so it is not in the po file. Maybe (_('_modified'), _('_added'), ...) is better? Greeti

[thg-dev] Issue 159 in stable: Merge should actively garble all conflicted files, and allow the user to resolve later

2009-05-14 Thread issues-noreply
Issue 159: Merge should actively garble all conflicted files, and allow the user to resolve later http://bitbucket.org/tortoisehg/stable/issue/159/merge-should-actively-garble-all-conflicted-files-and-allow-the-user-to-resolve rares on Thu, 14 May 2009 17:12:32 +0200: Comment: Hello, Thanks f

[thg-dev] Issue 227 in stable: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew)

2009-05-14 Thread issues-noreply
Issue 227: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew) http://bitbucket.org/tortoisehg/stable/issue/227/tortoisehg-bug-report-using-the-synchronize-tool-on-latest-non-experimental fabse on Thu, 14 May 2009 17:18:30 +0200: Comment: i get something similar

[thg-dev] Issue 228 in stable: No menu in wXP SP1

2009-05-14 Thread issues-noreply
Issue 228: No menu in wXP SP1 http://bitbucket.org/tortoisehg/stable/issue/228/no-menu-in-wxp-sp1 Steve Borho / sborho on Thu, 14 May 2009 17:18:58 +0200: Comment: Are these 64bit machines? TortoiseHg does not yet support 64bits Changes: status: new -> open responsible: nothing -> tortois

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

2009-05-14 Thread commits-noreply
3 new changesets in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/b492bf11bd28/ changeset: r2360:b492bf11bd28 user:sborho date:2009-05-14 17:06:22 summary: history: handle cmenu requests on empty treeview areas affected #: 1 file (60 bytes) http://www.bitbucket.o

[thg-dev] Issue 226 in stable: Bug report

2009-05-14 Thread issues-noreply
Issue 226: Bug report http://bitbucket.org/tortoisehg/stable/issue/226/bug-report Steve Borho / sborho on Thu, 14 May 2009 17:29:52 +0200: Comment: Can you give me more details on where your TortoiseHg package came from? 0.7.5 doesn't have a bugreport dialog. It looks like it's missing some

Re: [thg-dev] [PATCH] status: fix i18n wrappers of checkbox labels for non-English language

2009-05-14 Thread Yuki KODAMA
On Thu, May 14, 2009 at 11:25 PM, Sabina und Simon Heimberg wrote: > What is wrong with the current behaviour? > > Your change is probably not a good idea. Where does the translator know > from that he has to translate _modified, _commit ...? gettext can not > extract this information, so it is no

Re: [thg-dev] [PATCH] status: fix i18n wrappers of checkbox labels for non-English language

2009-05-14 Thread Yuki KODAMA
On Thu, May 14, 2009 at 11:25 PM, Sabina und Simon Heimberg wrote: > What is wrong with the current behaviour? > > Your change is probably not a good idea. Where does the translator know > from that he has to translate _modified, _commit ...? gettext can not > extract this information, so it is no

[thg-dev] Issue 203 in stable: Merge commands are missing on crew

2009-05-14 Thread issues-noreply
Issue 203: Merge commands are missing on crew http://bitbucket.org/tortoisehg/stable/issue/203/merge-commands-are-missing-on-crew Anonymous on Thu, 14 May 2009 18:44:14 +0200: Comment: Is this an acceptable solution? I know people who will definitely be looking for this... Would it be approp

[thg-dev] Issue 159 in stable: Merge should actively garble all conflicted files, and allow the user to resolve later

2009-05-14 Thread issues-noreply
Issue 159: Merge should actively garble all conflicted files, and allow the user to resolve later http://bitbucket.org/tortoisehg/stable/issue/159/merge-should-actively-garble-all-conflicted-files-and-allow-the-user-to-resolve Steve Borho / sborho on Thu, 14 May 2009 18:48:10 +0200: Comment: T

[thg-dev] Issue 227 in stable: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew)

2009-05-14 Thread issues-noreply
Issue 227: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew) http://bitbucket.org/tortoisehg/stable/issue/227/tortoisehg-bug-report-using-the-synchronize-tool-on-latest-non-experimental Steve Borho / sborho on Thu, 14 May 2009 18:49:09 +0200: Comment: same bug

[thg-dev] commit/stable: sborho: history: handle cmenu requests on empty treeview areas

2009-05-14 Thread commits-noreply
1 new changeset in stable: http://www.bitbucket.org/tortoisehg/stable/changeset/525469f83de5/ changeset: r1676:525469f83de5 user:sborho date:2009-05-14 17:06:22 summary: history: handle cmenu requests on empty treeview areas Fixes #227 affected #: 1 file (60 bytes) Reposit

[thg-dev] Issue 227 in stable: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew)

2009-05-14 Thread issues-noreply
Issue 227: TortoiseHg Bug Report (using the Synchronize tool, on latest non-experimental crew) http://bitbucket.org/tortoisehg/stable/issue/227/tortoisehg-bug-report-using-the-synchronize-tool-on-latest-non-experimental Steve Borho / sborho on Thu, 14 May 2009 18:51:53 +0200: Comment: history:

[thg-dev] Issue 203 in stable: Merge commands are missing on crew

2009-05-14 Thread issues-noreply
Issue 203: Merge commands are missing on crew http://bitbucket.org/tortoisehg/stable/issue/203/merge-commands-are-missing-on-crew Steve Borho / sborho on Thu, 14 May 2009 19:00:42 +0200: Comment: I think it's acceptable to remove redundant features in full point releases. Most users already us

[thg-dev] abuehl/thg-crew: EnableOverlays and LocalDisksOnly done

2009-05-14 Thread Adrian Buehlmann
I've pushed a couple of changes to https://bitbucket.org/abuehl/thg-crew/ Please pull and merge into crew. Thanks! 2361:2357 b61881c0be9c 2009-05-14 19:52 +0200 adrian shellext/TortoiseUtils: new function GetRegistryConfig 2362 fa263a0e6e5b 2009-05-14 19:56 +0200 adrian shellext/

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

2009-05-14 Thread commits-noreply
6 new changesets in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/b61881c0be9c/ changeset: r2361:b61881c0be9c user:abuehl date:2009-05-14 19:52:20 summary: shellext/TortoiseUtils: new function GetRegistryConfig affected #: 2 files (623 bytes) http://www.bitbucket

[thg-dev] [PATCH] shellext: use const char* in reinterpret_cast

2009-05-14 Thread Adrian Buehlmann
# HG changeset patch # User Adrian Buehlmann # Date 1242339729 -7200 # Node ID c2cdbccd4f8eb5b65ca86bc03677bf7b051034ab # Parent 1f359bf7e3d9b982b1ef185f41895037dba2fd59 shellext: use const char* in reinterpret_cast This was not a bug. The new version is just a bit more explicit. diff --git a/w

[thg-dev] commit/crew: abuehl: shellext: use const char* in reinterpret_cast

2009-05-14 Thread commits-noreply
1 new changeset in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/1907f26c4132/ changeset: r2367:1907f26c4132 user:abuehl date:2009-05-15 00:22:09 summary: shellext: use const char* in reinterpret_cast This was not a bug. The new version is just a bit more explicit

[thg-dev] [PATCH] shellext: eliminate inconsistency in size definition

2009-05-14 Thread Adrian Buehlmann
# HG changeset patch # User Adrian Buehlmann # Date 1242342369 -7200 # Node ID 740b548daa935b593b66f7a09f9e081d809d10ea # Parent 1907f26c41326d6d54ac096976432565f5344d96 shellext: eliminate inconsistency in size definition diff --git a/win32/shellext/TortoiseUtils.cpp b/win32/shellext/TortoiseUt

[thg-dev] [PATCH] shellext: kill local string var

2009-05-14 Thread Adrian Buehlmann
# HG changeset patch # User Adrian Buehlmann # Date 1242343330 -7200 # Node ID fcc8b13ec20d8a9f4285adfd15ced15ffbcaa690 # Parent 740b548daa935b593b66f7a09f9e081d809d10ea shellext: kill local string var diff --git a/win32/shellext/TortoiseUtils.cpp b/win32/shellext/TortoiseUtils.cpp --- a/win32/s

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

2009-05-14 Thread commits-noreply
2 new changesets in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/740b548daa93/ changeset: r2368:740b548daa93 user:abuehl date:2009-05-15 01:06:09 summary: shellext: eliminate inconsistency in size definition affected #: 1 file (0 bytes) http://www.bitbucket.org/

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

2009-05-14 Thread commits-noreply
4 new changesets in crew: http://www.bitbucket.org/tortoisehg/crew/changeset/d0d910085a5a/ changeset: r2370:d0d910085a5a user:sborho date:2009-05-15 05:21:36 summary: setup: give hg.exe and hgtk.exe icons affected #: 1 file (146 bytes) http://www.bitbucket.org/tortoisehg/cr