Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Tue, 14 Nov 2006, Abdelrazak Younes wrote: The user should not have to use the GUI to do something as simple as that! I agree it should be simple to make the current environment change to the standard environment. What do you think about binding a keybord shortcut, p

Re: [PATCH] Optimize drawing

2006-11-14 Thread Abdelrazak Younes
John Levon wrote: On Tue, Nov 14, 2006 at 06:18:08PM +0100, Abdelrazak Younes wrote: // When the above and the inner function are fixed, we can do this: - //return needRedraw; + return needRedraw; return true; Need to remove the second return Indeed, thanks. Abd

Re: Preparing for alpha release

2006-11-14 Thread Enrico Forestieri
On Tue, Nov 14, 2006 at 11:18:47PM +, José Matos wrote: > On Tuesday 14 November 2006 6:05 pm, Enrico Forestieri wrote: > > > > > > I should prepare a patch for 1.4. > > > > I could do it, if you don't mind. > > Thank you, go ahead. :-) Patch attached. Jean-Marc, can this go in? (this ti

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread christian . ridderstrom
On Tue, 14 Nov 2006, Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: > > On Tue, 14 Nov 2006, Abdelrazak Younes wrote: > > > > > I use that also but I think a more intuitive way for that would just to > > > use the BackSpace key. If the paragraph is empty, then the environment > > > will swit

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread José Matos
On Tuesday 14 November 2006 3:17 pm, Jean-Marc Lasgouttes wrote: > We could decide that layout-paragraph without argument sets layout to > default. I like both proposals. > JMarc -- José Abílio

Re: Preparing for alpha release

2006-11-14 Thread José Matos
On Tuesday 14 November 2006 3:15 pm, Jean-Marc Lasgouttes wrote: > > Thanks. I've cleaned it up a bit. Thanks Jean-Marc, I was offline today because our connection (here it means the connection from Northern Portuguese Universities) was down. I will delay this task for tomorro

Re: Preparing for alpha release

2006-11-14 Thread José Matos
On Tuesday 14 November 2006 6:05 pm, Enrico Forestieri wrote: > > > > I should prepare a patch for 1.4. > > I could do it, if you don't mind. Thank you, go ahead. :-) -- José Abílio

Re: Preparing for alpha release

2006-11-14 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> For the alpha I would not create a branch (a copy of trunk in Peter> the branch folder), just remember somewhere the revision number Peter> when releasing the alpha version. Instead of a branch, we can create a tag, like I do for 1.

Re: Preparing for alpha release

2006-11-14 Thread Peter Kümmel
José Matos wrote: > On Monday 13 November 2006 11:28 pm, José Matos wrote: >> On Monday 13 November 2006 2:48 pm, José Matos wrote: >>> PS: I was thinking about doing this either late today or tomorrow. >> In order to do no mistakes and to follow the suggestions posted I will >> delay the release

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Enrico Forestieri
On Tue, Nov 14, 2006 at 11:11:48PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote: > >> Enrico Forestieri wrote: > > > >>> The patch from Georg fixes it. But I also see another problem. > >>> When clicking on the "BibTeX Gener

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote: >> Enrico Forestieri wrote: > >>> The patch from Georg fixes it. But I also see another problem. >>> When clicking on the "BibTeX Generated Bibliography" inset, I don't >>> see the bibliography style, even if

Re: setting tabular lines in multicolumn cells

2006-11-14 Thread Edwin Leuven
Michael Gerz wrote: Edwin Leuven wrote: is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ? couldn't we just have one TOGGLE_LINE_TOP and set the proper flags depending whether we are in a multicolumn cell or not? This is exactly what I proposed for 1.4 :-) the attach patc

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Enrico Forestieri
On Tue, Nov 14, 2006 at 09:56:08PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > The patch from Georg fixes it. But I also see another problem. > > When clicking on the "BibTeX Generated Bibliography" inset, I don't > > see the bibliography style, even if it is there. This must be due

Re: About the automatic vertical scrollbar in GuiWorkArea

2006-11-14 Thread Peter Kümmel
Peter Kümmel wrote: > Abdelrazak Younes wrote: >> Peter Kümmel wrote: >>> Peter Kümmel wrote: Abdelrazak Younes wrote: > Peter, > > I think you did that change. Please revert it or fix it the proper way. I'll revert, didn't know the proper way. >> The proper way would be to hi

Re: [PATCH] Optimize drawing

2006-11-14 Thread Peter Kümmel
Abdelrazak Younes wrote: > Hello, > > Between two chunk of work, I've managed to finish the patch, so here it is. > > With this patch, when you click anywhere, including within nested text > insets (not for mathed), there is no redrawing at _all_. This is an > improvement over lyx-1.4 where the f

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, Nov 14, 2006 at 08:21:10PM +0100, Peter Kümmel wrote: >> Georg Baum wrote: > >>> Indeed. Does the attached patch work for you? If yes I would prefer that, >>> since we should convert all filename stuff to docstring eventually and use >>> one place where that is

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Georg Baum
Am Dienstag, 14. November 2006 09:50 schrieb Abdelrazak Younes: > Uwe Stöhr wrote: > > The second closing brace of the \index command is swallowed. > > Somebody knows how to fix this? Somewhere in the export to latex code I > suppose... It was a lyx2lyx problem as I suspected, and I fixed it. Jo

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Enrico Forestieri
On Tue, Nov 14, 2006 at 08:21:10PM +0100, Peter Kümmel wrote: > Georg Baum wrote: > > Indeed. Does the attached patch work for you? If yes I would prefer that, > > since we should convert all filename stuff to docstring eventually and use > > one place where that is converted to the encoding tha

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Georg Baum wrote: > Am Dienstag, 14. November 2006 20:21 schrieb Peter Kümmel: >> As I understand it now, to_utf8 creates a std::string which >> gets destroyed after construction. And the ctor of Tokenizer >> doesn't make a deep copy of the string, it only stores iterators. > > That explanation ma

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Georg Baum
Am Dienstag, 14. November 2006 20:21 schrieb Peter Kümmel: > As I understand it now, to_utf8 creates a std::string which > gets destroyed after construction. And the ctor of Tokenizer > doesn't make a deep copy of the string, it only stores iterators. That explanation makes sense. I understand the

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Bennett Helm wrote: > On Nov 14, 2006, at 1:41 PM, Georg Baum wrote: > >> Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel: >>> Peter Kümmel wrote: Bennett Helm wrote: > Recipe for another crash (1.5 on Mac). > > Create a document with a bibliography that specifies two .b

Re: setting tabular lines in multicolumn cells

2006-11-14 Thread Georg Baum
Am Dienstag, 14. November 2006 20:04 schrieb Edwin Leuven: > Michael Gerz wrote: > > Edwin Leuven wrote: > > > >> is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ? > >> > >> couldn't we just have one TOGGLE_LINE_TOP and set the proper flags > >> depending whether we are in a

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Georg Baum wrote: > Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel: >> Peter Kümmel wrote: >>> Bennett Helm wrote: Recipe for another crash (1.5 on Mac). Create a document with a bibliography that specifies two .bib files. Select View > View Source, and check the "Dis

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Bennett Helm
On Nov 14, 2006, at 1:41 PM, Georg Baum wrote: Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel: Peter Kümmel wrote: Bennett Helm wrote: Recipe for another crash (1.5 on Mac). Create a document with a bibliography that specifies two .bib files. Select View > View Source, and chec

Re: setting tabular lines in multicolumn cells

2006-11-14 Thread Edwin Leuven
Michael Gerz wrote: Edwin Leuven wrote: is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ? couldn't we just have one TOGGLE_LINE_TOP and set the proper flags depending whether we are in a multicolumn cell or not? This is exactly what I proposed for 1.4 :-) what happene

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Georg Baum
Am Dienstag, 14. November 2006 19:08 schrieb Peter Kümmel: > Peter Kümmel wrote: > > Bennett Helm wrote: > >> Recipe for another crash (1.5 on Mac). > >> > >> Create a document with a bibliography that specifies two .bib files. > >> Select View > View Source, and check the "Display complete source"

Re: Preparing for alpha release

2006-11-14 Thread Enrico Forestieri
On Mon, Nov 13, 2006 at 11:02:21PM +, José Matos wrote: > On Monday 13 November 2006 8:11 pm, Enrico Forestieri wrote: > > > > I fixed it. This led me to the following issue. It seems that the boolean > > values True and False were introduced in python 2.3, but we are using them > > in the 1.4.

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Peter Kümmel wrote: > Bennett Helm wrote: >> Recipe for another crash (1.5 on Mac). >> >> Create a document with a bibliography that specifies two .bib files. >> Select View > View Source, and check the "Display complete source" >> option. Back in the main LyX window, start typing text in a standar

Re: [PATCH] Optimize drawing

2006-11-14 Thread John Levon
On Tue, Nov 14, 2006 at 06:18:08PM +0100, Abdelrazak Younes wrote: > // When the above and the inner function are fixed, we can do this: > - //return needRedraw; > + return needRedraw; > return true; Need to remove the second return john

[PATCH] Optimize drawing

2006-11-14 Thread Abdelrazak Younes
Hello, Between two chunk of work, I've managed to finish the patch, so here it is. With this patch, when you click anywhere, including within nested text insets (not for mathed), there is no redrawing at _all_. This is an improvement over lyx-1.4 where the full screen were redrawn two times on

Re: setting tabular lines in multicolumn cells

2006-11-14 Thread Michael Gerz
Edwin Leuven wrote: is there a reason to have both M_TOGGLE_LINE_TOP and TOGGLE_LINE_TOP ? couldn't we just have one TOGGLE_LINE_TOP and set the proper flags depending whether we are in a multicolumn cell or not? This is exactly what I proposed for 1.4 :-) Michael

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Tue, 14 Nov 2006, Abdelrazak Younes wrote: I use that also but I think a more intuitive way for that would just to use the BackSpace key. If the paragraph is empty, then the environment will switch automatically to "Standard" instead of deleting the new paragraph.

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Peter Kümmel
Georg Baum wrote: > Peter Kümmel wrote: > >> Is this mapping OK? > > Sorry, only after reading the mapping I realize that my suggestion does not > make sense: We want to make the file unreadable for other users. This is > not possible with the windows variant of chmod, so I think it is best to >

Re: Splash screen

2006-11-14 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> We could disable it on Linux (attached patch), or add an option > Peter> in the preferences. > > No. The real question is "why do we want a splash screen". The only > reasonable reason is for when we

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> [EMAIL PROTECTED] wrote: >> I agree it should be simple to make the current environment change >> to the standard environment. What do you think about binding a >> keybord shortcut, perhaps 'M-s', to this action (combined with a >> sep

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Georg Baum
[EMAIL PROTECTED] wrote: > I agree it should be simple to make the current environment change to the > standard environment. What do you think about binding a keybord shortcut, > perhaps 'M-s', to this action (combined with a separate GUI button)? I have added a button to my toolbar to do this. I

Re: 1.5 crash on Mac when viewing source

2006-11-14 Thread Peter Kümmel
Bennett Helm wrote: > Recipe for another crash (1.5 on Mac). > > Create a document with a bibliography that specifies two .bib files. > Select View > View Source, and check the "Display complete source" > option. Back in the main LyX window, start typing text in a standard > paragraph. After a few

Re: Preparing for alpha release

2006-11-14 Thread christian . ridderstrom
On Tue, 14 Nov 2006, Jean-Marc Lasgouttes wrote: > > "José" == José Matos <[EMAIL PROTECTED]> writes: > > José> Any other suggestion? > > Here is what I do these days for 1.4 releases. I've added this here: http://wiki.lyx.org/devel/pmwiki.php/Devel/ReleaseProcedure /Christian

Re: how to install using cmake?

2006-11-14 Thread Edwin Leuven
Peter Kümmel wrote: Edwin Leuven wrote: thanks Currently you can't install with the files of the folder development/cmake. ok But it should not be too hard to add the install support with the INSTALL_* macros: http://cmake.org/HTML/Documentation.html So what is to do while installing? On

Re: Preparing for alpha release

2006-11-14 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Any other suggestion? Here is what I do these days for 1.4 releases. About version number: note that, with autoconf at least, if you name it anything else that 1.5.0svn or 1.5.0preN, the build system will default to configuring in st

Re: how to install using cmake?

2006-11-14 Thread Peter Kümmel
Edwin Leuven wrote: > thanks Currently you can't install with the files of the folder development/cmake. But it should not be too hard to add the install support with the INSTALL_* macros: http://cmake.org/HTML/Documentation.html So what is to do while installing? Only copying files into a othe

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I use that also but I think a more intuitive way for that Abdelrazak> would just to use the BackSpace key. If the paragraph is Abdelrazak> empty, then the environment will switch automatically

1.5 crash on Mac when viewing source

2006-11-14 Thread Bennett Helm
Recipe for another crash (1.5 on Mac). Create a document with a bibliography that specifies two .bib files. Select View > View Source, and check the "Display complete source" option. Back in the main LyX window, start typing text in a standard paragraph. After a few keystrokes, LyX crashes.

Re: Splash screen

2006-11-14 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> We could disable it on Linux (attached patch), or add an option Peter> in the preferences. No. The real question is "why do we want a splash screen". The only reasonable reason is for when we are too lazy to make our program load fa

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I use that also but I think a more intuitive way for that Abdelrazak> would just to use the BackSpace key. If the paragraph is Abdelrazak> empty, then the environment will switch automatically to Abdelrazak> "Standard"

how to install using cmake?

2006-11-14 Thread Edwin Leuven
thanks

Re: Preparing for alpha release

2006-11-14 Thread José Matos
On Monday 13 November 2006 11:28 pm, José Matos wrote: > On Monday 13 November 2006 2:48 pm, José Matos wrote: > > PS: I was thinking about doing this either late today or tomorrow. > > In order to do no mistakes and to follow the suggestions posted I will > delay the release to tomorrow. I am wr

1.5 crash on Mac when typeset

2006-11-14 Thread Bennett Helm
On Mac, 1.5 crashes every time on attempting to typeset (in any format). Here's the backtrace: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x005ed580 boost::shared_ptrboost::regex_traits > > >::swap (this=0xa0b09b04, [EMAIL PROT

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Georg Baum
Peter Kümmel wrote: > Is this mapping OK? Sorry, only after reading the mapping I realize that my suggestion does not make sense: We want to make the file unreadable for other users. This is not possible with the windows variant of chmod, so I think it is best to not use chmod on windows at all.

Re: Preparing for alpha release

2006-11-14 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> I've added this here: christian> http://wiki.lyx.org/devel/pmwiki.php/Devel/ReleaseProcedure Thanks. I've cleaned it up a bit. JMarc

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread christian . ridderstrom
On Tue, 14 Nov 2006, Abdelrazak Younes wrote: > I use that also but I think a more intuitive way for that would just to > use the BackSpace key. If the paragraph is empty, then the environment > will switch automatically to "Standard" instead of deleting the new > paragraph. Of course this will

LyX 1.4.3-4 crashes when scrolling up

2006-11-14 Thread Nicolás
Hi! I am using LyX 1.4.3-4 on Windows XP and it is already the third or fourth time that LyX crashes while I am working on a document. Finally, I have managed to find a sequence of events that leads to the crash: 1- Open a new document and write enough lines of text (one character per line i

Re: r15916 - in /lyx-devel/trunk/development/cmake: CMakeList...

2006-11-14 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: kuemmel Date: Tue Nov 14 11:06:07 2006 New Revision: 15916 URL: http://www.lyx.org/trac/changeset/15916 Log: add option to disable the console on windows Good idea. I've tried to disable that manually in the generated project but unfortunately, I didn't notice

Re: r15916 - in /lyx-devel/trunk/development/cmake: CMakeList...

2006-11-14 Thread Peter Kümmel
Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: kuemmel >> Date: Tue Nov 14 11:06:07 2006 >> New Revision: 15916 >> >> URL: http://www.lyx.org/trac/changeset/15916 >> Log: >> add option to disable the console on windows > > Good idea. I've tried to disable that manually in the gener

Re: Splash screen

2006-11-14 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Here a totally superfluously patch: a splash screen which shows > Peter> up while loading LyX. ;) > > Personally, I find such splashes annoying. > > JMarc > > We could disable it on Linux (attach

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Georg Baum
Peter Kümmel wrote: > msvc only supports S_IWRITE/READ, seems it is better to disable it. > Are there reasons not to disable it on Windows? Since we basically want to make files and directories readonly you could also map the mode arguments to S_IWRITE/READ. The same holds for directory creation.

Re: MSVC warning in lyxlex_pimpl.C

2006-11-14 Thread Peter Kümmel
I don't know if these functions are really deprecated, we could just suppress warning C4996 globally Index: config.h.cmake === --- config.h.cmake (revision 15915) +++ config.h.cmake (working copy) @@ -171,6 +171,7 @@ #ifde

MSVC warning in lyxlex_pimpl.C

2006-11-14 Thread Abdelrazak Younes
lyxlex_pimpl.C D:\devel\lyx\trunk\boost\boost/iostreams/detail/streambuf/chainbuf.hpp(111) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::xsgetn' was declared deprecated with [ _Elem=char, _Traits=std::char_traits ] C:\Program Fil

Re: r15916 - in /lyx-devel/trunk/development/cmake: CMakeList...

2006-11-14 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: If someone is looking for a fun yet simple project to do. Here is one: In lyx::use_gui mode, instead of outputting to the console (cout or cerr) if would be better to pipe all messages onto a file and visualise the contents dynamically in a Qt window

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Georg Baum
Uwe Stöhr wrote: > There's another bug: > LyX 1.4.3: > \includegraphics[scale=0.85]{clipart/tabular-insert.xpm.png} > > becomes in LyX 1.5svn: > \includegraphics[scale=0.85,bb = 0 0 200 100, draft, > type=eps]{clipart/tabular-insert.xpm.png} > > Or Abdel, did you play with your preferences so th

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Peter Kümmel
Georg Baum wrote: > Peter Kümmel wrote: > >> msvc only supports S_IWRITE/READ, seems it is better to disable it. >> Are there reasons not to disable it on Windows? > > Since we basically want to make files and directories readonly you could > also map the mode arguments to S_IWRITE/READ. The same

setting tabular lines in multicolumn cells

2006-11-14 Thread Edwin Leuven
... using the toolbar doesn't work as expected (i think) the reason is that when setting the (top) line through the dialog passes through the controller: void ControlTabular::toggleTopLine() { if (tabular().isMultiColumn(getActiveCell())) set(LyXTabular::M_TOGGLE_LINE_T

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Peter Kümmel
Georg Baum wrote: > [EMAIL PROTECTED] wrote: > >> Modified: lyx-devel/trunk/development/cmake/config.h.cmake >> URL: >> > http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/config.h.cmake?rev=15913 > == >> ---

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Abdelrazak Younes
Georg Baum wrote: Uwe Stöhr wrote: There's another bug: LyX 1.4.3: \includegraphics[scale=0.85]{clipart/tabular-insert.xpm.png} becomes in LyX 1.5svn: \includegraphics[scale=0.85,bb = 0 0 200 100, draft, type=eps]{clipart/tabular-insert.xpm.png} Or Abdel, did you play with your preferences so

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> Abdelrazak Younes wrote: >> >>> Uwe Stöhr wrote: There is a bug in LyX 1.5svn with Index entries, because this valid LyX 1.4.3 LaTeX-code: (GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}}, {}``Por

Re: r15913 - in /lyx-devel/trunk: development/cmake/config.h....

2006-11-14 Thread Georg Baum
[EMAIL PROTECTED] wrote: > Modified: lyx-devel/trunk/development/cmake/config.h.cmake > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/config.h.cmake?rev=15913 > == > --- lyx-devel/trunk/development/

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Georg Baum
Abdelrazak Younes wrote: > Couldn't we place a dummy "image not found" in the latex export? Or > better, inform the user that some images are not found and point the > error list to which? Agreed. I do not like this 'feature' at all. I'd prefer an error instead of this 'pseudo image' (and BTW it

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Uwe Stöhr wrote: There is a bug in LyX 1.5svn with Index entries, because this valid LyX 1.4.3 LaTeX-code: (GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}}, {}``Portable Network Graphics'' (PNG, file extension {}``\texttt{.png}

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Abdelrazak Younes
Uwe Stöhr wrote: > I don't have a crash with or without my patch on Windows. But LaTeX > gives me an error: > > Paragraph ended before [EMAIL PROTECTED] was complete. > > "I suspect you've forgotten a `}', causing me to apply this > control sequence to too much text. How can we recover?

Re: Crash in view->something with Extended-Insets.lyx

2006-11-14 Thread Georg Baum
Abdelrazak Younes wrote: > Uwe Stöhr wrote: >> There is a bug in LyX 1.5svn with Index entries, because this valid LyX >> 1.4.3 LaTeX-code: >> >> (GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}}, >> {}``Portable Network Graphics'' (PNG, file extension >> {}``\texttt{.png}''

Re: Easier return to Standard from Itemize, Enumerate, Description and List wanted

2006-11-14 Thread Abdelrazak Younes
Edwin Leuven wrote: Andreas Karlsson wrote: It would be easier to return to Standard if one could just click on the "Decrease depth" button and then if one is on the first level of the Itemize/Enumerate/Description/List list, one is automatically returned to Standard. It would requre less wo

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-14 Thread Georg Baum
José Matos wrote: > On Thursday 09 November 2006 12:26 pm, Georg Baum wrote: >> Helge Hafting wrote: >> > Wrong. Why in the world should they be "ascii" ??? >> >> Because that is required by the LyX internals. For example, the layout >> names are run through the gettext mechanism, and that requir

Re: [Cvslog] r15791 - in /lyx-devel/trunk/src: frontends/FontMetrics.h...

2006-11-14 Thread Andre Poenitz
On Sat, Nov 11, 2006 at 11:57:50AM +0100, Georg Baum wrote: > > I wonder whether a 'drawSymbol' function would not have been > > better documentation... > > Yes, I thought about that. I did not do it, because you would need several > ones (in mathed and frontend, and also for metrics), the code

Re: About New TabBar and Multiple-Windows

2006-11-14 Thread Andre Poenitz
On Sat, Nov 11, 2006 at 10:59:58AM +0100, [EMAIL PROTECTED] wrote: > On Wed, 8 Nov 2006, Andre Poenitz wrote: > > > As in "can't run batch converters anymore just because someone views a > > lyx file"? > > Shouldn't at least this one be easy if single instance v.s. multiple > instances is contr

Re: Preparing for alpha release

2006-11-14 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "José" == José Matos <[EMAIL PROTECTED]> writes: José> Hi all, I am thinking about starting the procedures leading to José> the alpha release. I would like to ask now "what do you think it José> needs to be done before rel