Re: appdb: Increase readability by using slightly softer colours on Warning and Notes

2008-02-20 Thread Jeff Zaroyko
On Thu, Feb 21, 2008 at 1:24 PM, Jeff Zaroyko <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 12:45 PM, Chris Morgan <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, Feb 20, 2008 at 8:36 PM, Francois Gouget <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 20 Feb 2008, Jeff Zaroyko wrote: > >

Re: appdb: Increase readability by using slightly softer colours on Warning and Notes

2008-02-20 Thread Jeff Zaroyko
On Thu, Feb 21, 2008 at 12:45 PM, Chris Morgan <[EMAIL PROTECTED]> wrote: > > On Wed, Feb 20, 2008 at 8:36 PM, Francois Gouget <[EMAIL PROTECTED]> wrote: > > > > On Wed, 20 Feb 2008, Jeff Zaroyko wrote: > > > > > The default colours for warnings and notes on the appdb pages feel > > > rather

Re: Adding devices in setupapi

2008-02-20 Thread Erich Hoover
> > I think it probably does something similar to: > http://www.codeproject.com/KB/system/RemoveDriveByLetter.aspx > > Except instead of mapping a drive to usb device, it does it the other > way around. > > After looking more into it it really looks like this is the thing it > does. (I need a bunch

Re: appdb: Increase readability by using slightly softer colours on Warning and Notes

2008-02-20 Thread Chris Morgan
On Wed, Feb 20, 2008 at 8:36 PM, Francois Gouget <[EMAIL PROTECTED]> wrote: > > On Wed, 20 Feb 2008, Jeff Zaroyko wrote: > > > The default colours for warnings and notes on the appdb pages feel > > rather strong, this patch changes the red and blue to be a bit softer. > > > > I think this makes

Re: appdb: Increase readability by using slightly softer colours on Warning and Notes

2008-02-20 Thread Francois Gouget
On Wed, 20 Feb 2008, Jeff Zaroyko wrote: > The default colours for warnings and notes on the appdb pages feel > rather strong, this patch changes the red and blue to be a bit softer. > > I think this makes it more readable. A comparison can be seen here: > http://jeffz.name/tmp/ In new.png the

Re: No new Wine Weekly News?

2008-02-20 Thread Zachary Goldberg
On Wed, Feb 20, 2008 at 5:50 PM, Austin English <[EMAIL PROTECTED]> wrote: > Hasn't been a new Wine Weekly News in about a month...quite a bit has > been going on, with CS2 working out of the box, test suite fixes, etc. > Anyone know what's going on? > > -Austin > I got a new job a few weeks ag

Re: appdb: database issues

2008-02-20 Thread Chris Morgan
In include/query.php in query_appdb() we only call mysql_connect() if the global $hAppdbLink isn't a valid resource. So, when a user connects to display a page the first query should open the connection and upon completion of the script $hAppdbLink will be freed and the connection should be closed.

No new Wine Weekly News?

2008-02-20 Thread Austin English
Hasn't been a new Wine Weekly News in about a month...quite a bit has been going on, with CS2 working out of the box, test suite fixes, etc. Anyone know what's going on? -Austin

Re: [1/2] user32:scroll: Added some tests for scrollbar [try2]

2008-02-20 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > Yes! These tests must be failed in WINE, but it passes clear in Win > XP. I just want to show you some incorrect behavior of scrollbar in WINE. > > Should I mark these tests as "todo_wine"? Yes. -- Alexandre Julliard [EMAIL PROTECTED]

Kudos for Photoshop work

2008-02-20 Thread Dan Kegel
In http://linux.slashdot.org/comments.pl?sid=460616&cid=22493322, an anonymous coward said: --- snip --- Preamble: I'm a photographer needing to process tens of thousands of photos relatively swiftly. The functionality I need isn't all that advanced (curves, levels, an occasional straighten horizo

Re: Adding devices in setupapi

2008-02-20 Thread Maarten Lankhorst
Hi Juan, 2008/2/19, Juan Lang <[EMAIL PROTECTED]>: > > How hard is it to create a stub forwarder dll for setupapi and cfgmgr32? > > Not sure what you mean exactly. cfgmgr32 should forward to setupapi > already, and I sent a patch that does that for the few stub functions > that it had. setupapi

Re: James Hawkins : msi: Forward MsiSourceListEnumSourcesA to a stub implementation of MsiSourceListEnumSourcesW .

2008-02-20 Thread Detlef Riekenberg
On Mi, 2008-02-20 at 06:46 -0600, > +/** > + * MsiSourceListEnumSourcesA (MSI.@) > + */ > +UINT WINAPI MsiSourceListEnumSourcesW( Greetings from Copy & Paste :-) BTW: Congratulations James for you new Address -- By by ...

Re: dlls/msi/streams.c type fixes

2008-02-20 Thread Gerald Pfeifer
On Sun, 17 Feb 2008, James Hawkins wrote: >> static INT add_streams_to_table(MSISTREAMSVIEW *sv) >> +/* Return -1 in case of error. */ > Don't add random comments like this. Okay, will keep this in mind, especially for dlls/msi. Gerald

Re: bugzilla on the fritz again

2008-02-20 Thread Lei Zhang
On Feb 17, 2008 9:51 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Just started getting this: > > Software error: > > Can't connect to the database. > Error: Too many connections > Is your database installed and up and running? > Do you have the correct username and password selected in localconfi

Re: Adding devices to registry with the help of hal

2008-02-20 Thread Juan Lang
Hi Christian, +/* [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_13fe&Pid_1a00\ */ +sprintf(reg_key, "%s%04x&Pid_%04x", usb_key, pid, vid); I think you mix up pid and vid here. I don't think you shouldn't create the registry keys directly. You should be using the Set

Re: user32dll: cursoricon.c. Fix 16b BMP handling with BT_BITFIELD.

2008-02-20 Thread Dmitry Timoshkov
"Alexander Demakin" <[EMAIL PROTECTED]> wrote: > This patch fixes image header handling with BT_BITFIELD flag. 12 bytes of > mask > were included into image bits, it caused some color troubles and image > horizontal shift. Size of bitmap info structure includes now this bytes. You are mixing

Re: gdi32dll: bitblt.c. Fix copying from uninitialized memory

2008-02-20 Thread Dmitry Timoshkov
"Alexander Demakin" <[EMAIL PROTECTED]> wrote: > This patch adds check of return value of GetDIBits in BitBlt.c. If a error > occurs, GetDIBits returns 0 and bits variable points to uninitialized data. > It always occurs when calling BitBlt for printer context due to > implementation of PSDRV_

Adding devices to registry with the help of hal

2008-02-20 Thread Christian Gmeiner
Hi all, I want you to present my current proof-of-conecpt. It shows how we can use hal.c of explorer to create registry keys for devices. Keep in mind that it only creates one registry key for each usb device at the moment. Before I investigate more time in this, I want to get some feedback about

Re: [1/2] user32:scroll: Added some tests for scrollbar [try2]

2008-02-20 Thread Anatoly Lyutin
Alexandre Julliard wrote: > The tests fail: > > ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p > user32_test.exe.so scroll.c && touch scroll.ok > scroll.c:56: Test failed: The scrollbar window should be disabled. > scroll.c:122: Test failed: The ShowScrollBar() should failed. >

Re: shell32: Support getting the shell folder path for users other than the current user and the default user (take 2)

2008-02-20 Thread Alexandre Julliard
"Ge van Geldorp" <[EMAIL PROTECTED]> writes: > else > { > +LPWSTR sidStr = NULL; > LPCWSTR userPrefix = NULL; > HKEY hRootKey; This is not used anywhere. -- Alexandre Julliard [EMAIL PROTECTED]

Re: add rule for the .m suffix

2008-02-20 Thread Emmanuel Maillard
Hi, Did you convince Alexandre Julliard to include Objective-C on wine tree ?? Because you need to if you want to submit my patches to winehq, or rewrite it in plain C with Carbon. Emmanuel Le 20 févr. 08 à 13:31, Steven Edwards a écrit : > This is needed for quartzdrv patch. Trying to reduce

Adding devices to registry with the help of hal

2008-02-20 Thread Christian Gmeiner
Hi all, I want you to present my current proof-of-conecpt. It shows how we can use hal.c of explorer to create registry keys for devices. Keep in mind that it only creates one registry key for each usb device at the moment. Before I investigate more time in this, I want to get some feedback about

Re: [advapi32] QueryServiceConfig2 (3rd try) [resend]

2008-02-20 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > +switch(dwLevel) { > +case SERVICE_CONFIG_DESCRIPTION: { > +static const WCHAR szDescription[] = > {'D','e','s','c','r','i','p','t','i','o','n',0}; > +LPSERVICE_DESCRIPTIONW config = (LPSERVICE_DESCRIPTIONW) buffer;

Re: [1/2] user32:scroll: Added some tests for scrollbar [try2]

2008-02-20 Thread Alexandre Julliard
Anatoly Lyutin <[EMAIL PROTECTED]> writes: > Changelog: > Added some tests for scrollbar The tests fail: ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so scroll.c && touch scroll.ok scroll.c:56: Test failed: The scrollbar window should be disabled. scroll.c:12