Windows XP shortcuts in native filedialog side bar? (was Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Bennett Helm wrote: On Jul 2, 2007, at 7:32 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens).

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). There are more bugs related to the Qt file dialog. Sometimes i

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Uwe Stöhr
> Nope, I use Qt4.2.1 so Qt4.2 _is_ impacted. I do not know about Qt4.3. Uwe, Edwin, Joost, Peter, > do you use Qt4.3? Due to various Qt bugs I still use Qt 4.2.2. But your patch is THE solution for one of the most annoying problems with LyX 1.5 on Windows, according how often this was reporte

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Joost Verburg
Abdelrazak Younes wrote: Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). There are more bugs related to the Qt file dialog. Sometimes it doesn't even show a

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Enrico Forestieri
On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Abdelrazak> Abdelrazak Younes wrote: > >>> Hello, > >>> > >>> Even though I like our file dialog, I think we have no choi

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Hello, >> >> Even though I like our file dialog, I think we have no choice but >> using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Bennett Helm
On Jul 2, 2007, at 7:32 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). Sorry, here is a co

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). Sorry, here is a correct patch. Abdel. Index: FileDialog.cpp =

[PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). OK? Abdel. Index: FileDialog.cpp ===