Re: [patch] fix bug 1473: Implement phantom in math

2006-04-26 Thread Georg Baum
Andre Poenitz wrote: On Mon, Apr 17, 2006 at 08:57:54PM +0200, Georg Baum wrote: That is not possible with this approach, since the status line info is only obtained if the cursor is inside an inset. Is it? I thought also the item to the left or right was considered. Then the attached

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-26 Thread Georg Baum
Andre Poenitz wrote: Doing special case mathed stuff is not the business of LCursor. I know that there is already mathed related stuff there but that does not make it any better. Moreover, _plainInsert_ is intended to insert stuff without any fuss. So what else do you propose? I know

Re: feature request

2006-04-26 Thread Abdelrazak Younes
Edwin Leuven a écrit : and nr 12... can this go in, or shall i ditch it? Looks good to me. I'd say if you don't have objection soon put it in. Your patch already received a lot of review ;-) Abdel.

Re: [Updated Patch] Toc model/view separation (was Re: [patch] qt4: toc tweak)

2006-04-26 Thread Abdelrazak Younes
Andre Poenitz a écrit : On Mon, Apr 17, 2006 at 07:54:04PM +0200, Abdelrazak Younes wrote: +void TocModel::populate(toc::Toc const toc_list) +{ + clear(); + + if (toc_list.empty()) + return; + + int current_row; + QModelIndex top_level_item; + +

Re: [PATCH] fix libiconv dll test

2006-04-26 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Hello, I have this fix in my tree. Well at least it is a fix for windows (I noticed the problem in my config.log) and I guess it should be harmless under unix. But I suspect that if you want to link dynamically with libiconv, the current test will fail. Could

Re: r13741 - in /lyx-devel/trunk/src: frontends/qt3/QPrefs.C ...

2006-04-26 Thread Abdelrazak Younes
[EMAIL PROTECTED] a écrit : Author: bpeng Date: Wed Apr 26 00:22:11 2006 New Revision: 13741 Log: Add lyxrc.use_lastfilepos and load_session to the preference dialog. Bo Peng ([EMAIL PROTECTED]) * src/frontends/qt3/QPrefs.C, QPrefsDialog.C, ui/QPrefUIModule.ui: add two checkboxes

Re: feature request

2006-04-26 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | newest lfun enum is put last. | | I was talking about the lookup table in LyXActions.C. | | However, things might not be alphabetical there (anymore?) either. The lookup table needs to be alphbetical, but you will get a runtime warning(?) if that is

Re: feature request

2006-04-26 Thread Lars Gullik Bjønnes
Edwin Leuven [EMAIL PROTECTED] writes: | and nr 12... | | can this go in, or shall i ditch it? I am ok with it. (But I have been ok with it for some time.) Unless you get other objections RSN then please commit. -- Lgb

Re: [Updated Patch] Toc model/view separation (was Re: [patch] qt4: toc tweak)

2006-04-26 Thread Lars Gullik Bjønnes
Abdelrazak Younes [EMAIL PROTECTED] writes: | Andre Poenitz a écrit : | On Mon, Apr 17, 2006 at 07:54:04PM +0200, Abdelrazak Younes wrote: | +void TocModel::populate(toc::Toc const toc_list) | +{ | + clear(); | + | + if (toc_list.empty()) | + return; | + | + int current_row;

Re: feature request

2006-04-26 Thread Jean-Marc Lasgouttes
Edwin == Edwin Leuven [EMAIL PROTECTED] writes: Edwin and nr 12... can this go in, or shall i ditch it? I'd say it can go in. Adding bindings to mac.bind, xemacs.bind and sciword.bind (if they do not conflict) would be a bonus. JMarc Edwin Index: src/LyXAction.C Edwin

Re: grace handling (via png?)

2006-04-26 Thread Georg Baum
Neal Becker wrote: Thanks. I tried this: (pretty much copied from rasterimage): Template gracepdf GuiName gracepdf: $$AbsOrRelPathParent$$Basename HelpText A grace plot to pdf HelpTextEnd InputFormat grace This needs to be agr (the format

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Tue, 2006-04-25 at 10:40 +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Should be straightforward. What about Martin LFUN_OUTLINE_{UP|DOWN|IN|OUT}? For now. Sure why not. Martin To

RE: feature request

2006-04-26 Thread Leuven, E.
Jean-Marc Lasgouttes wrote: I'd say it can go in. Adding bindings to mac.bind, xemacs.bind and sciword.bind (if they do not conflict) would be a bonus. thanks, will have a look tonight...

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Maybe you swapped with William (ala The Curse of the Werewilliam). Angus He's quite sparky actually; more so than his dad ;-) I did not mean to make him look bad. I just suggested that you are still better than him at hacking LyX (not for

Re: [Updated Patch] Toc model/view separation (was Re: [patch] qt4: toc tweak)

2006-04-26 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : Abdelrazak Younes [EMAIL PROTECTED] writes: | Andre Poenitz a écrit : | On Mon, Apr 17, 2006 at 07:54:04PM +0200, Abdelrazak Younes wrote: | +void TocModel::populate(toc::Toc const toc_list) | +{ | +clear(); | + | +if (toc_list.empty()) | +

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico And we were both right, of course, only somewhat blind... Enrico Please, have a look at the attached patch... How Enrico embarassing... there even is a LYX_LOCALEDIR env var fitting Enrico the purpose. Embarrassing indeed (for me

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Martin Vermeer a écrit : On Tue, Apr 25, 2006 at 12:46:42PM +0300, Martin Vermeer wrote: On Tue, 2006-04-25 at 10:40 +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Should be straightforward. What about Martin LFUN_OUTLINE_{UP|DOWN|IN|OUT}? For

Re: [Updated Patch] Toc model/view separation

2006-04-26 Thread Jean-Marc Lasgouttes
Abdel == Abdelrazak Younes [EMAIL PROTECTED] writes: Indentation. Abdel ?? This line is at the same indent level as the previous one. You use spaces instead of a tab. JMarc

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak 1) unnumbered sections will be transformed into a numbered Abdelrazak section if you use IN and OUT. This is probably a consequence of a change we did to layout files recently. Now unnumbered sections in many layout files do

[patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Georg Baum
Backporting this fix was now trivial since lib/configure.py is used. Jean-Marc, shall I commit it? It has a compatibility problem with external templates, but this is not a big deal since external templates for any other format than latex are broken anyway (this is also corrected by this patch).

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Abdelrazak Younes
Bo Peng a écrit : I am searching around, and will provide a patch that disable this menu item when no viewer is linked to ps format (and to pdf). http://www.informit.com/articles/article.asp?p=415193seqNum=6

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Martin Vermeer
On Wed, 2006-04-26 at 10:47 +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Tue, 2006-04-25 at 10:40 +0200, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Should be straightforward. What about

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak 1) unnumbered sections will be transformed into a numbered Abdelrazak section if you use IN and OUT. This is probably a consequence of a change we did to layout files recently. Now unnumbered

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Backporting this fix was now trivial since lib/configure.py is Georg used. Jean-Marc, shall I commit it? It has a compatibility Georg problem with external templates, but this is not a big deal Georg since external templates for any other

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Yes we should do that. I propose that Martin commit his Abdelrazak patch (maybe minus the nested switch in LFUN_etc) and I'll Abdelrazak see what I can do if Martin does not have time to do it. Yes. JMarc

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Georg Baum
Jean-Marc Lasgouttes wrote: The patch looks good for 1.4. One thing I do not like is \Format docbooksgmlDocBookB%% \Format docbook-xml xml Docbook (XML)%% \Format literate nw NoWeb N%% -\Format latex

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus If you're talking cartoons, I preferred Belleville Angus Rendez-vous; much subtler, cleverer and probably still Angus appropriate to this conversation ;-) Strangely enough, my kids love this one, although I would put it in the great but depressing category.

Re: Is this cursor reset necessary?

2006-04-26 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Enrico Forestieri wrote: Done (see attached patch) and committed. This is also a candidate for 1.4.x. It does not apply cleanly. Juergen It was a patch against 1.5. Try the attached patch for 1.4 I probably missed part of

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Enrico And we were both right, of course, only somewhat blind... Enrico Please, have a look at the attached patch... How Enrico embarassing... there even is a LYX_LOCALEDIR env var fitting Enrico the purpose. Embarrassing indeed (for me maybe). Shouldn't you use +

Re: Trying to compile po: msguniq fails with xforms_l10n.pot

2006-04-26 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I managed to find why my po/ subdir won't compile: $ Abdelrazak msguniq.exe xforms_l10n.pot xforms_l10n.pot:5: end-of-line Abdelrazak within string xforms_l10n.pot:6: end-of-line within string Abdelrazak xforms_l10n.pot:7:

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Oh, I'm probably one of the three frog-eating sisters. Totally Angus mindless and running on autopilot. I'm not sure they are so mindless. They are quite efficient when it comes to action, actually. JMarc

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Enrico Forestieri wrote: Certainly, you shouldn't use strrchr et al. If the code below can't be made to work, then there's a heap of useful functions to do what you're trying to achieve in src/support/filetools.[Ch]. Angus, I am proficient in C not in C++. Please, can you explain why strrchr

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: I think we should not confuse people by use TeX instead of LaTeX. What about names like LaTeX LaTeX (for pdflatex) or LaTeX (plain) LaTeX (pdflatex) Georg I would prefer the latter. I'll first change this in trunk an Georg then put the combined

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Oh, I'm probably one of the three frog-eating sisters. Totally Angus mindless and running on autopilot. I'm not sure they are so mindless. They are quite efficient when it comes to action, actually. Well, fish are quite efficient at eating other fish and

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: Enrico And we were both right, of course, only somewhat blind... Enrico Please, have a look at the attached patch... How Enrico embarassing... there even is a LYX_LOCALEDIR env var fitting Enrico the purpose.

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus The locale dir is relative to the directory holding the LyX Angus executable, so Enrico's fix (which presumably is tested ;-)) Angus looks right to me: So why does the code say otherwise? Because it's unmaintained and you keep changing the configure script?

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Martin Vermeer
On Wed, 2006-04-26 at 11:07 +0200, Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak 1) unnumbered sections will be transformed into a numbered Abdelrazak section if you use IN and OUT. This is probably a consequence of a change we did to

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: The locale dir is relative to the Angus directory holding the LyX executable, so Enrico's fix (which Angus presumably is tested ;-)) looks right to me: So why does the code say otherwise? Angus Because it's

[patch] Change the names of formats latex and pdflatex

2006-04-26 Thread Georg Baum
As discussed with Jean-Marc. Going in right now. Georg Log: * lib/configure.py: Don't use TeX in the the names of formats latex and pdflatex, use LaTeX instead.Index: lib/configure.py === --- lib/configure.py

Re: Trying to compile po: msguniq fails with xforms_l10n.pot

2006-04-26 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I managed to find why my po/ subdir won't compile: $ Abdelrazak msguniq.exe xforms_l10n.pot xforms_l10n.pot:5: end-of-line Abdelrazak within string

trunk/po/Mafefile has ^M characters

2006-04-26 Thread Abdelrazak Younes
I always need to cleanup the generated po/Makefile before I can continue. Idea someone? I have this error: make LyX-svn.pot-update make[1]: Entering directory `/lyxtrunk/po' ', needed by `LyX-svn.pot-update'. Stop.rc/BranchList.h make[1]: Leaving directory `/lyxtrunk/po' make: ***

Re: r13741 - in /lyx-devel/trunk/src: frontends/qt3/QPrefs.C ...

2006-04-26 Thread Bo Peng
Now that you are proficient with Qt, are you going to make a Qt4 version Bo? Far away from proficient, but yes, I will make the qt4 changes. I think separate patches are better since that will make back porting easier. Bo

Re: r13741 - in /lyx-devel/trunk/src: frontends/qt3/QPrefs.C ...

2006-04-26 Thread Abdelrazak Younes
Bo Peng a écrit : Now that you are proficient with Qt, are you going to make a Qt4 version Bo? Far away from proficient, but yes, I will make the qt4 changes. I think separate patches are better since that will make back porting easier. Yes, that's a fine strategy. I have one advice for

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Georg == Georg Baum [EMAIL PROTECTED] writes: There is also a bug about the fact that the format names cannot be translated. Would you have an idea on the subject? Maybe gettext can find translatable strings in python files... Georg Yes:

Re: Trying to compile po: msguniq fails with xforms_l10n.pot

2006-04-26 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Here is the xforms_l10n.pot that gives an error with Abdelrazak msguniq. It is a backup file, I cannot reproduce the error Abdelrazak anymore. It looks like the file has been edited with emacs po-mode or something. JMarc

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg That should not be difficult either with a dummy _() function. Indeed, or a N_() if python has that. Georg Why would you make internal a property of the converter? I Georg proposed a patch some days ago that introduces a noexport Georg flag

Re: [patch] backport fix for bug 2107 to 1.4

2006-04-26 Thread Bo Peng
That should not be difficult either with a dummy _() function. Bo, do I remember correctly that you had a patch for lib/configure.py that created a method to add format entries? This would be very useful here. No. Because there are quite a few \xxx entries, separate function(s) does not make

Re: [patch] Change the names of formats latex and pdflatex

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg As discussed with Jean-Marc. Going in right now. Georg Good. So now 1.4 and 1.5 are in sync wrt configuration? JMarc

Re: Trying to compile po: msguniq fails with xforms_l10n.pot

2006-04-26 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Here is the xforms_l10n.pot that gives an error with Abdelrazak msguniq. It is a backup file, I cannot reproduce the error Abdelrazak anymore. It looks like the file has been edited with emacs

Re: [patch] Change the names of formats latex and pdflatex

2006-04-26 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Good. So now 1.4 and 1.5 are in sync wrt configuration? Yes. Georg

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg I just finished the patch. It is tested and works. It adds a Georg noexport flag to the format definition and removes the Georg hardcoded exceptions for some image formats. With this patch Georg you don't need to change configure.py anymore.

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Neal Becker
Thanks for the help, George! Please consider adding this to lyx: Template gracepdf GuiName gracepdf: $$AbsOrRelPathParent$$Basename HelpText A grace plot to pdf HelpTextEnd InputFormat agr FileFilter *.agr AutomaticProduction true

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: No, what I am trying to convey is that the localedir is relative to the support dir, the binary dir. This is what is documented actually: // The locale directory relative to the LyX system directory. string const relative_locale_dir() {

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Jean-Marc Lasgouttes
Bo == Bo Peng [EMAIL PROTECTED] writes: Bo I guess windows is doing the following: Bo 1. check Bo HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ Bo FileExts\.ps\OpenWithList Bo 2. from MRUList know a is the application, get gsview32.exe Bo 3. go to

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Jean-Marc Lasgouttes
Bo == Bo Peng [EMAIL PROTECTED] writes: Bo Dear list, We have had a long discussion regarding this auto view Bo business. Here is my second offer: Bo 1. apply the attached patch. This is a slightly modified version Bo of my patch + Enrico's cygwin stuff. The src/ part of the patch looks good

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Confusion? Senility? I don't have easy access to the source Angus code from my work machine and there's no viewsvn on the LyX Angus web site so you have to rely on my fading memory? I definitely have an advantage over you here, because

Re: Trying to compile po: msguniq fails with xforms_l10n.pot

2006-04-26 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Well I have edited with Xemacs after the error, but I Abdelrazak don't remember saving it. po-mode tends to do things behind your back. JMarc

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Georg Baum
Neal Becker wrote: Thanks for the help, George! Please consider adding this to lyx: Will do (later). \converter pdf2 eps pdftops -eps --outfile=$$o $$i Why do you need this converter? Georg

rev. 13745 fail to compil: problem with filtering_istreambuf in lyxlex_pimpl.C

2006-04-26 Thread Abdelrazak Younes
I think this is related to USE_COMPRESSION being defined by default now on windows. g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.. -I../../boost -Wextra -Wall -Wall -Id:/program/Aspell-0.60.4/include -I/cygdrive/d/mingw/include -I/cygdrive/d/program/Aspell-0.60.4/include -O3 -c -o

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Martin Vermeer
On Wed, 2006-04-26 at 13:56 +0300, Martin Vermeer wrote: On Wed, 2006-04-26 at 11:07 +0200, Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak 1) unnumbered sections will be transformed into a numbered Abdelrazak section if you use IN and

Re: feature request

2006-04-26 Thread Bennett Helm
On Apr 26, 2006, at 4:39 AM, Jean-Marc Lasgouttes wrote: Edwin == Edwin Leuven [EMAIL PROTECTED] writes: Edwin and nr 12... can this go in, or shall i ditch it? I'd say it can go in. Adding bindings to mac.bind, xemacs.bind and sciword.bind (if they do not conflict) would be a bonus. How

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: I think the comment are correct and Enrico's patch is the right one. I just suggested a small improvement on it by removing the unneeded ../Resources. Unneeded because it's redundant because we're already in the Resources directory? Anyway, I'm

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Neal Becker
Georg Baum wrote: Neal Becker wrote: Thanks for the help, George! Please consider adding this to lyx: Will do (later). \converter pdf2 eps pdftops -eps --outfile=$$o $$i Why do you need this converter? Oh, maybe I don't. My 1st objective is complete - I now can insert .agr

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Martin Vermeer a écrit : On Wed, 2006-04-26 at 13:56 +0300, Martin Vermeer wrote: On Wed, 2006-04-26 at 11:07 +0200, Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak 1) unnumbered sections will be transformed into a numbered Abdelrazak section

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : PS will somebody please get rid of the ^M in TocBackend.h! I'll do that. done in TocBackend.[Ch] Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? Abdel.

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Georg Baum
Abdelrazak Younes wrote: I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? You can do that yourself (and should have done when you added it): svn propset svn:eol-style native TocBackend.h TocBackend.C svn commit TocBackend.h

Re: grace handling (via png?) Thanks!

2006-04-26 Thread Georg Baum
Neal Becker wrote: My 1st objective is complete - I now can insert .agr into lyx and turn this into pdflatex. Now, we also should add support for turning into other forms, such as dvi. Maybe someone who knows lyx better than me should do it. dvi should just work with the template you

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: I think the comment are correct and Enrico's patch is the right one. I just suggested a small improvement on it by removing the unneeded ../Resources. Angus Unneeded because it's redundant

Re: [PATCH] bug 2509: last horizontal fill is not drawn correctly

2006-04-26 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc http://bugzilla.lyx.org/show_bug.cgi?id=2509 Jean-Marc This fix seems trivial, although I could not reproduce the Jean-Marc original report. BTW, how come in a float inset all my Jean-Marc hfills have zero width? Applied.

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Georg Baum a écrit : Abdelrazak Younes wrote: I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? You can do that yourself (and should have done when you added it): Sorry boss. svn propset svn:eol-style native TocBackend.h

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Georg Baum
Jean-Marc Lasgouttes wrote: So this noexport means no export from lyx format, right? Yes. Wouldn't it be better (with a similar patch) to tag the formats that are relevant to the whole document and formats that are relevant to objects? I would only tag the formats that are relevant to the

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Angus Leeming
Abdelrazak Younes [EMAIL PROTECTED] writes: I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? Why not write a little script to clean up line endings before you commit and just get used to using it? dos2unix.sed: /^M$//

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: It looks like a good plan. What is really strange though is that the is no API to do this really simple task without reading the registry. This is wrong. The system for Windows file associations has quite some options and does not work this way. It makes no sense

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Angus Leeming a écrit : Abdelrazak Younes [EMAIL PROTECTED] writes: I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? Why not write a little script to clean up line endings before you commit and just get used to using it?

[PATCH] do not configure in system_support directory

2006-04-26 Thread Jean-Marc Lasgouttes
This is my long announced patch to remove the need to create lyxrc.defaults and friends in the main support directory (and build directory). I really would like to see some good testing of this one, including on windows and osx. This one is for 1.5, I can provide a 1.4 version if needed. This

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Georg Baum
Abdelrazak Younes wrote: Georg Baum a écrit : You can do that yourself (and should have done when you added it): Sorry boss. I am fortunately not the boss :-) In case I sounded rude: That was not intended at all, it should have been just a friendly reminder. Georg

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Abdelrazak Younes
Georg Baum a écrit : Abdelrazak Younes wrote: Georg Baum a écrit : You can do that yourself (and should have done when you added it): Sorry boss. I am fortunately not the boss :-) In case I sounded rude: That was not intended at all, it should have been just a friendly reminder. No PB, I

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: This is my long announced patch to remove the need to create lyxrc.defaults and friends in the main support directory (and build directory). I really would like to see some good testing of this one, including on windows and osx. This one is for

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Bennett Helm
On Apr 26, 2006, at 10:22 AM, Jean-Marc Lasgouttes wrote: This is my long announced patch to remove the need to create lyxrc.defaults and friends in the main support directory (and build directory). I really would like to see some good testing of this one, including on windows and osx. This

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus I'll also note that at the moment the installer modifies Angus configure to output a \path_prefix entry to lyxrc.defaults. As Angus and when the LyX 1.4 series moves to configure.py, this step Angus should either be changed to modify

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc This is my long announced patch to remove the need to Jean-Marc create lyxrc.defaults and friends in the main support Jean-Marc directory (and build directory). I really would like to see Jean-Marc some good testing of this

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Apr 26, 2006, at 10:22 AM, Jean-Marc Lasgouttes wrote: This is my long announced patch to remove the need to create lyxrc.defaults and friends in the main support directory (and build directory). I really would like to see some

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Comments and testing highly welcome. Works perfectly here. Note that the spec file should be changed, too. Georg

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Angus Leeming
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Angus Thinking about it, LyX will still need to know where sh.exe and Angus python.exe are. That suggests that you're going to end up with Angus a chicken-and-egg type problem: You'll need to run configure.py Angus to generate lyxrc.defaults to read

Re: [PATCH] do not configure in system_support directory

2006-04-26 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg Jean-Marc Lasgouttes wrote: Comments and testing highly welcome. Georg Works perfectly here. Note that the spec file should be Georg changed, too. That is what I meant with 'rpm installer' :) JMarc

Re: [PATCH] configure.py patch for auto viewer/editor under windows.

2006-04-26 Thread Enrico Forestieri
On Tue, Apr 25, 2006 at 09:06:10PM -0500, Bo Peng wrote: I guess windows is doing the following: 1. check HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ FileExts\.ps\OpenWithList 2. from MRUList know a is the application, get gsview32.exe 3. go to

Re: [PATCH] configure.py patch for

2006-04-26 Thread Angus Leeming
Enrico Forestieri [EMAIL PROTECTED] writes: Please help me check if your system (win2k, 98, xp sp1 etc) have the same keys. This is the same on win2k. However, I would be surprised that there is no API to ascertain if an extension has an associated program. See Joost's message

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Enrico Forestieri
On Wed, Apr 26, 2006 at 02:59:34PM +0200, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Confusion? Senility? I don't have easy access to the source Angus code from my work machine and there's no viewsvn on the LyX Angus web site so you have to rely on my

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Martin Vermeer
On Wed, Apr 26, 2006 at 03:28:28PM +0200, Abdelrazak Younes wrote: Martin Vermeer a écrit : ... Attached. This will go in soon unless somebody spots a problem. It looks good to me. Good job. Committed to trunk: Outlining improvements/fixes * LyXAction.C

Re: rev. 13745 fail to compil: problem with filtering_istreambuf in lyxlex_pimpl.C

2006-04-26 Thread Bo Peng
On 4/26/06, Abdelrazak Younes [EMAIL PROTECTED] wrote: I think this is related to USE_COMPRESSION being defined by default now on windows. Have not looked at the errors but USE_COMPRESSION should be removed totally. It makes no sense that a windows version of lyx can not open a file with

Re: Addition to IEEETran.layout

2006-04-26 Thread Georg Baum
Am Dienstag, 18. April 2006 13:23 schrieb Bradley Whittington: Hey, I noticed that the layout file for IEEE transactions does not support the biographynophoto environment. Since not every transaction requires a photo, it is annoying to see the Place photo here, I just add the following to

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-26 Thread Georg Baum
Am Donnerstag, 20. April 2006 20:07 schrieb Bennett Helm: Program received signal SIGABRT, Aborted. 0x90047e4c in kill () (gdb) bt #0 0x90047e4c in kill () #1 0x9012dff4 in abort () #2 0x001b5bac in __eprintf () at insetbibitem.C:160 #3 0x00139890 in

Re: LyX Meeting

2006-04-26 Thread Andre Poenitz
On Tue, Apr 25, 2006 at 05:31:54PM +0200, Jean-Marc Lasgouttes wrote: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars And we need to figureout where and when to have the event this Lars year. Lars Beginning of summer is bad for me, but anything in July and Lars onwards is just

[patch] fix bug 2546

2006-04-26 Thread Georg Baum
This trivial patch fixes bug 2546. Going into trunk soon. Also OK for 1.4? Georg Log: Fix bug 2546: * src/tex2lyx/text.C (parse_arguments): Eat space in front of required arguments Index: src/tex2lyx/text.C === ---

Re: r13741 - in /lyx-devel/trunk/src: frontends/qt3/QPrefs.C ...

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 01:54:01PM +0200, Abdelrazak Younes wrote: Bo Peng a écrit : Now that you are proficient with Qt, are you going to make a Qt4 version Bo? Far away from proficient, but yes, I will make the qt4 changes. I think separate patches are better since that will make back

Re: [Updated Patch] Toc model/view separation (was Re: [patch] qt4: toc tweak)

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 09:49:01AM +0200, Abdelrazak Younes wrote: Andre Poenitz a écrit : On Mon, Apr 17, 2006 at 07:54:04PM +0200, Abdelrazak Younes wrote: +void TocModel::populate(toc::Toc const toc_list) +{ + clear(); + + if (toc_list.empty()) + return; + + int

Re: [Patches] Re: Outlining for 1.4

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 03:49:20PM +0200, Abdelrazak Younes wrote: Georg Baum a écrit : Abdelrazak Younes wrote: I'll do that. Georg, maybe it's a good idea to set the svn-eol thing on this file or is it something I can do myself? You can do that yourself (and should have done when you

Re: [announce] LyXWinInstaller with LyX 1.4.1

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 10:19:18AM +0100, Angus Leeming wrote: Jean-Marc Lasgouttes wrote: Angus If you're talking cartoons, I preferred Belleville Angus Rendez-vous; much subtler, cleverer and probably still Angus appropriate to this conversation ;-) Strangely enough, my kids love this

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 09:32:59AM +0200, Georg Baum wrote: Andre Poenitz wrote: Doing special case mathed stuff is not the business of LCursor. I know that there is already mathed related stuff there but that does not make it any better. Moreover, _plainInsert_ is intended to

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-26 Thread Andre Poenitz
On Wed, Apr 26, 2006 at 09:30:51AM +0200, Georg Baum wrote: Andre Poenitz wrote: On Mon, Apr 17, 2006 at 08:57:54PM +0200, Georg Baum wrote: That is not possible with this approach, since the status line info is only obtained if the cursor is inside an inset. Is it? I thought also

  1   2   3   >