Google's support for Wine in 2007

2008-02-13 Thread Dan Kegel
As you might know, I work for Google, and part of my day job is to help improve Wine. Here's a little report about what we've been up to. Google uses Wine primarily as the basis for the Linux port of our photo management software, Picasa. In fact, the Linux version is exactly the Windows build of

Re: [RFC] winecfg enhancements

2008-02-13 Thread Steven Edwards
On Feb 13, 2008 2:29 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > And the other proposed improvements? Those were mentioned and can be > commented on. I've skimmed the discussion and while its important to me it bears much too verbose. Can we just get some mockup images of that the proposed changes

ddraw / wined3d fighting over the resolution!

2008-02-13 Thread Peter Dons Tychsen
Hi Stefan/Devs. The funny old game "Insane" has a resolution bug when it exits. I am not sure exactly how to fix this. 1) It call SetDisplayMode() - switches from 1280 x 1024 -> 640 x 480. OK. 2) It creates a 3D surface which starts the SwapChain - swapchain saves current resolution. 3) Exit. It

Weird failure in kernel32 volume test

2008-02-13 Thread Maarten Lankhorst
Hi all, The latest update of trying to be the second person for which all tests succeed. I sent a bunch of patches that make some tests pass. At the moment I have 3 failures on a clean wineprefix, with no icons on my desktop, and with wine in native window mode on kde 3.5.x: user32: 'msg' test fa

Re: gecko download not robust?

2008-02-13 Thread marco
Austin English wrote: > On Feb 9, 2008 5:17 PM, marco <[EMAIL PROTECTED]> wrote: > >>> Hmm. gecko download hung for me once. I saw >>> fixme:urlmon:ProtocolStream_Read Read failed: 800c0008 >>> in the log, which makes me wonder if our download code >>> doesn't handle transient network errors

Re: [RFC] winecfg enhancements

2008-02-13 Thread Jeff Zaroyko
Reece Dunn googlemail.com> writes: > > Hi, > > I am looking at how we can make winecfg more useful. I have already > supplied patches to allow importing a ubuntu human theme to work :). > So I am now looking at how to build on that. > [...] > > - Reece > > I think this could probably do wi

Re: [RFC] winecfg enhancements

2008-02-13 Thread Reece Dunn
On 13/02/2008, Juan Lang <[EMAIL PROTECTED]> wrote: > > Q: Should we provide a --simple mode for winecfg that has the work > > flow that Ubuntu is planning? Not specifying --simple would bring up > > the standard winecfg dialog. > > If you don't explain what that is, don't expect to many respons

Almost done...

2008-02-13 Thread Maarten Lankhorst
Hi all, Right now I got down to only the user32 msg test failing (minus the todo's). I solved the user32 win test with a very high-tech solution: Remove all icons from my desktop, which prevents the stupid file description popup from failing the user32 win test. The other way would be to run it in

Re: d3d: Add a slight delay before testing the ddraw and d3d9 visual tests

2008-02-13 Thread Peter Dons Tychsen
OK. I still think he should put a FIXME remark in the test-case, and document why Sleep() is needed. Someone might fix the driver someday. The only reason i yelled "alert!", is that i have seen so much bad code which has come to a state where the are Sleep(143) here and Sleep(1332) there, where n

Re: [PATCH] include: add ISampleGrabber interface

2008-02-13 Thread Lei Zhang
On Feb 13, 2008 3:03 PM, Lei Zhang <[EMAIL PROTECTED]> wrote: > Hi, > > This patch adds the ISampleGrabber interface, also needed by IMediaDet. > Bah, let me try again. Just realized I forgot to pass -n to git format-patch as well.

Re: Fixing the last failing tests

2008-02-13 Thread Dan Kegel
Dmitry wrote: >> An example is IsWindowUnicode. It always returns TRUE on XP, > >That's not true. The test you submitted that checks this, http://www.winehq.org/pipermail/wine-patches/2005-July/018839.html must have passed once on Windows, but it seems to be failing now; see e.g. http://test.wineh

Re: gecko download not robust?

2008-02-13 Thread Steven Edwards
On Feb 10, 2008 10:11 PM, Jacek Caban <[EMAIL PROTECTED]> wrote: > Compiling the package is quite tricky. I've compiled it on Windows XP > using MSVC. There is no other way ATM, so I think that my Gecko package > should be included as is in Linux packages. Where is the source package? Is it just f

Re: gecko download not robust?

2008-02-13 Thread Austin English
You could make it a suggested package, a la wine-dev. Including is also a possibility, but keep in mind that's several megabytes that don't change with each release (or that often) that have to be redownloaded each time. I've got high bandwith, so doesn't bother me, but a lot of people don't... -A

Re: msxml3: Implement IXMLDOMDocument IDispatch interface

2008-02-13 Thread Alistair Leslie-Hughes
Hi, Was there anything wrong with this patch? Dont commit this patch if nothing is wrong. I will submit a series of patches, that will include these changes. Best Regards Alistair Leslie-Hughes "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > F

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-13 Thread Lei Zhang
On Feb 12, 2008 5:13 PM, Timothy Lee <[EMAIL PROTECTED]> wrote: > Dear all, > > The attached patch allows the WINE desktop to be embedded within an > existing X11 window, and is similar to the windowed mode in WINE. > > I've tested this feature using MS PowerPoint Viewer 2007, so that a > fullscree

Re: user32: correct the caption bar and it's buttons' sizes

2008-02-13 Thread Peter Oberndorfer
On Mittwoch 13 Februar 2008, Divan Burger wrote: > What is the problem without the patch? is the caption bar drawn too high 1 pixel? I ask because i have a patch that restores the 1 pixel high line between the caption bar and the client area (and at the same time decreases the height of the capt

missed systray patches

2008-02-13 Thread Kirill K. Smirnov
Hello, Is there anything wrong with the serie of patches? systray[0/4]: systray improvements [try 2] http://www.winehq.org/pipermail/wine-patches/2008-February/049772.html -- Kirill

Re: [RFC] winecfg enhancements

2008-02-13 Thread Juan Lang
> Q: Should we provide a --simple mode for winecfg that has the work > flow that Ubuntu is planning? Not specifying --simple would bring up > the standard winecfg dialog. If you don't explain what that is, don't expect to many responses. At least, I don't know what it is. --Juan

Re: Fixing the last failing tests

2008-02-13 Thread Kuba Ober
On Tuesday 12 February 2008, James Hawkins wrote: > On Feb 12, 2008 8:16 PM, Peter Dons Tychsen <[EMAIL PROTECTED]> wrote: > > Hello M. > > > > What is wrong with detecting the version, and branching the test code > > accordingly? Other tests do that IIRC. I think that is a better > > solution, if

Re: How is the testsuite built for windows

2008-02-13 Thread Paul Millar
Hi Maarten, On Wednesday 13 February 2008 00:51:11 Maarten Lankhorst wrote: > Who managed to compile all wine tests for windows, and how is it done? Once a day, quisquiliae head-node (attempt to) build winetest.exe (and also the other Wine .exe and .dll files). Some details about this are avail

[RFC] winecfg enhancements

2008-02-13 Thread Reece Dunn
Hi, I am looking at how we can make winecfg more useful. I have already supplied patches to allow importing a ubuntu human theme to work :). So I am now looking at how to build on that. On the Desktop Integration tab, I am planning on adding the following improvements: * Split the Appearance s

Re: [PATCH #1] wininet: Added beginning support for HTTP cache files.

2008-02-13 Thread Robert Shearman
Jacek Caban wrote: > +/* FIXME: Better check, when we have to create the cache file */ > +if(bSuccess && (lpwhr->hdr.dwFlags & INTERNET_FLAG_NEED_FILE)) { > +WCHAR url[INTERNET_MAX_URL_LENGTH]; > +WCHAR cacheFileName[MAX_PATH+1]; > +BOOL b; > + > +b = HTTP_Ge

Re: d3d: Add a slight delay before testing the ddraw and d3d9 visual tests

2008-02-13 Thread Stefan Dösinger
Am Mittwoch, 13. Februar 2008 03:11:24 schrieb Peter Dons Tychsen: > Eh, this does not seem like a proper way to get a unit test to pass. > > Sleep()... that leads to the dark side! :-) I talked to Maarten on IRC about this. The problem seems to be that his monitor takes ages to mode switch, but C

Re: d3d: Add a slight delay before testing the ddraw and d3d9 visual tests

2008-02-13 Thread Kai Blin
On Wednesday 13 February 2008 03:11:24 Peter Dons Tychsen wrote: > The string "This makes the tests pass on my pc" isn't very good either. > What system? Given that the default mode for the tests in the last years has been "Needs to pass on Alexandre's system", I don't think it's that bad. ;) C

Re: Patch: create a WinHttpDetectAutoProxyConfigUrl function

2008-02-13 Thread Dmitry Timoshkov
"Joshua Hudson" <[EMAIL PROTECTED]> wrote: > --- wine-0.9.54/dlls/winhttp/winhttp.spec 2008-02-11 20:54:39.0 > -0800 > +++ wine-0.9.54/dlls/winhttp/winhttp.spec.bak 2008-02-11 20:52:39.0 > -0800 The patch is wrapped. > @@ -8,7 +8,7 @@ > @ stub WinHttpConnect > @ stub WinH

Re: Add a slight delay before testing the ddraw and d3d9 visual tests

2008-02-13 Thread Dmitry Timoshkov
"Maarten Lankhorst" <[EMAIL PROTECTED]> wrote: > This makes the tests pass on my pc. Perhaps there is something less hacky way like GdiFlush() which is more appropriate for this. -- Dmitry.

Re: How is the testsuite built for windows

2008-02-13 Thread Paul Vriens
Maarten Lankhorst wrote: > Hi all, > > I'm trying to get the tests to run in windows, but I'm not sure how to build > them. Any attempt to do mingw cross compiling fails badly. > > Who managed to compile all wine tests for windows, and how is it done? > > Cheers, > Maarten. > > > > --

[PATCH] Environment variable to specify X11 window for desktop

2008-02-13 Thread Timothy Lee
Dear all, The attached patch allows the WINE desktop to be embedded within an existing X11 window, and is similar to the windowed mode in WINE. I've tested this feature using MS PowerPoint Viewer 2007, so that a fullscreen slideshow can be fitted inside any X11 window. Regards, Timothy Lee

How is the testsuite built for windows

2008-02-13 Thread Maarten Lankhorst
Hi all, I'm trying to get the tests to run in windows, but I'm not sure how to build them. Any attempt to do mingw cross compiling fails badly. Who managed to compile all wine tests for windows, and how is it done? Cheers, Maarten.