Re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-08 Thread Eliot Blennerhassett
Hi Dan, thanks for your response. On 09/07/10 14:22, Dan Kegel wrote: > Thanks for sending that patch. > > It seems your editor stripped whitespace from the ends of lines, Having one's editor take care of trailing whitespace is fairly standard practice isn't it? Can I guess that having trailin

Re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-08 Thread Wolfram Sang
If you are saying they won't accept a patch because of this, I'd be tempted to say "for f**ks sake can I be bothered with such pettiness?", but I suppose "for the greater good" I'd resubmit. It is common behaviour for large scale projects, e.g. the Linux Kernel applies this rule, too. If you fr

Re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-08 Thread Dan Kegel
On Thu, Jul 8, 2010 at 7:50 PM, Eliot Blennerhassett wrote: >> It seems your editor stripped whitespace from the ends of lines, > > Having one's editor take care of trailing whitespace is fairly standard > practice isn't it? Not when working on Wine code. > Can I guess that having trailing white

re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-08 Thread Dan Kegel
Thanks for sending that patch. It seems your editor stripped whitespace from the ends of lines, causing three whitespace-only hunks on the end of your patch. Please don't do that; Wine deveopers frown on unrelated whitespace changes. You might have better luck getting your change in if you includ

WINED3DUSAGE_MASK?

2010-07-08 Thread Misha Koshelev
Dear All: Sorry to bother - I just ran into something quite curious in terms of a Wine-specific feature that is certainly not matched in Windows XP and was wondering what its purpose was... Also, should I use todo_wine to test for this, or is there a better way since this seems something that obv

TestBot: new VMs and components

2010-07-08 Thread Greg Geldorp
Upon request, I've added a couple of VMs for your testing pleasure: WXPPROARSP3 - Windows XP Pro Arabic SP3 WXPPROJASP3 - Windows XP Pro Japanese SP3 WXPPRORUSP3 - Windows XP Pro Russian SP3 WXPPROZHSP3 - Windows XP Pro Chinese simplified SP3 I must say, installing these VMs with their non-Wester

Re: shell32: Add stub for SHGetPropertyStoreFromParsingName

2010-07-08 Thread André Hentschel
Am 08.07.2010 21:31, schrieb Hans Leidekker: > On Thu, 2010-07-08 at 21:19 +0200, André Hentschel wrote: > >> +@ stdcall SHGetPropertyStoreFromParsingName(str ptr long ptr ptr) > > The first parameter should be wstr. > > true, and i thought i did... thx -- Best Regards, André Hentschel

Re: shell32: Add stub for SHGetPropertyStoreFromParsingName

2010-07-08 Thread Hans Leidekker
On Thu, 2010-07-08 at 21:19 +0200, André Hentschel wrote: > +@ stdcall SHGetPropertyStoreFromParsingName(str ptr long ptr ptr) The first parameter should be wstr.

Re: [1/2] gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the case that count == 1 (should do nothing).

2010-07-08 Thread Aric Stewart
Wade is a new intern here at CodeWeavers that we are training how to do winehacking. We totally expect that these patches get set to deferred because of the wine 1.2 release. But I wanted to go through the process of how to send patches while the patches where fresh in his mind. So when the

Re: [1/2] gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the case that count == 1 (should do nothing).

2010-07-08 Thread James Mckenzie
Wade: Does this fix a known bug? We are indeed in code freeze and this is a big patch... James McKenzie -Original Message- >From: Wade Gobel >Sent: Jul 8, 2010 7:27 AM >To: wine-patches >Subject: [1/2] gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I >in the case tha

Re: write: Add Gaelic resource

2010-07-08 Thread Jimmy O'Regan
On 8 July 2010 18:02, Paul Vriens wrote: > On 07/08/2010 06:50 PM, Jimmy O'Regan wrote: >> >> On 8 July 2010 14:52, Ken Sharp  wrote: >>> >> >> My Irish (Irish, not "Gaelic") has been steadily deteriorating since I >> left school, but it's painfully clear that you don't speak a word of >> the lang

Re: write: Add Gaelic resource

2010-07-08 Thread Paul Vriens
On 07/08/2010 06:50 PM, Jimmy O'Regan wrote: On 8 July 2010 14:52, Ken Sharp wrote: My Irish (Irish, not "Gaelic") has been steadily deteriorating since I left school, but it's painfully clear that you don't speak a word of the language. +IDS_FAILED, "Ag tosú Wordpad Theip" Should be s

Re: ntdll: Stub system service requests in i386 mode (Int 2E, SYSENTER, SYSCALL) (try 3)

2010-07-08 Thread Paul Chitescu
On Thursday 08 July 2010 07:09:58 pm Vitaliy Margolen wrote: > On 07/06/2010 03:15 PM, Paul Chitescu wrote: > > Changelog: > > ntdll: Stub system service requests in i386 mode (Int 2E, SYSENTER, SYSCALL) > > > > +WINE_FIXME( "(0x%02X, %p): stub\n", index, param_block ); > > +W

Re: write: Add Gaelic resource

2010-07-08 Thread Jimmy O'Regan
On 8 July 2010 14:52, Ken Sharp wrote: > My Irish (Irish, not "Gaelic") has been steadily deteriorating since I left school, but it's painfully clear that you don't speak a word of the language. +IDS_FAILED, "Ag tosú Wordpad Theip" Should be something like 'Theip ar Wordpad a thosú'; what y

Re: ntdll: Stub system service requests in i386 mode (Int 2E, SYSENTER, SYSCALL) (try 3)

2010-07-08 Thread Vitaliy Margolen
On 07/06/2010 03:15 PM, Paul Chitescu wrote: > Changelog: > ntdll: Stub system service requests in i386 mode (Int 2E, SYSENTER, > SYSCALL) > > +WINE_FIXME( "(0x%02X, %p): stub\n", index, param_block ); > +WINE_TRACE( "INT 2E at 08%x\n", context->Eip ); Any particular reason

Re: [1/2] gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the case that count == 1 (should do nothing).

2010-07-08 Thread Nikolay Sivov
On 7/8/2010 18:27, Wade Gobel wrote: --- dlls/gdiplus/graphics.c |8 ++- dlls/gdiplus/tests/graphics.c | 135 + 2 files changed, 142 insertions(+), 1 deletions(-) Hi, Wade. Patches are broken by your mail client. You could attach or setup

Re: [PATCH 1/2] d3dx9: Fix indentation in D3DXDeclaratorFromFVFTest. (try 4)

2010-07-08 Thread Misha Koshelev
On Wed, Jul 7, 2010 at 10:41 PM, James McKenzie wrote: > Misha Koshelev wrote: >>> >>> Misha Koshelev wrote: >>> Ok per Dan's comments back to >>> >>> >>> Misha: >>> >>> Alexandre rejects 'white space' changes, that is changes that fix >>> indentation, remove extraneous or trailing

Re: [2/2] gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI.

2010-07-08 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=3232 Your paranoid android.

Re: [1/2] gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the case that count == 1 (should do nothing).

2010-07-08 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=3231 Your paranoid android.

Re: kernel32: Loosen trailing \ requirement on GetVolumeInformationAW.

2010-07-08 Thread Alexandre Julliard
writes: > C:\>d: > D:\foo>d:\bar\zot\kernel32_test.exe volume # from testbot job #3225 > volume.c:328: Test failed: GetVolumeInformationA w/o '\' did not fail, last > error 3735928559 > volume: 285 tests executed (0 marked as todo, 1 failure), 0 skipped. > > I.e. the test fails (GetVolumeInforma

kernel32: Loosen trailing \ requirement on GetVolumeInformationAW.

2010-07-08 Thread Joerg-Cyril.Hoehle
Hi, >That's only moving the bug around. Indeed. It just moves the todo_wine from one side to the other. > We have tests for the current >behavior, any further improvement must keep the existing tests working. I dispute the correctness of the tests. Here's what I get on a real (as opposed to virt

Re: How far to push behavioural compatibility with native?

2010-07-08 Thread Dmitry Timoshkov
wrote: > A) Bug compatibility => Behavioural compatibility => drop existing >code and try to mimic native's behaviour as closely as possible. > B) PAUSE and RESUME is a useful extension not present in native, keep it >as long as no app is affected by this difference in behaviour. A basic

Re: How far to push behavioural compatibility with native?

2010-07-08 Thread David Gerard
On 8 July 2010 10:32, wrote: > What do you think? > A) Bug compatibility => Behavioural compatibility => drop existing >   code and try to mimic native's behaviour as closely as possible. > B) PAUSE and RESUME is a useful extension not present in native, keep it >   as long as no app is affected

Re: d3d9: add few tests for GetAdtapterDisplayModeEx (try 2)

2010-07-08 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=3223 Your paranoid android.

Re: kernel32/tests: Skip fewer tests on Win9x.

2010-07-08 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=3224 Your paranoid android.

How far to push behavioural compatibility with native?

2010-07-08 Thread Joerg-Cyril.Hoehle
Hi, Unlike mciwave, the native mciseq MIDI player does not know the MCI_RESUME command. It instead returns MCIERR_UNSUPPORTED_FUNCTION. Tests with notification suggest that MCI_PAUSE actually aborts the player, much like MCI_STOP. It's a different behaviour than mciwave. (You can always "resume"

Re: kernel32: Loosen trailing \ requirement on GetVolumeInformationAW.

2010-07-08 Thread Alexandre Julliard
writes: > The tests prove that not all calls without a trailing slash must fail. > So until we know more precisely the exact conditions, I feel it's > better to revert to the old behaviour that allowed the copy > protection scheme to work. That's only moving the bug around. We have tests for the