Vacation

2012-03-16 Thread Alexandre Julliard
Folks, I'll be on vacation for a week, so there won't be any commits. Hopefully we have caused enough regressions in 1.5.0 to keep all you busy ;-) -- Alexandre Julliard julli...@winehq.org

Re: [1/2] winefile: Fix compilation warnings in _NO_EXTENSIONS mode

2012-03-16 Thread André Hentschel
Am 14.03.2012 19:41, schrieb Alexandre Julliard: > André Hentschel writes: > >> @@ -3973,6 +3973,7 @@ static BOOL prompt_target(Pane* pane, LPWSTR source, >> LPWSTR target) >> static IContextMenu2* s_pctxmenu2 = NULL; >> static IContextMenu3* s_pctxmenu3 = NULL; >> >> +#ifndef _NO_EXTENSIONS

Fwd: [Wine (a project of Software Freedom Conservancy)] Your organization application has been accepted.

2012-03-16 Thread Maarten Lankhorst
huzzah! Originele bericht Onderwerp: [Wine (a project of Software Freedom Conservancy)] Your organization application has been accepted. Datum: Fri, 16 Mar 2012 17:44:28 + Van:no-re...@google-melange.appspotmail.com Aan:m.b.lankho...@gmail.com Your Organizat

Re: [2/2] sxs/tests: Add tests for CreateAssemblyNameObject.

2012-03-16 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=17409 Your paranoid android

Re: [PATCH 1/2] urlmon: Add mime handler layer before data is processed

2012-03-16 Thread Piotr Caban
On 03/16/12 15:05, Marvin wrote: 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.

Re: [PATCH 1/2] urlmon: Add mime handler layer before data is processed

2012-03-16 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=17407 Your paranoid android

Re: [PATCH 3/8] amstream/tests: Add media streams tests.

2012-03-16 Thread Christian Costa
amstream may not be broken. Error 80040256 is VFW_E_NO_AUDIO_HARDWARE. So I guess the VM does not have audio HW. I don't know how to verify this. I will send a new patch after or submit a updated one. 2012/3/16 Christian Costa > > 2012/3/16 Marvin > >> Hi, >> >> While running your changed tests

Re: [PATCH 3/8] amstream/tests: Add media streams tests.

2012-03-16 Thread Christian Costa
2012/3/16 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?

Re: Spelling errors in en_US translation

2012-03-16 Thread Julian Rüger
Am Freitag, den 16.03.2012, 11:05 +0100 schrieb Francois Gouget: > I have not looked at the British vs. American English issues. Part of > the reason is that I'm a bit fuzzy on how we use the PO files for these. > Is the following correct? > > * All of Wine resources are supposed to be 100% Ame

Re: wpp: Stop parsing single and double quoted string constants after a first newline character.

2012-03-16 Thread Józef Kucia
Please forget this patch. It's superseded by another.

Re: Web based translation tool

2012-03-16 Thread Michal Čihař
Hi Dne Thu, 15 Mar 2012 10:12:14 -0500 Aric Stewart napsal(a): > Basically we have 3 big requirements that have been sticking points for > various solutions. > > 1) Real Names and e-mails for all contributors > > 2) Individual attribution for all translations. So we know exactly who > changed

Re: [2/4](resend)strmbase: implement BaseControlWindow

2012-03-16 Thread Aric Stewart
On 3/16/12 12:36 AM, Nikolay Sivov wrote: On 3/16/2012 04:00, Aric Stewart wrote: +HRESULT WINAPI BaseControlWindowImpl_GetTypeInfo(IVideoWindow *iface, UINT iTInfo, LCID lcid, ITypeInfo**ppTInfo) +{ + BaseControlWindow* This = (BaseControlWindow*)iface; + It doesn't look like a normal COM inte

Re: Spelling errors in en_US translation

2012-03-16 Thread Francois Gouget
On Wed, 29 Feb 2012, Julian Rüger wrote: > Hi Francois, (and everybody else ;) > > are there any plans to create an ignore-list for these: > http://fgouget.free.fr/wine-po/en_US.spell.html > to be able to distinguish real typos from false positives? [...] I have not looked at the British vs. Ame

Re: [PATCH 1/4] mshtml: Get rid of PRBool in nsiface.idl

2012-03-16 Thread Jacek Caban
On 3/15/12 6:45 PM, Henri Verbeet wrote: On 15 March 2012 11:54, Jacek Caban wrote: +typedef unsigned char cpp_bool; +#define bool cpp_bool +cpp_quote("#define PRBool cpp_bool") /* FIXME */ Is there any chance this is going to conflict with bool from stdbool.h? Technically that's C99, and we d

Re: [po]Update Ukrainian translation

2012-03-16 Thread Francois Gouget
Why did you remove these? #: xcopy.rc:43 msgctxt "File key" msgid "F" -msgstr "F" +msgstr "" #: xcopy.rc:44 msgctxt "Directory key" msgid "D" -msgstr "D" +msgstr "" They are supposed to match the key specified by the translation below which they did: #: xcopy.rc:34 msgid "" "Is '%1' a

qcap patch

2012-03-16 Thread Christian Costa
Forget my qcap patch. It's the wrong one and I need to add missing CLSID defines in some headers first.