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
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
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
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;
>
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.
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
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
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(-)
+
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
-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
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."
--
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.
> 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
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
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
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:
+{
+
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
See http://www.winehq.org/pipermail/wine-patches/2011-April/101371.html
Anything i could do to improve to get it in?
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
19 matches
Mail list logo