Re: Select file format with save-as?

2012-05-16 Thread Guenter Milde
On 2012-05-15, Tommaso Cucinotta wrote: On 11/05/12 10:41, Jürgen Spitzmüller wrote: 2012/5/11 Jean-Marc Lasgouttes: Tell us how to do that with Qt and we will do it :) I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that

Re: Select file format with save-as?

2012-05-16 Thread Tommaso Cucinotta
On 16/05/12 07:47, Guenter Milde wrote: On 2012-05-15, Tommaso Cucinotta wrote: On 11/05/12 10:41, Jürgen Spitzmüller wrote: I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that already part of the File-Export-Export As...

Re: Select file format with save-as?

2012-05-16 Thread Guenter Milde
On 2012-05-16, Tommaso Cucinotta wrote: On 16/05/12 07:47, Guenter Milde wrote: On 2012-05-15, Tommaso Cucinotta wrote: On 11/05/12 10:41, Jürgen Spitzmüller wrote: I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that

Re: Select file format with save-as?

2012-05-16 Thread Guenter Milde
On 2012-05-15, Tommaso Cucinotta wrote: > On 11/05/12 10:41, Jürgen Spitzmüller wrote: >> 2012/5/11 Jean-Marc Lasgouttes: >>> Tell us how to do that with Qt and we will do it :) >> I think adding a way to (optionally) pass a different name to the >> export target would not be too difficult. >

Re: Select file format with save-as?

2012-05-16 Thread Tommaso Cucinotta
On 16/05/12 07:47, Guenter Milde wrote: On 2012-05-15, Tommaso Cucinotta wrote: On 11/05/12 10:41, Jürgen Spitzmüller wrote: I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that already part of the File->Export->Export As...

Re: Select file format with save-as?

2012-05-16 Thread Guenter Milde
On 2012-05-16, Tommaso Cucinotta wrote: > On 16/05/12 07:47, Guenter Milde wrote: >> On 2012-05-15, Tommaso Cucinotta wrote: >>> On 11/05/12 10:41, Jürgen Spitzmüller wrote: I think adding a way to (optionally) pass a different name to the export target would not be too difficult. >>>

Re: Select file format with save-as?

2012-05-15 Thread Tommaso Cucinotta
On 11/05/12 10:41, Jürgen Spitzmüller wrote: 2012/5/11 Jean-Marc Lasgouttes: Tell us how to do that with Qt and we will do it :) I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that already part of the File-Export-Export As...

Re: Select file format with save-as?

2012-05-15 Thread Tommaso Cucinotta
On 11/05/12 10:41, Jürgen Spitzmüller wrote: 2012/5/11 Jean-Marc Lasgouttes: Tell us how to do that with Qt and we will do it :) I think adding a way to (optionally) pass a different name to the export target would not be too difficult. isn't that already part of the File->Export->Export

Re: Select file format with save-as?

2012-05-11 Thread Guenter Milde
On 2012-05-11, Scott Kostyshak wrote: Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 1:50 AM Currently, the filename of the exported file is determined by LyX and you can only change it later in a file manager (e.g. when exporting to an older lyx file format). OTOH, LyX's

RE: Select file format with save-as?

2012-05-11 Thread Scott Kostyshak
From: Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 2:12 AM Probably. I can't tell, as I cannot find it in my LyX 2.0.3. But it would solve a long standing issue. It was implemented in the development version. See here:

Re: Select file format with save-as?

2012-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/12 08:33, Scott Kostyshak a écrit : Still, this leaves open my suggestion to provide this option under save_as via a Format drop-down list. You are correct. This is not implemented. I think this is just a matter of preference. I like it how it is because it makes you realize that you

Re: Select file format with save-as?

2012-05-11 Thread Jürgen Spitzmüller
2012/5/11 Jean-Marc Lasgouttes: Tell us how to do that with Qt and we will do it :) I think adding a way to (optionally) pass a different name to the export target would not be too difficult. GUI-wise, we can add this possibility to the Custom export (f.k.a. Send to) dialog. I agree with Scott's

RE: Select file format with save-as?

2012-05-11 Thread Scott Kostyshak
From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Friday, May 11, 2012 4:28 AM Tell us how to do that with Qt and we will do it :) Ah. The only relevant option I see is QFileDialog::HideNameFilterDetails() which doesn't help us. I thought there would be a way to disable that box. Scott

Re: Select file format with save-as?

2012-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/12 12:12, Scott Kostyshak a écrit : From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Friday, May 11, 2012 4:28 AM Tell us how to do that with Qt and we will do it :) Ah. The only relevant option I see is QFileDialog::HideNameFilterDetails() which doesn't help us. I thought

Re: Select file format with save-as?

2012-05-11 Thread Olivier Ripoll
On 11.05.2012 08:33, Scott Kostyshak wrote: From: Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 2:12 AM [...] Still, this leaves open my suggestion to provide this option under save_as via a Format drop-down list. You are correct. This is not implemented. I think this is

Re: Select file format with save-as?

2012-05-11 Thread Guenter Milde
On 2012-05-11, Scott Kostyshak wrote: > Guenter Milde [mi...@users.sf.net] > Sent: Friday, May 11, 2012 1:50 AM >>Currently, the filename of the exported file is determined by LyX and you > can only change it later in a file manager (e.g. when exporting to an > older lyx file format). OTOH, LyX's

RE: Select file format with save-as?

2012-05-11 Thread Scott Kostyshak
From: Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 2:12 AM >Probably. I can't tell, as I cannot find it in my LyX 2.0.3. But it would >solve a long standing issue. It was implemented in the development version. See here:

Re: Select file format with save-as?

2012-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/12 08:33, Scott Kostyshak a écrit : Still, this leaves open my suggestion to provide this option under save_as via a Format drop-down list. You are correct. This is not implemented. I think this is just a matter of preference. I like it how it is because it makes you realize that you

Re: Select file format with save-as?

2012-05-11 Thread Jürgen Spitzmüller
2012/5/11 Jean-Marc Lasgouttes: > Tell us how to do that with Qt and we will do it :) I think adding a way to (optionally) pass a different name to the export target would not be too difficult. GUI-wise, we can add this possibility to the "Custom export" (f.k.a. "Send to") dialog. I agree with

RE: Select file format with save-as?

2012-05-11 Thread Scott Kostyshak
From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Friday, May 11, 2012 4:28 AM >Tell us how to do that with Qt and we will do it :) Ah. The only relevant option I see is QFileDialog::HideNameFilterDetails() which doesn't help us. I thought there would be a way to disable that box. Scott

Re: Select file format with save-as?

2012-05-11 Thread Jean-Marc Lasgouttes
Le 11/05/12 12:12, Scott Kostyshak a écrit : From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Friday, May 11, 2012 4:28 AM Tell us how to do that with Qt and we will do it :) Ah. The only relevant option I see is QFileDialog::HideNameFilterDetails() which doesn't help us. I thought

Re: Select file format with save-as?

2012-05-11 Thread Olivier Ripoll
On 11.05.2012 08:33, Scott Kostyshak wrote: From: Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 2:12 AM [...] Still, this leaves open my suggestion to provide this option under save_as via a Format drop-down list. You are correct. This is not implemented. I think this is

RE: Select file format with save-as?

2012-05-10 Thread Scott Kostyshak
Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 1:50 AM Currently, the filename of the exported file is determined by LyX and you can only change it later in a file manager (e.g. when exporting to an older lyx file format). OTOH, LyX's save-as dialogue does only save in LyX's native

RE: Select file format with save-as?

2012-05-10 Thread Scott Kostyshak
Guenter Milde [mi...@users.sf.net] Sent: Friday, May 11, 2012 1:50 AM >Currently, the filename of the exported file is determined by LyX and you can only change it later in a file manager (e.g. when exporting to an older lyx file format). OTOH, LyX's save-as dialogue does only save in LyX's