RE: about video memory detection in wine

2009-08-15 Thread Sun, Sunny
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

Wine icon refresh

2009-08-15 Thread Detlef Riekenberg
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 print

New winetricks 20090815: new verbs directplay, openwatcom, dotnet30

2009-08-15 Thread Dan Kegel
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

Re: [8/21] comctl32: Add basic structure for IImageList interface

2009-08-15 Thread Detlef Riekenberg
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. You

Re: [8/21] comctl32: Add basic structure for IImageList interface

2009-08-15 Thread Owen Rudge
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

Writing Conformance Tests

2009-08-15 Thread 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 won't be an issue, but was

AF_Irda.h header file

2009-08-15 Thread Thomas Trummer
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 /* *

Re: Writing Conformance Tests

2009-08-15 Thread Reece Dunn
2009/8/15 Mike fireswor...@yahoo.com: 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

Re: d3d10: Add annotation skipping.

2009-08-15 Thread Henri Verbeet
2009/8/15 Rico Schüller kgbric...@web.de: +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: d3d10: Add annotation skipping.

2009-08-15 Thread David Laight
On Sat, Aug 15, 2009 at 07:37:12PM +0200, Henri Verbeet wrote: 2009/8/15 Rico Sch?ller kgbric...@web.de: +static inline void parse_annotation(const char **ptr, unsigned int count) ^^ And there is no reason to inline something this size David -- David Laight:

When do regressions become high priority for developers?

2009-08-15 Thread Matt Perry
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

Re: New Wine Gecko 1.0.0 RC

2009-08-15 Thread Jacek Caban
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

re: When do regressions become high priority for developers?

2009-08-15 Thread Dan Kegel
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

Appinstall testing guide up on the wiki

2009-08-15 Thread Austin English
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

RE: When do regressions become high priority for developers?

2009-08-15 Thread Nicklas Börjesson
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: about video memory detection in wine

2009-08-15 Thread Stefan Dösinger
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

Re: When do regressions become high priority for developers?

2009-08-15 Thread Vincent Povirk
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

Re: When do regressions become high priority for developers?

2009-08-15 Thread Stefan Dösinger
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

Re: Appinstall testing guide up on the wiki

2009-08-15 Thread Steven Edwards
Hi Austin, On Sat, Aug 15, 2009 at 2:58 PM, Austin Englishaustinengl...@gmail.com 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

Re: Appinstall testing guide up on the wiki

2009-08-15 Thread Matt Perry
On Sat, Aug 15, 2009 at 11:58 AM, Austin Englishaustinengl...@gmail.com 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

Re: about video memory detection in wine

2009-08-15 Thread Henri Verbeet
2009/8/15 Stefan Dösinger stefandoesin...@gmx.at: I'll send the patches on monday with a few minor improvements. I think the spec should be fixed/extended first.

Re: attrib.exe[2/4] add usage function

2009-08-15 Thread Jeff Zaroyko
On Sun, Aug 16, 2009 at 2:12 PM, EA Durbinead1...@hotmail.com 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