Re: [PATCH] netstat: Clarify labels in UDP statistics.

2013-02-13 Thread Lauri Kenttä
On 2013-02-13 11:03, Frédéric Delanoy wrote: On Tue, Feb 12, 2013 at 7:56 PM, Lauri Kenttä wrote: On 2013-02-09 23:15, Frédéric Delanoy wrote: "Invalid Datagrams" is too vague. It could mean datagrams sent or received. I think it's pretty obvious. Nobody should send in

Re: [PATCH] netstat: Clarify labels in UDP statistics.

2013-02-12 Thread Lauri Kenttä
". Or are you trying to suggest that I add #msgctxt#udp_received_stats# to that "Invalid Datagrams"? -- Lauri Kenttä

Re: po: Update Lithuanian translation

2013-01-23 Thread Lauri Kenttä
6929%28v=vs.85%29.aspx André, any chance to make the original string (netstat.rc:52, "No Ports") better? -- Lauri Kenttä

Re: mscoree: Print the debug string and not the pointer to it.

2012-03-23 Thread Lauri Kenttä
ot;, debugstr_w(pExe), debugstr_w(pExe), cchBuffer, dwlength); Why is pExe printed two times? Maybe the second one should be pVersion? -- Lauri Kenttä

What to do about en.po?

2012-03-05 Thread Lauri Kenttä
to have msgids automatically used as the neutral English texts. The current en.po causes undesired results with certain LC_* combinations: http://bugs.winehq.org/show_bug.cgi?id=29924 -- Lauri Kenttä

Re: translation: meaning of 'magazine' in winerror string

2012-03-04 Thread Lauri Kenttä
ed out. http://www.winehq.org/pipermail/wine-devel/2012-February/094363.html -- Lauri Kenttä

Re: start: Remove the license and the /L option.

2012-03-01 Thread Lauri Kenttä
On 2012-03-01 15:53, Lauri Kenttä wrote: Your patch only changes the cmd.rc strings in the po files. You should probably fix the start.rc strings as well. Ignore this, I somehow misunderstood your explanation. Now I got it. -- Lauri Kenttä

Re: start: Remove the license and the /L option.

2012-03-01 Thread Lauri Kenttä
Your patch only changes the cmd.rc strings in the po files. You should probably fix the start.rc strings as well. -- Lauri Kenttä

Re: [PATCH] po: Update Swedish translation. (try 2)

2012-02-27 Thread Lauri Kenttä
Please ignore this one, I missed a few bugs. -- Lauri Kenttä

Re: [PATCH] po: Update Swedish translation.

2012-02-26 Thread Lauri Kenttä
" (or even "VERIFY = OFF") than "Verifiera är OFF". Maybe there should be two different messages so that ON and OFF could be translated as well. -- Lauri Kenttä

Re: [PATCH] po: Update Swedish translation.

2012-02-26 Thread Lauri Kenttä
Are you sure? I believe Windows used to have "Filhanteraren" and now has "Utforskaren". Also, Wine already has "Registereditorn". They're program names, so it makes sense to use the definite forms. -- Lauri Kenttä

Re: Obscure texts and invalid translations

2012-02-23 Thread Lauri Kenttä
t the answers I was looking for. -- Lauri Kenttä

Obscure texts and invalid translations

2012-02-22 Thread Lauri Kenttä
many of the languages I can read, it's probably wrong in some others as well; who would check them all? 4) There has been discussions about some translation websites. Is there a chance that such a website would allow easy tagging of potential errors? -- Lauri Kenttä

Re: po: Add and fix a few Finnish translations.

2012-02-17 Thread Lauri Kenttä
On 2012-02-16 17:11, Francois Gouget wrote: On Thu, 16 Feb 2012, Lauri Kenttä wrote: "Thai" is right, "Thain" is wrong. Sorry. I mistook 'Thai' as refering to the Thai language where in this case it actually refers to the Thai script. And "Thai"

Re: po: Fix a couple of typography issues in the Finnish translation.

2012-02-15 Thread Lauri Kenttä
a msgctxt to allow better translations. -- Lauri Kenttä

Re: po: Add and fix a few Finnish translations.

2012-02-15 Thread Lauri Kenttä
t I'll send my patch this weekend. It will have almost everything except some of the more difficult winerror and crypt* texts. -- Lauri Kenttä

Re: po: Update finnish locales

2012-02-07 Thread Lauri Kenttä
your translations thoroughly before submitting or leave the whole job for others. (I'm already working on it.) The patch is also based on an old revision and changes a msgid. -- Lauri Kenttä

Re: [PATCH] winealsa: snd_card_get_name uses strdup (Valgrind).

2012-02-01 Thread Lauri Kenttä
tion ugly in his previous try. Luckily Michael Stefaniuc sent a finer patch #83376. -- Lauri Kenttä

Re: gcc 4.6 warning report

2011-06-29 Thread Lauri Kenttä
On Wed, 29 Jun 2011 08:31:58 +0100, David Laight wrote: On Tue, Jun 28, 2011 at 03:18:47PM -0700, Juan Lang wrote: >> This is a false positive. ?h_addr_list is declared as a char **, and >> technically it is, but gethostbyname only returns IPv4 addresses, i.e. >> ones that can fit in a DWORD.

Re: [PATCH 1/4] Check for null pointers before strcmp. (LLVM/Clang)

2011-06-10 Thread Lauri Kenttä
On Fri, 10 Jun 2011 14:19:43 -0700, Juan Lang wrote: This change doesn't accomplish anything. Yes it does. It makes Clang happy and avoids a null pointer dereference in case the tests are failing. (Even if they're passing now, someone might break them in future.) In the first place, the pre

Re: [PATCH] winex11: Make GetCursorPos respect clipping and virtual screen size.

2011-05-19 Thread Lauri Kenttä
Alexandre Julliard writes: Lauri Kenttä writes: With my touchpad the results are much more interesting. Most likely because XInput raw events don't take acceleration into account. I'm not sure there's a whole lot we can do about that. I've disabled acceleration, and

Re: [PATCH] winex11: Make GetCursorPos respect clipping and virtual screen size.

2011-05-18 Thread Lauri Kenttä
ferent from what the function returns. Maybe I should file a bug about that? -- Lauri Kenttä

Re: Wine test bot failure?

2010-09-24 Thread Lauri Kenttä
ome of the old names (e.g. TOPOBJDIR) may persist in local cache files. Removing config.* and all Makefiles fixed this. -- Lauri Kenttä

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-23 Thread Lauri Kenttä
Ricardo Filipe wrote: > see: http://bugs.winehq.org/show_bug.cgi?id=6971 Ok, that really explains something. Thanks a lot, I'll find a game to test. -- Lauri Kenttä

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-23 Thread Lauri Kenttä
t the edge. But that's something I'll not try to fix. Thanks for your comments! -- Lauri Kenttä

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-22 Thread Lauri Kenttä
lopment. Some (luckily not me) would take it badly and just rm -rf wine-git and never try again, even if they could be a great help with some guidance. So let's all be nice to each other, and everyone will be happier. -- Lauri Kenttä #define _WIN32_WINNT 0x0500 #include #include int

Re: winex11.drv: Added missing mouse position clipping. (try 2)

2010-01-21 Thread Lauri Kenttä
y? Also, apparently Wine won't (or can't) warp the mouse if it lies outside the virtual desktop. As I see it, clipping should first be implemented correctly, because that's what Windows applications expect. Then, if this causes problems, we could use a registry key similar to DXGrab to disable (or restrict) XWarpPointer usage. -- Lauri Kenttä

Re: [PATCH] user32/tests: check that SetCursorPos doesn't call hooks.

2010-01-21 Thread Lauri Kenttä
Hello Nicolas, Thanks for your suggestions, I sent a new patch. -- Lauri Kenttä