Re: [patch]: adding transformations to InsetExternal, version 2

2003-10-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This patch is IMO ready to go. | So, to quote ze main man, "Object now or be silent forever!" So assuuming (the ass in you and me): I never said that! -- Lgb

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Shrug. Stop shrugging! -- Lgb

Re: Using the Makefil

2003-10-03 Thread Christian Ridderström
> | Is there a description of what the different targets in the Makefile(s) do > | anywhere? For instance, what's the difference between the different > | 'clean'-targets, i.e. when should you use what? After reading various documentation, I ended up putting a description of the targets here:

Re: [Devel] [patch] std::string mamoth patch

2003-10-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 03 October 2003 2:34 pm, Lars Gullik Bjønnes wrote: >> Object now or be silent forever! > | Why don't you post a patch to boost with all your | bloody whitespace changes ;-) O, forgot to get rid of those | Apart from that --- go

Re: Area for development scripts (was Re: Auxiliary ...)

2003-10-03 Thread Christian Ridderström
> > I will now proceed and add a similar group for scripts that might also be > useful for ordinarey users. Ok, so scripts that are useful for normal users as well should go here instead: http://wiki.lyx.org/pmwiki.php/Scripts/Scripts /Christian -- Christian Ridderström

Area for development scripts (was Re: Auxiliary ...)

2003-10-03 Thread Christian Ridderström
On Fri, 3 Oct 2003, Christian Ridderström wrote: > I'll make a place for putting shell-scripts in the wiki area, and let you > know where once it's done. > Ok, I've created a group where we can add useful scripts for development here: http://wiki.lyx.org/pmwiki.php/DevelScripts/DevelSc

Backwards saving from cvs to 1.3

2003-10-03 Thread Jose' Matos
Hi, I have commited a patch that allows lyx2lyx from cvs to save in 1.3.x file format. To use it try: ./lyx2lyx -f 225 -t 221 lyx-1.4.lyx > lyx-1.3.lyx Where lyx-1.4.lyx is the filename of the 1.4 file and lyx-1.3.lyx is the file name of the new file, with the sa

Re: lyx-devel lib/: ChangeLog lib/lyx2lyx/: lyx2lyx lib/lyx2ly ...

2003-10-03 Thread John Levon
On Fri, Oct 03, 2003 at 07:11:22PM +, [EMAIL PROTECTED] wrote: > support backward saving for 1.3.x format. Super stuff ! The users are gonna love this ... regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: Auxiliary scripts (not only archaeology) for LyX.

2003-10-03 Thread Jose' Matos
On Friday 03 October 2003 17:30, Christian Ridderström wrote: > > I'll make a place for putting shell-scripts in the wiki area, and let you > know where once it's done. Thanks. I will search in the mailling list archives for it, but it will be interesting if others contribute. :-) > /Christian

Re: Auxiliary scripts (not only archaeology) for LyX.

2003-10-03 Thread Christian Ridderström
On Fri, 3 Oct 2003, Jean-Marc Lasgouttes wrote: > > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: > > Jose'> Hi, I am searching for scripts used to help LyX. For example > Jose'> one the latest was from Angus that converted a bibtex database > Jose'> to a lyx file with the corresponding

[patch]: adding transformations to InsetExternal, version 2

2003-10-03 Thread Angus Leeming
This patch is IMO ready to go. So, to quote ze main man, "Object now or be silent forever!" It adds Resize, Rotate, Clip and an arbitrary Extra transformation to InsetExternal. Frontend support is provided (both xforms and Qt) for the Extra transform only. The rest will have to wait till the I

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Angus Leeming
Angus Leeming wrote: > "\IfFileExists{#1}{$$RotateFront\input{$$BaseName.pstex_t}$$RotateBack}{\warnNotFound{$$BaseName.pstex_t}}" Of course, $$BaseName should have a lowercase 'n' and you should also replace #1 in the above with $$Basename.pstex_t --

Re: [Devel] [patch] std::string mamoth patch

2003-10-03 Thread Angus Leeming
On Friday 03 October 2003 2:34 pm, Lars Gullik Bjønnes wrote: > Object now or be silent forever! Why don't you post a patch to boost with all your bloody whitespace changes ;-) Apart from that --- go for it! Angus

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Angus Leeming
Asger Kunuk Alstrup wrote: > I don't think you understood what I meant. I am not arguing to remove the > entering and configuration of the rotation angle, or crippling the > functionality to remove the "Extra" feature. Yes, I had misunderstood. However, I really don't like your proposal either,

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Asger Kunuk Alstrup
I don't think you understood what I meant. I am not arguing to remove the entering and configuration of the rotation angle, or crippling the functionality to remove the "Extra" feature. The GUI functionality is exactly the same as your current proposal. The difference is only a question about wha

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Nirmal Govind
Garst R. Reese wrote: You're welcome, I gave up on cvs because it cleared my tables when I tried to insert a row, then crashed. Do you not have this problem? I most certainly do... I also ended up going back to 1.3.3 due to this... I tried to work around this by creating the table in 1.3.3 and

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Garst R. Reese
Jose' Matos wrote: > If this helps any of you I am working and will commit soon a process where > lyx2lyx is able to downgrade gracefully to the previous stable version. > That will be nice. Thanks. Garst

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Garst R. Reese
You're welcome, I gave up on cvs because it cleared my tables when I tried to insert a row, then crashed. Do you not have this problem? Garst Nirmal Govind wrote: > > Thanks Garst... that script works great! I think I'm still going to > stick with cvs, I feel a little more secure knowing that th

Re: Help using Qt's designer...

2003-10-03 Thread Angus Leeming
Angus Leeming wrote: > Two problems: Problems solved. The internet is a great teacher. -- Angus

Help using Qt's designer...

2003-10-03 Thread Angus Leeming
I attach my attempts to modify the Qt External dialog. Two problems: * how do I specify accelerators? Adding the text "Forma&t:" clearly doesn't work. Moreover, I don't see how that would tell extraFormatCB anything. * how do I add new slots? I want to add a slot "formatChanged" that is invoked

Re: Auxiliary scripts (not only archaeology) for LyX.

2003-10-03 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> Hi, I am searching for scripts used to help LyX. For example Jose'> one the latest was from Angus that converted a bibtex database Jose'> to a lyx file with the corresponding bibliography items. Good idea. One that could be useful i

Auxiliary scripts (not only archaeology) for LyX.

2003-10-03 Thread Jose' Matos
Hi, I am searching for scripts used to help LyX. For example one the latest was from Angus that converted a bibtex database to a lyx file with the corresponding bibliography items. I am searching for similar scripts that sometimes pop up in this list, as well as in lyx-users.

Re: Boss wanted!

2003-10-03 Thread Juergen Spitzmueller
John Levon wrote: > Insert->Branch does nothing on Qt. That's obviously a bug. > Luckily this sort of thing is easy as pie to fix. Certainly. The only reason it did not get around to it yet is that I do not have a good idea on the UI (especially the branches browser, which I'd like to be somehow

Re: CVS lyx-1.4 compile failure

2003-10-03 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> | Let's see how this all pans out first. I suspect Lars will | Lars> give in and | commit a debugstream that works for you too... > | Lars> ...but now he has a LyX that works

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Jose' Matos
On Friday 03 October 2003 09:23, Jean-Marc Lasgouttes wrote: > > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: > > Jose'> If this helps any of you I am working and will commit soon a > Jose'> process where lyx2lyx is able to downgrade gracefully to the > Jose'> previous stable version. >

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Angus Leeming
Asger Kunuk Alstrup wrote: > OK, thank you. A high-level summary: > > LyX supports a fixed number of transformations, and a fixed number of > exporting formats for these. In the external material definition file, > you can define which transformations each template supports, and how to > use combi

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> If this helps any of you I am working and will commit soon a Jose'> process where lyx2lyx is able to downgrade gracefully to the Jose'> previous stable version. Do you plan to make this available to 1.3.x? It would be nice. JMarc

Re: CVS lyx-1.4 compile failure

2003-10-03 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | Let's see how this all pans out first. I suspect Lars will Lars> give in and | commit a debugstream that works for you too... Lars> ...but now he has a LyX that works... But I don't... Anyway, I have enough work focusing on

Re: CVS lyx-1.4 compile failure

2003-10-03 Thread Martin Vermeer
On Fri, Oct 03, 2003 at 09:38:51AM +0200, Lars Gullik Bjønnes spake thusly: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Martin Vermeer wrote: > >> Undoubtedly can be made to work... but it is 'politically' wise? If we > >> go the way that Lars proposed and recommend people sticking to 2.95

Re: CVS lyx-1.4 compile failure

2003-10-03 Thread Martin Vermeer
On Thu, Oct 02, 2003 at 05:05:30PM +0200, Lars Gullik Bjønnes spake thusly: > > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | Index: src/lyx_main.C > | === > | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.C,v > | retr

Re: CVS lyx-1.4 compile failure

2003-10-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: >> Undoubtedly can be made to work... but it is 'politically' wise? If we >> go the way that Lars proposed and recommend people sticking to 2.95 to >> install and use stlport, than even the little extra hassle of >> writing/editing

Re: [patch]: adding transformations to InsetExternal

2003-10-03 Thread Asger Kunuk Alstrup
On Thu, 2 Oct 2003, Angus Leeming wrote: > Attached. The document describes the ideas behind the language and the > rationale of the separation of Data from Transform. It does not (yet) > describe how it all glues together. Instead I attach a small sample code > illustrating how I think it should

Re: reverting to 1.3.3 from 1.4cvs?

2003-10-03 Thread Jose' Matos
On Friday 03 October 2003 05:58, Nirmal Govind wrote: > Thanks Garst... that script works great! I think I'm still going to > stick with cvs, I feel a little more secure knowing that this script can > (hopefully) get me out of trouble if I do run into major problems with > cvs and need to go back t