Re: Sending patches for bug #22918

2010-07-16 Thread Eliot Blennerhassett
On 17/07/10 10:22, Misha Koshelev wrote: > Also, if anyone knows how to make git format-patch only output the 10 > _bottom-most_ patches, please let me know. Partial solution: use git format-patch without the --stdout, to generate all the patches as files, then git send-email or imap-send

Re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-10 Thread Eliot Blennerhassett
On 09/07/10 14:22, Dan Kegel wrote: > Thanks for sending that patch. > > It seems your editor stripped whitespace from the ends of lines, > causing three whitespace-only hunks on the end of your patch. > Please don't do that; Wine deveopers frown on unrelated whitespace changes. > > You might hav

Re: [PATCH] Fix EndDialog behaviour for OrCad.

2010-07-08 Thread Eliot Blennerhassett
include dialogs that call EndDialog from their dialog proc. Without help from knowledgeable wine developers I have no chance of doing this correctly, and so far I have found interactions on the IRC channel singularly unhelpful. > Even then, we're in code freeze, your fix might have to wait until 1.2 > is released. regards -- Eliot Blennerhassett AudioScience Inc.

Help wanted for bug#3023

2010-06-20 Thread Eliot Blennerhassett
en if it was removed? I have run Wine for several years with this one line patch, and seen no ill effects AFAIK. If removing the line completely is not an option, is there a way to conditinally avoid executing it based on environment or registry? eg if (!ALLOW_ORCAD_TO_WORK) { original code }

Help wanted re Bugzilla#3023 (one line fix for Orcad add new elements)

2010-06-20 Thread Eliot Blennerhassett
moving the line completely is not an option, is there a way to conditinally avoid executing it based on environment or registry? eg if (!ALLOW_ORCAD_TO_WORK) { original code } thanks -- Eliot Blennerhassett

Re: Status of USB driver support?

2009-02-18 Thread Eliot Blennerhassett
Alexander Morozov wrote: > I know nothing about these devices and I did not test them. But I think for > working with them a driver is also necessary (not only dll). To clarify, does your patch provide the general services on which all (many) USB .sys drivers are built? or is it very specific to

Re: Simple but awesome demos of Wine?

2009-02-02 Thread Eliot Blennerhassett
Dan Kegel wrote: > I'm going to be giving a Wine presentation at > Cebit next month. You can see a draft of the > presentation at > http://kegel.com/wine/cebit2009/talk.html > (I will say lots more than is written there; the > slides are kept simple on purpose, with just > the key idea in the cap

Re: Repeated messages (was Re: Adding Flawfinder to Patchwatcher)

2008-09-02 Thread Eliot Blennerhassett
Erik de Castro Lopo wrote: > Austin English wrote: > >> I had a discussion with Dan about adding Flawfinder to the >> patchwatcher. > > Is anyone else getting multiple copies of this message? I seem > to be getting one every 10-20 minutes. Yep. Overflowed my mailbox quota while I was away on va

USB with libusb

2008-02-25 Thread Eliot Blennerhassett
Greetings, I have been reading about general USB support. E.g. http://www.winehq.org/?issue=331#USB%20Support%20in%20Wine This mentions 4 scenarios. But here's a 5th that I am wondering about: The Windows app has been linked to libusb. How do I get it to use the linux version of libusb? Will i

USB with libusb

2008-02-24 Thread Eliot Blennerhassett
Greetings, I have been reading about general USB support. E.g. http://www.winehq.org/?issue=331#USB%20Support%20in%20Wine which mentions 4 scenarios for giving apps access to USB. But here's a 5th that I am wondering about: The Windows app has been linked to (win32) libusb. How do I get it to