Re: Usability: WineCfg Part 1 -- Desktop Integration tab

2008-10-07 Thread Zachary Goldberg
On Tue, Oct 7, 2008 at 6:26 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > Hi, > > Reading up on the wineconf WWN issue, I noticed that it mentions > usability and winecfg. Therefore, I decided to dig up my RFC relating > to some ideas I had about winecfg that I sent to the list. > Woot.

Re: Usability: WineCfg Part 1 -- Desktop Integration tab

2008-10-07 Thread Reece Dunn
2008/10/8 James McKenzie <[EMAIL PROTECTED]>: > Reece Dunn wrote: >> Hi, >> >> Reading up on the wineconf WWN issue, I noticed that it mentions >> usability and winecfg. Therefore, I decided to dig up my RFC relating >> to some ideas I had about winecfg that I sent to the list. >> >> 1. We may wan

Re: Usability: WineCfg Part 1 -- Desktop Integration tab

2008-10-07 Thread James McKenzie
Reece Dunn wrote: > Hi, > > Reading up on the wineconf WWN issue, I noticed that it mentions > usability and winecfg. Therefore, I decided to dig up my RFC relating > to some ideas I had about winecfg that I sent to the list. > > > 1. We may want to provide a set of colour themes (e.g. Windows 95,

Re: Wineconf follow up: Wine Usage Data Collection

2008-10-07 Thread James McKenzie
Steven Edwards wrote: > On Mon, Oct 6, 2008 at 12:32 AM, Austin English <[EMAIL PROTECTED]> wrote: > >> If it's stored in WINEPREFIX, then each time a new prefix is used, >> they'll get the prompt each time. Then again, maybe most people aren't >> doing this. >> How are we tracking apps? By file

Usability: WineCfg Part 1 -- Desktop Integration tab

2008-10-07 Thread Reece Dunn
Hi, Reading up on the wineconf WWN issue, I noticed that it mentions usability and winecfg. Therefore, I decided to dig up my RFC relating to some ideas I had about winecfg that I sent to the list. I have attached a mockup of my ideas, which I have added to since my original mail. == APPEARANCE

Re: [resend] advapi32: Implement CredReadDomainCredentials stub

2008-10-07 Thread James Hawkins
On Tue, Oct 7, 2008 at 11:17 AM, Andrey Turkin <[EMAIL PROTECTED]> wrote: > [wasn't submitted nor rejected, so resending] > > Added CredReadDomainCredentialsA and CredReadDomainCredentialsW stub > implementations. > Required for MSN Messenger 7.0 to start in WinXP mode > > --- > dlls/advapi32/adv

Re: msi trouble; crashes on patchwatcher, valgrind warnings

2008-10-07 Thread James Hawkins
On Tue, Oct 7, 2008 at 8:06 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Lately I've been seeing a failure of > ../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p > msi_test.exe.so db.c > on patchwatcher on lots of runs. > e.g. http://kegel.com/wine/patchwatcher/results/2598.log > The fix i

Re: Added VGA/VESA modes. Fix Attribute Configuration FIXMEs

2008-10-07 Thread Rob Shearman
Hi Jeremiah, Thank you for your contribution to Wine. However, I have some comments about your patch: 2008/10/7 Jeremiah Flerchinger <[EMAIL PROTECTED]>: > Added additional VGA/VESA modes. Added missing information to VGA/VESA mode > descriptions. > Used new mode information to fix attributes in

GLee library (Was: Re: [5/6] WineD3D: Remove some #ifdefs)

2008-10-07 Thread Saulius Krasuckas
* On Mon, 21 Jul 2008, H. Verbeet wrote: > > Right now it's simply broken of course. The extension being defined in > the header is no guarantee the driver actually supports it. Just in a case: today I stuck upon some lib called GLee: | GLee provides a simple interface for using extensions and

Re: msi: Added MsiInstallMissingComponentW stub implementation.

2008-10-07 Thread Jacek Caban
Kai Blin wrote: > On Monday 06 October 2008 23:05:25 Jacek Caban wrote: > > >> +UINT WINAPI MsiInstallMissingComponentW(LPCWSTR szProduct, LPCWSTR >> > ... > >> 83 stub MsiInstallMissingComponentA >> -84 stub MsiInstallMissingComponentW >> +84 stdcall MsiInstallMissingComponentW(wstr ws

Re: gdi32: Fix for capella problem with codepages in symbol fonts

2008-10-07 Thread Stefan Ziel
see: http://bugs.winehq.org/show_bug.cgi?id=12377 Am Dienstag, den 07.10.2008, 09:17 +0900 schrieb Dmitry Timoshkov: > "Stefan Ziel" <[EMAIL PROTECTED]> wrote: > > > >This patch is obviously wrong > > > > may be, but the handling of symbol fonts in wine also is ;) > > > >>TranslateCharsetInf

Re: [try 2] [6/9] Add usbd.sys.

2008-10-07 Thread winepatches
amorozov wrote: > Changed as directed Rob Shearman. Please use this instead of previous > version of [6/9] patch. Patchwatcher doesn't know what to do with partial resends yet (eventually it will ignore them). At the moment I have to delete them manually, else patchwatcher gets confused and waits

Re: [PATCH 08/17] mshtml: Added IHTMLStyle::[get|put]_borderimplementation.

2008-10-07 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: > Hi Jacek, > > >static HRESULT WINAPI HTMLStyle_put_border(IHTMLStyle *iface, BSTR v) > > { > > HTMLStyle *This = HTMLSTYLE_THIS(iface); > >-FIXME("(%p)->(%s)\n", This, debugstr_w(v)); > >-return E_NOTIMPL; > >+ > >+TRACE("(%p)->(%s)\n"

Re: [1/5] di32: Call AbortProc from StartDoc instead of EndPage

2008-10-07 Thread Henri Verbeet
That should read "gdi32" instead of "di32", of course.

msi trouble; crashes on patchwatcher, valgrind warnings

2008-10-07 Thread Dan Kegel
Lately I've been seeing a failure of ../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so db.c on patchwatcher on lots of runs. e.g. http://kegel.com/wine/patchwatcher/results/2598.log It kind of looks like a memory corruption: wine: Unhandled page fault on read access to 0

Re: New Coverity run Oct 1st. 58 fixed, 41 new warnings in cabinet, jscript, mshtml, wined3d, and code generated by widl

2008-10-07 Thread Aric Stewart
Do you have coverity access? if so we can make all these ignore. If not then tell me and I will go in and mark them ignore. -aric Rob Shearman wrote: > 2008/10/6 Dan Kegel <[EMAIL PROTECTED]>: >> Thanks to the half-dozen Wine developers attacking the Coverity >> warnings, we are slowly making p

Re: [5/9] Add support of WDM drivers for USB devices.

2008-10-07 Thread Alexandre Julliard
Alexander Morozov <[EMAIL PROTECTED]> writes: > From ed6e12ca39e194829ad8d6be4fbd91d9f276d435 Mon Sep 17 00:00:00 2001 > From: Alexander Morozov <[EMAIL PROTECTED]> > Date: Fri, 3 Oct 2008 17:57:00 +0400 > Subject: [PATCH] Add support of WDM drivers for USB devices. > > --- > configure.ac

Re: [try 2] [6/9] Add usbd.sys.

2008-10-07 Thread Alexander Morozov
> Patchwatcher doesn't know what to do with partial > resends yet (eventually it will ignore them). > At the moment I have to delete them manually, else > patchwatcher gets confused and waits for the rest of the series. > - Dan I looked at patchwatcher results. Making patch [5/9] failed because af