Re: winequartz.drv Mac OS X UI discontinued?

2009-04-07 Thread James McKenzie
Adam Strzelecki wrote: >> I googled a bit more. There are at least two ways of achieving this >> mentioned in the docs of libFoundation: by using XML-RPC call and by >> wrapping classes in ANSI-C APIs. [4] >> > > Well actually you can easily access all Obj-C features trough the > follow

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Ben Klein
2009/4/8 Paul Chitescu : > On Tuesday 07 April 2009 17:30:57 Ben Klein wrote: >> 2009/4/8 Vincent Povirk : >> > On Tue, Apr 7, 2009 at 5:43 AM, Dmitry Timoshkov > wrote: >> >> A real user who is trying to get real work done won't run the python >> >> test suite. >> > >> > True. >> > >> > On Tue, A

Re: i have itunes 7.60 successfully running on f10 kde 4.2

2009-04-07 Thread Ben Klein
2009/4/8 Kai Blin : > Hi, > >> He was very helpful in saying "iPod" without saying what generation it is. > > He said ipod touch, and none of those work in amarok. Ah, missed that :P

Re: NTFS filesystem features -> WONTFIX?

2009-04-07 Thread King InuYasha
On Tue, Apr 7, 2009 at 2:01 PM, Austin English wrote: > On Tue, Apr 7, 2009 at 1:49 PM, James Mckenzie > wrote: > > Kai Blin wrote on April 7th: > >>Subject: Re: NTFS filesystem features -> WONTFIX? > >> > >>On Tuesday 07 April 2009 04:21:37 Vitaliy Margolen wrote: > >> > >>> - Implement missing

Re: Single login for Wine sites?

2009-04-07 Thread Kai Blin
On Monday 06 April 2009 17:04:02 Jan Zerebecki wrote: > I read a bit about OpenID security issues and from that it seems > that OpenID is more secure than what we currently use if the > Relying Party ( the website that wants to authenticate a user, > i.e. winehq.org ) and the OpenID Provider get t

Re: NTFS filesystem features -> WONTFIX?

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 1:49 PM, James Mckenzie wrote: > Kai Blin wrote on April 7th: >>Subject: Re: NTFS filesystem features -> WONTFIX? >> >>On Tuesday 07 April 2009 04:21:37 Vitaliy Margolen wrote: >> >>> - Implement missing functionality - will most likely be nearly impossible >>> without driv

Re: RFC: Resource editing and validation

2009-04-07 Thread Vincent Povirk
+1 A box model is really the way to go here. This is how the real toolkits do it; you don't translate the entire layout, just the text. The toolkit generates a suitable layout at runtime based on the text sizes. That makes it much easier to edit dialogs. We are stuck with the inferior Windows dia

Re: NTFS filesystem features -> WONTFIX?

2009-04-07 Thread James Mckenzie
Kai Blin wrote on April 7th: >Subject: Re: NTFS filesystem features -> WONTFIX? > >On Tuesday 07 April 2009 04:21:37 Vitaliy Margolen wrote: > >> - Implement missing functionality - will most likely be nearly impossible >> without driver support for special features. Or have to be emulated by Wine

Loading of Mingw Provided .sys files

2009-04-07 Thread Uwe Bonnes
Hello, trying to use the supplied or the mingw (cross) compiled libusb0.sys from sourceforge with the USB enabled tree from http://git.etersoft.ru/people/lav/packages/wine.git loading libusb0.sys fails: trace:winedevice:ServiceMain starting service L"libusb0" trace:winedevice:load_driver loadin

Status of "USB device support in wine"

2009-04-07 Thread Uwe Bonnes
Hello, Alexander Morozov did a large redesign after Alexandre's remarks from 07 October 2008. What is still needed to include this functionality? Thanks -- Uwe Bonnesb...@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt ---

Re: NTFS filesystem features -> WONTFIX?

2009-04-07 Thread Kai Blin
On Tuesday 07 April 2009 04:21:37 Vitaliy Margolen wrote: > - Implement missing functionality - will most likely be nearly impossible > without driver support for special features. Or have to be emulated by Wine > (then why not for any other FS?) We can probably get away with 80% of the apps only

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 10:39 AM, Vincent Povirk wrote: > On Tue, Apr 7, 2009 at 10:35 AM, Austin English > wrote: >> Do I understand you correctly to mean that if I create "C:\bin\sh" on >> windows and run the Python test suite, it will fail? > > I haven't tried that, but I believe it will. The

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Vincent Povirk
On Tue, Apr 7, 2009 at 10:35 AM, Austin English wrote: > Do I understand you correctly to mean that if I create "C:\bin\sh" on > windows and run the Python test suite, it will fail? I haven't tried that, but I believe it will.

Re: i have itunes 7.60 successfully running on f10 kde 4.2

2009-04-07 Thread Kai Blin
Hi, > He was very helpful in saying "iPod" without saying what generation it is. He said ipod touch, and none of those work in amarok. Cheers, Kai -- Kai Blin WorldForge developer http://www.worldforge.org/ Wine developerhttp://wiki.winehq.org/KaiBlin Samba team member http://www.

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 9:41 AM, Vincent Povirk wrote: > "Working" in this case means that either: > * os.exists('/bin/sh') returns False (the case on Windows) Do I understand you correctly to mean that if I create "C:\bin\sh" on windows and run the Python test suite, it will fail? -- -Austin

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Paul Chitescu
On Tuesday 07 April 2009 17:30:57 Ben Klein wrote: > 2009/4/8 Vincent Povirk : > > On Tue, Apr 7, 2009 at 5:43 AM, Dmitry Timoshkov wrote: > >> A real user who is trying to get real work done won't run the python > >> test suite. > > > > True. > > > > On Tue, Apr 7, 2009 at 4:45 AM, Henri Verbeet

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Vincent Povirk
On Tue, Apr 7, 2009 at 9:30 AM, Ben Klein wrote: > 2009/4/8 Vincent Povirk : >> On Tue, Apr 7, 2009 at 5:43 AM, Dmitry Timoshkov >> wrote: >>> A real user who is trying to get real work done won't run the python >>> test suite. >> >> True. >> >> On Tue, Apr 7, 2009 at 4:45 AM, Henri Verbeet wro

Re: [1/5] resend include: bring in6_addr into line with the MS definition

2009-04-07 Thread Kai Blin
On Tuesday 07 April 2009 13:32:54 Jeff Latimer wrote: > The definition of in6_addr is not fully expanded as yet. This patch > adds the extra definition. This version is based on the Vista PSDK and > places the definition in in6addr.h. Is there any reason you're putting this into an extra header?

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Ben Klein
2009/4/8 Vincent Povirk : > On Tue, Apr 7, 2009 at 5:43 AM, Dmitry Timoshkov > wrote: >> A real user who is trying to get real work done won't run the python >> test suite. > > True. > > On Tue, Apr 7, 2009 at 4:45 AM, Henri Verbeet wrote: >> Out of curiosity, why do the python tests even care i

Re: i have itunes 7.60 successfully running on f10 kde 4.2

2009-04-07 Thread Ben Klein
2009/4/7 Warren Dumortier : > 2009/4/7 Ben Klein : >> 2009/4/6 AllenDavidNiven : >>> i have itunes 7.60 successfully running on f10 kde 4.2 >>> but when i plug my ipod touch into the usb port it just shows icon with >>> arrow connecting to itunes but nothing happens >>> even if i press button and o

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Vincent Povirk
On Tue, Apr 7, 2009 at 5:43 AM, Dmitry Timoshkov wrote: > A real user who is trying to get real work done won't run the python > test suite. True. On Tue, Apr 7, 2009 at 4:45 AM, Henri Verbeet wrote: > Out of curiosity, why do the python tests even care if /bin/sh exists? The python tests run

Re: [2/5] resend ws2_32/tests: add tests for Inet_Ntop and inet_ntoa

2009-04-07 Thread Alexandre Julliard
Jeff Latimer writes: > @@ -55,6 +55,9 @@ > ok ( cond tmp, msg, GetCurrentThreadId(), err); \ > } while (0); > > +/* Function pointers */ > +static HMODULE hws2_32 = 0; > +static PCTSTR (WINAPI *pInetNtop)(int,LPVOID,LPTSTR,size_t) = 0; You can't use TCHAR types in tests. -- Al

Re: [1/5] resend include: bring in6_addr into line with the MS definition

2009-04-07 Thread Alexandre Julliard
Jeff Latimer writes: > +#ifdef USE_WS_PREFIX > +#define WS(x)WS_##x > +#else > +#define WS(x)x > +#endif > + > +struct WS(in6_addr) { > +union { > +WS(u_char) Byte[16]; > +WS(u_short) Word[8]; > +} u; > +} IN6_ADDR, *PIN6_ADDR, *LPIN6_ADDR; > + > +#define in_addr6

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Dmitry Timoshkov
"Vincent Povirk" wrote: > Isn't that the python test's fault, then? Why can't c:\bin\sh exist? On a real windows system, it won't. It won't by default, but can't a user create it? A real user who is trying to get real work done won't. A real user who is trying to get real work done won't

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Henri Verbeet
2009/4/7 Vincent Povirk : > On Mon, Apr 6, 2009 at 9:15 PM, Chris Robinson wrote: >> On Monday 06 April 2009 6:58:31 pm Vincent Povirk wrote: >>> On Mon, Apr 6, 2009 at 8:53 PM, Chris Robinson wrote: >>> > Isn't that the python test's fault, then? Why can't c:\bin\sh exist? >>> >>> On a real wind

Re: i have itunes 7.60 successfully running on f10 kde 4.2

2009-04-07 Thread Warren Dumortier
2009/4/7 Ben Klein : > 2009/4/6 AllenDavidNiven : >> i have itunes 7.60 successfully running on f10 kde 4.2 >> but when i plug my ipod touch into the usb port it just shows icon with >> arrow connecting to itunes but nothing happens >> even if i press button and on itunes itself the sync menu item

Re: [3/3] wined3d: Free allocated strings for driver and description

2009-04-07 Thread Henri Verbeet
2009/4/7 John Whitlock : > +HeapFree(GetProcessHeap(), 0, wined3d_settings.video_driver); > +HeapFree(GetProcessHeap(), 0, wined3d_settings.video_description); This should be part of the first patch. (And if you're going to resend anyway, I think it makes more sense to do the autodetection

Re: [1/3] wined3d: Registry override for driver and description.

2009-04-07 Thread Roderick Colenbrander
Hi John, Some suggestions (I think I also told Mirek at the time). Initialize the strings to NULL in wined3d_main.c where the wined3d_settings struct is initialized. Roderick On Tue, Apr 7, 2009 at 8:02 AM, John Whitlock wrote: > This patch is from Mirek Slugen . See > http://www.winehq.org/pi

Re: [2/3] wined3d: Use OpenGL for default description and OpenGL vendor for driver.

2009-04-07 Thread Roderick Colenbrander
Hi John, Unfortunately this patch isn't correct. If we report a different string we have to report the right strings like in case of the vendor the right driver name e.g. for Nvidia that is 'nv4_disp.dll'. In case of the board name we also need to report the right string (the name of the board we