What now? (bug 996 "fixed")

2003-07-18 Thread Christian Ridderström
I've sent a patch to lyx-docs (this was a documentation bug), see http://bugzilla.lyx.org/show_bug.cgi?id=996 I wanted to add tooltips but noticed that they were already there in Qt and Xforms, so that's that. What's the next step to get it out of bugzilla? /Christian -- Christian

Is xforms/cvs broken?

2003-07-18 Thread Christian Ridderström
I just tried building latest xforms and got this error: g++ -DHAVE_CONFIG_H -I. -I../../../../src/frontends/xforms -I../../../src -I../../../../images -I../../../../src -I../../../../src/frontends -I../../../../src/frontends/controllers -I../../../../boost -I/pkg/mdhacks/grp/util/include -I/usr

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Angus Leeming wrote: > > Hmm if you did mean an inset such as the ERT, then I guess clicking on a > > similar inset could be used to open the relevant dialog. > > Why would you want to do that. This is a suggestion to make the > documentation clearer isn't it? I got sidetra

Re: Plans for Chemnitz?

2003-07-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Jul 18, 2003 at 05:56:10PM +0200, Lars Gullik Bj?nnes wrote: | | > All compiler writers (gcc) and library writers that I see messages | > from say that UCS-4/UTF-32 is the way to go for internal storage. | | I've seen different and even posted a m

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > On Fri, 18 Jul 2003, Angus Leeming wrote: >> >> etc) exist. The proposal to the bindings problem was to define an inset >> that would 'do the right thing'. Ie, it would be given the lfun >> "buffer-export" and would display the appropriate binding, depending on >> w

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > On Fri, 18 Jul 2003, Angus Leeming wrote: >> >> The proposal to the bindings problem was to define an inset >> that would 'do the right thing'. Ie, it would be given the lfun >> "buffer-export" and would display the appropriate binding, depending on >> which binding

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Angus Leeming wrote: > > etc) exist. The proposal to the bindings problem was to define an inset > that would 'do the right thing'. Ie, it would be given the lfun > "buffer-export" and would display the appropriate binding, depending on > which binding file was being used.

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > The UserGuide uses e.g. > > Layout->Document > > to open a dialog that has the title "Document Layout" in xforms and > "Document Settings" in Qt. In this case the specification of how to > actually open the dialog is identical for both xforms and qt, but t

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Angus Leeming wrote: > > The proposal to the bindings problem was to define an inset > that would 'do the right thing'. Ie, it would be given the lfun > "buffer-export" and would display the appropriate binding, depending on > which binding file was being used. Whey you sa

Re: Where do I add tooltips for a dialog?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > On Fri, 18 Jul 2003, Christian Ridderström wrote: > >> Assuming that Qt and Xforms support tooltips for their dialogs, how do I >> go about adding them? >> > For Qt, I'm guessing I should fiddle with: > > /space/lyx-devel/HEAD/src/frontends/qt2/ui/QParagraphDialog

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Alfredo Braunstein wrote: > Christian Ridderström wrote: > > > For that matter, are the menus identical for Qt and Xforms? > > Yes, defined in the (frontend unspecific) .ui file Juergen: >>Except for frontend specific items ("tooltips" and "preamble" in xforms) Ok, that

Re: Where do I add tooltips for a dialog?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > Assuming that Qt and Xforms support tooltips for their dialogs, how do I > go about adding them? $ less src/frontends/xforms/FormCitation.C void FormCitation::build() { ... str = _("Delete the selected entry from " "the current citati

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Angus Leeming
Christian Ridderström wrote: > The UserGuide uses e.g. > > Layout->Document > > to open a dialog that has the title "Document Layout" in xforms and > "Document Settings" in Qt. In this case the specification of how to > actually open the dialog is identical for both xforms and qt, but then it >

Re: Where do I add tooltips for a dialog?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Christian Ridderström wrote: > Assuming that Qt and Xforms support tooltips for their dialogs, how do I > go about adding them? > For Qt, I'm guessing I should fiddle with: /space/lyx-devel/HEAD/src/frontends/qt2/ui/QParagraphDialogBase.ui could someone give me a f

Re: Where do I add tooltips for a dialog?

2003-07-18 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > In qt, the most easy way is to use the qt designer (note that you _have_ to > use qt designer version 2.x [not 3.x] for lyx). More precise: I am talking about the *.ui files of the dialogs in qt2/ui Juergen.

Re: Where do I add tooltips for a dialog?

2003-07-18 Thread Juergen Spitzmueller
Christian Ridderström wrote: > Assuming that Qt and Xforms support tooltips for their dialogs, how do I > go about adding them? In qt, the most easy way is to use the qt designer (note that you _have_ to use qt designer version 2.x [not 3.x] for lyx). In xforms, the tooltips strings are in the F

Where do I add tooltips for a dialog?

2003-07-18 Thread Christian Ridderström
Assuming that Qt and Xforms support tooltips for their dialogs, how do I go about adding them? /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Juergen Spitzmueller
Am Freitag, 18. Juli 2003 20:37 schrieb Alfredo Braunstein: > > For that matter, are the menus identical for Qt and Xforms? > > Yes, defined in the (frontend unspecific) .ui file Except for frontend specific items ("tooltips" and "preamble" in xforms) Juergen.

Re: How to refer to dialogs when there are several UI's?

2003-07-18 Thread Alfredo Braunstein
Christian Ridderström wrote: > For that matter, are the menus identical for Qt and Xforms? Yes, defined in the (frontend unspecific) .ui file Regards, Alfredo

Re: undo

2003-07-18 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Does anybody know of a reliable way to crash undo (current CVS)? Always start with a new document... - Insert a table (4x4) - Insert another table (4x4) into the first cell - undo... -- - insert a figure float - insert a figure -

How to refer to dialogs when there are several UI's?

2003-07-18 Thread Christian Ridderström
The UserGuide uses e.g. Layout->Document to open a dialog that has the title "Document Layout" in xforms and "Document Settings" in Qt. In this case the specification of how to actually open the dialog is identical for both xforms and qt, but then it gets worse. Have any of you though

Indent/DefSkip-bug (Was: Re: Definition of DefSkip, MedSkip etc?)

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Christian Ridderström wrote: > I just tried DefSkip with Layout->Document->Separation=Indent and to my > surprise the exported Latex still had the default separation value, but > you can't change the value of that any more in the dialog since 'Indent' > is chosen... bug? I

Re: A couple more regressions

2003-07-18 Thread Angus Leeming
Angus Leeming wrote: > I've just been through the User Guide to see what current cvs makes of it. > Apart from the math (funnily enough not the math-macros) everything looks > pretty good. > > However, I do note a couple of regressions from 1.3.x, snapshots of which > I attach. Actually, al sort

Re: [patch] InsetTabular simplification

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 05:39:58PM +, Angus Leeming wrote: > Andre Poenitz wrote: > > Don't use LyXCursor if you need two ints. > Fair enough. Just curious, but what might have been the point of the cast to > void here? It just looks ridiculous to my inexperienced eyes. Maybe to state explici

Re: [patch] InsetTabular simplification

2003-07-18 Thread Angus Leeming
Andre Poenitz wrote: > Don't use LyXCursor if you need two ints. Fair enough. Just curious, but what might have been the point of the cast to void here? It just looks ridiculous to my inexperienced eyes. > -(void)tabular.getRowOfLTFirstHead(row, ltt); -- Angus

[patch] InsetTabular simplification

2003-07-18 Thread Andre Poenitz
Don't use LyXCursor if you need two ints. -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: insettabular.C === RCS f

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 06:10:29PM +0200, Andre Poenitz wrote: > And so is any 16 bit code... Well yes. > I just don't think it'd matter much. Maybe not but we should at least be aware of it. UCS4 doesn't have the surrogate pair problem. I don't see the point in using wchar_t especially given

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 05:03:10PM +0100, John Levon wrote: > ?? It's nothing to do with alignment. It's do with >90% of > characters that lyx will ever manage being encodable in 16 bits. Using > UCS4 wastes 16 bits per character. Which doesn't hurt in our case. 100% of all characters can be stor

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 04:47:56PM +0100, John Levon wrote: > It's a trade-offs issue. UTF-32 is just going to waste space. See the > unicode FAQ for more details. And so is any 16 bit code... I just don't think it'd matter much. My thesis is ~300k when exported to .tex, so there are about 300.00

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 05:56:10PM +0200, Lars Gullik Bj?nnes wrote: > All compiler writers (gcc) and library writers that I see messages > from say that UCS-4/UTF-32 is the way to go for internal storage. I've seen different and even posted a mail archive message advocating utf16 that you agreed

Re: Plans for Chemnitz?

2003-07-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | > 16 bit address room for 32 bit entities... The world isn't changing | > after all. | | It's a trade-offs issue. UTF-32 is just going to waste space. See the | unicode FAQ for more details. All compiler writers (gcc) and library writers that I see messag

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 04:42:13PM +, Angus Leeming wrote: > I take it that conversion to/from a QString would be trivial were we to use > a 16bit type internally (given your assertion that QString is a UTF-16 data > buffer) but that we would need something more complex if we stored the data

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 05:12:30PM +0200, Andre Poenitz wrote: > But QString in the core is not an option. Certainly. I wasn't suggesting that. > > I placed everything behind a to/fromqstr buffer zone precisely so this > > can be done if still needed. > > What about xforms? We'd need something

Re: Plans for Chemnitz?

2003-07-18 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Jul 18, 2003 at 04:03:48PM +0100, John Levon wrote: >> On Fri, Jul 18, 2003 at 04:03:09PM +0200, Andre Poenitz wrote: >> >> > > 'switching to unicode' means reading in, writing out >> > >> > Rather some 8 bit encoding of it like UTF8(?).. >> >> Talking to Lars yes

LyXText::getFont explanation

2003-07-18 Thread Andre Poenitz
Why do we have this distinction? Performance? Proven? // Gets the fully instantiated font at a given position in a paragraph // Basically the same routine as Paragraph::getFont() in paragraph.C. // The difference is that this one is used for displaying, and thus we // are allowed to make cosmeti

Re: [patch] Inset::getMaxWidth

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 05:29:48PM +0200, Andre Poenitz wrote: > Anybody ever understood this? Maybe Jug did. > Don't worry... Very happy to see it die to say the least. regards john

[patch] Inset::getMaxWidth

2003-07-18 Thread Andre Poenitz
Anybody ever understood this? Don't worry... Index: insetert.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insetert.C,v retrieving revision 1.138 diff -u -p -r1.138 insetert.C --- insetert.C 18 Jul 2003 07:47:05 -

Re: Plans for Chemnitz?

2003-07-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Jul 18, 2003 at 04:03:09PM +0200, Andre Poenitz wrote: | | > > 'switching to unicode' means reading in, writing out | > | > Rather some 8 bit encoding of it like UTF8(?).. | | Talking to Lars yes I think we want UTF8 as the file-format encoding.

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 04:03:48PM +0100, John Levon wrote: > On Fri, Jul 18, 2003 at 04:03:09PM +0200, Andre Poenitz wrote: > > > > 'switching to unicode' means reading in, writing out > > > > Rather some 8 bit encoding of it like UTF8(?).. > > Talking to Lars yes I think we want UTF8 as the fi

Re: undo

2003-07-18 Thread Alfredo Braunstein
Andre Poenitz wrote: > > Does anybody know of a reliable way to crash undo (current CVS)? > > Andre' > file->new C-z CRASH Regards, Alfredo

Re: undo

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 04:59:30PM +0200, Andre Poenitz wrote: > Does anybody know of a reliable way to crash undo (current CVS)? Insert footnote Insert minipage (in footnote) undo john

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 04:03:09PM +0200, Andre Poenitz wrote: > > 'switching to unicode' means reading in, writing out > > Rather some 8 bit encoding of it like UTF8(?).. Talking to Lars yes I think we want UTF8 as the file-format encoding. Storage at runtime is more controversial. Lars wants

undo

2003-07-18 Thread Andre Poenitz
Does anybody know of a reliable way to crash undo (current CVS)? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)

Re: Display messiness

2003-07-18 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Fri, Jul 18, 2003 at 03:25:42PM +, Angus Leeming wrote: >> Not yet, but getting better. See attached. I also attach a cut down >> version of the file for you. > > Strange. Works here. Not here, I get the same as the screenshot. Alfredo

Re: don't like 1 please report

2003-07-18 Thread Angus Leeming
Angus Leeming wrote: > Load the attached file and try and View->DVI. LyX hangs. > > The problem is something to do with the comment inset. Of course,it would help if the file contained a comment inset. Here I have added a Note inset to the title "Hello World!", changed this to a comment and the

Re: Display messiness

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 03:25:42PM +, Angus Leeming wrote: > Not yet, but getting better. See attached. I also attach a cut down version > of the file for you. Strange. Works here. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve,

don't like 1 please report

2003-07-18 Thread Angus Leeming
Load the attached file and try and View->DVI. LyX hangs. The problem is something to do with the comment inset. -- Angus ADE_1D.lyx Description: application/lyx

Re: Display messiness

2003-07-18 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Jul 18, 2003 at 01:18:08PM +, Angus Leeming wrote: >> I don't get John's problems with colours when using current cvs (xforms). >> But I do get an intersting display. Screenshot atached. > > Fixed. Not yet, but getting better. See attached. I also attach a cut

Re: [PATCH] QCitation fixes

2003-07-18 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Some of the stuff discussed before (bug 1146): > > - allow multiple selections in the add browser > - prohibit duplicate insertions > > I'd like to add this functionality also to the bibtex dialog. > OK to apply (also, if identical, for qbibtex)? ?? Juergen.

Re: New note inset

2003-07-18 Thread Juergen Spitzmueller
Jose' Matos wrote: > I am looking into it now. Should I collapse multiple consecutives comments > into a single inset? Don't know. > If I do not change the file format then people that have both with > currect format should change it manually. This is what we can expect from bleeding edge user

Re: The new gtk+ patch

2003-07-18 Thread Juergen Spitzmueller
Am Freitag, 18. Juli 2003 16:17 schrieb Juergen Spitzmueller: > gcc 3.1.1 is supposed to fix it, though. gcc 3.3.1 of course Juergen.

Re: The new gtk+ patch

2003-07-18 Thread Juergen Spitzmueller
Am Freitag, 18. Juli 2003 09:58 schrieb Michael Schmitt: > >Indeed. And gtkmm-2 does not compile from source with gcc-3.3 due to a > >compiler bug > >No way at least for SuSE 8.2. > > SuSe 8.2 is shipped with a prerelease of gcc 3.3 but they provide a > final 3.3 version on their ftp site. Maybe th

Re: New note inset

2003-07-18 Thread Juergen Spitzmueller
Michael Schmitt wrote: > Currently, the difference between between "note" and "comment" is not > clear unless you have a look at the LaTeX output. How about "Hidden note"? I think "comment" should stay as the name of the LaTeX environment. I don't care about "note". Did you read the (qt) tooltips

Re: Display messiness

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 01:18:08PM +, Angus Leeming wrote: > I don't get John's problems with colours when using current cvs (xforms). > But I do get an intersting display. Screenshot atached. Fixed. [Note: If you have two caches for the same thing, there one too much] Andre' -- Those who

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:57:48PM +, Angus Leeming wrote: > Now I know that this exposes my ignorance but nonetheless... Welcaome in the club. > 'switching to unicode' means reading in, writing out Rather some 8 bit encoding of it like UTF8(?).. > and storing a LyX buffer as a wstring rath

Re: Plans for Chemnitz?

2003-07-18 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Jul 18, 2003 at 02:44:08PM +0100, John Levon wrote: >> On Fri, Jul 18, 2003 at 03:35:13PM +0200, Andre Poenitz wrote: >> >> > So all the math symbols are already there in Qt and we would not need >> > the tex fonts? >> >> Math symbols are a different matter. But th

Re: Definition of DefSkip, MedSkip etc?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, Christian Ridderström wrote: > While documenting the option "Keep space" in layout->paragraph, I noticed > that I should put in some text on what the spacing does and realized that > I don't really know how this works... > > Here are the alternatives: > > * None - seemed

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:44:08PM +0100, John Levon wrote: > On Fri, Jul 18, 2003 at 03:35:13PM +0200, Andre Poenitz wrote: > > > So all the math symbols are already there in Qt and we would not need > > the tex fonts? > > Math symbols are a different matter. But that has nothing to do with > un

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 03:35:13PM +0200, Andre Poenitz wrote: > So all the math symbols are already there in Qt and we would not need > the tex fonts? Math symbols are a different matter. But that has nothing to do with unicode changes as far as I can see... I'm not even sure unicode has all th

Re: Definition of DefSkip, MedSkip etc?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 03:37:52PM +0200, Christian Ridderström wrote: > PS. I thought this would be an easy bug to fix... *grin* So try to pick another one. I think the whole vspace business should be separated from the paragraph anyway, so these changes are likely to break whatever you try to

Definition of DefSkip, MedSkip etc?

2003-07-18 Thread Christian Ridderström
While documenting the option "Keep space" in layout->paragraph, I noticed that I should put in some text on what the spacing does and realized that I don't really know how this works... Here are the alternatives: * None - seemed easy enough until I tried a document with Layout->Docume

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:31:17PM +0100, John Levon wrote: > On Fri, Jul 18, 2003 at 03:30:06PM +0200, Andre Poenitz wrote: > > > Btw, do we have now access to some "usable Unicode font" (whatever that > > may be) or would we have to start collecting bits and pieces from > > different fonts? > >

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 03:30:06PM +0200, Andre Poenitz wrote: > Btw, do we have now access to some "usable Unicode font" (whatever that > may be) or would we have to start collecting bits and pieces from > different fonts? I assume you're talking about xforms here. I don't know if there's a usab

Re: More xforms craziness

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 02:25:50PM +0100, John Levon wrote: > No, none. As far as I am aware I haven't changed anything relevant on my > system since it started happening (noticed it today). OK, it seems up2date futzed the X upgrade. Local problem sorryo for the noise. john

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:22:53PM +0100, John Levon wrote: > On Fri, Jul 18, 2003 at 02:12:23PM +, Angus Leeming wrote: > > > Do we have any definite plans for what is to be 'attempted' in Chemnitz yet. > > Speaking as somebody who isn't going to contributing I think you lot > should either

Re: More xforms craziness

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 02:14:12PM +, Angus Leeming wrote: > Sorry, I read .lyx as 'a new lyx file'. Do you have any ideas what you did > to 'break' things? No, none. As far as I am aware I haven't changed anything relevant on my system since it started happening (noticed it today). regards

Re: More xforms craziness

2003-07-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Jul 18, 2003 at 01:45:01PM +, Angus Leeming wrote: | | > >> What happens if you remove your preferences file? | > > | > > I said "With a new .lyx too." | > | > Shrug. What's that got to do with your preferences file? | | Eh ? The preferences

Re: Fw: [Bug 1261] New: tex2lyx adds space around itemize items

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:19:55PM +0100, John Levon wrote: > On Fri, Jul 18, 2003 at 09:05:37AM -0400, Kuba Ober wrote: > > > > Then use the email interface ... > > > > As I'm only a casual reader of this list, my input obviously doesn't matter > > much. But let me tell you all this: kdevelop w

Re: Plans for Chemnitz?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 02:12:23PM +, Angus Leeming wrote: > Do we have any definite plans for what is to be 'attempted' in Chemnitz yet. Speaking as somebody who isn't going to contributing I think you lot should either sort out unicode or sort out character styles :)) john

Re: More xforms craziness

2003-07-18 Thread Angus Leeming
John Levon wrote: > On Fri, Jul 18, 2003 at 01:45:01PM +, Angus Leeming wrote: > >> >> What happens if you remove your preferences file? >> > >> > I said "With a new .lyx too." >> >> Shrug. What's that got to do with your preferences file? > > Eh ? The preferences file is in .lyx. So delet

Re: Plans for Chemnitz?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 02:12:23PM +, Angus Leeming wrote: > Do we have any definite plans for what is to be 'attempted' in > Chemnitz yet. None as far as I know. > (Past experience looking on from a distance at these meetings > suggests that achieved and attempted are entirely separate ;-)

Re: converter & flavor

2003-07-18 Thread Angus Leeming
Alfredo Braunstein wrote: >> Actually, I think that prepare_for_export could check whether the >> converted image has been generated and if not add some lines to an >> ostream that is eventually dumped as a shell script. That way we would >> need to monitor only one process and wouldn't run into s

Re: Fw: [Bug 1261] New: tex2lyx adds space around itemize items

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 09:05:37AM -0400, Kuba Ober wrote: > > Then use the email interface ... > > As I'm only a casual reader of this list, my input obviously doesn't matter > much. But let me tell you all this: kdevelop went to "everything on bugzilla" Nobody is suggesting doing this, so yo

Plans for Chemnitz?

2003-07-18 Thread Angus Leeming
Do we have any definite plans for what is to be 'attempted' in Chemnitz yet. (Past experience looking on from a distance at these meetings suggests that achieved and attempted are entirely separate ;-) If not, then can I suggest cleaning up the BibTeX handling? I have outlined a possible soluti

Re: Fw: [Bug 1261] New: tex2lyx adds space around itemize items

2003-07-18 Thread Kuba Ober
On wtorek 15 lipiec 2003 11:27 am, John Levon wrote: > On Tue, Jul 15, 2003 at 01:41:35PM +0200, Andre Poenitz wrote: > > For my part, I won't type long sermons in an web > > frontend as long as this is not as comfortable as > > email or such. > > Then use the email interface ... As I'm only a cas

Re: converter & flavor

2003-07-18 Thread Alfredo Braunstein
Angus Leeming wrote: >>> That is, we need a 'prepare_for_export(LaTexFlavour const &)' member >>> function in the insets or somesuch. The actual 'latex' member function >>> will do no more than dump the appropriate text to the ostream. >> >> But why the prepare_for_export must be latex-specific?

Re: More xforms craziness

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 01:45:01PM +, Angus Leeming wrote: > >> What happens if you remove your preferences file? > > > > I said "With a new .lyx too." > > Shrug. What's that got to do with your preferences file? Eh ? The preferences file is in .lyx. So deleting .lyx is deleting preferences

Re: what is that purple line

2003-07-18 Thread Angus Leeming
John Levon wrote: > On Fri, Jul 18, 2003 at 01:30:59PM +, Angus Leeming wrote: > >> off for ages. Seems to be a Qt thing. >> >> My cursor is way off the page, at the top of the document at the moment. >> Is it related? > > Probably, it looks cursor sized. When did you start seeing this ? >

Re: More xforms craziness

2003-07-18 Thread Angus Leeming
John Levon wrote: > On Fri, Jul 18, 2003 at 12:56:20PM +, Angus Leeming wrote: > >> John Levon wrote: >> >> What happens if you remove your preferences file? > > I said "With a new .lyx too." > > regards > john Shrug. What's that got to do with your preferences file? All is Ok here, so h

Re: what is that purple line

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 01:30:59PM +, Angus Leeming wrote: > off for ages. Seems to be a Qt thing. > > My cursor is way off the page, at the top of the document at the moment. Is > it related? Probably, it looks cursor sized. When did you start seeing this ? john

Re: More xforms craziness

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 12:56:20PM +, Angus Leeming wrote: > John Levon wrote: > > What happens if you remove your preferences file? I said "With a new .lyx too." regards john

what is that purple line

2003-07-18 Thread Angus Leeming
What is that purple, vertical line in the top left corner of the LyX screen. It appears occasionaly when I scroll up and down. I've noticed it on and off for ages. Seems to be a Qt thing. My cursor is way off the page, at the top of the document at the moment. Is it related? -- Angus<>

Re: Display messiness

2003-07-18 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Jul 18, 2003 at 01:18:08PM +, Angus Leeming wrote: >> I don't get John's problems with colours when using current cvs (xforms). >> But I do get an intersting display. Screenshot atached. > > Your writing is pretty dense, isn't it? So am I ;-) -- Angus

Re: Display messiness

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 01:18:08PM +, Angus Leeming wrote: > I don't get John's problems with colours when using current cvs (xforms). > But I do get an intersting display. Screenshot atached. Your writing is pretty dense, isn't it? [Looks like the height of the math rows is not reported cor

Display messiness

2003-07-18 Thread Angus Leeming
I don't get John's problems with colours when using current cvs (xforms). But I do get an intersting display. Screenshot atached. -- Angus<>

[patch] small stuff

2003-07-18 Thread Andre Poenitz
Makes textWidth a bit simpler. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: rowpainter.C === RCS file:

Re: More xforms craziness

2003-07-18 Thread Angus Leeming
John Levon wrote: What happens if you remove your preferences file? -- Angus

More xforms craziness

2003-07-18 Thread John Levon
LyX: Unknown X11 color grey40 for bottom area Using black instead, sorry! LyX: Unknown X11 color yellow for yellow Using black instead, sorry! text not available! no text in cache! LyX: Unknown X11 color linen for background Using black instead, sorry! LyX: Unknown X11 color black f

Re: converter & flavor

2003-07-18 Thread Angus Leeming
Alfredo Braunstein wrote: > Angus Leeming wrote: > >> Step one: perform all the necessary conversions of (eg) images. >> Preferably asynchronously. When finished, emit a signal to begin >> Step two: the main conversion from latex to xyz. I guess that this still >> needs to be synchronous for the

Re: New note inset

2003-07-18 Thread Jose' Matos
On Thursday 17 July 2003 13:28, Juergen Spitzmueller wrote: > > BTW: José, can you make lyx2lyx convert a comment environment to a comment > inset with standard paragraph? That is: I am looking into it now. Should I collapse multiple consecutives comments into a single inset? > \layout Comment

Re: s.o.p. for fixing bugs on bugzilla?

2003-07-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Jul 18, 2003 at 11:55:59AM +0200, Christian Ridderstr?m wrote: | | > - How do you check if someone else is working on a certain bug? | | Feel free to say if you're looking at a bug ... And assign the bug to yourselves when you do. and if you sto

Re: s.o.p. for fixing bugs on bugzilla?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 01:07:26PM +0200, Christian Ridderstr?m wrote: > Ok, so it seems very loose in general then. I thought maybe the "Assigned > To" field in bugzilla was relevant (e.g. you should check with that > person, or reassign the bug to yourself). > > Another alternative could have

Re: s.o.p. for fixing bugs on bugzilla?

2003-07-18 Thread Christian Ridderström
On Fri, 18 Jul 2003, John Levon wrote: > On Fri, Jul 18, 2003 at 11:55:59AM +0200, Christian Ridderstr?m wrote: > > > - How do you check if someone else is working on a certain bug? > > Feel free to say if you're looking at a bug ... I'm starting very easy with a documentation bug... ht

Re: converter & flavor

2003-07-18 Thread Alfredo Braunstein
Angus Leeming wrote: > Step one: perform all the necessary conversions of (eg) images. Preferably > asynchronously. When finished, emit a signal to begin > Step two: the main conversion from latex to xyz. I guess that this still > needs to be synchronous for the time being but longer term it would

Re: converter & flavor

2003-07-18 Thread Angus Leeming
Alfredo Braunstein wrote: > Agreed. What do you think about the above? > > Regards, Alfredo Actually, since you are thinking about the conversion stuff, I think that we need a two-phase export scheme (two-phase is the in-thing at the moment after all). Step one: perform all the necessary conve

Re: s.o.p. for fixing bugs on bugzilla?

2003-07-18 Thread John Levon
On Fri, Jul 18, 2003 at 11:55:59AM +0200, Christian Ridderstr?m wrote: > - How do you check if someone else is working on a certain bug? Feel free to say if you're looking at a bug ... > - How do you know/decide/ what version(s) of lyx to fix the bug for? Generally stuff is fixed in trunk CVS f

Re: converter & flavor

2003-07-18 Thread Angus Leeming
Alfredo Braunstein wrote: > Angus Leeming wrote: > > Thanks, Angus. I though that the flavour thing was coupled with the > harcoded guessing. > >> I think that that makes a lot of sense. However, I think that flavour is >> your friend here. You just need a mechanism to link the latex output >> f

Re: converter & flavor

2003-07-18 Thread Alfredo Braunstein
Angus Leeming wrote: Thanks, Angus. I though that the flavour thing was coupled with the harcoded guessing. > I think that that makes a lot of sense. However, I think that flavour is > your friend here. You just need a mechanism to link the latex output > format (latex-for-pdf) to the flavour (PD

Re: Enchant spellchecker

2003-07-18 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Fri, Jul 18, 2003 at 10:28:43AM +, Angus Leeming wrote: > | > Now that it works and there is some outside interest, I'd be very > | > happy to see it go. > | > | Hm, there is std::list<> for starters... > > Hmm.

Re: s.o.p. for fixing bugs on bugzilla?

2003-07-18 Thread Andre Poenitz
On Fri, Jul 18, 2003 at 11:55:59AM +0200, Christian Ridderström wrote: > I thought I'd actually start fixing bugs, but I have some, trivial I hope, > questions about working with bugs that have been reported to bugzilla. > Is this a "free-for-all", or do we have some kind of recommended > procedu

  1   2   >