Re: Web based translation tool

2012-03-23 Thread Yaron Shahrabani
I can't tell if it's a good idea but having a seperate repository should lead to some crucial changes, the only way it will be possible is this: This repository will have only the translations with a POT/PO file from the original project (will be updated every couple of hours). This repository wil

Re: [PATCH] mscoree: Print the correct values in a TRACE.

2012-03-23 Thread Nicolas Le Cam
Le 23 mars 2012 22:21, Charles Davis a écrit : > > On Mar 23, 2012, at 3:09 PM, Nicolas Le Cam wrote: > >> Le 23 mars 2012 21:41, Lauri Kenttä a écrit : >>> --- >>>  dlls/mscoree/mscoree_main.c |    2 +- >>>  1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/dlls/mscoree/mscoree_

Re: [PATCH] mscoree: Print the correct values in a TRACE.

2012-03-23 Thread Charles Davis
On Mar 23, 2012, at 3:09 PM, Nicolas Le Cam wrote: > Le 23 mars 2012 21:41, Lauri Kenttä a écrit : >> --- >> dlls/mscoree/mscoree_main.c |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c >> index 1aa120f..0e

Re: [PATCH] mscoree: Print the correct values in a TRACE.

2012-03-23 Thread Nicolas Le Cam
Le 23 mars 2012 21:41, Lauri Kenttä a écrit : > --- >  dlls/mscoree/mscoree_main.c |    2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c > index 1aa120f..0ebc813 100644 > --- a/dlls/mscoree/mscoree_main.c > +++ b/dlls/

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

2012-03-23 Thread Michael Stefaniuc
On 03/23/2012 07:50 PM, Lauri Kenttä wrote: On 2012-03-22 00:36, Michael Stefaniuc wrote: HRESULT WINAPI GetRequestedRuntimeVersion(LPWSTR pExe, LPWSTR pVersion, DWORD cchBuffer, DWORD *dwlength) { - TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe), cchBuffer, dwlength); + TRACE("(

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

2012-03-23 Thread Lauri Kenttä
On 2012-03-22 00:36, Michael Stefaniuc wrote: HRESULT WINAPI GetRequestedRuntimeVersion(LPWSTR pExe, LPWSTR pVersion, DWORD cchBuffer, DWORD *dwlength) { -TRACE("(%s, %p, %d, %p)\n", debugstr_w(pExe), debugstr_w(pExe), cchBuffer, dwlength); +TRACE("(%s, %s, %d, %p)\n", debugstr_w(pExe),

[PATCH] mciqtz: Actually assign result to the output structure

2012-03-23 Thread Joerg-Cyril . Hoehle
Hi, Aric Stewart wrote: >If you know about specifically quartz issues I am happy to start looking at >them. I find the following very specific: Mciqtz is nothing but a pass-through to quartz' IVideoWindow_* IMediaSeeking_* IMediaControl_ and IGraphBuilder_QueryInterface. So using mciqtz is like

Re: [PATCH] mciqtz: Actually assign result to the output structure

2012-03-23 Thread Aric Stewart
Hi Jörg, Thanks for the e-mail. I will admit that I am completely ignorant about mci and mciqtz. However I am becoming more and more skilled at quartz. Right now I am mostly knowledgeable about the filters and filter chain. I will start looking at our filter graph stuff soon, but there is

Re: My Idea for GSOC

2012-03-23 Thread Daniel Oom
I think I accidentally dropped wine-devel, I have re-added and hope it does not create any trouble. And thanks for the explanation, but I'm not sure I fully understand how the different versions of direct3d interact within wine's implementation. I will probably figure it out in time. Also I will