Re: Dosbox integration

2013-04-08 Thread Charles Davis
On Apr 8, 2013, at 1:27 PM, Fabian Ebner wrote: > Hello, > I'm Fabian Ebner and work with wine as a hobby. > > I found that GetShortNameA converts the example path > C:\123456789\dn\DN.COM > to > C:\1234~Q4C\dn\DN.COM > which causes problems with dosbox integration. > Dosbox would need the path

Dosbox integration

2013-04-08 Thread Fabian Ebner
Hello, I'm Fabian Ebner and work with wine as a hobby. I found that GetShortNameA converts the example path C:\123456789\dn\DN.COM to C:\1234~Q4C\dn\DN.COM which causes problems with dosbox integration. Dosbox would need the path as C:\123456~1\dn\DN.COM Is there another function that converts the

Re: [PATCH v4 3/7] CIFS: Add O_DENY* open flags support

2013-04-08 Thread Jeff Layton
On Fri, 5 Apr 2013 20:57:51 +0400 Pavel Shilovsky wrote: > Construct share_access value from O_DENY* flags and send it to > the server. > > Signed-off-by: Pavel Shilovsky > --- > fs/cifs/cifsglob.h | 16 +++- > fs/cifs/dir.c | 3 +++ > fs/cifs/file.c | 4 > fs/lock

Re: [1/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Frédéric Delanoy
On Mon, Apr 8, 2013 at 2:53 PM, Hugh McMaster < hugh.mcmas...@masterindexing.com> wrote: > This patch creates winecon_private.h in 'include/wineconsole'. The header > is now a shared header. Note that the source code is the same as that in > programs/wineconsole/winecon_private.h. (This latter fi

Re: [3/3] comdlg32: Add an interactive PrintDlgEx test. Resend.

2013-04-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24996 Your paranoid android

Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Eric Pouech
Le 08/04/2013 16:03, Nikolay Sivov a écrit : On Mon, Apr 8, 2013 at 4:47 PM, Hugh McMaster > wrote: From: Nikolay Sivov [mailto:bungleh...@gmail.com ] Sent: Monday, 8 April 2013 11:08 PM To: wine-devel; Hu

Re: [AppDB] Comment for 'Microsoft Outlook 2007' added by bayu

2013-04-08 Thread Rosanne DiMesio
On Mon, 8 Apr 2013 11:04:39 -0700 Austin English wrote: > > > > I've deleted the comment, but trying to delete the user from the admin page > just refreshes the page.. > I think the ability for admins to delete users was taken away when the AppDB and Bugzilla were hacked. There is an open b

Re: extrac32: Preprocess command line before passing to CommandLineToArgvW().

2013-04-08 Thread Alexandre Julliard
Sergey Guralnik writes: > There are two ways to solve this promlem: > - write own parser for extrac32, > - perform some translation for command line before > passing to CommandLineToArgvW(). > > I think that second variant is more appropriate. The first one would be cleaner. -- Alexandre Jul

Re: [AppDB] Comment for 'Microsoft Outlook 2007' added by bayu

2013-04-08 Thread Austin English
On Mon, Apr 8, 2013 at 9:41 AM, Joerg Schiermeier < n...@schiermeier-software.de> wrote: > On Monday, April 8, 2013 at 07:49:47 an anonymous spammer wrote into the > AppDB: > > > Comment for 'Microsoft Outlook 2007' added by bayu > > > http://appdb.winehq.org/objectManager.php?sClass=version&iId=7

Re: wined3d: Properly handle backbuffer_width/_height=0 in wined3d_device_reset. (try 3)

2013-04-08 Thread Alexandre Julliard
Sam Edwards writes: > This patch differs from try 2 in formatting alone. > > From ac2134cfce1139cb35c4ea5c3943a870183fc2f4 Mon Sep 17 00:00:00 2001 > From: Sam Edwards > Date: Sat, 6 Apr 2013 18:03:34 -0600 > Subject: wined3d: Properly handle backbuffer_width/_height=0 in > wined3d_device_reset

[AppDB] Comment for 'Microsoft Outlook 2007' added by bayu

2013-04-08 Thread Joerg Schiermeier
On Monday, April 8, 2013 at 07:49:47 an anonymous spammer wrote into the AppDB: > Comment for 'Microsoft Outlook 2007' added by bayu > http://appdb.winehq.org/objectManager.php?sClass=version&iId=7533#Comment-84637 (...garbage killed...) Could someone of AppDBs admin please kill this comment and

Re: d3dx9 [patch 1/2, resend]: Floatify fabs into fabs

2013-04-08 Thread Matteo Bruni
2013/4/7 Nozomi Kodama : > Both patches are fine for me (note that the email subject is missing an "f" but the actual patch has the correct title).

Re: [PATCH v4 3/7] CIFS: Add O_DENY* open flags support

2013-04-08 Thread Pavel Shilovsky
2013/4/8 Jeff Layton : > On Fri, 5 Apr 2013 20:57:51 +0400 > Pavel Shilovsky wrote: > >> Construct share_access value from O_DENY* flags and send it to >> the server. >> >> Signed-off-by: Pavel Shilovsky >> --- >> fs/cifs/cifsglob.h | 16 +++- >> fs/cifs/dir.c | 3 +++ >> fs/c

Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Nikolay Sivov
On Mon, Apr 8, 2013 at 4:47 PM, Hugh McMaster < hugh.mcmas...@masterindexing.com> wrote: > From: Nikolay Sivov [mailto:bungleh...@gmail.com] > Sent: Monday, 8 April 2013 11:08 PM > To: wine-devel; Hugh McMaster > Subject: Re: [3/13] wineconsole and kernel32: set > GetLargestConsoleWindowSize based

RE: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Hugh McMaster
From: Nikolay Sivov [mailto:bungleh...@gmail.com] Sent: Monday, 8 April 2013 11:08 PM To: wine-devel; Hugh McMaster Subject: Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution >On Mon, Apr 8, 2013 at 3:53 PM, Hugh McMaster > wrote: >This file recrea

RE: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Hugh McMaster
From: Nikolay Sivov [mailto:bungleh...@gmail.com] Sent: Monday, 8 April 2013 11:08 PM To: wine-devel; Hugh McMaster Subject: Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution >On Mon, Apr 8, 2013 at 3:53 PM, Hugh McMaster > wrote: >This file recreat

Re: [3/13] wineconsole and kernel32: set GetLargestConsoleWindowSize based on screen resolution

2013-04-08 Thread Nikolay Sivov
On Mon, Apr 8, 2013 at 3:53 PM, Hugh McMaster < hugh.mcmas...@masterindexing.com> wrote: > This file recreates most, if not all, of the source found in > dlls/advapi32/registry.c in dlls/kernel32. It provides registry > functionality. > > Tested on Linux Mint 14 and Mac OS X 10.8 (Mountain Lion).

Re: [1/3] include: Add COM interface definitions needed for PrintDlgEx implementation.

2013-04-08 Thread Dmitry Timoshkov
Nikolay Sivov wrote: > Why not use DECLARE_INTERFACE_ here? Because it seemed simpler to me without it. > And why bother checking UNICODE? Please clarify. -- Dmitry.

Re: [1/3] include: Add COM interface definitions needed for PrintDlgEx implementation.

2013-04-08 Thread Nikolay Sivov
Why not use DECLARE_INTERFACE_ here? And why bother checking UNICODE? On Mon, Apr 8, 2013 at 12:10 PM, Dmitry Timoshkov wrote: > --- > dlls/uuid/uuid.c | 1 + > include/commdlg.h | 80 > +++ > 2 files changed, 81 insertions(+) > > diff --gi

Re: [3/3] comdlg32: Add an interactive PrintDlgEx test.

2013-04-08 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24985 Your paranoid android

Re: [3/3] comdlg32: Add an interactive PrintDlgEx test.

2013-04-08 Thread Dmitry Timoshkov
Marvin wrote: > While running your changed tests on Windows, I think I found new failures. > Being a bot and all I'm not very good at pattern recognition, so I might be > wrong, but could you please double-check? > Full results can be found at > http://testbot.winehq.org/JobDetails.pl?Key=24985

Re: extrac32: Preprocess command line before passing to CommandLineToArgvW().

2013-04-08 Thread Sergey Guralnik
On 2013-04-04 15:19, Sergey Guralnik wrote: Playing with one application, that uses extrac32.exe, I've found that Wine's extrac32 can't process some command lines, that cause no problem with native one. ... Is this patch or explanation not clear enough? (Still marked as "New") -- Sergey

Re: wbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.

2013-04-08 Thread Hans Leidekker
On Mon, 2013-04-08 at 01:56 +0900, Kim Jung Eon (김중언) wrote: > @@ -241,18 +243,21 @@ static const struct column col_compsys[] = > { prop_modelW,CIM_STRING }, > { prop_numlogicalprocessorsW, CIM_UINT32, VT_I4 }, > { prop_numprocessorsW,CIM_UINT32, VT_I4 }, > -