Re: [PATCHes] Some FileDialog work

2004-08-11 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Aug 10, 2004, at 10:41 AM, Jean-Marc Lasgouttes wrote: >> I think that for consistency we should use the same dialogs >> everywhere. It would not make much sense to use the aqua dialogs >> for everything but open/save, would i

Re: [PATCHes] Some FileDialog work

2004-08-10 Thread Bennett Helm
On Aug 10, 2004, at 10:41 AM, Jean-Marc Lasgouttes wrote: I think that for consistency we should use the same dialogs everywhere. It would not make much sense to use the aqua dialogs for everything but open/save, would it? No: it's better as it is: the inconsistency would be too confusing for some

Re: [PATCHes] Some FileDialog work

2004-08-10 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I should have mentioned before: this seems to work perfectly Bennett> -- at least the version retrieved from CVS. Yes, the patch has been applied. Bennett> I do think the quick navigation buttons are nice, however. Bennett> Whe

Re: [PATCHes] Some FileDialog work

2004-08-09 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I updated the patch to use a USE_NATIVE_FILEDIALOG define Jean-Marc> and fix a few bugs. Since this is more modular, I propose Jean-Marc> to apply it later today. I applied a slightly modified version. JMarc

Re: [PATCHes] Some FileDialog work

2004-08-08 Thread Jean-Marc Lasgouttes
Le dimanche 8 Août 2004 00:28, Jean-Marc Lasgouttes a écrit : > One bug of LyX/Mac is that some dialogs use the mac-wise ugly Qt > QFileDialog, while a few others use a native OSX file dialog. Je patch > rightfilediag.diff fixes the three places where the native filedialogs > were called directly a