On Sun, Aug 16, 2009 at 2:12 PM, EA Durbin wrote:
>
>
>
> Windows Live™: Keep your life in sync. Check it out.
>
>
>
Hi EA
I posted these comments on bugzilla before I also saw that you
submitted the patchset:
in patch 2, you should just use one call to printf or
2009/8/15 Stefan Dösinger :
> I'll send the patches on monday with a few minor improvements.
>
I think the spec should be fixed/extended first.
On Sat, Aug 15, 2009 at 11:58 AM, Austin English wrote:
> James asked me to put up a guide for testing applications with
> Appinstall.
The guide looks great. Will there be any service to facilitate sharing
of scripts between users?
Matt
Hi Austin,
On Sat, Aug 15, 2009 at 2:58 PM, Austin English wrote:
> It handles the process of automatically downloading, running,
> verifying and testing various applications under Wine, against
> previously verified Windows behavior. It can test for regressions of
> popular applications/features,
My personal priority are similar to Vincent's. If I cause a regression, I try
to fix it
*) If its an easy fix, useful hints in the bug report etc, and my time permits
*) Or if the fix is important to the one who pays my electricity
bills(CodeWeavers)
*) If the regression is a real regression bec
I can't speak for the rest of developers, but for me bugs become a priority if:
* They are regressions caused by a patch that I wrote.
* They are in an area that I know well (gdiplus, windowscodecs,
explorer/appbar.c).
* CodeWeavers, my employer, decides that they should.
There are only a few area
Am Saturday 15 August 2009 09:25:27 schrieb Sun, Sunny:
> It doesn't matter that the total memory is not documented, as long as it
> can tell you the true value.
The concern is that lack of spec documentation makes it harder to maintain the
code. Like the GL_ATI_texture_compression_3dc code, which
>That's a tough question. Note that Photoshop CS3
>installer has been busted for months
Yep, the same problem busts the CS4 installer as well, so both CS3 and CS4 has
gone from working(with tricks, practically flawless in CS4s case) to
non-installable.
>From what I have understood, this is not re
Howdy all,
James asked me to put up a guide for testing applications with
Appinstall. It's on the wiki (which seems to be down at the moment) at
http:/wiki.winehq.org/Appinstall_Testing. I had a couple people read
over it to make sure I didn't miss anything obvious (or omit stuff
that seems obviou
Matt Perry wrote:
> When do regressions become high priority for developers?
> [SecureCRT broke with wine-0.9.54,
> http://bugs.winehq.org/show_bug.cgi?id=13583 ]
> 14 months seems to be more than reasonable to repair a regression.
That's a tough question.Note that Photoshop CS3
installer has
André Hentschel wrote:
Just tried to copy in some german dictionaries from my firefox but it
didnt work.
Then i deleted both the copied in german and the standard english ones
and the spellchecker was disabled.
That looks much better when writing nonenglish.
I've sent a patch that disables sp
When do regressions become high priority for developers? I ask because
I opened bug 13583 over 14 months ago, provided all the information
requested, as did other people, and nothing has happened. The program
worked with Wine 0.9.53 but has been broken since then.
I have continued to test the prog
On Sat, Aug 15, 2009 at 07:37:12PM +0200, Henri Verbeet wrote:
> 2009/8/15 Rico Sch?ller :
> > +static inline void parse_annotation(const char **ptr, unsigned int count)
^^
And there is no reason to inline something this size
David
--
David Laight: da...@l8s.co.uk
2009/8/15 Rico Schüller :
> +static inline void parse_annotation(const char **ptr, unsigned int count)
> +{
> +unsigned int i;
> +DWORD d[3];
> +
> +if(count == 0) return;
> +
> +FIXME("Skipping %#x annotation(s):\n", count);
> +for (i = 0; i < count; ++i)
> +{
> +re
2009/8/15 Mike :
> Being new to wine, I was thinking about starting to learn the system by
> writing conformance tests.
>
> Most of us do NOT have access to machines of every flavor of Windows. Is
> there a standard method to deal with differences across platforms?
>
> I realize that often, this
Hi,
Wine was missing the AF_Irda.h header file so I decided to write one.
Unfortunately someone else had the same idea and the result was commited 3
days ago... :)
Nonetheless, I attached my version, it contains all definitons of the
Windows SDK 7 header though is not WS_tified.
Thomas
/*
* C
Being new to wine, I was thinking about starting to learn the system by writing
conformance tests.
Most of us do NOT have access to machines of every flavor of Windows. Is there
a standard method to deal with differences across platforms?
I realize that often, this won't be an issue, but was w
Hi Detler,
> Disassembling Windows Code is not allowed for Wine.
> You should have know that and you should know the result.
I'd just like to explain what it was exactly that I did, to possibly
clear up any confusion. After submitting a set of patches, and receiving
the comment that HIMAGELIST
On Mi, 2009-08-12 at 23:31 +0100, Owen Rudge wrote:
> > You can't do that. HIMAGELIST should be the same thing as IImageList.
>
> Hmm. Looking at the HIMAGELIST/IImageList internals in a debugger on
> Windows, the layout appears to be ...
:-(
Disassembling Windows Code is not allowed for Wine.
Another fortnight, another winetricks.
Main changes are Solaris portability improvements,
more verbs support silent install,
and three new verbs:
directplay will be handy for those couple dozen networked games that
use that API.
dotnet30 probably isn't ready for prime time, but it's there for tes
On Sa, 2009-08-08 at 20:42 +0100, Joel Holdsworth wrote:
> If you want, I can draw a Tango-style icon for it, as part of my work in
> progress wine icon refresh: http://www.airwebreathe.org.uk/wine-icon/
They look nice,
but I have some comments:
idb_std_large.bmp and idb_std_small.bmp:
The prin
Hi
Here I just want to tell you that if a user uses an old driver that we don't
support querying total memory will lead to vidmem = 0, that is unexpected, so
we should have a check.
It doesn't matter that the total memory is not documented, as long as it can
tell you the true value.
And for t
22 matches
Mail list logo