Re: Chinese translation of key pages on wiki.winehq.org?

2010-09-01 Thread Hin-Tak Leung
Frédéric Delanoy wrote: On Tue, Aug 31, 2010 at 02:40, Dan Kegel d...@kegel.com wrote: Are there any Chinese speakers on the list? Any interest in starting a Chinese translation of wiki.winehq.org? I bring this up because a Chinese user/developer is asking for help getting started with

Re: Chinese translation of key pages on wiki.winehq.org?

2010-09-01 Thread Frédéric Delanoy
2010/9/1 Hin-Tak Leung hintak_le...@yahoo.co.uk: Frédéric Delanoy wrote: On Tue, Aug 31, 2010 at 02:40, Dan Kegel d...@kegel.com wrote: Are there any Chinese speakers on the list? Any interest in starting a Chinese translation of wiki.winehq.org? I bring this up because a Chinese

wanted: sample .avi file for MCI tests

2010-09-01 Thread Joerg-Cyril.Hoehle
Hi, I'd like to perform perform some mciavi tests. For that I'd need a .avi with known characteristics, much like MS' clock.avi such as - known number of frames, e.g. 12 - visibly different frames for visual control (e.g. analog clock or digits 0-9) - audio channel not necessary

Re: msvcp90: Fix 64-bit compilation warnings

2010-09-01 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: @@ -596,7 +596,7 @@ DEFINE_THISCALL_WRAPPER(MSVCP_basic_string_char_erase, 12) basic_string_char* __thiscall MSVCP_basic_string_char_erase( basic_string_char *this, size_t pos, size_t len) { -TRACE(%p %d %d\n, this, pos, len); +

Re: msvcrt:string Fix codepage table 1361 (Korean Johab)

2010-09-01 Thread GOUJON Alexandre
On 09/01/2010 04:54 AM, Vitaliy Margolen wrote: On 08/31/2010 04:58 AM, GOUJON Alexandre wrote: Is the attached patch well formed ? +if( $codepage == 1361 ) my $lb_ranges = ( 0x81, 0xd3, 0xd8, 0xde, 0xe0, 0xf9, 0x00, 0x00 ); +else my $lb_ranges = get_lb_ranges(); + No, it's wrong.

Re: msvcp90: Fix 64-bit compilation warnings

2010-09-01 Thread Octavian Voicu
On Wed, Sep 1, 2010 at 12:56 PM, Alexandre Julliard julli...@winehq.org wrote: Piotr Caban pi...@codeweavers.com writes: @@ -596,7 +596,7 @@ DEFINE_THISCALL_WRAPPER(MSVCP_basic_string_char_erase, 12)  basic_string_char* __thiscall MSVCP_basic_string_char_erase(          basic_string_char

Re: msvcp90: Fix 64-bit compilation warnings

2010-09-01 Thread Alexandre Julliard
Octavian Voicu octavian.vo...@gmail.com writes: You should be casting to long, otherwise you'll potentially truncate the value. %zu is out of the question? Yes. Besides, that's the msvcrt size_t, not the real one. -- Alexandre Julliard julli...@winehq.org

Re: d3dx9: Implement D3DXFVFFromDeclarator. (try 2)

2010-09-01 Thread Henri Verbeet
On 1 September 2010 02:40, Misha Koshelev misha...@gmail.com wrote: +while (texture = 8) What is the texture == 8 case for? Also, it seems to me FVFs require texcoords to be assigned to consecutive texture units.

Re: user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4896 Your paranoid

Fwd: [ANNOUNCE] Git User's Survey 2010

2010-09-01 Thread Andrew Eikum
This mail was sent to the git mailing list today. Since we use Git here, I thought I'd bring it to everyone's attention. Original Message From: Jakub Narebski jna...@gmail.com To: g...@vger.kernel.org Subject: [ANNOUNCE] Git User's Survey 2010 Date: Tue, 31 Aug 2010 23:33:47

Re: [PATCH] winealsa.drv: Count micelem in mixer chans, don't add spare capture input for half-duplex mics.

2010-09-01 Thread Alexandre Julliard
Jeff Cook j...@deserettechnology.com writes: @@ -520,7 +520,12 @@ static void ALSA_MixerInit(void) } /* Add master channel, uncounted channels and an extra for capture */ -mixdev[mixnum].chans += !!mastelem + !!headelem + !!pcmelem + 1; +/* Do not

Re: shell32: add stubbed SHGetKnownFolderPath

2010-09-01 Thread Alexandre Julliard
Louis Lenders xerox_xerox2...@yahoo.co.uk writes: @@ -111,3 +111,8 @@ typedef [v1_enum] enum tagSHCOLSTATE } SHCOLSTATE; typedef DWORD SHCOLSTATEF; + +typedef GUID KNOWNFOLDERID; + +typedef KNOWNFOLDERID *REFKNOWNFOLDERID; This doesn't match the PSDK definitions. -- Alexandre

Re: [PATCH] wined3d: Add missing ckey, fx, and pal directdraw caps.

2010-09-01 Thread Stefan Dösinger
Looks OK to me. (unless there are whitespace issues which I can't see in my current mail client) Am 01.09.2010 um 06:44 schrieb Octavian Voicu: Fixes regression described in bug 24226. --- dlls/wined3d/directx.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 1/6] winmm: MCI open always creates an alias for subsequent commands.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4898 Your paranoid

Re: [PATCH 4/6] winmm/tests: Add a few Open/Close MCI tests.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4900 Your paranoid

Re: [PATCH 2/6] winmm: Close MCI device after immediate auto-open commands.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4899 Your paranoid

Re: d3dx9: Implement D3DXFVFFromDeclarator. (try 2)

2010-09-01 Thread misha680
Henri Verbeet wrote: On 1 September 2010 02:40, Misha Koshelev misha...@gmail.com wrote: +while (texture = 8) What is the texture == 8 case for? Also, it seems to me FVFs require texcoords to be assigned to consecutive texture units. Thx. Fixed. What do you think of? Two

Re: [PATCH 2/3] winmm: Replace command ids with symbolic constants in mci command resources.

2010-09-01 Thread Octavian Voicu
In order to prevent copy-paste errors, the changes were generated using the following script, executed from git root (there are two very long lines, might not work if they're wrapped): for i in MCI_OPEN MCI_CLOSE MCI_ESCAPE MCI_PLAY MCI_SEEK MCI_STOP MCI_PAUSE MCI_INFO MCI_GETDEVCAPS MCI_SPIN

Re: [PATCH 3/3] include: Add MCI_INTEGER64 and MCI_INTEGER3264 mci types. (try 2)

2010-09-01 Thread Jacek Caban
Hi Octavian, On 9/1/10 7:45 PM, Octavian Voicu wrote: MCI_INTEGER64 is only defined for _WIN64 in DDK. MCI_INTEGER3264 is wine specific and will be needed because MCI_STATUS return type is MCI_INTEGER64 in 64-bit winmm.dll, and MCI_INTEGER in 32-bit winmm.dll. That's not a reason to add

Re: [PATCH 3/3] include: Add MCI_INTEGER64 and MCI_INTEGER3264 mci types. (try 2)

2010-09-01 Thread Octavian Voicu
On Wed, Sep 1, 2010 at 9:20 PM, Jacek Caban ja...@codeweavers.com wrote: On 9/1/10 7:45 PM, Octavian Voicu wrote: MCI_INTEGER64 is only defined for _WIN64 in DDK. MCI_INTEGER3264 is wine specific and will be needed because MCI_STATUS return type is MCI_INTEGER64 in 64-bit winmm.dll, and

Re: Please report mcicda (CDROM audio) test results

2010-09-01 Thread Saulius Krasuckas
Hello, * On Wed, 4 Aug 2010, joerg-cyril.hoe...@t-systems.com wrote: Jeff Zaroyko wrote: mcicda: 98 tests executed (0 marked as todo, 2 failures), 0 skipped. With a dual mode cd which has a data and audio tracks: mcicda: 90 tests executed (0 marked as todo, 14 failures), 0 skipped.

Re: [PATCH 5/6] winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4901 Your paranoid

Re: [PATCH 6/6] winmm/tests: Add MCI parser tests.

2010-09-01 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=4902 Your paranoid

Mono integration, and when do we ship Mono with Wine?

2010-09-01 Thread Vincent Povirk
Dan Kegel recently listed this as a possible 1.4 goal: Mono integration similar to the current Gecko integration He may have meant one or both of the following things: 1. A more-or-less complete mscoree.dll that works based on the mono embedding api, as well as replacements for all the

Re: Mono integration, and when do we ship Mono with Wine?

2010-09-01 Thread Austin English
On Wed, Sep 1, 2010 at 6:24 PM, Vincent Povirk madewokh...@gmail.com wrote: I'm making this judgment based on the limited pool of mscoree bugs in the Wine bugzilla. I wish more people would file bugs when Mono doesn't work. For what it's worth, I've been watching wine-bugs for when

Console issues in recent git

2010-09-01 Thread Jerome Leclanche
Anyone else's terminal emulators really acting up since the last git batch? On konsole (2.5//4.5.00), I'm unable to see what I'm writing if there is a wine process running, until it's killed. This is probably a konsole bug, but still... CC eric. -- J. Leclanche

Re: Mono integration, and when do we ship Mono with Wine?

2010-09-01 Thread Scott Ritchie
On 09/01/2010 04:24 PM, Vincent Povirk wrote: The one hard requirement I have and have not met is that a working mono package can be built by me using only free software and that I can explain the build process to other people. I can do this for the core runtime and libraries, but I cannot do