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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
"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
"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.
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.
>
>
>
> --
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
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.
29 matches
Mail list logo