Re: Native unix style paths in wine common dialogs

2005-01-08 Thread Francois Gouget
On Tue, 4 Jan 2005, Dimitrie O. Paun wrote: [...] 2. How paths are presented to the app This is something that needs to be per app. One way to do it would be to follow Miscrosoft and ornate apps somehow (the same they do for themable apps) via some sort of manifest that would reque

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Eric Frias
Mike Hearn wrote: > On Tue, 04 Jan 2005 11:22:00 -0500, Dan Notestein wrote: >>Btw, if anyone is interested we also have another module which >>can be used to convert the windows-style drive letters returned >>by the common dialogs into unix-style paths (if you want to use >>these paths will "norma

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Dimitrie O. Paun
On Tue, Jan 04, 2005 at 05:29:10PM +, Mike Hearn wrote: > On Tue, 2005-01-04 at 12:11 -0500, Dimitrie O. Paun wrote: > > Actually, there are two independent issues here: > > 1. How paths are presented to the user > > This is user preference, and should be a registry setting > > Yeah. It

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Mike Hearn
On Tue, 2005-01-04 at 12:11 -0500, Dimitrie O. Paun wrote: > Actually, there are two independent issues here: > 1. How paths are presented to the user > This is user preference, and should be a registry setting Yeah. It'd be nice to improve this, but we're limited by the dumb design of the

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Dimitrie O. Paun
On Tue, Jan 04, 2005 at 04:57:15PM +, Mike Hearn wrote: > It needs to be an API switch really as it's a per-app thing, only programs > written to expect it should get UNIX names. But this is similar to the > discussion we had before and what form the API should take (no firm > decision made).

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Mike Hearn
On Tue, 04 Jan 2005 11:30:32 -0500, Dimitrie O. Paun wrote: > This would be much better as a registry setting, not a compile > time option. It needs to be an API switch really as it's a per-app thing, only programs written to expect it should get UNIX names. But this is similar to the discussion w

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Mike Hearn
On Tue, 04 Jan 2005 11:22:00 -0500, Dan Notestein wrote: > This patch allows winelib to be conditionally compiled with > USE_NATIVE_UNIX_PATHS macro. Enabling this will cause > the common dialogs to display using unix paths instead of drive > letters. Fantastic! What would rule even more is if thi

Re: Native unix style paths in wine common dialogs

2005-01-04 Thread Dimitrie O. Paun
On Tue, Jan 04, 2005 at 11:22:00AM -0500, Dan Notestein wrote: > This patch allows winelib to be conditionally compiled with > USE_NATIVE_UNIX_PATHS macro. Enabling this will cause > the common dialogs to display using unix paths instead of drive > letters. This would be much better as a registry