Re: Ubuntu no longer works correctly without pulseaudio

2009-04-27 Thread Ben Klein
2009/4/28 Susan Cragin : > http://bugs.winehq.org/show_bug.cgi?id=18133. > >>The alsadriver settings that freeze during training are as follows (and they >>are the ones that used to work): >> >>wave-out devices: dmix:Generic (there were three of these) >>wave-in devices: dsnoop:Generic (ditto) >>

Re: Romanian translation

2009-04-27 Thread Dimi Paun
On Tue, 2009-04-28 at 00:23 -0400, Michael Stefaniuc wrote: > Salut! > > Dimitriu Petru wrote: > > Well words like Cancel or Save or Open or Close can be translated in three > > ways: > > - the first is when you translate them using an imperative just like > > you're commanding your computer to d

Re: Romanian translation

2009-04-27 Thread Michael Stefaniuc
Salut! Dimitriu Petru wrote: > Well words like Cancel or Save or Open or Close can be translated in three > ways: > - the first is when you translate them using an imperative just like > you're commanding your computer to do that, like speaking to a person > face to face (Renunţă, Salvează, Desch

Re: [PATCH 2/2] [Kernel32]: fix the management of input records withENHANCED_KEY set

2009-04-27 Thread Dmitry Timoshkov
"Eric Pouech" wrote: --- a/dlls/kernel32/editline.c +++ b/dlls/kernel32/editline.c @@ -818,7 +818,7 @@ WCHAR* CONSOLE_Readline(HANDLE hConsoleIn) /* EPP WCEL_Dump(&ctx, "before func"); */ ofs = ctx.ofs; /* mask out some bits which don't interest us */ -ks = ir.Event.KeyEvent.d

Re: Ubuntu no longer works correctly without pulseaudio

2009-04-27 Thread Susan Cragin
http://bugs.winehq.org/show_bug.cgi?id=18133. >The alsadriver settings that freeze during training are as follows (and they >are the ones that used to work): > >wave-out devices: dmix:Generic (there were three of these) >wave-in devices: dsnoop:Generic (ditto) > >My working mixer device was HD-Au

Re: [1/4] ws2_32/tests: Resend: IPv6 tests for WSAAddressToStringA

2009-04-27 Thread Juan Lang
Hi Jeff, I just wanted to clarify one of Detlef's comments: >> -    ok( len == sizeof( expect4 ), "Got size %d\n", len); >> +    ok( len == sizeof( expect4 ), "Expected size to be %d, got %d\n", >> sizeof( expect4 ), len); > > Do not use sizeof() in a test. Using sizeof is okay, but printing the

Re: GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-27 Thread Henri Verbeet
2009/4/27 ace102 : >  Is this by design or just something that slipped through the cracks? > Thought I should alert someone just in case.:) > That's broken, but fortunately we don't use it. I'll write a patch, thanks for mentioning this.

Re: [1/4] ws2_32/tests: Resend: IPv6 tests for WSAAddressToStringA

2009-04-27 Thread Detlef Riekenberg
On Mo, 2009-04-27 at 20:48 +1000, Jeff Latimer wrote: > -ok( len == sizeof( expect4 ), "Got size %d\n", len); > +ok( len == sizeof( expect4 ), "Expected size to be %d, got %d\n", > sizeof( expect4 ), len); Do not use sizeof() in a test. > +/*check to see it IPv6 is available */ > +

GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV.

2009-04-27 Thread ace102
Hi, I noticed GL_APPLE_FENCE shares the same token in dlls/wined3d_gl.h with GL_FENCE_STATUS_NV. GL_FENCE_STATUS_NV http://www.opengl.org/registry/specs/NV/fence.txt Currently 0x84F3 GL_APPLE_FENCE http://www.opengl.org/registry/specs/APPLE/fence.txt Currently 0x84F3 Should be 0x8A0B from do

Re: Ubuntu no longer works correctly without pulseaudio

2009-04-27 Thread Susan Cragin
> Bug 1813 is a really old bug for something else (fixed in 2003). Did you >> forget a digit? > That would be http://bugs.winehq.org/show_bug.cgi?id=18133. > >- Reece Hi. Yes, that's the bug. Here's everything I know, and probably more than you want to know, but I don't know what to leave out.

Re: winedbg: add a crash dialog for --auto mode

2009-04-27 Thread Mikołaj Zalewski
Austin English wrote: 2009/4/16 Mikołaj Zalewski : This version of the patch uses the now implemented GetProcessImageFileName. From 549bdead0736d63bc2c05557b6813a64b53aa2ec Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Miko=C5=82aj_Zalewski?= Date: Sun, 21 Dec 2008 22:28:32 +0100 Subject: [PATC

Re: Ubuntu no longer works correctly without pulseaudio

2009-04-27 Thread Reece Dunn
2009/4/27 Justin : > Is this with the new version that just came out, Jaunty Jackalope? > Just wondering, did you have problems with the default setup (pulseaudio > enabled, using alsa in wine)? > > Bug 1813 is a really old bug for something else (fixed in 2003). Did you > forget a digit? That wou

Re: Ubuntu no longer works correctly without pulseaudio

2009-04-27 Thread Justin
Is this with the new version that just came out, Jaunty Jackalope? Just wondering, did you have problems with the default setup (pulseaudio enabled, using alsa in wine)? Bug 1813 is a really old bug for something else (fixed in 2003). Did you forget a digit? On Thu, Apr 23, 2009 at 6:39 AM, Susan

Re: Romanian translation

2009-04-27 Thread Nikolay Sivov
Dimitriu Petru wrote: 2009/4/26 Dimitriu Petru : Ok then, regarding Romanian translations... ReactOS would appreciate if I retain the Windows-like terminology but I'm going to use Anulare instead of Renunţă. Please notice that Renunţă, Aplică, Deschide, Salvează etc. are imperative verbs, while W

Re: Romanian translation

2009-04-27 Thread Steve Brown
On Mon, 27 Apr 2009, Dimitriu Petru wrote: Well words like Cancel or Save or Open or Close can be translated in three ways: - the first is when you translate them using an imperative just like you're commanding your computer to do that, like speaking to a person face to face (Renunţă, Salvează,

Re: Romanian translation

2009-04-27 Thread Dimitriu Petru
Well words like Cancel or Save or Open or Close can be translated in three ways: - the first is when you translate them using an imperative just like you're commanding your computer to do that, like speaking to a person face to face (Renunţă, Salvează, Deschide, Închide, etc which mean (You) cancel

Re: Romanian translation

2009-04-27 Thread Cesar Izurieta
2009/4/27 Steve Brown : > On Mon, 27 Apr 2009, Dimitriu Petru wrote: > >> 2009/4/26 Dimitriu Petru : >> Ok then, regarding Romanian translations... >> ReactOS would appreciate if I retain the Windows-like terminology but >> I'm going to use Anulare instead of Renunţă. Please notice that >> Renunţă,

Re: Romanian translation

2009-04-27 Thread Steve Brown
On Mon, 27 Apr 2009, Dimitriu Petru wrote: 2009/4/26 Dimitriu Petru : Ok then, regarding Romanian translations... ReactOS would appreciate if I retain the Windows-like terminology but I'm going to use Anulare instead of Renunţă. Please notice that Renunţă, Aplică, Deschide, Salvează etc. are imp

Re: xinput: Better match native export order.

2009-04-27 Thread Alexandre Julliard
Vitaliy Margolen writes: > See bug 18218 > --- > dlls/xinput1_3/xinput1_3.spec |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) If an app depends on specific ordinals you should of course list them explicitly. -- Alexandre Julliard julli...@winehq.org

IE and MSN Messenger 7.0

2009-04-27 Thread Cissyvonwinckelmann
dag, bestaat er voor mij nog een mogelijkheid om messenger 7.0 te downloaden. Heb dus nog Windows Me, heel graag antwoord, groet cissy cissyvonwinckelm...@planet.nl

Re: msi/tests: Test type for INT column.

2009-04-27 Thread Hib Eris
Hi Hans, Sorry for this, but my patch just contained a typo, 'Intvalue' and 'IntValue' are just strings that can be set to anything but should match. I have already sent in new patches for this, but because I am not on the mailinglist they take some time to arrive. However, these patches are alrea

msi/tests: Test type for INT column.

2009-04-27 Thread Hib Eris
Hi all, I have just send in my first patch to wine-patches. Unfortunately it contains a small mistake. My apologies for that. I will resend a correct patch soon. I guess I was just too happy with my patch and wanted to share it as soon as possible.. or actually more soon than possible. Kind rega

Re: Status of "USB device support in wine"

2009-04-27 Thread Alexander Morozov
> - The files from ftp://ftp.etersoft.ru/pub/people/amorozov/usb/current/ miss > lines in configure.ac to trigger the Makefile generation for usbd.sys and > usbhub.sys. The part which is generated by tools/make_makefiles is not included in these patches. > Both dll/drivers pair (libusb0.dll/li

Re: Reparse point unit tests patches

2009-04-27 Thread Paul TBBle Hampson
On Sun, Apr 26, 2009 at 12:39:31PM +0200, Detlef Riekenberg wrote: > On So, 2009-04-26 at 13:18 +1000, Paul TBBle Hampson wrote: >> [PATCH 2/2] Add unit tests for junction points using reparse point interface >> http://www.winehq.org/pipermail/wine-patches/2009-January/067227.html > I didn't test