Re: What happens upon mmdevapi capture overrun on native?

2012-03-09 Thread Maarten Lankhorst
Hey Joerg, Op 09-03-12 17:46, joerg-cyril.hoe...@t-systems.com schreef: > Hi, > > Maarten Lankhorst wrote in winepulse: Add pulseaudio driver, v9: >> - Reworked capture logic to always capture, since that seems to be the case >> on windows, >> when stopped we simply drop whole packets, but keep

Re: Translating the Wiki to Portuguese

2012-03-09 Thread Lucas Zawacki
This is a question for the portuguese speakers in the list. Is it preferable to create a 'pt-br' translation for the site/wiki or use the current 'pt' one (a la Wikipedia)?. I personally like the second option and will try to use the common subset of our languages, but if someone thinks this is a

GSoC 2011 - introduction

2012-03-09 Thread Józef Kucia
Hi, My name is Józef Kucia. I'm a Masters student in Computer Science at Wrocław University of Technology in Poland. I would like to apply for Google Summer of Code this year. I have a good knowledge of C and OpenGL. I also have limited experience with Direct3D and win32 programming. With regard t

Re: Translating the Wiki to Portuguese

2012-03-09 Thread Frédéric Delanoy
2012/3/9 Frédéric Delanoy : > On Thu, Mar 8, 2012 at 18:32, Lucas Zawacki wrote: >> Hello guys, >> >> I'd like to help translate some chunks of the Wine wiki to Portuguese. >>  What is the accepted method of translating the wiki pages? What pages >> do you recognize as being more important to be t

Re: [PATCH 2/9] d3drm: Fix identation.

2012-03-09 Thread Frédéric Delanoy
On Fri, Mar 9, 2012 at 11:55, Christian Costa wrote: > > --- >  dlls/d3drm/meshbuilder.c |   14 +++--- >  1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/dlls/d3drm/meshbuilder.c b/dlls/d3drm/meshbuilder.c > index 39df1c6..9ca7cea 100644 That patch has probably little ch

Re: Translating the Wiki to Portuguese

2012-03-09 Thread Frédéric Delanoy
On Thu, Mar 8, 2012 at 18:32, Lucas Zawacki wrote: > Hello guys, > > I'd like to help translate some chunks of the Wine wiki to Portuguese. >  What is the accepted method of translating the wiki pages? What pages > do you recognize as being more important to be translated first? > > If any portugu

What happens upon mmdevapi capture overrun on native?

2012-03-09 Thread Joerg-Cyril . Hoehle
Hi, Maarten Lankhorst wrote in winepulse: Add pulseaudio driver, v9: >- Reworked capture logic to always capture, since that seems to be the case on >windows, > when stopped we simply drop whole packets, but keep firing the event. Does anybody know what precisely happens upon overrun during cap

Re: mshtml: Set outgoing pass-by-address variable in an error case case within confirm_safety_load.

2012-03-09 Thread Gerald Pfeifer
On Thu, 8 Mar 2012, Jacek Caban wrote: >> I noticed we return in this case, without initializing this variable. >> Visual inspection indicates we do not seem to access the variable in >> this error case, but a) better safe than sorry, and b) GCC 4.8 currently >> warns about it. > I generally don't

Re: Got Application cross-compiled with msvc11 for ARM running

2012-03-09 Thread Henri Verbeet
On 9 March 2012 01:38, Vincent Povirk wrote: > Without opengl, we won't be able to run wined3d. > It also makes it a bit harder for browsers to support WebGL, which seems to be one of the things that's currently considered shiny, terrible idea as it may be. I guess they'll port ANGLE to d3d11.

Re: Got Application cross-compiled with msvc11 for ARM running

2012-03-09 Thread André Hentschel
Am 09.03.2012 08:24, schrieb Stefan Dösinger: > Am Donnerstag, 8. März 2012, 18:38:16 schrieb Vincent Povirk: >> Without opengl, we won't be able to run wined3d. > Yeah, that's unfortunate. d3d9.dll is a big gap in the dll list we could fill. > > Depending on the 3D driver, we may be able to call

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Nicolas Le Cam
Le 9 mars 2012 14:22, Christian Costa a écrit : > Le 09/03/2012 14:08, Nicolas Le Cam a écrit : >> >> Le 9 mars 2012 13:39, Christian Costa  a écrit : >>> >>> Le 08/03/2012 21:23, Alexandre Julliard a écrit : Christian Costa    writes: > This should fix the d3dxof problem of bug

Re: [PATCH 5/5] ddraw: Get rid of IDirectDrawImpl.

2012-03-09 Thread Henri Verbeet
On 2012-03-09 13:29, Christian Costa wrote: > Hi Henry, > > Maybe it's a bit late to ask this but what's the reasoning behind > introducing the struct keyword ? Typedefs have their uses, but the way it's used here is just obfuscation. Pretty much all it does is hiding the fact that a type is a str

Re: [PATCH 2/5] msxml3/tests: Added XMLView QueryInterface tests

2012-03-09 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=17248 Your paranoid android

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Christian Costa
Le 09/03/2012 14:08, Nicolas Le Cam a écrit : Le 9 mars 2012 13:39, Christian Costa a écrit : Le 08/03/2012 21:23, Alexandre Julliard a écrit : Christian Costawrites: This should fix the d3dxof problem of bug 12694. It's broken on 64-bit: ../../../../wine/tools/runtest -q -P wine -M d3

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Nicolas Le Cam
Le 9 mars 2012 13:39, Christian Costa a écrit : > Le 08/03/2012 21:23, Alexandre Julliard a écrit : >> >> Christian Costa  writes: >> >>> This should fix the d3dxof problem of bug 12694. >> >> It's broken on 64-bit: >> >> ../../../../wine/tools/runtest -q -P wine -M d3dxof.dll -T ../../.. -p >> d3

Re: [PATCH 6/6] d3dxof: Do not allow separator to terminate the string. Only the double quote can do that.

2012-03-09 Thread Christian Costa
Le 08/03/2012 21:23, Alexandre Julliard a écrit : Christian Costa writes: This should fix the d3dxof problem of bug 12694. It's broken on 64-bit: ../../../../wine/tools/runtest -q -P wine -M d3dxof.dll -T ../../.. -p d3dxof_test.exe.so ../../../../wine/dlls/d3dxof/tests/d3dxof.c&& touch d

Re: [PATCH 8/9] d3drm: Add refcount info to AddRed and Release traces.

2012-03-09 Thread Christian Costa
Le 09/03/2012 13:49, Nikolay Sivov a écrit : On 3/9/2012 14:46, Christian Costa wrote: Le 09/03/2012 13:06, Nikolay Sivov a écrit : On 3/9/2012 13:56, Christian Costa wrote: diff --git a/dlls/d3drm/d3drm.c b/dlls/d3drm/d3drm.c index 879d8b0..42d722c 100644 --- a/dlls/d3drm/d3drm.c +++ b/dlls/

Re: [PATCH 8/9] d3drm: Add refcount info to AddRed and Release traces.

2012-03-09 Thread Nikolay Sivov
On 3/9/2012 14:46, Christian Costa wrote: Le 09/03/2012 13:06, Nikolay Sivov a écrit : On 3/9/2012 13:56, Christian Costa wrote: diff --git a/dlls/d3drm/d3drm.c b/dlls/d3drm/d3drm.c index 879d8b0..42d722c 100644 --- a/dlls/d3drm/d3drm.c +++ b/dlls/d3drm/d3drm.c @@ -87,10 +87,11 @@ static HRESU

Re: [PATCH 8/9] d3drm: Add refcount info to AddRed and Release traces.

2012-03-09 Thread Christian Costa
Le 09/03/2012 13:06, Nikolay Sivov a écrit : On 3/9/2012 13:56, Christian Costa wrote: diff --git a/dlls/d3drm/d3drm.c b/dlls/d3drm/d3drm.c index 879d8b0..42d722c 100644 --- a/dlls/d3drm/d3drm.c +++ b/dlls/d3drm/d3drm.c @@ -87,10 +87,11 @@ static HRESULT WINAPI IDirect3DRMImpl_QueryInterface(I

Re: [PATCH 8/9] d3drm: Add refcount info to AddRed and Release traces.

2012-03-09 Thread Nikolay Sivov
On 3/9/2012 13:56, Christian Costa wrote: diff --git a/dlls/d3drm/d3drm.c b/dlls/d3drm/d3drm.c index 879d8b0..42d722c 100644 --- a/dlls/d3drm/d3drm.c +++ b/dlls/d3drm/d3drm.c @@ -87,10 +87,11 @@ static HRESULT WINAPI IDirect3DRMImpl_QueryInterface(IDirect3DRM* iface, REFIID static ULONG WINAP

ntdll: Do not execute callbacks past DeleteTimer(INVALID_HANDLE_VALUE).

2012-03-09 Thread Joerg-Cyril . Hoehle
Hi, >callbacks are running in Wine even after >DeleteTimerQueue(INVALID_HANDLE_VALUE). I've attached to bug #30071 tests that show the bug and fail in unpatched Wine. Regards, Jörg Höhle

Re: Web based translation tool

2012-03-09 Thread Nicolas Le Cam
Hi Aric, Latest entry on Planet Debian is about http://weblate.org/ which could be a good candidate according to its about page : Weblate is web based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations across subprojects or automa

Re: mshtml: Set outgoing pass-by-address variable in an error case case within confirm_safety_load.

2012-03-09 Thread Jacek Caban
On 03/08/12 21:55, Gerald Pfeifer wrote: > On Thu, 8 Mar 2012, Jacek Caban wrote: >>> I noticed we return in this case, without initializing this variable. >>> Visual inspection indicates we do not seem to access the variable in >>> this error case, but a) better safe than sorry, and b) GCC 4.8 cur

Re: advapi32: Assign a default value (clang)

2012-03-09 Thread Hans Leidekker
On Fri, 2012-03-09 at 19:54 +1100, Alistair Leslie-Hughes wrote: > @@ -755,7 +755,7 @@ SC_HANDLE WINAPI OpenSCManagerA( LPCSTR lpMachineName, > LPCSTR lpDatabaseName, > SC_HANDLE WINAPI OpenSCManagerW( LPCWSTR lpMachineName, LPCWSTR > lpDatabaseName, > DWORD dwD

Re: My Idea for GSOC

2012-03-09 Thread Stefan Dösinger
Am Donnerstag, 8. März 2012, 23:32:16 schrieb Pau Garcia i Quiles: > If he is adventurous, here is another idea: > > A wish a day 14: Wine-based Application Virtualization > http://www.elpauer.org/?p05 Wine doesn't help you too much in this(except for the cross-platform part), and the idea isn't r