Re: FAQ translation possible?

2011-05-03 Thread Ove Kåven
Den 04. mai 2011 00:49, skrev Frédéric Delanoy: > But in any case, the language to use should preferably be autoselected > from WineHQ's lang cookie IMHO. The way I understand moinmoin, you need to create a new wiki page with the translated content. This is typically done by also translating the p

Re: FAQ translation possible?

2011-05-03 Thread Frédéric Delanoy
2011/5/3 Juan Lang : >> Wouldn't it make sense to move the FAQ to the wine website repository >> so as to ease translation? FAQ is probably one of the most important >> things to translate IMO. > > We've recently moved it the other way. > >> Or is it more important to remain it to the wiki for quic

Re: [2/2] msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().

2011-05-03 Thread Nikolay Sivov
On 5/3/2011 18:43, Adam Martinson wrote: On 05/03/2011 01:45 AM, Nikolay Sivov wrote: On 5/3/2011 08:07, Adam Martinson wrote: Fixes bug 14864. --- dlls/msxml3/domdoc.c | 255 ++ 1 files changed, 134 insertions(+), 121 deletions(-) +case

Re: [PATCH 2/2] wininet: Added support for persistent HTTP connections

2011-05-03 Thread Alexandre Julliard
Jacek Caban writes: > +static DWORD64 collector_timeout; > + > +static DWORD64 current_time(void) > +{ > +ULARGE_INTEGER timeout; > +SYSTEMTIME st; > +FILETIME ft; > + > +GetSystemTime(&st); > +SystemTimeToFileTime(&st, &ft); > + > +timeout.u.LowPart = ft.dwLowDateTime; >

Re: [PATCH 3/5] d3d8/tests: Fix some failure messages in test_depth_stencil_size().

2011-05-03 Thread Henri Verbeet
On 3 May 2011 22:59, Marvin wrote: > === WXPPROSP3 (32 bit device) === > TestLauncher.c:89: Test failed: Can't open test executable > C:\winetest\d3d8_test.exe, error 32 > I don't think this patch introduced this failure.

Re: [PATCH 4/5] d3d8/tests: Add a Reset test.

2011-05-03 Thread Marvin
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=10710 Your paranoid android

Re: [PATCH 3/5] d3d8/tests: Fix some failure messages in test_depth_stencil_size().

2011-05-03 Thread Marvin
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=10709 Your paranoid android

Re: [2/2] msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().

2011-05-03 Thread Adam Martinson
On 05/03/2011 09:43 AM, Adam Martinson wrote: On 05/03/2011 01:45 AM, Nikolay Sivov wrote: On 5/3/2011 08:07, Adam Martinson wrote: Fixes bug 14864. --- dlls/msxml3/domdoc.c | 255 ++ 1 files changed, 134 insertions(+), 121 deletions(-) +

Re: Support for D3DQUERY_TIMESTAMP* queries...

2011-05-03 Thread Henri Verbeet
On 3 May 2011 16:51, Adam Martinson wrote: > Feedback please. This is in addition to what Stefan already said: > +/* GL_ARB_timer_query */ > +#ifndef GL_ARB_timer_query > +#define GL_ARB_timer_query 1 > +#define GL_TIME_ELAPSED_ARB 0x88BF > +#define GL_TIMESTAMP_A

Re: Support for D3DQUERY_TIMESTAMP* queries...

2011-05-03 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.05.2011 um 16:51 schrieb Adam Martinson: > +#ifndef WINE_NO_TRACE_MSGS > +for (; i < query->n_ids; ++i) > +TRACE("Allocated timestamp query %u in context %p.\n", > query->ids[i], context); > +#endif use if(TRACE_ON(d3d)) ins

msvcrt: Add tests to show that utime() can take a NULL-pointer for the utimbuf structure field

2011-05-03 Thread Joerg-Cyril.Hoehle
Louis, >Anything i could do to improve to get it in? Perhaps http://source.winehq.org/patches/ shows that you should get rid of the one apply failure. Basically, your patch does the right thing, as MSDN says "If times is a NULL pointer, the modification time is set to the current local time." --

Re: [PATCH 2/4] wintrust: Added CryptSIPPutSignedDataMsg implementation (for PE files)

2011-05-03 Thread Piotr Caban
On 05/03/11 13:07, Piotr Caban wrote: --- dlls/wintrust/crypt.c | 66 ++-- 1 files changed, 57 insertions(+), 9 deletions(-) Patches 2 and 3 in this series are not correct. Please ignore them.

Re: FAQ translation possible?

2011-05-03 Thread Juan Lang
> Wouldn't it make sense to move the FAQ to the wine website repository > so as to ease translation? FAQ is probably one of the most important > things to translate IMO. We've recently moved it the other way. > Or is it more important to remain it to the wiki for quick update/review? Yes, that's

FAQ translation possible?

2011-05-03 Thread Frédéric Delanoy
Hi, I'm currently revising/translating WineHQ's website French translation. Translating the help, I remarked the FAQ is maintained in the wiki section. Wouldn't it make sense to move the FAQ to the wine website repository so as to ease translation? FAQ is probably one of the most important things

Support for D3DQUERY_TIMESTAMP* queries...

2011-05-03 Thread Adam Martinson
Feedback please. >From 153f626211233e9da868ecdf5092da77ad032191 Mon Sep 17 00:00:00 2001 From: Adam Martinson Date: Fri, 29 Apr 2011 15:52:40 -0500 Subject: [PATCH 3/7] wined3d: Add support for GL_ARB_timer_query. To: wine-patches Reply-To: wine-devel --- dlls/wined3d/directx.c|1 + d

Re: [2/2] msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().

2011-05-03 Thread Adam Martinson
On 05/03/2011 01:45 AM, Nikolay Sivov wrote: On 5/3/2011 08:07, Adam Martinson wrote: Fixes bug 14864. --- dlls/msxml3/domdoc.c | 255 ++ 1 files changed, 134 insertions(+), 121 deletions(-) +case VT_ARRAY|VT_UI1: +{ +

Re: [PATCH 3/4] d3dx9: Implement ID3DXBaseEffect::GetPixelShader().

2011-05-03 Thread Henri Verbeet
2011/5/3 Rico Schüller : > +#define SAFE_ADDREF(x) if(x) IUnknown_AddRef(x) > +#define SAFE_RELEASE(x) if(x) IUnknown_Release(x) That's not so safe, actually. Consider e.g. what happens when "x" has side effects, or when you write something like "if (cond) SAFE_ADDREF(x); else return;". If you real

msvcrt: Add tests to show that utime() can take a NULL-pointer for the utimbuf structure field

2011-05-03 Thread Louis Lenders
See http://www.winehq.org/pipermail/wine-patches/2011-April/101371.html Anything i could do to improve to get it in?

Re: ddraw (try 2): Add a few tests for Setcooperativelevel

2011-05-03 Thread Marvin
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=10695 Your paranoid android