Re: Crappy Deb build scripts

2010-11-11 Thread Ben Klein
Make it BSD licence: do what you want but keep my name on it unless you completely rewrite the whole thing. On 12 November 2010 05:29, Austin English wrote: > On Thu, Nov 11, 2010 at 8:56 AM, Ben Klein wrote: >> By request of Austin, my crappy build scripts. I finally had the >> concentration to

kernel32: Add a stub for SetProcessDEPPolicy

2010-11-11 Thread Detlef Riekenberg
Any comments available for this Patch? http://source.winehq.org/patches/data/68113 -- By by ... Detlef

Fwd: Re: d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7

2010-11-11 Thread André Hentschel
> From: Lats > Subject: Re: d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7 > Message-Id: <4cdc607d.5070...@yless4u.com.au> > Date: Fri, 12 Nov 2010 08:30:37 +1100 > > On 11/12/2010 06:35 AM, André Hentschel wrote: >> +static int i; >> >> -return WINED3DERR_INVALIDCALL; >> +

Re: d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7

2010-11-11 Thread Austin English
On Thu, Nov 11, 2010 at 9:30 PM, Lats wrote: > On 11/12/2010 06:35 AM, André Hentschel wrote: >> >> +    static int i; >> >> -    return WINED3DERR_INVALIDCALL; >> +    TRACE("iface %p, dst_window %p stub!\n", iface, dst_window); >> + >> +    if (!i++) >> +        FIXME("iface %p, dst_window %p st

Re: mshtml/tests: Add some broken 2k8 values

2010-11-11 Thread André Hentschel
Am 11.11.2010 15:26, schrieb Jacek Caban: > Hi André, > > On 11/10/10 9:01 PM, André Hentschel wrote: >> That really only happens on some 2008: >> http://test.winehq.org/data/tests/mshtml:htmldoc.html >> --- >> dlls/mshtml/tests/htmldoc.c | 16 >> 1 files changed, 8 insertion

Re: [try 2] Test for window messages of a property sheet with custom dialog proc (bug 12104)

2010-11-11 Thread Paul Vriens
On 11/06/2010 11:16 AM, Bernhard Übelacker wrote: Hello, this patch checks for correct arrival of messages to a subclassed property page. For this bug http://bugs.winehq.org/show_bug.cgi?id=12104 specifically the first WM_SIZE message is interesting which is not sent in wine. I have changed the

Re: Crappy Deb build scripts

2010-11-11 Thread Lei Zhang
On Thu, Nov 11, 2010 at 10:29 AM, Austin English wrote: > On Thu, Nov 11, 2010 at 8:56 AM, Ben Klein wrote: >> By request of Austin, my crappy build scripts. I finally had the >> concentration to bundle all the right files together! > > Thanks! Before I clean them up/reuse any parts, what license

Re: AUTHORS list and the C locale on Mac OS X

2010-11-11 Thread Charles Davis
Well, it looks like this whole discussion has just been rendered moot. AJ committed 40977bf1d2f0f11a24fd9330dffac264fced2306 to Wine, which makes shell32 store the AUTHORS file as a resource instead of using sed to turn it into an array of strings. Chip

Re: Crappy Deb build scripts

2010-11-11 Thread Austin English
On Thu, Nov 11, 2010 at 8:56 AM, Ben Klein wrote: > By request of Austin, my crappy build scripts. I finally had the > concentration to bundle all the right files together! Thanks! Before I clean them up/reuse any parts, what license are they under (if any)? I don't see anything at the top of any

Re: winmm/tests: Fix test failure in multi-byte locale.

2010-11-11 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=6989 Your paranoid android.

Re: [1/4] msxml3/domdoc: Fix duplicated declarations after document ::get_xml()

2010-11-11 Thread Alexandre Julliard
Nikolay Sivov writes: > From 13c41e51047445591cb1b718f835a13bfe28c53d Mon Sep 17 00:00:00 2001 > From: Nikolay Sivov > Date: Sat, 6 Nov 2010 22:07:11 +0300 > Subject: [PATCH 1/4] Fix duplicated declarations after document ::get_xml() > > --- > dlls/msxml3/domdoc.c | 50 > +++

Re: inetcpl.cpl: Added Portuguese (Brazilian) translation (try 2)

2010-11-11 Thread Paul Vriens
On 11/11/2010 03:13 PM, Eu wrote: I had forgotten to configure the author name and e-mail, resending patch. Hi Gustavo, The header says "English resources for the Internet control panel applet". You also need only one "LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN" at the beginning

Re: mshtml/tests: Add some broken 2k8 values

2010-11-11 Thread Jacek Caban
Hi André, On 11/10/10 9:01 PM, André Hentschel wrote: That really only happens on some 2008: http://test.winehq.org/data/tests/mshtml:htmldoc.html --- dlls/mshtml/tests/htmldoc.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) AFAIR these failures are regression af

Re: [1/2] version: zero pad section up to virtual size

2010-11-11 Thread Alexandre Julliard
Ričardas Barkauskas writes: > @@ -282,8 +282,12 @@ static BOOL find_pe_resource( HFILE lzfd, DWORD *resLen, > DWORD *resOff ) > } > > /* Read in resource section */ > -resSectionSize = sections[i].SizeOfRawData; > -resSection = HeapAlloc( GetProcessHeap(), 0, resSectionSize )

Crappy Deb build scripts

2010-11-11 Thread Ben Klein
By request of Austin, my crappy build scripts. I finally had the concentration to bundle all the right files together! crappy_scripts.tar.bz2 Description: BZip2 compressed data

Re: winspool.drv: skip tests when no printer is installed

2010-11-11 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=6979 Your paranoid android.