Re: winecfg's registry convience functions

2005-06-23 Thread Mike Hearn
On Thu, 23 Jun 2005 20:47:07 +0100, Mike Hearn wrote: > Yes that sounds excellent. I'll start investigating how exactly we can > read the locations GTK+ uses in its file picker (as that system works > quite nicely and seems very easy to use). The relevant function is here: http://cvs.gnome.org/vi

Re: winecfg's registry convience functions

2005-06-23 Thread Mike Hearn
On Thu, 2005-06-23 at 09:16 +0200, Michael Jung wrote: > I found the website http://www.virtualplastic.net/html/ui_shell.html , > which describes how to create virtual shell folders that link to > locations in the filesystem. And then there's the freeware tool "Shell > Object Editor" > http://www.t

Re: winecfg's registry convience functions

2005-06-23 Thread Michael Jung
Hi, On Wednesday 22 June 2005 13:26, Michael Jung wrote: > On Wednesday 22 June 2005 13:08, Mike Hearn wrote: > > One thing we might want to look into is integrating with the GNOME/GTK+ > > file roots. In the new file picker, it hides the UNIX by default and you > > have multiple roots like "DVD D

Re: winecfg's registry convience functions

2005-06-22 Thread Michael Jung
On Wednesday 22 June 2005 13:08, Mike Hearn wrote: > One thing we might want to look into is integrating with the GNOME/GTK+ > file roots. In the new file picker, it hides the UNIX by default and you > have multiple roots like "DVD Drive", "Home", "Desktop", "Apps on > SomeServer" and so on. I thin

Re: winecfg's registry convience functions

2005-06-22 Thread Mike Hearn
On Wed, 22 Jun 2005 10:05:31 +0200, Michael Jung wrote: > In my opinion, the best way would be to have an option under [shell32] > which can be set to show the dos drives, the unix filesystem or both. This > could be set globally or in AppDefaults (and since it would be under HKCU > per user). This

Re: winecfg's registry convience functions

2005-06-22 Thread Michael Jung
On Tuesday 21 June 2005 22:21, Mike Hearn wrote: > On Mon, 20 Jun 2005 20:46:00 +0200, Michael Jung wrote: > > My question is: Am I doomed to implement the caching on my own for this > > key, should I generalize the helper functions, or do you think this > > configuration option should'nt be in win

Re: winecfg's registry convience functions

2005-06-21 Thread Mike Hearn
On Mon, 20 Jun 2005 20:46:00 +0200, Michael Jung wrote: > My question is: Am I doomed to implement the caching on my own for this > key, should I generalize the helper functions, or do you think this > configuration option should'nt be in winecfg at all? Well, when would the user ever *not* want t

winecfg's registry convience functions

2005-06-20 Thread Michael Jung
I would like to add a checkbox control ("Show host filesystem") to winecfg to allow the user to easily (un-)register the unixfs shell namespace extension. So winecfg would have to query and create/delete the "HKLM\Software\Microsoft\CurrentVersion\Explorer\MyComputer\Namespace\{UNIXFS-CLSID}" ke