Re: 1.5.X patch candidate list #2

2007-09-13 Thread Jürgen Spitzmüller
Michael Gerz wrote: > Jürgen, do you think we have enough patches for 1.5.2? No. We still have important issues to solve. I'll send out another update soon. Jürgen

Re: [patch] fix wrong entry in amsmaths.inc

2007-09-13 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > can this fix also go into branch?: > http://www.lyx.org/trac/changeset/20257 Please wait. Paul Rubin has done a major rewrite of the AMS classes that will go in soon. I don't want to interfere his work. Jürgen

Re: [PATCH] Citation Dialog Broken in Trunk

2007-09-13 Thread Andre Poenitz
On Fri, Sep 14, 2007 at 02:08:10AM -0400, Richard Heck wrote: > > This seems to solve the problem. I'll commit if there's no objection. > > By the way, there's a lot of mismatch now between filenames and > classnames. E.g., the class defined in GuiCitation.cpp is > GuiCitationDialog. Which way

[PATCH] Citation Dialog Broken in Trunk

2007-09-13 Thread Richard Heck
This seems to solve the problem. I'll commit if there's no objection. By the way, there's a lot of mismatch now between filenames and classnames. E.g., the class defined in GuiCitation.cpp is GuiCitationDialog. Which way should this be resolved? Richard -- ==

Re: Citation Dialog Broken in Trunk

2007-09-13 Thread Richard Heck
Richard Heck wrote: As said. I have some idea what's wrong here, but it may be a more general problem, so someone else should have a look. Open the citation dialog. Nothing's there! Now hit restore, and it's all there. The problem is that nothing is calling GuiCitationDialog::initialisePa

Re: Master Preview

2007-09-13 Thread Richard Heck
Martin Vermeer wrote: On Fri, Sep 14, 2007 at 01:35:57AM +0200, Tommaso Cucinotta wrote: Jean-Marc Lasgouttes ha scritto: Tommaso Cucinotta <[EMAIL PROTECTED]> writes: On a related note, what about implementing the C-Tab shortcut almost standard on multi-document editors (cyc

Re: [Embedding PATCH] Update graphics dialog when the embedding status is changed.

2007-09-13 Thread Bo Peng
> Here is a question for you: Do you want to display true, embedded > filename, or the may-not-exist external filename in the graphics > dialog? The attached patch does the former, but in a ugly way: > Attached is an updated patch, which is even uglier because it tries to display 'Embedded:/filena

Fwd: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Alfredo Braunstein
Oops, sorry Abdel, I forgot to send to the list. > > Why? RandomAccessList::iterator is a std::list::iterator... > > Right but operator[] is fast. There was a fast iterator version once The code is full std::advance(pit, something) or boost::next(pit, something) that is currently O(n). That's why

Re: Master Preview

2007-09-13 Thread Martin Vermeer
On Fri, Sep 14, 2007 at 01:35:57AM +0200, Tommaso Cucinotta wrote: > Jean-Marc Lasgouttes ha scritto: > >Tommaso Cucinotta <[EMAIL PROTECTED]> writes: > > > > > >>On a related note, what about implementing the C-Tab shortcut > >>almost standard on multi-document editors (cycle through > >>open bu

Re: make fails in po

2007-09-13 Thread Roger Mc Murtrie
On 14/09/2007, at 12:35 PM, Bennett Helm wrote: This looks to me like you have a failed svn update. Unless you've made changes to it, try deleting ca.po and svn update again. It should work. Bennett Thanks Bennet. I had to delete all the .po files to solve the problem. "Making all in p

Re: make fails in po

2007-09-13 Thread Bennett Helm
On Sep 13, 2007, at 9:37 PM, Roger Mc Murtrie wrote: Intel Mac Max OSX 10.4.10 make fails for trunk in po: Making all in po test ! -f ./LyX-1.6.pot || \ test -z "ca.gmo cs.gmo de.gmo es.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nn.gmo pl.gmo pt.gmo

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Pavel Sanda
> Or output to a string (or ostringstream) first and then use rstrip. > But it may be that this will not do encoding properly. What encoding > does hyperref want in its title things? afaiu there is possibility to switch between PDFDocEncoding and unicode. i played a bit with setting enc. to utf8

Re: View Menu proposal (was: Re: Master Preview)

2007-09-13 Thread Darren Freeman
On Fri, 2007-09-14 at 11:31 +1000, Darren Freeman wrote: > Suggestion: A dialogue could ask whether the user wants to update the > existing preview, thus only one menu item is required for each file > format to preview. They need only one set of keybindings, plus two more > for "Update existing" an

make fails in po

2007-09-13 Thread Roger Mc Murtrie
Intel Mac Max OSX 10.4.10 make fails for trunk in po: Making all in po test ! -f ./LyX-1.6.pot || \ test -z "ca.gmo cs.gmo de.gmo es.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nn.gmo pl.gmo pt.gmo ro.gmo tr.gmo zh_CN.gmo zh_TW.gmo" || make ca.gmo cs.g

Re: View Menu proposal (was: Re: Master Preview)

2007-09-13 Thread Darren Freeman
On Fri, 2007-09-14 at 00:57 +0200, Tommaso Cucinotta wrote: > Also, let me propose some rework of the View menu (independently > from the master-buffer-view being accepted or not): I'm in favour of this change compared to the present menu. However I'd like to make a couple of suggestions for th

Re: Master Preview

2007-09-13 Thread Richard Heck
Index: src/LyXFunc.cpp === --- src/LyXFunc.cpp (revisione 20259) +++ src/LyXFunc.cpp (copia locale) @@ -999,6 +1001,16 @@ Exporter::preview(lyx_view_->buffer(), argument); brea

Re: Master Preview

2007-09-13 Thread Tommaso Cucinotta
Jean-Marc Lasgouttes ha scritto: Tommaso Cucinotta <[EMAIL PROTECTED]> writes: On a related note, what about implementing the C-Tab shortcut almost standard on multi-document editors (cycle through open buffers). We have Ctrl-PageUp/Down for that. C-Tab is often used by other things (

View Menu proposal (was: Re: Master Preview)

2007-09-13 Thread Tommaso Cucinotta
Bo Peng ha scritto: [...] We already have many items under the View menu, and a shortcut-only hidden feature is not that appealing. Also, let me propose some rework of the View menu (independently from the master-buffer-view being accepted or not): View +- Zoom | +- Increase 20% (C-+) | +-

Citation Dialog Broken in Trunk

2007-09-13 Thread Richard Heck
As said. I have some idea what's wrong here, but it may be a more general problem, so someone else should have a look. Open the citation dialog. Nothing's there! Now hit restore, and it's all there. The problem is that nothing is calling GuiCitationDialog::initialiseParams(). I'm not sure

[PATCH] Modules Frontend

2007-09-13 Thread Richard Heck
Attached is the last patch in this series (but for bugfixing): It adds the frontend for selecting modules, etc. Comments welcome. It doesn't actually seem to work at the moment. Something is broken in this dialog and in the citation dialog. This is presumably a consequence of the recent chao

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> I expect people will think this is at best ugly. I guess I'd do it by >> outputting the comma BEFORE each bit...but only after testing some flag > > you cant after, there's no way back :) Or output to a string (or ostringstream) first and then use rstr

Re: Master Preview

2007-09-13 Thread Jean-Marc Lasgouttes
Tommaso Cucinotta <[EMAIL PROTECTED]> writes: > On a related note, what about implementing the C-Tab shortcut > almost standard on multi-document editors (cycle through > open buffers). We have Ctrl-PageUp/Down for that. C-Tab is often used by other things (but we could add it nevertheless). > S

Re: Master Preview

2007-09-13 Thread Richard Heck
Tommaso Cucinotta wrote: On a related note, what about implementing the C-Tab shortcut almost standard on multi-document editors (cycle through open buffers). I think this already exists. Check the .bind file. Richard -- == Richar

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Richard Heck
Pavel Sanda wrote: I expect people will think this is at best ugly. I guess I'd do it by outputting the comma BEFORE each bit...but only after testing some flag you cant after, there's no way back :) that tells us whether we've done the first one yet. i was thinking about impl

Re: Master Preview

2007-09-13 Thread Tommaso Cucinotta
Bo Peng ha scritto: It is useful, but it is not so difficult to switch to the master buffer and generate preview from there. We already have many items under the View menu, and a shortcut-only hidden feature is not that appealing. Just a note: when you're about to finish an article, often you

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Pavel Sanda
> I expect people will think this is at best ugly. I guess I'd do it by > outputting the comma BEFORE each bit...but only after testing some flag you cant after, there's no way back :) > that tells us whether we've done the first one yet. i was thinking about implementing some stream in-betwee

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: > It might help make the code a little clearer if all of this stuff were > taken out into a PDFOptions::writeLatex(odocstream &) routine that > could just be called directly here, without even checking > use_hyperref. You could do that there. And then chang

Re: Master Preview

2007-09-13 Thread Jean-Marc Lasgouttes
Richard Heck <[EMAIL PROTECTED]> writes: >> All the range of export types should be supported, though. >> > And it is, as Tommaso has it. I mean that we should have a C-M-d binding for postscript. And probably a master-buffer-update lfun for completeness. JMarc

Re: [Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Richard Heck
Comments below. diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index e566cdd..2d297e2 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1123,6 +1171,52 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features, + from_utf8(preambl

[Patch#2] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Pavel Sanda
hi, this is iteration #2. i guess that #3 will be needed still :) any comments to code welcomed. i have tested it on the few cases i usually use and seems to work. sum of TODOS & screenshot added to wiki: http://wiki.lyx.org/Devel/PDFSupport TODOs & (my) questions - does the ending ',' in \usep

Re: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Abdelrazak Younes
Alfredo Braunstein wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Good idea, specially because what we have now is: "slow iteration as a list, slow insertion as a vector" Not really, what we have now is "fast iteration as a vector, fast Why? RandomAccessList::iterator is a std::list

Re: Master Preview

2007-09-13 Thread Richard Heck
Jean-Marc Lasgouttes wrote: "Bo Peng" <[EMAIL PROTECTED]> writes: I find it useful. Maybe others too. It is useful, but it is not so difficult to switch to the master buffer and generate preview from there. We already have many items under the View menu, and a shortcut-only hidden fe

Re: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Alfredo Braunstein
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Good idea, specially because what we have now is: "slow iteration as a list, > > slow insertion as a vector" > > Not really, what we have now is "fast iteration as a vector, fast Why? RandomAccessList::iterator is a std::list::iterator... >

Re: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > The only drawback of the list based solution is that there is a little > memory overhead. The advantage is of course that the problem below is > easily solved: >> The only problem could be if we assume list-type iterator stability on >> insertion. No

Re: Master Preview

2007-09-13 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> I find it useful. Maybe others too. > > It is useful, but it is not so difficult to switch to the master > buffer and generate preview from there. We already have many items > under the View menu, and a shortcut-only hidden feature is not that > appealing.

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Richard Heck
Edwin Leuven wrote: However, this is very Qt/Gui intensive and I certainly do not have the needed knowledge to do it. As a matter of fact, I asked help for similar things when I design the listing dialog but everyone was busy. people were busy and you were in a rush i seem to remember ;-) i wou

Re: Master Preview

2007-09-13 Thread Pavel Sanda
> > I find it useful. Maybe others too. > > It is useful, but it is not so difficult to switch to the master > buffer and generate preview from there. We already have many items > under the View menu, and a shortcut-only hidden feature is not that > appealing. is it possible to achive this functi

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Edwin Leuven
Bo Peng wrote: still think that an autogenerated properties dialog will be even better though... This is exactly what I proposed. oops The whole idea is not that difficult, we simply need a few text files with fields like parameter name, group name, type, hint, default value, validation ty

[patch] fix wrong entry in amsmaths.inc

2007-09-13 Thread Uwe Stöhr
Jürgen, can this fix also go into branch?: http://www.lyx.org/trac/changeset/20257 regards Uwe

[patch] fix wrong entry in amsmaths.inc

2007-09-13 Thread Uwe Stöhr
Jürgen, can this fix also go into branch? regards Uwe

Re: Master Preview

2007-09-13 Thread Bo Peng
> I find it useful. Maybe others too. It is useful, but it is not so difficult to switch to the master buffer and generate preview from there. We already have many items under the View menu, and a shortcut-only hidden feature is not that appealing. Bo

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Bo Peng
> still think that an autogenerated properties dialog will be even better > though... This is exactly what I proposed. > the information you have put now in ParValidator::ParValidator() could > be parsed to build the dialog Yes. > if there are a lot of parameters as with listing i am sure they

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Edwin Leuven
Bo Peng wrote: We call it consistent behaviour. ;-) Then we can implement a 'compose' dialog, that 1. Option [params ] Compose_Button 2. When the compose button is pressed, dialog 'compose listings/hyperref/whatever options' is triggered. 3. This dialog has all the val

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Richard Heck
José Matos wrote: On Thursday 13 September 2007 17:40:10 Bo Peng wrote: We call it consistent behaviour. ;-) Then we can implement a 'compose' dialog, that 1. Option [params ] Compose_Button 2. When the compose button is pressed, dialog 'compose listings/hyper

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Edwin Leuven
Pavel Sanda wrote: So you guys are willing to remove validation and allow the input of arbitrary (wrong) parameters, just to make the dialog look prettier? if you remove the validation from listings now, there will be screem from users already using it. if it hasnt been shot down before 1.5.0 r

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread José Matos
On Thursday 13 September 2007 17:40:10 Bo Peng wrote: > > We call it consistent behaviour. ;-) > > Then we can implement a 'compose' dialog, that > > 1. Option [params ] Compose_Button > > 2. When the compose button is pressed, dialog 'compose > listings/hyperref/whatever opt

Re: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Abdelrazak Younes
Alfredo Braunstein wrote: Jean-Marc Lasgouttes wrote: Alfredo Braunstein <[EMAIL PROTECTED]> writes: I don't think it's possible unfortunately, for the reasons in my other post. We could have a O(1) RandomAccessList::getIterator(int pos) but it's obviously not so cool ;-) And it doesn't work

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Pavel Sanda
> So you guys are willing to remove validation and allow the input of > arbitrary (wrong) parameters, just to make the dialog look prettier? if you remove the validation from listings now, there will be screem from users already using it. if it hasnt been shot down before 1.5.0 release, its afaik

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread José Matos
On Thursday 13 September 2007 17:23:23 Bo Peng wrote: > You know how much time I spent on this validation system, and on the > AUTO embedding feature? Much indeed. :-) The validation is nice and I would like to see it extended to other places. But I would like to see that happen in a smooth a

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Bo Peng
> We call it consistent behaviour. ;-) Then we can implement a 'compose' dialog, that 1. Option [params ] Compose_Button 2. When the compose button is pressed, dialog 'compose listings/hyperref/whatever options' is triggered. 3. This dialog has all the validation faciliti

[Embedding PATCH] Update graphics dialog when the embedding status is changed.

2007-09-13 Thread Bo Peng
Here is a question for you: Do you want to display true, embedded filename, or the may-not-exist external filename in the graphics dialog? The attached patch does the former, but in a ugly way: 1. call updateDialog("graphics"); in setEmbed(). LFUN_INSET_DIALOG_UPDATE is triggered as expected. 2.

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Bo Peng
> We call it consistent behaviour. ;-) > > Note that the problem happens as well for other packages. Again it would be > nice to have a general solution. The point is not to look prettier but to > have the same look and feel everywhere, the principle of least surprise. (not > sure if this is th

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Richard Heck
Bo Peng wrote: LFUNs can accept as many parameters as you like and, in principle, in whatever form you like. You just have to parse it. So I guess I can use LFUN_EMBEDDED_FILES embed file LFUN_EMBEDDED_FILES add file etc.. I don't see why not, in principle. rh -- ==

Re: [PATCH][Bug 4212] appendix deleted when modifying first paragraph in appendix

2007-09-13 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> > writes: > >> I don't think it's possible unfortunately, for the reasons in my other >> post. We could have a O(1) RandomAccessList::getIterator(int pos) but >> it's obviously not so cool ;-) And it doesn't work for advancing a

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread José Matos
On Thursday 13 September 2007 16:32:11 Bo Peng wrote: > So you guys are willing to remove validation and allow the input of > arbitrary (wrong) parameters, just to make the dialog look prettier? We call it consistent behaviour. ;-) Note that the problem happens as well for other packages. Aga

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Bo Peng
> LFUNs can accept as many parameters as you like and, in principle, in > whatever form you like. You just have to parse it. So I guess I can use LFUN_EMBEDDED_FILES embed file LFUN_EMBEDDED_FILES add file etc.. Bo

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Richard Heck
Bo Peng wrote: You are right, but the problem is that there are two many opearations: add file, extract file, embed file, dis-embed file, ... How many exactly? Which of these could be useful from the lyx-server? If LFUN can only accept one parameter, then LFUN_EMBED_FILE file LFUN

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Bo Peng
> > i would prefer a simple lineedit as with the document class options > > and would expect people who use this functionality to read the > > listings documentation. > > > > so i do not see the urgency of validating the input and duplicating > > the documentation in a separate hints window. we don

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Bo Peng
> > You are right, but the problem is that there are two many opearations: > > add file, extract file, embed file, dis-embed file, ... > > How many exactly? Which of these could be useful from the lyx-server? If LFUN can only accept one parameter, then LFUN_EMBED_FILE file LFUN_UN_EMBED_FILE file

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: > i would prefer a simple lineedit as with the document class options > and would expect people who use this functionality to read the > listings documentation. > > so i do not see the urgency of validating the input and duplicating > the documentation in a

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Jean-Marc Lasgouttes
"Bo Peng" <[EMAIL PROTECTED]> writes: >> Makes me wonder: isn't embedding something we would like to do with an >> lfun (which would take care of the dirty work)? > > You are right, but the problem is that there are two many opearations: > add file, extract file, embed file, dis-embed file, ... H

RE: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Leuven, E.
i would prefer a simple lineedit as with the document class options and would expect people who use this functionality to read the listings documentation. so i do not see the urgency of validating the input and duplicating the documentation in a separate hints window. we don't do that with the d

[Patch] Re: [Patch] partial support for units

2007-09-13 Thread Martin Vermeer
On Tue, 11 Sep 2007 18:18:05 +0300 Martin Vermeer <[EMAIL PROTECTED]> wrote: > On Tue, 11 Sep 2007 10:50:56 +0300 > Martin Vermeer <[EMAIL PROTECTED]> wrote: > > > On Tue, 11 Sep 2007 08:15:11 +0300 > > Martin Vermeer <[EMAIL PROTECTED]> wrote: > > > > > On Mon, Sep 10, 2007 at 10:42:32PM +0200,

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Bo Peng
> Makes me wonder: isn't embedding something we would like to do with an > lfun (which would take care of the dirty work)? You are right, but the problem is that there are two many opearations: add file, extract file, embed file, dis-embed file, ... > What happens when the document is read-only?

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Bo Peng
> now there is a big textedit with an ugly "documentation" field next to it and > that i don't like so much: If you can think of a better-looking alternative to display hints and error messages, I will be quite happy to change that. (I do not like that very much either) Bo

Master Preview

2007-09-13 Thread Tommaso Cucinotta
Hi all, the attached patch adds the LFUN_MASTER_PREVIEW command ("master-preview"), triggered through the C-M-t binding (with the "ps" argument). When run from a child document, this command shows a preview built from the master buffer. If a master is not found, it previews the current buffer. I

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > Edwin Leuven wrote: >> Bo Peng wrote: >>> But there is no way to GUI'ify all 163 listings parameters. >> >> support the important ones and if people want to set the others they >> can use the preamble? > The problem is, you either support things through

RE: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Leuven, E.
Helge Hafting wrote: > The problem is, you either support things through the > preamble or some dialog, but not both. let me guess, the law of hafting? > If you use the listing support, where in the preamble would > you put an additional option? in the case of the listings package i had the impr

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Helge Hafting
Edwin Leuven wrote: Bo Peng wrote: But there is no way to GUI'ify all 163 listings parameters. support the important ones and if people want to set the others they can use the preamble? The problem is, you either support things through the preamble or some dialog, but not both. If you use th

Re: make install fails on Intel Mac

2007-09-13 Thread Jean-Marc Lasgouttes
Roger Mc Murtrie <[EMAIL PROTECTED]> writes: > In the /lib/doc/Makefile, I removed the space after biblio in > esbibliodocdir = $(pkgdatadir)/doc/es/biblio > make install then performed successfully producing a working 1.5.2svn Thansk for the report. I removed this space. JMarc

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
"Leuven, E." <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> But it is difficult to have a good loking UI in this case, where >> auto-generating does not show. > > i guess it could look like the property editor in qt's designer Where is that? I am not very fluent with this program...

RE: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Leuven, E.
Jean-Marc Lasgouttes wrote: > But it is difficult to have a good loking UI in this case, where > auto-generating does not show. i guess it could look like the property editor in qt's designer that would be fine with me though (and things would also have a consistent look 'n feel)...

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Jean-Marc Lasgouttes
Edwin Leuven <[EMAIL PROTECTED]> writes: > > it would be nice to have package definitions in modules from which we > could auto-generate a properties dialogs, both for the package and the > environments it defines... > But it is difficult to have a good loking UI in this case, where auto-genera

Re: [Cvslog] r20253 - in /lyx-devel/trunk/src/frontends: controllers/C...

2007-09-13 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: bpeng > Date: Thu Sep 13 06:45:49 2007 > New Revision: 20253 > > URL: http://www.lyx.org/trac/changeset/20253 > Log: > Embedding: mark buffer dirty after changing embedding status Makes me wonder: isn't embedding something we would like to do with an lfun (whic

Re: [Patch] Bug 3527 - Basic PDF support via hyperref

2007-09-13 Thread Edwin Leuven
Bo Peng wrote: But there is no way to GUI'ify all 163 listings parameters. support the important ones and if people want to set the others they can use the preamble? it would be nice to have package definitions in modules from which we could auto-generate a properties dialogs, both for the