Re: [patch] wide streams - last version

2006-10-11 Thread Georg Baum
Abdelrazak Younes wrote: > It compiles fine here except for a linking error: > > Linking... > output_plaintext.obj : error LNK2019: unresolved external symbol > "public: __thiscall lyx::odocfstream::odocfstream(void)" > ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "void __cdecl >

Re: commandline export not working anymore

2006-10-11 Thread Georg Baum
Abdelrazak Younes wrote: > OK, the problem is that BufferList was created in Application which is > created only in GUI mode. I wanted to create a "console mode" frontend > to cope with this and with all the lyx::use_gui test but I don't have > the time right now. While such a frontend would be n

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Joost Verburg
Abdelrazak Younes wrote: But AFAIK, session support is 1.5 only. Isn't it possible to backport session support to 1.4? Then we solve many problems at once, including this one. Joost

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Guillaume Pothier
It is very useful to have the toolbar automatically opened, this increases the working speed enormously. If I'm out of the table the toolbar disappears and doesn't consume window space. So what is annoying or irritating with this behaviour from your point of you. Hi, just to give my 2c: I think

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Uwe Stöhr
As this discussion was started about the toolbar I would tell you that I removed the now uneeded button "new item in same line" in the toolbar: http://wiki.lyx.org/LyX/UserInterface#LyXWinInstallerToolbar This is supported now by default since LyX 1.4.2 but I forgot to remove it. Georg Baum sc

Re: [patch] wide streams - last version

2006-10-11 Thread Abdelrazak Younes
Georg Baum wrote: I updated my wide streams patch to current svn, incorporating the feedback from Angus. Since I did not get objections I am going to put it in now. It compiles fine here except for a linking error: Linking... output_plaintext.obj : error LNK2019: unresolved external symbol "p

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: I hear you Angus, even from far away. Doing this change is pretty simple (global search and replace) and I don't have strong opinion either way. Any other opinion? Yes: the patch looks nice ;-) You said that already. But tw

Re: commandline export not working anymore

2006-10-11 Thread Abdelrazak Younes
Georg Baum wrote: Abdel, can you please have a look? lyx -e latex text Userguide.lyx does enter an enless loop and can't even be killed with Ctrl-C. This happens both with qt3 and qt4. I believe that it is caused by your recent application reorganization. Exporting from the GUI works (well, f

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Joost> Microsoft Office 2007 will have a very nice user interface with > Joost> a context-sensitive ribbon: > Joost> http://blogs.msdn.com/photos/jensenh/images/547376/original.aspx > Joost> This way you won't have a separate menu and toolbar anymo

Re: [1.5svn][BUG] lyxpipe file cleanup?

2006-10-11 Thread Angus Leeming
Timothy Reaves <[EMAIL PROTECTED]> writes: > > I get the following for both .lyxpipe.in & .lyxpipe.out > > LyXComm: Pipe /Users/treaves/Library/Application > Support/LyX-1.4/.lyxpipe.in already exists. > If no other LyX program is active, please delete the pipe by hand and > try again. Either

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I hear you Angus, even from far away. Doing this change is pretty simple > (global search and replace) and I don't have strong opinion either way. > > Any other opinion? Yes: the patch looks nice ;-) Keep up the good work! Angus

Re: commandline export not working anymore

2006-10-11 Thread Abdelrazak Younes
Georg Baum wrote: Abdel, can you please have a look? lyx -e latex text Userguide.lyx does enter an enless loop and can't even be killed with Ctrl-C. This happens both with qt3 and qt4. I believe that it is caused by your recent application reorganization. Exporting from the GUI works (well, f

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Hello, Following Andre suggestion and following discussion here is a patch that cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use

Re: [PATCH] cleanup the singleton access methods

2006-10-11 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Hello, > > Following Andre suggestion and following discussion here is a patch that > cleans up everything related to singleton. The other important change is > that lyx::dispatch() and lyx::getStatus become _the_ official way to use > LyXFunc

Re: [patch] wide streams - last version

2006-10-11 Thread Angus Leeming
Georg Baum <[EMAIL PROTECTED]> writes: > I updated my wide streams patch to current svn, incorporating the feedback > from Angus. Since I did not get objections I am going to put it in now. > I attach the patch for reference, since it is too big for the automatic > commit message. Now that look

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Georg Baum
Am Mittwoch, 11. Oktober 2006 04:02 schrieb Uwe Stöhr: > Joost wrote: > > > Unfortunately I did not succeed. Maybe you should all give Uwe some > > more confidence that his suggestions will be taken seriously. I don't know how you get the impression that Uwe's suggestions are not taken serious

commandline export not working anymore

2006-10-11 Thread Georg Baum
Abdel, can you please have a look? lyx -e latex text Userguide.lyx does enter an enless loop and can't even be killed with Ctrl-C. This happens both with qt3 and qt4. I believe that it is caused by your recent application reorganization. Exporting from the GUI works (well, for some definition o

Re: [Cvslog] r15302 - in /lyx-devel/trunk/src: BufferView.C BufferView...

2006-10-11 Thread Michael Gerz
[EMAIL PROTECTED] wrote: Author: schmitt Date: Wed Oct 11 22:01:32 2006 New Revision: 15302 URL: http://www.lyx.org/trac/changeset/15302 Log: Change tracking: * src/paragraph.h: remove enum ChangeTracking; remove default parameters for insertChar and insertInset * src/B

[patch] wide streams - last version

2006-10-11 Thread Georg Baum
I updated my wide streams patch to current svn, incorporating the feedback from Angus. Since I did not get objections I am going to put it in now. I attach the patch for reference, since it is too big for the automatic commit message. Georg Log: Introduce wide streams. This fixes the remaini

Re: Official LyXWin installer and fonts

2006-10-11 Thread Paul A. Rubin
Joost Verburg wrote: Paul A. Rubin wrote: Can someone tell me whether LyX 1.4.2 and later looks directly in the Resources\fonts folder for screen fonts, installs them into Windows (making the Resources\fonts folder redundant), or something entirely different? First of all these fonts are onl

Re: Official LyXWin installer and fonts

2006-10-11 Thread Joost Verburg
Paul A. Rubin wrote: Can someone tell me whether LyX 1.4.2 and later looks directly in the Resources\fonts folder for screen fonts, installs them into Windows (making the Resources\fonts folder redundant), or something entirely different? First of all these fonts are only used for math. LyX

Official LyXWin installer and fonts

2006-10-11 Thread Paul A. Rubin
Hi, Through version 1.4.1, LyX on Windows required installation of a bunch of fonts (cmex10 etc.). Starting with 1.4.2, these fonts are installed in a folder under Resources. As an experiment, I tried hiding that folder from 1.4.3, but it seemed to find the fonts anyway. Can someone tell m

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Or course this also means that the "disabled toolbars" bug Abdelrazak> comes back. JMarc, I remember you proposed another Abdelrazak> solution for that, could you post it again? Split FuncRequest::UI into FuncRequest:

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Edwin Leuven
Abdelrazak Younes wrote: tables are seriously fucked up, table editing or dialog? editing

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: other things are probably more important: closing dialogs crashes lyx, Which ones? I don't see such crashes. document, graphics, external clicking "close" crashes lyx here... I can confirm the crashes. This is another side effect of the FocusEv

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> Another idea is to develop a configuration Wizard that Abdelrazak> could be launched from LyX? Something

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Edwin Leuven
Abdelrazak Younes wrote: other things are probably more important: closing dialogs crashes lyx, Which ones? I don't see such crashes. document, graphics, external clicking "close" crashes lyx here... maybe i need to rebuild lyx completely

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Joost Verburg wrote: Jean-Marc Lasgouttes wrote: Please not. Let's keep LyX GUI in LyX. It is easy for me to create a GUI for toolbar customization in the Windows installer, but that is indeed not a good solution. IMHO, it is a good interim solution. I don't have any experience with Qt and

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Another idea is to develop a configuration Wizard that Abdelrazak> could be launched from LyX? Something using Python would Abdelrazak> be a good solution as it is already shipped with LyX/Win.

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Please not. Let's keep LyX GUI in LyX. It is easy for me to create a GUI for toolbar customization in the Windows installer, but that is indeed not a good solution. I don't have any experience with Qt and the LyX frontends, so unfortunately I can't provide a patc

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I think we should get rid of the test > > if (prevcur.pos() != 0 >    && prevpar.isSeparator(prevcur.pos() - 1)) > --prevcur.pos(); > >   Does anyone know why it could be useful? Looks like it tries to prevent t

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I think the code is much clearer now, and would appreciate Jean-Marc> comments. There are a few things that still need changing: Jean-Marc> - does not work with change tracking. I need to look at Jean-Marc> that. It

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> It seems that the special casing for empty paragraphs can Juergen> indeed just be removed (see attached patch). But I'm not 100% Juergen> sure if it doesn't have any side cases, and I don't have much Juergen> time for tes

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Another idea is to develop a configuration Wizard that Abdelrazak> could be launched from LyX? Something using Python would Abdelrazak> be a good solution as it is already shipped with LyX/Win. Please not. Let's keep

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Joost Verburg wrote: Abdelrazak Younes wrote: The multiple toolbar ui file offer by JMarc might be a good solution. The win installer would then be able to ask the user what behaviour he wants and configure the toolbar accordingly. With review and view toolbars, you get way too many combinat

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: 1.5 should not be very hard to do indeed. Any volunteers? I have the bad feeling that everything is stopped on the GUI side for some time now :-( other things are probably more important: closing dialogs crashes lyx, Which ones? I don't see such

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Joost Verburg
Abdelrazak Younes wrote: The multiple toolbar ui file offer by JMarc might be a good solution. The win installer would then be able to ask the user what behaviour he wants and configure the toolbar accordingly. With review and view toolbars, you get way too many combinations. Running the ins

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Edwin Leuven
Abdelrazak Younes wrote: 1.5 should not be very hard to do indeed. Any volunteers? I have the bad feeling that everything is stopped on the GUI side for some time now :-( other things are probably more important: closing dialogs crashes lyx, tables are seriously fucked up, things are slow. unf

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: José Matos wrote: Why not both, with preferences being the preferred and the toolbar settings being the default? It seems perfect to me: :-) If we do this (double way), an alternative to preferences could be session. This way, we could have a "View->Toolbars" Di

Re: Please include LyXWinInstaller's toolbar in the official LyX Windows installer

2006-10-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Joost Verburg wrote: Jean-Marc Lasgouttes wrote: In retrospect, I think it was an error to have the on/off/auto and top/bottom settings for toolbars in the ui files themselves. They would be

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Could you try to see whether we can completely remove the dEPM trick > from backspace code in _all_ cases? It seems that the special casing for empty paragraphs can indeed just be removed (see attached patch). But I'm not 100% sure if it doesn't have any side cases,

[patch] Bug 1746 "table dialog shows wrong settings when LaTeX-argument is entered"

2006-10-11 Thread Martin Vermeer
The updated patch is here. Could somebody test it? http://bugzilla.lyx.org/attachment.cgi?id=1284&action=view - Martin signature.asc Description: This is a digitally signed message part

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Juergen Spitzmueller
Georg Baum wrote: > But do they need to be forwarded for ERT? I believe that in ERT it should > be enough to simply delete one character if there is one, or else dissolve > the inset. Ignore this if it does not make sense, I did not look at the > code. And merging/deleting paragraphs. > Apart fro

Windows installation problem

2006-10-11 Thread Dave Pawson
Trying to install LyXWin141Complete-2-01.exe Whilst the command line was showing 'Checking for "/Resources/../src/tex2lyx" ... A small window popped up (behind the cli hence not visible) with an error message, which mentioned aspell? I'd killed the process by then and lyx fails to run. regard

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Georg Baum
Juergen Spitzmueller wrote: > The special casing in paragraph is needed anyway (to allow multiple spaces > and empty paragraphs), and I don't know how we could do the backspace in > InsetERT::doDispatch directly, because the backspace and delete lfuns are > passed further to several functions (unt

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Andre Poenitz wrote: >> Have a function 'Inset***::backspaceShouldDeleteEmptyLines()' and >> be done. Juergen> I don't understand. Backspace should _always_ delete empty Juergen> lines AFAICS. The problem is that backspa

Re: [1.5svn] [BUG] iterator code issue

2006-10-11 Thread Jean-Marc Lasgouttes
> "Timothy" == Timothy Reaves <[EMAIL PROTECTED]> writes: Timothy>One is not printed anywhere that I can find. Can one Timothy> be forced out to a log? On my linux, I can get one by running LyX under gdb. Bennett may know a better solution for OS X, though. JMarc

Re: [Bug 2882] not possible to delete row in ERT inset

2006-10-11 Thread Juergen Spitzmueller
Georg Baum wrote: > Exactly. I am wondering whether it would not be better to base InsetERT on > something else than InsetText, since we have so many special cases. Probably. > IIRC backspace is mapped to some lfun. Is it not possible to handle that > lfun in InsetERT::doDispatch directly and avo