Re: Wine fundraising idea

2009-05-01 Thread Scott Ritchie
Austin English wrote: Howdy, I was reading through a GSoC thread on how people are spending their coding money. Someone posted that they thought people should donate to miro, the internet HDTV player. They've got a pretty neat donation scheme, where people can 'adopt' a line of code, and get upd

Re: msi/tests: Fix MsiApplyMultiplePatches tests on Windows.

2009-05-01 Thread Juan Lang
Hi Nicolas, -ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n"); +ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n"); Please don't include whitespace-only changes in your patch. - + Same here. Thanks, --Juan

Re: user32: combine horizontal and vertical window scroll bar info in a single structure.

2009-05-01 Thread Alexandre Julliard
Rein Klazes writes: > What is already in the tests: > > 1) You need the alloc flag for instance when SetScrollInfo or > SetScrollRange is called on a window without the WS_[HV]SCROLL styles. I > can add a test that shows that the window styles remain unchanged when > eg. SetScrollInfo creates the

Re: FYI: 64-Bit Winelib-compilation

2009-05-01 Thread André Hentschel
Austin English schrieb: 2009/5/1 André Hentschel : To my suprise it didnt run. Interesting...does it run as a 32-bit winelib app? Have you tried compiling it with 64-bit mingw and seeing if it works there? Putty runs as 32-bit winelib app. The test with mingw64 i will try next day

Re: FYI: 64-Bit Winelib-compilation

2009-05-01 Thread Austin English
2009/5/1 André Hentschel : > To my suprise it didnt run. Interesting...does it run as a 32-bit winelib app? Have you tried compiling it with 64-bit mingw and seeing if it works there? -- -Austin

FYI: 64-Bit Winelib-compilation

2009-05-01 Thread André Hentschel
Hi, these days i got my gcc 4.4 working and first compiled wine64. Next thing i did was to modify winemaker to generate Makefiles for 64-Bit compilation. I first tried something simple and it worked great, so i took my modified Putty-sourcecode and gave it a try. And wow it worked great! Just

Re: user32: combine horizontal and vertical window scroll bar info in a single structure.

2009-05-01 Thread Rein Klazes
On Fri, 01 May 2009 13:13:05 +0200, you wrote: >Rein Klazes writes: > >> -if (!infoPtr && alloc) >> +if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL | >> WS_HSCROLL >> { > >This bit doesn't look right, and defeats the purpose of the alloc >flag. It would need some more

Re: Sound problems with latest kernel -- formerly a pulseaudio thread but not any more

2009-05-01 Thread Michael Stefaniuc
Ben Klein wrote: > 2009/5/1 Susan Cragin : >>> I filed ubuntu bug 369762. >> Ubuntu didn't think much of my bug. They sent me the following recipe to >> cure it, and marked the bug invalid. >> >> 1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn = >> no" >> 2) `touch $HOM

Re: Wine fundraising idea

2009-05-01 Thread James Mckenzie
Austin English >Sent: May 1, 2009 12:39 PM >To: Wine Devel >Subject: Wine fundraising idea > >Howdy, > +1 James McKenzie

Wine fundraising idea

2009-05-01 Thread Austin English
Howdy, I was reading through a GSoC thread on how people are spending their coding money. Someone posted that they thought people should donate to miro, the internet HDTV player. They've got a pretty neat donation scheme, where people can 'adopt' a line of code, and get updates on it, etc. Pretty

Re: Trying buildbot on wine; foiled by distutils expecting mscoree to be resident?

2009-05-01 Thread Dan Kegel
Thanks for the tip about the mscoree access being unimportant. It turns out the pywin32 installer works fine with win2K set, but that doesn't help Twisted_NoDocs-8.2.0.win32-py2.6.exe, which still fails to find win32api. However, if I install ActiveState's python instead of the one from python.org

Re: [resend] shell32: for FO_COPY, if the destination is an empty string, SHFileOperation should use the current directory.

2009-05-01 Thread Juan Lang
Hi Lionel, one minor comment on your patch: +/* If the destination is empty, SHFileOperation should use the current directory. + See bug #13394. */ There's no need to quote the bug to explain why your code is doing what it's doing. The test case is sufficient. --Juan

Re: Sound problems with latest kernel -- formerly a pulseaudio thread but not any more

2009-05-01 Thread Ben Klein
2009/5/1 Susan Cragin : >>I filed ubuntu bug 369762. > > Ubuntu didn't think much of my bug. They sent me the following recipe to cure > it, and marked the bug invalid. > > 1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn = > no" > 2) `touch $HOME/.pulse_a11y_nostart' >

Re: Dib Engine: some update

2009-05-01 Thread Massimo Del Fedele
Luke Benstead ha scritto: 2009/5/1 Massimo Del Fedele : Luke Benstead ha scritto: 2009/5/1 Scott Ritchie : Massimo Del Fedele wrote: I put on bug's 421 page an update of my dib engine. It implements AlphaBlend, StretchBlt and has many color fixes. If you want to try it, just follow instructio

Re: Added Polish translation

2009-05-01 Thread Jeremy Newman
Issues with your website translation files: * please strip the html,head,meta, and body HTML tags from the templates. The are not needed as they are generated by the website. * your editor is munging the template vars like {$root} to %7B$root%7D * your editor is adding LANG="pl-PL" to many tags

Re: ws2_32/tests: add initial tests for WSAStartup

2009-05-01 Thread Alexandre Julliard
Austin English writes: > CTESTS = \ > protocol.c \ > - sock.c > + sock.c \ > + startup.c There's no need to create a new file for such a small test. -- Alexandre Julliard julli...@winehq.org

Re: Sound problems with latest kernel -- formerly a pulseaudio thread but not any more

2009-05-01 Thread Susan Cragin
>I filed ubuntu bug 369762. Ubuntu didn't think much of my bug. They sent me the following recipe to cure it, and marked the bug invalid. 1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn = no" 2) `touch $HOME/.pulse_a11y_nostart' 3) `asoundconf list' 4) choose the des

error report

2009-05-01 Thread Ruben Hillewaere
Hello, I wanted to install (Dar)wine on my Intel Mac, first I've tried with the binaries found on http://wiki.winehq.org/MacOSX/Installing The installation goes fine, but running any of the apps fails. So, instead, I've tried to build Wine from Scratch, this is what I get: ru...@cakesli

Re: Wine + Mono + application = library not found?

2009-05-01 Thread Hin-Tak Leung
I use wine + win32 mono quite regularly (my .net app does some gdi some p/invoke stuff). Wine or mono takes extra dll's from $PATH, and also from the application's directory. The windows version of the gtk library is actually in .wine/drive_c/Program\ Files/Mono-2.4/bin/ . The way I would run

Re: Dib Engine: some update

2009-05-01 Thread Luke Benstead
2009/5/1 Massimo Del Fedele : > Luke Benstead ha scritto: >> >> 2009/5/1 Scott Ritchie : >>> >>> Massimo Del Fedele wrote: I put on bug's 421 page an update of my dib engine. It implements AlphaBlend, StretchBlt and has many color fixes. If you want to try it, just follow instru

Re: Trying buildbot on wine; foiled by distutils expecting mscoree to be resident?

2009-05-01 Thread Louis Lenders
> so I tried doing > wine pywin32-212.win32-py2.6.exe > first. This fails immediately as described in > http://bugs.winehq.org/show_bug.cgi?id=13844 > It seems to terminate because it tries to get > a handle to the loaded copy of mscoree.dll > and fails (because there isn't one). > > The insta

Re: Dib Engine: some update

2009-05-01 Thread Massimo Del Fedele
Luke Benstead ha scritto: 2009/5/1 Scott Ritchie : Massimo Del Fedele wrote: I put on bug's 421 page an update of my dib engine. It implements AlphaBlend, StretchBlt and has many color fixes. If you want to try it, just follow instructions on above page. Ciao Max Keep at it, it's very excit

Re: Dib Engine: some update

2009-05-01 Thread Luke Benstead
2009/5/1 Scott Ritchie : > Massimo Del Fedele wrote: >> >> I put on bug's 421 page an update of my dib engine. >> It implements AlphaBlend, StretchBlt and has many color fixes. >> If you want to try it, just follow instructions on above page. >> >> Ciao >> >> Max >> > > Keep at it, it's very exciti

Re: [2/2] winex11.drv: export copied images as image/bmp

2009-05-01 Thread Huw Davies
On Fri, May 01, 2009 at 01:25:33PM +0200, Alexandre Julliard wrote: > "Vincent Povirk" writes: > > > +if (dibinfo->biBitCount < 16) > > +numcolors = dibinfo->biClrUsed || 1 > You have been doing too much Perl ;-) Hi Vincent, You may find bitmap_info_size() useful here

Re: Dib Engine: some update

2009-05-01 Thread Scott Ritchie
Massimo Del Fedele wrote: I put on bug's 421 page an update of my dib engine. It implements AlphaBlend, StretchBlt and has many color fixes. If you want to try it, just follow instructions on above page. Ciao Max Keep at it, it's very exciting :) Thanks, Scott Ritchie

Trying buildbot on wine; foiled by distutils expecting mscoree to be resident?

2009-05-01 Thread Dan Kegel
I decided to try running buildbot on Wine today. The installation procedure is roughly wine msiexec /i python-2.6.2.msi /qb wine Twisted_NoDocs-8.2.0.win32-py2.6.exe The last bit complains Traceback (most recent call last): File "C:\Python26\scripts\twisted_postinstall.py", line 11, in

Re: winemenubuilder: add Wine's MIME types to freedesktop (try2)

2009-05-01 Thread Alexandre Julliard
Damjan Jovanovic writes: > +static void strlwrA(char *str) > +{ > +while ((*str = tolower(*str))) str++; > +} That won't work on utf-8. You should do it on the Unicode string before conversion. -- Alexandre Julliard julli...@winehq.org

Re: [2/2] winex11.drv: export copied images as image/bmp

2009-05-01 Thread Alexandre Julliard
"Vincent Povirk" writes: > +if (dibinfo->biBitCount < 16) > +numcolors = dibinfo->biClrUsed || 1

Re: user32: combine horizontal and vertical window scroll bar info in a single structure.

2009-05-01 Thread Alexandre Julliard
Rein Klazes writes: > -if (!infoPtr && alloc) > +if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL | > WS_HSCROLL > { This bit doesn't look right, and defeats the purpose of the alloc flag. It would need some more test cases. -- Alexandre Julliard julli...@winehq.org

Re: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi

2009-05-01 Thread Scott Ritchie
Austin English wrote: On Fri, May 1, 2009 at 3:05 AM, Damjan Jovanovic wrote: On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi If you're not going to motivate this in the email, you could

Re: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi

2009-05-01 Thread Scott Ritchie
Damjan Jovanovic wrote: On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi If you're not going to motivate this in the email, you could at least refer people to bug 18307. Also, do distribut

Re: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi

2009-05-01 Thread Austin English
On Fri, May 1, 2009 at 3:05 AM, Damjan Jovanovic wrote: > On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote: >> tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and >> application/x-msi >> >> >> >> > > If you're not going to motivate this in the email, you could at leas

Re: Wine + Mono + application = library not found?

2009-05-01 Thread Roderick Colenbrander
On Fri, May 1, 2009 at 1:36 AM, Seth Shelnutt wrote: > Hello all, > > I'm trying to see if I can get a folding monitor, > http://code.google.com/p/hfm-net/ working in Wine. I've installed the latest > wine, 1.1.20, and the latest mono for windows 2.4. It seems however that > either mono or Wine, I

Re: tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and application/x-msi

2009-05-01 Thread Damjan Jovanovic
On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote: > tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and > application/x-msi > > > > If you're not going to motivate this in the email, you could at least refer people to bug 18307. Also, do distributions outside Ubuntu