Re: [Cvslog] r20149 - /lyx-devel/trunk/lib/images/font-emph.png

2007-09-10 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: Please, can I have permission to apply patches for icons without asking, when I simply improve their on screen rendering without actually changing their images? You have permission to do so. Jürgen

Re: [Cvslog] r20180 - /lyx-devel/branches/BRANCH_1_5_X/lib/lyx2lyx/LyX.py

2007-09-10 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: URL: http://www.lyx.org/trac/changeset/20180 Log: LyX.py: fix thinko that lead to out of range list when adding a file to the documentation I don't remember having approved this. Jürgen

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: Attached is a batch for bug 2907 http://bugzilla.lyx.org/show_bug.cgi?id=2907 It shows the index dialog like in LyX 1.3.x and previous. The code is stolen from LFUN_NOMENCL_INSERT and works as expected. If there are no objections, can this go into branch? If any, I would

Re: CV document no longer working with 1.5.1?

2007-09-10 Thread Kristoffer Lawson
On 10 Sep 2007, at 01:33, Uwe Stöhr wrote: You need to install the LaTeX-package simplecv to get it to work. So why did it work before? Is it using a different package now for some reason? / http://www.fishpool.com/~setok/

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: Furthermore, it doesn't fix bug 2907: C-i still doesn't open the inset's dialog. Do fix this (which also applies to url, nomenclature and others), you'd need the change LFUN_NEXT_INSET_TOGGLE or LFUN_INSET_TOGGLE, respectively. But then. you have to take care that

Re: [PATCH] floatflt-wrapfig, now with .lyx version number increase

2007-09-10 Thread Helge Hafting
Uwe Stöhr wrote: Here is the patch again, with version 284 and do-nothing reversion. I don't think I have the power to commit such things, so I hope someone else can do that - provided the patch is ok of course. Well done! I adjusted your patch only a bit: - remove the tab in lyx_1_6.py

Idea: print via PDF preference

2007-09-10 Thread Helge Hafting
The way I understand LyX printing, is that LyX basically do an export-postscript and then pass the resulting file to external printer software. I propose to implement another printing preference, that allows switching the printing to use an export-pdflatex instead. Not only is this noticeably

[patch] bug 4127: LyX list label width settings not available in paragaph settigs dialog

2007-09-10 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=4127 The attached patch looks straightforward to me, and I think it can go in branch and trunk. Objections? Jürgen Index: src/Paragraph.cpp === --- src/Paragraph.cpp (Revision 20186) +++

Re: Idea: print via PDF preference

2007-09-10 Thread Jürgen Spitzmüller
Helge Hafting wrote: The way I understand LyX printing, is that LyX basically do an export-postscript and then pass the resulting file to external printer software. I propose to implement another printing preference, that allows switching the printing to use an export-pdflatex instead.

Re: [patch] fix bug 2907

2007-09-10 Thread Uwe Stöhr
However, I think this is the wrong approach: it opens the index dialog unnecessarily (i.e., if the word-at-cursor is filled in, which is often the desired behaviour, and closing the dialog each and every time is annoying). When you create an index you have in 90% of the cases to modify the

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: When you create an index you have in 90% of the cases to modify the entry. where do you get the statistics from? In indexes you group entries, therefore you have lots of second and third-level entries like e.g. Figures ! Floats Not always. I indexed a lot the last time

Re: [PATCH] floatflt-wrapfig, now with .lyx version number increase

2007-09-10 Thread Uwe Stöhr
I meant not only floatflt - wrapfig, but the typographic aspects of using it (i.e., avoid overly thin text columns, which is a temptation here) I have something written for the text wrap floats in the new UserGuide that you find in branch and trunk. Can you have a look if this is what you

Re: CV document no longer working with 1.5.1?

2007-09-10 Thread Uwe Stöhr
Kristoffer Lawson schrieb: So why did it work before? Is it using a different package now for some reason? Yes, The old version used a package named cv but there was a package with the same name at CTAN so that users often had problems. Now we uploaded our old cv class to CTAN under the name

Re: [patch] fix bug 2907

2007-09-10 Thread Uwe Stöhr
When you create an index you have in 90% of the cases to modify the entry. where do you get the statistics from? See the new UserGuide or EmbeddedObjects manual. Only about 10% of the entries are exactly the one word that is in front of the index entry box. Not that besides the many sub

Re: [Cvslog] r20180 - /lyx-devel/branches/BRANCH_1_5_X/lib/lyx2lyx/LyX.py

2007-09-10 Thread Uwe Stöhr
I don't remember having approved this. Yes, sorry. (This bug prevented to work on the docs yesterday, so I put it in my private branch and later committed it without thinking about that I need your OK.) The patch is by Bo, see this thread:

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: That the dialog is not opened has always been very annoying for me, therefore I tried to fix this. For me, it is annoying if it is always opened. What do others think? Jürgen

Re: [Cvslog] r20180 - /lyx-devel/branches/BRANCH_1_5_X/lib/lyx2lyx/LyX.py

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: Yes, sorry. (This bug prevented to work on the docs yesterday, so I put it in my private branch and later committed it without thinking about that I need your OK.) Please ask always (except for changes in the actual docs and in your installer). Jürgen

Re: [patch] fix bug 2907

2007-09-10 Thread Uwe Stöhr
For me, it is annoying if it is always opened. OK, but have you already indexed some documents? The larger the number of index entries the more it will annoy you. regards Uwe

Re: Minus and plus font issue?

2007-09-10 Thread Jean-Marc Lasgouttes
Andre Poenitz [EMAIL PROTECTED] writes: I am not sure however that calling removeApplicationFont is needed. I would expect Qt to do the necessary clean-up, but the documentation is not very clear in this respect. Andre', do you have any information on this? I have no clue. I could ask,

Re: Flex from minibuffer

2007-09-10 Thread Jean-Marc Lasgouttes
Martin Vermeer [EMAIL PROTECTED] writes: Is there some place where I can read about the new state to the inset world, btw? Ah, you mean, like, documentation? I thought about a wiki page for developers explaining how the different insets fit together, but documentation is nice too. JMarc

Re: [patch] fix bug 2907

2007-09-10 Thread Bennett Helm
On Sep 10, 2007, at 7:57 AM, Jürgen Spitzmüller wrote: Uwe Stöhr wrote: That the dialog is not opened has always been very annoying for me, therefore I tried to fix this. For me, it is annoying if it is always opened. What do others think? I think the 90% figure for modifying index

Re: [Help Needed] Problems with storing inset pointers in EmbeddedFiles.

2007-09-10 Thread Jean-Marc Lasgouttes
Bo Peng [EMAIL PROTECTED] writes: My question is: is there any reliable way to store the reference to an inset? Basically, I need to save something about an inset, and look up that inset with it easily later. Note that reference to an inset is a very fragile thing. I guess that an undo-redo

Re: CV document no longer working with 1.5.1?

2007-09-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: Kristoffer Lawson schrieb: So why did it work before? Is it using a different package now for some reason? Yes, The old version used a package named cv but there was a package with the same name at CTAN so that users often had problems. Now we uploaded

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: The fix I sent increases the workflow a lot and I don't know why this was removed in LyX 1.4.x. I think we even had a request for this. Yes. Not everybody has the same use of indices. So some people complained that closing the dialog everytime

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: When you create an index you have in 90% of the cases to modify the entry. where do you get the statistics from? See the new UserGuide or EmbeddedObjects manual. Only about 10% of the entries are exactly the one word that is in front of the index entry

Re: [PATCH[ New LFUN: layout-reload

2007-09-10 Thread Jean-Marc Lasgouttes
Richard Heck [EMAIL PROTECTED] writes: This is a very simple patch made possible by the recent changes to how TextClasses are handled. It introduces a layout-reload LFUN that forces the current layout to be reloaded and re-read from disk. I don't propose to put this into the GUI. It's

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: OK, but have you already indexed some documents? Sure. The larger the number of index entries the more it will annoy you. I guess we simply index different types of text. Jürgen

Upgrading boost in branch

2007-09-10 Thread Jürgen Spitzmüller
Does anybody feel confident enough to do this task? I'm a bit reluctant doing this myself. Jürgen

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Tommaso Cucinotta
Same problem with the source file GuiKeySymbol.cpp in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. T. Andre Poenitz ha scritto: On Fri, Sep 07, 2007 at 10:37:33PM +0200, Tommaso Cucinotta wrote: Hi all, when compiling with --enable-shared (that would seem a good switch to

Re: [patch] bug 4127: LyX list label width settings not available in paragaph settigs dialog

2007-09-10 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: http://bugzilla.lyx.org/show_bug.cgi?id=4127 The attached patch looks straightforward to me, and I think it can go in branch and trunk. Objections? Not from me. JMarc

Re: [patch] bug 4127: LyX list label width settings not available in paragaph settigs dialog

2007-09-10 Thread José Matos
On Monday 10 September 2007 14:25:48 Jean-Marc Lasgouttes wrote: Not from me. JMarc +1 -- José Abílio

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: Jürgen Spitzmüller wrote: Furthermore, it doesn't fix bug 2907: C-i still doesn't open the inset's dialog. Do fix this (which also applies to url, nomenclature and others), you'd need the change LFUN_NEXT_INSET_TOGGLE or LFUN_INSET_TOGGLE,

Re: [patch] bug 4127: LyX list label width settings not available in paragaph settigs dialog

2007-09-10 Thread Jürgen Spitzmüller
José Matos wrote: Not from me. JMarc +1 It's in. Jürgen

Notifying users during long tasks.

2007-09-10 Thread Tommaso Cucinotta
Hi all, I'd like to know what is the most suitable way to notify users of the progress made during possibly long tasks, in LyX. The standard way would be to create a new thread, so to exit the Qt callback that started the long task, adding a progress bar or similar and updating it periodically,

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: You should definitely not use these xxx_CODE tests. This is wrong in 99% of cases. Test whether inset-editable() == IS_EDITABLE and then call inset-edit(). The code will be much shorter IMO. Doesn't seem to work. Inset-edit() doesn't open the dialog (not surprising

Fwd: [Bug 4173] Middle-button paste between apps sometimes uses old selection.

2007-09-10 Thread Bo Peng
--- Additional Comments From [EMAIL PROTECTED] 2007-09-10 11:51 --- Bo, if this is tested, it can be committed to branch. Hi, JMarc, I am not sure which of your patches has not been put to branch, could you take care of this? Thanks. Bo

Re: [Help Needed] Problems with storing inset pointers in EmbeddedFiles.

2007-09-10 Thread Bo Peng
Note that reference to an inset is a very fragile thing. I guess that an undo-redo cycle will reallocate the inset. Stored insets are used in two ways: 1. navigation. Because I compare a stored inset pointer with currently available ones. If the stored pointer does not exist, navigation of

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread José Matos
On Monday 10 September 2007 05:14:18 Bo Peng wrote: -        for line in header + [''] + self.body: +        # LyX file format = 284 does not have a manifest section +        if self.format = 284: +            manifest = [] +        elif self.manifest: +            manifest =

Re: [patch] fix bug 2907

2007-09-10 Thread Uwe Stöhr
Not that besides the many sub level entries you also have many entries at top level that consists of more than one word. So also in these cases, you have to modify the index entry in the dialog. You just select the string and insert an index entry. I didn't know this. I'll add this

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
On 9/10/07, José Matos [EMAIL PROTECTED] wrote: On Monday 10 September 2007 05:14:18 Bo Peng wrote: - for line in header + [''] + self.body: + # LyX file format = 284 does not have a manifest section + if self.format = 284: + manifest = [] + elif self.manifest: + manifest =

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
- if there is no manifest there is no need to place an empty manifest. Then there is no need to test for the document version. But all files saved after format 254 will have a manifest. Note that manifest also records non-embedded files. Cheers, Bo

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
Two suggestions: - include the manifest in the header. Possibly it can be place before the preamble although the order is irrelevant. This will lead to more work in .cpp. I will see. Looking at the code in Buffer.cpp, I do not think this is a good idea: Write: // now write out

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: Concerning the dialog display, I think different types of text requires a different action. So the only solution I see is to have an option in the preferences where the user can switch between display or not. I'd prefer 2 lfuns. JMarc

Re: CV document no longer working with 1.5.1?

2007-09-10 Thread Kristoffer Lawson
On 10 Sep 2007, at 15:54, Jean-Marc Lasgouttes wrote: Uwe Stöhr [EMAIL PROTECTED] writes: Kristoffer Lawson schrieb: So why did it work before? Is it using a different package now for some reason? Yes, The old version used a package named cv but there was a package with the same name

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Sorry indeed. InsetCommand should maybe have something like InsetGraphics: void InsetGraphics::edit(Cursor cur, bool) {         InsetGraphicsMailer(*this).showDialog(cur.bv()); } (and then should use it when handling MOUSE_RELEASE). I see. I'll have a look.

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread José Matos
On Monday 10 September 2007 15:39:05 Bo Peng wrote: But all files saved after format 254 will have a manifest. Note that manifest also records non-embedded files. What if the file does not reference any external file? Cheers, Bo -- José Abílio

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread José Matos
On Monday 10 September 2007 15:44:00 Bo Peng wrote: Two suggestions: - include the manifest in the header. Possibly it can be place before the preamble although the order is irrelevant. This will lead to more work in .cpp. I will see. Looking at the code in Buffer.cpp, I do not

Re: Fwd: [Bug 4173] Middle-button paste between apps sometimes uses old selection.

2007-09-10 Thread Jean-Marc Lasgouttes
Bo Peng [EMAIL PROTECTED] writes: I am not sure which of your patches has not been put to branch, could you take care of this? I thought all patches were on the branch, and I am not sure what problems are remaining, actually. JMarc

Re: Fwd: [Bug 4173] Middle-button paste between apps sometimes uses old selection.

2007-09-10 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: I am not sure which of your patches has not been put to branch, could you take care of this? I thought all patches were on the branch, and I am not sure what problems are remaining, actually. I'm not sure either, but I remember Darren reported that there are

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
What if the file does not reference any external file? Then the manifest is empty, and an empty manifest will be written by the current implementation. I added an empty manifest to make logics in Buffer.cpp clearer. Bo

Re: CV document no longer working with 1.5.1?

2007-09-10 Thread Jean-Marc Lasgouttes
Kristoffer Lawson [EMAIL PROTECTED] writes: This is fair reasoning but I wonder if it would have been prudent to make LyX understand both? We pondered this issue at the time, but anyway at some time people have to make the switch from the old name to the new one. JMarc

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: Sorry indeed. InsetCommand should maybe have something like InsetGraphics: void InsetGraphics::edit(Cursor cur, bool) {         InsetGraphicsMailer(*this).showDialog(cur.bv()); } (and then should use it when handling MOUSE_RELEASE). I see. I'll have a

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
Looking at the code in Buffer.cpp, I do not think this is a good idea: Write: // now write out the buffer parameters. ofs \\begin_header\n; params().writeFile(ofs); ofs \\end_header\n; Read: while (lex.isOK()) { string unknown =

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: I see. I'll have a look. How about the attached? It looks good to me (but I have no time to try it out). JMarc

Re: LyX 1.5.1 crashes on SUSE 10.2: resolved

2007-09-10 Thread Bo Peng
'boost::filesystem::basic_filesystem_errorboost::filesystem::basic_pathstd::string, boost::filesystem::path_traits ' what(): boost::filesystem::exists Aborted What I can see here is that we need better error messages. Bo

Re: [patch] fix bug 2907

2007-09-10 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: How about the attached? It looks good to me (but I have no time to try it out). I have tested (a bit) and it works for me. The only thing that could happen is that inset-edit() is called somewhere which would now open the dialog unintentionally (which was the

Mac OS Build Trouble

2007-09-10 Thread Andreas Neustifter
Using autotools and the instructions in INSTALL.MacOSX, i get the following error: ... Making all in po make[1]: *** No rule to make target `all'. Stop. make: *** [all-recursive] Error 1 Am I missing something? Andi

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: I have tested (a bit) and it works for me. The only thing that could happen is that inset-edit() is called somewhere which would now open the dialog unintentionally (which was the case in Text3.cpp). So I guess I'll check for such instances,

Re: [patch] fix bug 2907

2007-09-10 Thread Uwe Stöhr
I'd prefer 2 lfuns. But then users have to edit the bind file to switch between the functions. This is not user friendly. chaning an option in the prefs is intuitive and quicker. regards Uwe

Re: LyX 1.5.1 crashes on SUSE 10.2: resolved

2007-09-10 Thread Bo Peng
What I can see here is that we need better error messages. And I meant something like the follows. Because boost does not report the file it fails to check, it would be nice to report such information. Cheers, Index: src/support/filetools.cpp

Re: [patch] fix bug 2907

2007-09-10 Thread Jean-Marc Lasgouttes
Uwe Stöhr [EMAIL PROTECTED] writes: I'd prefer 2 lfuns. But then users have to edit the bind file to switch between the functions. This is not user friendly. chaning an option in the prefs is intuitive and quicker. No, I would propose two keyboard bindings. Menus are not relevant, since

Re: [Cvslog] r19472 - /lyx-devel/trunk/src/Buffer.cpp

2007-09-10 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: URL: http://www.lyx.org/trac/changeset/19472 Log: fix crash after assertion when using %s with integer arguments André, is this something that should be done for branch as well? Jürgen

Re: Compiling with --enable-shared leads to errors.

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 03:17:24PM +0200, Tommaso Cucinotta wrote: Same problem with the source file GuiKeySymbol.cpp in the SOURCEFILES variable of src/frontends/qt4/Makefile.am. Fixed. Andre' PS: Please do not post with you text above a full quote of the message you are replying to. Instead

Re: Notifying users during long tasks.

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 04:04:51PM +0200, Tommaso Cucinotta wrote: Hi all, I'd like to know what is the most suitable way to notify users of the progress made during possibly long tasks, in LyX. The standard way would be to create a new thread, so to exit the Qt callback that started the

Re: [Cvslog] r19472 - /lyx-devel/trunk/src/Buffer.cpp

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 06:48:46PM +0200, Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: URL: http://www.lyx.org/trac/changeset/19472 Log: fix crash after assertion when using %s with integer arguments André, is this something that should be done for branch as well? Depends on

Re: LyX 1.5.1 crashes on SUSE 10.2: resolved

2007-09-10 Thread Bo Peng
Which reminds me of another yet-unstarted battle: Do we really want hard crashs as the prefered way to tell the user that there is something wrong in Denmark? I have long thought of this. Many internal errors does not really prevent lyx from functioning, but lyx simply crashes without even a

[patch] fix bug 4192

2007-09-10 Thread Uwe Stöhr
Jürgen can this patch also go into branch?: http://www.lyx.org/trac/changeset/20195 regrds Uwe

Re: LyX 1.5.1 crashes on SUSE 10.2: resolved

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 01:21:15PM -0500, Bo Peng wrote: Which reminds me of another yet-unstarted battle: Do we really want hard crashs as the prefered way to tell the user that there is something wrong in Denmark? I have long thought of this. Many internal errors does not really

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
Then what remains is whether or not you want to move embedded_files_ to BufferParams. I am neutral about this. Latest patch attached. Can I apply? Cheers, Bo Index: src/EmbeddedFiles.cpp === --- src/EmbeddedFiles.cpp (revision

1.5.X patch candidates - next iteration

2007-09-10 Thread Michael Gerz
Hi, here comes a new list of 1.5.X patch candidates. Comments like remove patch XY from the list are welcome. IMHO the list is too large to handle. Regards, Michael Not urgent, not now (but not rejected) -- http://www.lyx.org/trac/changeset/19331 - Deal

Re: [PATCH[ New LFUN: layout-reload

2007-09-10 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck [EMAIL PROTECTED] writes: This is a very simple patch made possible by the recent changes to how TextClasses are handled. It introduces a layout-reload LFUN that forces the current layout to be reloaded and re-read from disk. I don't propose to put

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Bo Peng
http://www.lyx.org/trac/changeset/19916 - Save the right timestamp and checksum of an opened file. Already done. http://www.lyx.org/trac/changeset/20039 - Fix bug 4193 Revert ask for saving file before closing Already done. http://www.lyx.org/trac/changeset/20093 - Forgot this: windows

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 01:58:29PM -0500, Bo Peng wrote: Then what remains is whether or not you want to move embedded_files_ to BufferParams. I am neutral about this. Latest patch attached. Can I apply? Cheers, Bo Index: src/EmbeddedFiles.cpp

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Martin Vermeer
On Mon, Sep 10, 2007 at 08:59:02PM +0200, Michael Gerz wrote: Hi, here comes a new list of 1.5.X patch candidates. Comments like remove patch XY from the list are welcome. IMHO the list is too large to handle. Regards, Michael Not urgent, not now (but not rejected)

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 08:59:02PM +0200, Michael Gerz wrote: Hi, here comes a new list of 1.5.X patch candidates. Comments like remove patch XY from the list are welcome. IMHO the list is too large to handle. Regards, Michael Not urgent, not now (but not rejected)

Re: [Embedding PATCH] Add manifest to .lyx file itself.

2007-09-10 Thread Bo Peng
string filename = ; string inzipName = ; string filename; string inzipName; Shorter, quicker, equivalent. Got it. Thanks. :-) Bo

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Bo Peng
http://www.lyx.org/trac/changeset/19472 - fix crash after assertion when using %s with integer arguments Someone with checked-out branch should just apply that. Done. r20199. Bo

Re: [Cvslog] r20199 - /lyx-devel/branches/BRANCH_1_5_X/src/Buffer.cpp

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 07:24:44PM -, [EMAIL PROTECTED] wrote: Author: bpeng Date: Mon Sep 10 21:24:43 2007 New Revision: 20199 URL: http://www.lyx.org/trac/changeset/20199 Log: backport r19472 Thanks. Andre'

[Patch] partial support for units

2007-09-10 Thread Martin Vermeer
OK for trunk? - Martin Index: src/mathed/InsetMathFrac.h === --- src/mathed/InsetMathFrac.h (revision 20193) +++ src/mathed/InsetMathFrac.h (working copy) @@ -27,7 +27,8 @@ FRAC, OVER, ATOP, - NICEFRAC + NICEFRAC, +

Re: [Cvslog] r20149 - /lyx-devel/trunk/lib/images/font-emph.png

2007-09-10 Thread Enrico Forestieri
On Mon, Sep 10, 2007 at 08:04:54AM +0200, Jürgen Spitzmüller wrote: Enrico Forestieri wrote: Please, can I have permission to apply patches for icons without asking, when I simply improve their on screen rendering without actually changing their images? You have permission to do so.

Re: [PATCH[ New LFUN: layout-reload

2007-09-10 Thread Jean-Marc Lasgouttes
Richard Heck [EMAIL PROTECTED] writes: I'm not sure what you mean here. After what? Save all changed lyx file (after asking?) re-read layout files, re-load lyx files. JMarc

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Uwe Stöhr
http://www.lyx.org/trac/changeset/20185 - Helge's wrapfig patch No, because file format change. http://www.lyx.org/trac/changeset/20173 - doc_toc.py: remove non-ascii character since LyX.py can't encode it at the moment This is not a fix but a workaround. This problem was trunk only.

Re: [PATCH[ New LFUN: layout-reload

2007-09-10 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard Heck [EMAIL PROTECTED] writes: I'm not sure what you mean here. After what? Save all changed lyx file (after asking?) re-read layout files, re-load lyx files. Oh, it's not as bad as that, really. If the layout file can't be read, LyX will switch

Re: [Patch] partial support for units

2007-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2007 at 10:44:01PM +0300, Martin Vermeer wrote: OK for trunk? Index: src/mathed/InsetMathFrac.cpp === --- src/mathed/InsetMathFrac.cpp (revision 20193) +++ src/mathed/InsetMathFrac.cpp (working copy)

question about PATH prefix under Linux and Mac

2007-09-10 Thread Uwe Stöhr
Is this description correct?: PATH prefix This field contains a list of paths to external programs. When LyX needs to use an external program, it looks in this list where to find it on the system. The path list is automatically set up on Windows systems while LyX is configured, so that you

Re: question about PATH prefix under Linux and Mac

2007-09-10 Thread Bennett Helm
On Sep 10, 2007, at 7:10 PM, Uwe Stöhr wrote: Is this description correct?: PATH prefix This field contains a list of paths to external programs. When LyX needs to use an external program, it looks in this list where to find it on the system. The path list is automatically set up on

Re: [patch] fix bug 2907

2007-09-10 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: Furthermore, it doesn't fix bug 2907: C-i still doesn't open the inset's dialog. Do fix this (which also applies to url, nomenclature and others), you'd need the change LFUN_NEXT_INSET_TOGGLE or LFUN_INSET_TOGGLE, respectively. But then. you

Re: r20068 - in /lyx-devel/trunk/src: BufferView.cpp TextMetr...

2007-09-10 Thread Abdelrazak Younes
Alfredo Braunstein wrote: I don't have time either unfortunately. I'll be a rather busy (read traveling) in the next 30 days or so... IMHO, (if you agree) we should just revert the full patch series if possible. Hum, looks like I did not see this proposal, sorry. I've changed already

Re: question about PATH prefix under Linux and Mac

2007-09-10 Thread Richard Heck
Bennett Helm wrote: On Sep 10, 2007, at 7:10 PM, Uwe Stöhr wrote: Is this description correct?: PATH prefix This field contains a list of paths to external programs. When LyX needs to use an external program, it looks in this list where to find it on the system. The path list is

Re: where is the tab closing button in trunk?

2007-09-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: I missed this change: there is no longer document tab close button. Why was it removed? It was not removed. It is there, just not visible for Qt 4.3. I didn't investigated yet. I'd hoped that Edwin or Peter (or Andre) would have an idea... Abdel.

Re: automatic update of view source window broken in trunk

2007-09-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: As the email title says. Yes, many dialogs are still not operational. In this case the problem is that updateView() is never called... Abdel.

Re: [patch] fix bug 2907

2007-09-10 Thread Abdelrazak Younes
Uwe Stöhr wrote: For me, it is annoying if it is always opened. OK, but have you already indexed some documents? Yes, otherwise I wouldn't comment. The larger the number of index entries the more it will annoy you. I admit that my document were not large... Abdel.

Re: [Embedding discussion 2] Data structure of embedded files.

2007-09-10 Thread Georg Baum
Bo Peng wrote: Now, JMarc mentioned that he would like to use a map for embedded files. That seems natural to me: At some place you have to translate from external to embedded names. Using a map for this purpose would fit exactly. If you need also the reverse translation then it might not be

Re: [patch] fix bug 2907

2007-09-10 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Uwe Stöhr wrote: That the dialog is not opened has always been very annoying for me, therefore I tried to fix this. For me, it is annoying if it is always opened. What do others think? I think I agree with you. I personally never change the text so I remember

Re: [Embedding discussion 2] Data structure of embedded files.

2007-09-10 Thread Bo Peng
Using a map for this purpose would fit exactly. If you need also the reverse translation then it might not be the best fit anymore There are reverse translations. The problem is that *both* names have to be checked because EmbeddedFiles does not know in advance which name will be checked. I

Re: [Bug 3974] crash with user defined external templates

2007-09-10 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: http://bugzilla.lyx.org/show_bug.cgi?id=3974 --- Additional Comments From [EMAIL PROTECTED] 2007-09-10 11:34 --- So, Bernhard, what shall we do with this? Postpone to 1.5.3? When i posted the patch to the devel-list there was this comment from JMarc:

Re: [Bug 3974] crash with user defined external templates

2007-09-10 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: http://bugzilla.lyx.org/show_bug.cgi?id=3974 --- Additional Comments From [EMAIL PROTECTED] 2007-09-10 11:34 --- So, Bernhard, what shall we do with this? Postpone to 1.5.3? When i posted the patch to the devel-list there was this comment from JMarc:

Re: [Patch] partial support for units

2007-09-10 Thread Martin Vermeer
On Mon, Sep 10, 2007 at 10:42:32PM +0200, Andre Poenitz wrote: On Mon, Sep 10, 2007 at 10:44:01PM +0300, Martin Vermeer wrote: OK for trunk? Index: src/mathed/InsetMathFrac.cpp === --- src/mathed/InsetMathFrac.cpp

Re: [patch] fix bug 4192

2007-09-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: Jürgen can this patch also go into branch?: http://www.lyx.org/trac/changeset/20195 Yes. Jürgen

Re: 1.5.X patch candidates - next iteration

2007-09-10 Thread Jürgen Spitzmüller
Bo Peng wrote: Done. r20199. Thanks. Jürgen

  1   2   3   >