Re: In-process wine server (a.k.a., "Dirty Speed Hack")

2012-01-24 Thread Daniel Santos
oops, sorry I missed this one earlier Stefan. On my first mailing, all remaining processes simply stayed in memory waiting on the pipe, which also still existed (I ran a simple kill script to clean it up). However, I added a new atexit function that shuts down the master socket and all other prog

Re: [PATCH] wined3d: Reduce console flood with an Ogre3D Game

2012-01-24 Thread Nicolas Le Cam
2012/1/25 Francois Gouget : > On Wed, 25 Jan 2012, Detlef Riekenberg wrote: > >> On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote: >> > On 22 January 2012 19:44, Detlef Riekenberg wrote: >> > > -    if (usage & ~handled) >> > > +    static DWORD reported_once; >> > > + >> > > +    if (usage

Re: setupapi: add a stub for SetupAddToDiskSpaceListA/W

2012-01-24 Thread Dmitry Timoshkov
Austin English wrote: > +BOOL WINAPI SetupAddToDiskSpaceListA(HDSKSPC DiskSpace, PCSTR > TargetFilespec, > +LONGLONG FileSize, UINT Operation, > +PVOID Reserved1, UINT Reserved2) I think it's been mentioned numerous times

Re: [PATCH] wined3d: Reduce console flood with an Ogre3D Game

2012-01-24 Thread Francois Gouget
On Wed, 25 Jan 2012, Detlef Riekenberg wrote: > On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote: > > On 22 January 2012 19:44, Detlef Riekenberg wrote: > > > -if (usage & ~handled) > > > +static DWORD reported_once; > > > + > > > +if (usage & ~(handled | reported_once)) > > >

Re: po: Remove extraneous full stops from the Japanese translation.

2012-01-24 Thread Francois Gouget
On Wed, 25 Jan 2012, Akihiro Sagawa wrote: > Hi Francois, > > On Tue, 24 Jan 2012 00:28:02 +0100 (CET), Francois Gouget wrote: > > This is essentially the kernel32 error messages. > > > > po/ja.po | 1587 > > +++--- > > 1 files changed, 7

Re: comdlg32: Correctly handle filters with invalid extensions in Save As dialogs

2012-01-24 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=16639 Your paranoid android

Re: [PATCH] wined3d: Reduce console flood with an Ogre3D Game

2012-01-24 Thread Detlef Riekenberg
On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote: > On 22 January 2012 19:44, Detlef Riekenberg wrote: > > -if (usage & ~handled) > > +static DWORD reported_once; > > + > > +if (usage & ~(handled | reported_once)) > > +{ > > +reported_once |= (usage & ~handled); > >

Re: po: Remove extraneous full stops from the Japanese translation.

2012-01-24 Thread Akihiro Sagawa
Hi Francois, On Tue, 24 Jan 2012 00:28:02 +0100 (CET), Francois Gouget wrote: > This is essentially the kernel32 error messages. > > po/ja.po | 1587 > +++--- > 1 files changed, 792 insertions(+), 795 deletions(-) IMHO, the error message

Re: [PATCH 2/5] ddraw/tests: Port the depth blit test to ddraw7 (try 2)

2012-01-24 Thread Francois Gouget
On Mon, 23 Jan 2012, Stefan Dösinger wrote: > Am Montag, 23. Januar 2012, 13:47:47 schrieb Henri Verbeet: > > > +memset(&fx, 0, sizeof(fx)); > > > +fx.dwSize = sizeof(fx); > > > +fx.dwFillDepth = 0; > > > > That probably needs an U5(). I tend to forget half of them as well though. > T

Re: po: Fix the accelerator key specifications in the French translation.

2012-01-24 Thread Frédéric Delanoy
2012/1/24 Francois Gouget : > On Tue, 24 Jan 2012, Frédéric Delanoy wrote: > >> 2012/1/24 Francois Gouget : >> > --- >> >  po/fr.po |    4 ++-- >> >  1 files changed, 2 insertions(+), 2 deletions(-) >> >> -msgstr "&Effacer\tDel" >> +msgstr "&Effacer\tSuppr" >> >> Don't know about other non-France o

Re: po: Fix the accelerator key specifications in the Finnish translation.

2012-01-24 Thread Francois Gouget
On Tue, 24 Jan 2012, Lauri Kenttä wrote: > Hello, > > You may skip any further clean-up on Finnish for now, if you wish. We're > working on a full Finnish translation, which will hopefully be ready in time > for Wine 1.4. Thanks! I'll leave all to you. Don't hesitate to let me know about false

Re: [PATCH] include: Handle rmxftmpl.x when needed by d3dx9 without the need to make all includes.

2012-01-24 Thread Alexandre Julliard
Rico Schüller writes: > @@ -110,6 +110,9 @@ filter: dummy > .po.mo: > $(MSGFMT) -o $@ $< > > +.x.h: > + $(MAKEXFTMPL) -i D3DRM_XTEMPLATES -s D3DRM_XTEMPLATE_BYTES -o $@ $< It doesn't make sense to have a generic rule since the template names are file specific. -- Alexandre Julliar

Re: po: Fix the accelerator key specifications in the French translation.

2012-01-24 Thread Francois Gouget
On Tue, 24 Jan 2012, Frédéric Delanoy wrote: > 2012/1/24 Francois Gouget : > > --- > >  po/fr.po |    4 ++-- > >  1 files changed, 2 insertions(+), 2 deletions(-) > > -msgstr "&Effacer\tDel" > +msgstr "&Effacer\tSuppr" > > -msgstr "P&lein écran\tCtrl+Shift+S" > +msgstr "P&lein écran\tCtrl+Maj+S"

Re: po: Fix the accelerator key specifications in the French translation.

2012-01-24 Thread Frédéric Delanoy
2012/1/24 Francois Gouget : > --- >  po/fr.po |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) -msgstr "&Effacer\tDel" +msgstr "&Effacer\tSuppr" -msgstr "P&lein écran\tCtrl+Shift+S" +msgstr "P&lein écran\tCtrl+Maj+S" Don't know about other non-France originating French keyboards,

Re: kernel32: fix spec file parameters/don't trace non-const strings

2012-01-24 Thread Alexandre Julliard
Austin English writes: > Addresses Dmitry's feedback from > http://www.winehq.org/pipermail/wine-devel/2012-January/093886.html I see no reason to believe that these are output parameters. -- Alexandre Julliard julli...@winehq.org

Re: iphlpapi: sync spec file to Windows 7 (1/2)

2012-01-24 Thread Alexandre Julliard
Austin English writes: > From the keeping Focht happy/thanking him for debugging my bugs department :) New stubs should be commented out until there is evidence that some application is using them. -- Alexandre Julliard julli...@winehq.org

Re: jscript: ActiveX objects might not support IServiceProvider Interface (try 2)

2012-01-24 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=16634 Your paranoid android