Re: Starter projects for new Wine contributors?

2006-01-09 Thread James Hawkins
On 1/9/06, Al Tobey <[EMAIL PROTECTED]> wrote: > On 1/9/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > > Hi all! > > I'm looking for suggestions for starter projects for > > new contributors that would take something like a week to do, > > and wouldn't require much knowledge of Wine ahead of time. > >

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
On Mon, 9 Jan 2006, Ron Jensen wrote: Here you go: http://www.cendio.se/~peter/tmp/MFC_GDI_PLUS.exe. Indeed this is fixed in CVS HEAD if you set the windows version to win2k. I can see the text output on MFC_GDI_PLUS.exe I pulled a CVS update about 8 hours ago, I can not see the text output

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Scott Ritchie
On Tue, 2006-01-10 at 01:55 +1030, n0dalus wrote: > On 1/10/06, S. Schauenburg <[EMAIL PROTECTED]> wrote: > > 2. Create a Wine forum. This solves the problem of users asking the > > same questions over and over again. Here also the "comments" of the > > AppDB could be centralized (because most of t

Re: A modest proposal

2006-01-09 Thread Tom Spear (aka Dustin Navea)
the wine included in fc4 is customized by redhat.. there are no new features in it afaik. Tom gslink wrote: I noticed that for FC4 Red Hat is providing a copy of Wine in extras. This is something that THEY are producing and it is in a different form from the one put out by Wine HQ. It appe

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Mike McCormack
S. Schauenburg wrote: On IRC we started a chat on #WineHQ and discussed how to improve Wine. There were comments made and I wanted to summarize them and ask for your opinion. My comments: * It would be nice to have a checkbox: [x] "installs and works with Wine and a fresh ~/.wine" This i

Re: Starter projects for new Wine contributors?

2006-01-09 Thread Al Tobey
On 1/9/06, Dan Kegel <[EMAIL PROTECTED]> wrote: > Hi all! > I'm looking for suggestions for starter projects for > new contributors that would take something like a week to do, > and wouldn't require much knowledge of Wine ahead of time. Tests! Pretty much any level of C programmer (even me!) cou

Re: Starter projects for new Wine contributors?

2006-01-09 Thread Dimi Paun
On Mon, 2006-01-09 at 16:36 -0800, Dan Kegel wrote: > http://wiki.winehq.org/TodoList is the place we've gathered > that stuff, but nothing there really grabs me. > I suppose the tasks > http://wiki.winehq.org/CrossCallsWtoA > http://wiki.winehq.org/ConstifyData > http://wiki.winehq.org/SpecD

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Ron Jensen
On Mon, 2006-01-09 at 10:36 +0100, Peter Åstrand wrote: > On Mon, 9 Jan 2006, Vik Kumar wrote: > > Here you go: http://www.cendio.se/~peter/tmp/MFC_GDI_PLUS.exe. > > > Indeed this is fixed in CVS HEAD if you set the windows version to > > win2k. I can see the text output on MFC_GDI_PLUS.exe

A modest proposal

2006-01-09 Thread gslink
I noticed that for FC4 Red Hat is providing a copy of Wine in extras. This is something that THEY are producing and it is in a different form from the one put out by Wine HQ. It appears to me that there is no reason for Wine HQ to duplicate their effort and suggest some sort of collaboration.

Starter projects for new Wine contributors?

2006-01-09 Thread Dan Kegel
Hi all! I'm looking for suggestions for starter projects for new contributors that would take something like a week to do, and wouldn't require much knowledge of Wine ahead of time. http://wiki.winehq.org/TodoList is the place we've gathered that stuff, but nothing there really grabs me. I suppose

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Molle Bestefich
n0dalus wrote: > Trac looks interesting, but the demo there seems a bit messy. The demo has write access for anonymous users, so yes. Look at the Trac project's own ticket system instead. Perhaps try one of these URLs. http://projects.edgewall.com/trac/report http://projects.edgewall.com/trac/sea

RE: daily winetest generation

2006-01-09 Thread Rolf Kalbermatter
Paul Millar wrote: > The problem above (at the beginning of this year) was with a > missing GUID in the compiler, which is now fixed. Could you tell me what GUID it was. I'm currently in the process of trying to get compilation of DLLs working again with MSVC and the winapi tools and noticed a

Re: Regression in Icewind Dale II

2006-01-09 Thread James Trotter
On 1/9/06, Mike McCormack <[EMAIL PROTECTED]> wrote: James Trotter wrote:> I just got the latest cvs and compiled it. The game fails with the> output as in the first mail I sent.Please try a regression analysis, as described by: http://winehq.org/docs/en/winedev-guide.html#AEN1344Mike Alright, I've

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Jesse Allen
On 1/9/06, S. Schauenburg <[EMAIL PROTECTED]> wrote: > By the way, I hate the AppDB comments/summarize where people put a > error log or something into the comment and/or the summary (under what > doesn't work) This clearly states that people aren't using > bugzilla. So if we (Wine) would be a

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Marcus Meissner
On Mon, Jan 09, 2006 at 06:48:26PM +0100, Molle Bestefich wrote: > Tom Spear (aka Dustin Navea) wrote: > > ANYWAYS this email has gotten longer than I planned, and my hands are > > starting to hurt, so please, comments or suggestions, send em my way. > > Maybe the reason that your mail is so long

Re: shlwapi: Finnish translation (resent)

2006-01-09 Thread Alexandre Julliard
"Ge van Geldorp" <[EMAIL PROTECTED]> writes: > Previously sent > http://www.winehq.org/pipermail/wine-patches/2005-December/023112.html > > (shlwapi_Fi.rc sent as attachment instead of inline in the hope it won't get > mangled then) Could you please send it as a proper patch? It makes things a l

Re: cabinet: Implement Extract on top of FDI

2006-01-09 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > @@ -30,6 +30,7 @@ > #define NO_SHLWAPI_REG > #include "shlwapi.h" > #undef NO_SHLWAPI_REG > +#include "msvcrt/fcntl.h" You shouldn't use msvcrt headers if you are not importing msvcrt, this will cause trouble. Simply copy the definitions you need, li

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Jesse Allen
On 1/9/06, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > > I don't know why you are thinking maintainers should be developers only. > Maintainers are quite active on the AppDB. And new features (like send > test result) are making the job of the maintainers even more easy. > I have doubts about the

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Chris Morgan
We use trac where I work and users that would normally be unable to use bugzilla appear to have success with the simpler interface of trac. Chris > > > >Switch to Trac, for example. It will import your Bugzilla bugs in a > >snap and you're ready to go. User friendly and much simpler and much >

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Tom Spear (aka Dustin Navea)
Perhaps we should check this out? Anyone? Tom Molle Bestefich wrote: Tom Spear (aka Dustin Navea) wrote: ANYWAYS this email has gotten longer than I planned, and my hands are starting to hurt, so please, comments or suggestions, send em my way. Maybe the reason that your mail is so

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Molle Bestefich
Tom Spear (aka Dustin Navea) wrote: > ANYWAYS this email has gotten longer than I planned, and my hands are > starting to hurt, so please, comments or suggestions, send em my way. Maybe the reason that your mail is so long is that it's an impossible feat to save that zilla. Let's pronounce that m

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
On Tue, 10 Jan 2006, Vik Kumar wrote: * Which version of gdiplus.dll are you using? I'm using 5.1.3097.0. *Mine's apparently 5.1.3102.1360* I've tried this version as well now, no difference. fixme:win:EnumDisplayDevicesW ((null),0,0x4075f65c,0x), stub! fixme:dciman:DCICreatePrima

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Tom Spear (aka Dustin Navea)
I disagree with both sides of the forum issue.. I think that depending on how it is implemented, it could go either way.. There are forum software's out there that will send you a mail (including what was said) whenever a section is replied to.. Which means you just subscribe to the wine-dev

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Vik Kumar
Hi, > * Which version of gdiplus.dll are you using? I'm using 5.1.3097.0. *Mine's apparently 5.1.3102.1360* > * Which OS are you running? I've tested Wine on both Fedora Core 4 and > RedHat 9. Gentoo > * Do you get this error message as well?: > > fixme:win:EnumDisplayDevicesW ((null),0,0x4075

Re: winecfg: Problems with audio configuration

2006-01-09 Thread Belxjander Serechai
On Mon, 2006-01-02 at 19:23 -0700, Vitaliy Margolen wrote: > Monday, January 2, 2006, 6:18:11 PM, Jesse Allen wrote: > > On 1/2/06, Jesse Allen <[EMAIL PROTECTED]> wrote: > >> I'm the one having complete lockups with wineoss.drv. I also have the > >> nforce2 sound chip (snd_intel8x0), but I use it

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread S. Schauenburg
OK, but I mean (don't hit me for this) take a look at Cedega. They have a forum and a wiki and have loads of user input. This generates (inter)activity of users and 'promotes' the application in a certain way, people like to tell other people something finally works :-) 5. First you need to search

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Chris Morgan
On 1/9/06, S. Schauenburg <[EMAIL PROTECTED]> wrote: > On IRC we started a chat on #WineHQ and discussed how to improve Wine. > There were comments made and I wanted to summarize them and ask for > your opinion. > By the way: Who is in charge of WineHQ, AppDB etc.? A list of people > who are respon

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread n0dalus
On 1/10/06, S. Schauenburg <[EMAIL PROTECTED]> wrote: > On IRC we started a chat on #WineHQ and discussed how to improve Wine. > There were comments made and I wanted to summarize them and ask for > your opinion. > By the way: Who is in charge of WineHQ, AppDB etc.? A list of people > who are respo

Re: Implementing SYS-files for Wine

2006-01-09 Thread Damjan Jovanovic
--- "Anton Litvinov (wine_user)" <[EMAIL PROTECTED]> wrote: > I want to run a proprietary program which does the > following things: > > ... > fh = > CreateFileA("C:\WINDOWS\system32\DRIVERS\BIOSMAP.SYS", > ...); > ... > dh = CreateFileA("\\.\BIOSMAP", ...); > ... > r = DeviceIoControl(d

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread James Hawkins
On 1/9/06, S. Schauenburg <[EMAIL PROTECTED]> wrote: > > Back onto the main topic. Remarks made: > 1. AppDB needs a revamp. Maybe drop the maintainers (those things just > need to be set by developers only). Just have a look at the activity > of all the maintainers in the last year. **Read on for s

Re: Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread Jonathan Ernst
Le lundi 09 janvier 2006 à 15:47 +0100, S. Schauenburg a écrit : > On IRC we started a chat on #WineHQ and discussed how to improve Wine. > There were comments made and I wanted to summarize them and ask for > your opinion. > By the way: Who is in charge of WineHQ, AppDB etc.? A list of people > wh

Please read: Wine(HQ) needs a reorganization (AppDB, Bugzilla, etc.)

2006-01-09 Thread S. Schauenburg
On IRC we started a chat on #WineHQ and discussed how to improve Wine. There were comments made and I wanted to summarize them and ask for your opinion. By the way: Who is in charge of WineHQ, AppDB etc.? A list of people who are responsible for that would be nice (it could be I've missed that one

Re: user: Fix dropdown combo creation when there is no space for an edit control

2006-01-09 Thread Phil Krylov
Hi, Sorry, I meant: ChangeLog: Fixed dropdown combo creation when there is NO space for an edit control. -- Ph.

Implementing SYS-files for Wine

2006-01-09 Thread Anton Litvinov \(wine_user\)
I want to run a proprietary program which does the following things: ... fh = CreateFileA("C:\WINDOWS\system32\DRIVERS\BIOSMAP.SYS", ...); ... dh = CreateFileA("\\.\BIOSMAP", ...); ... r = DeviceIoControl(dh, 0x1000, ...); ... On recieving 0x1000 code BIOSMAP maps BIOS content (brand,

Re: Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2006-01-09 Thread Peter Åstrand
On Mon, 9 Jan 2006, Vik Kumar wrote: Here you go: http://www.cendio.se/~peter/tmp/MFC_GDI_PLUS.exe. Indeed this is fixed in CVS HEAD if you set the windows version to win2k. I can see the text output on MFC_GDI_PLUS.exe Strange, I wonder what's different with my environment: * Which versio

Re: shell32: fix folder icon index when read from registry

2006-01-09 Thread Dmitry Timoshkov
"Martin Fuchs" <[EMAIL PROTECTED]> wrote: Any reason you using int* instead of LPINT? What's better when using LPINT? This are all internal functions and not exported from shell32.dll. 'INT' has the same size on all platforms and with all compilers in both win32 and win64, while 'int' is pla