Re: Question for our STL experts!

2002-01-07 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 12:16:56AM +0100, Lars Gullik Bjønnes wrote: > Now read about pair a_eq.insert(t). > And then read about [] again in 23.3.1.2. Indeed, I missed that. I stand corrected. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Ascii import

2002-01-07 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 02:58:56AM -0400, Garst R. Reese wrote: > I was sent an ascii file that used Ctrl-M's as paragraph terminators. It > looks good in vi, but LyX is ignoring the Ctrl-M's completely. I finally > opened the file in Netscape and pasted it to LyX. What does LyX > recognize as a t

Re: Help tracking down bug #164

2002-01-07 Thread Allan Rae
On Tue, 8 Jan 2002, Andre Poenitz wrote: > On Tue, Jan 08, 2002 at 09:41:52AM +1300, Michael A. Koziarski wrote: > > Jürgen can't reproduce bug #164 but it's still affecting me with the > > latest CVS snapshot. > > I can't reproduce it either. CVS from yesterday 6pm or so... Better make that thr

Re: multiple paragraphs in footnote causes error.

2002-01-07 Thread Herbert Voss
Richard E. Hawkins wrote: > This works in a footnote as a single paragraph. When broken, it > causes "Too many }'s" > errors. > > The original 0 was simply the coldest liquid Fahrenheit could produce with ice and >salt. It was later adjusted about 2 degrees to accomodate for sea level. > >

Re: Help tracking down bug #164

2002-01-07 Thread Andre Poenitz
On Tue, Jan 08, 2002 at 09:41:52AM +1300, Michael A. Koziarski wrote: > Jürgen can't reproduce bug #164 but it's still affecting me with the > latest CVS snapshot. I can't reproduce it either. CVS from yesterday 6pm or so... Andre' -- André Pönitz

Bugzilla Upgraded to 2.14.1

2002-01-07 Thread Michael A. Koziarski
Following the security advisory of 10 minutes ago, I've upgraded bugzilla to 2.14.1, fixing a few possible exploits. I'm looking forward to 2.16 to allow bugs to affect multiple versions, etc. The logs for cvs.koziarski.com imply that nothing untoward happened during our period of vulnerabilit

Re: spellchecker crash

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 06:55:42PM -0500, [EMAIL PROTECTED] wrote: > I double-clicked on a choice, to replace bMy with My or some such. > > I believe the crash was immediate (the change certainly didn't make it > into the emergency file, but the prior change did.) well I don't really see how i

Re: spellchecker crash

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 06:34:33PM -0500, Richard E. Hawkins wrote: > Don't think I've seen *this* one before. > > > Program received signal SIGSEGV, Segmentation fault. there is a gaping hole here where you forget to tell us what you actually did .. > 0x820854c in FormSpellchecker::input (t

Help tracking down bug #164

2002-01-07 Thread Michael A. Koziarski
Hi guys, Jürgen can't reproduce bug #164 but it's still affecting me with the latest CVS snapshot. The bug is described in the following attachment. http://cvs.koziarski.com/showattachment.cgi?attach_id=41 -- Cheers Koz

box

2002-01-07 Thread Andre Poenitz
see attachment -- André Pönitz .. [EMAIL PROTECTED] Index: box.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/box.C,v retrieving revision 1.1 diff -u -p -r1.1 box.C --- box.C

Re: Bug 52: Spellchecker reports success if not started and closed

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 04:18:24PM +, Angus Leeming wrote: > This trivial patch fixes this bug I think. > > Could people confirm before I close the bug report... works for me, great ! john -- "Nobody uses formal methods for anything other than generating papers with more authors than r

Re: [PATCH] FileInfo misuse

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 5:36 pm, John Levon wrote: > On Mon, Jan 07, 2002 at 03:28:09PM +, Angus Leeming wrote: > > > FileInfo d(name); > > > > // FIXME: what is this supposed to do ? > > // .newFile doesn't do what you think it does ... > > if (!d.isOK() || !d.isDir()) {

Re: [PATCH] FileInfo misuse

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 03:28:09PM +, Angus Leeming wrote: > FileInfo d(name); > > // FIXME: what is this supposed to do ? > // .newFile doesn't do what you think it does ... > if (!d.isOK() || !d.isDir()) { > d.newFile(dir); > } > > if (!d

Re: Question for our STL experts!

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 05:41:11PM +0100, Lars Gullik Bjønnes wrote: > AFAIK insert will not insert a new key if it already exists. (only > for map and set of course) >From CD2: 23.1.2 Associative containers[lib.associative.reqmts] ---

Re: Question for our STL experts!

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 04:44:23PM +0100, Juergen Vigna wrote: > > 'insert' creates a new entry or overwrite an ol;d entry with the same key, > > exactly what operator[]() would do. > > Well it seems it does not at least not in the implementation that I use! I don't believe you. Try again... ;-)

Re: euro as special character

2002-01-07 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Again: I have only a problem with the Euro Symbol in the LyX Herbert> main-gui (in 1.1.6fix3 and cvs)! In ALL other x-applications Herbert> it works well. I'll try to experiment with that at home tomorrow. JMarc

Re: euro as special character

2002-01-07 Thread Herbert Voss
Thomas Steffen wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > >>an euro, but I'm not able to insert it with the keyboard. >>in all insets, like label, figure a.s.o., I get the currency >>symbol with AltGr-e (the sputnik) which becomes after closing the >>inset window the eurosign. but in ly

Bug 52: Spellchecker reports success if not started and closed

2002-01-07 Thread Angus Leeming
This trivial patch fixes this bug I think. Could people confirm before I close the bug report... Angus Index: src/frontends/controllers/ControlSpellchecker.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controller

Re: [PATCH] FileInfo misuse

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 3:59 pm, you wrote: > When I wrote the newFile it did excatly what I wanted it do. -> run > the stat on the new file. > nice for loops etc. I think it still does, which just leaves John's comment to understand! Angus FileInfo & FileInfo::newFile(string const & path,

Re: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Andre Poenitz wrote: > There is no way to have multiple entries for the same key in a std::map. > One would have to use a std::multimap if that feature was needed. > > 'insert' creates a new entry or overwrite an ol;d entry with the same key, > exactly what operator[]() would do.

Re: euro as special character

2002-01-07 Thread Thomas Steffen
Herbert Voss <[EMAIL PROTECTED]> writes: > an euro, but I'm not able to insert it with the keyboard. > in all insets, like label, figure a.s.o., I get the currency > symbol with AltGr-e (the sputnik) which becomes after closing the > inset window the eurosign. but in lyx main-gui -> nothing What

Re: More rfc stuff

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 03:34:46PM +0100, Lars Gullik Bjønnes wrote: > | Navigation is pretty easy using this representation (and there is no need > | for inset locking etc...) > > If we are lucky we will be able to ditch the locking inset all over. > (and perhaps to use the same cursor all over

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 3:10 pm, Andre Poenitz wrote: [snip] > Please send me a complete list, otherwise I'll probably get a similar one > from Jean-Marc at some poitn of time ;-} Ok. Recompiling now. I'll post you the (edited) make log privately to save others' bandwidth. Never fear, it won'

Re: File->Open aborts!

2002-01-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: File-> Open now aboards in this code! Juergen> if (LyXReadLink(File, Link)) { Buffer += " -> Juergen> "; Buffer += Link; Probably a consequence of John's recent FileInfo misuse cleanup (and associated asserts :) JMarc

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Please send me a complete list, otherwise I'll probably get a Andre> similar one from Jean-Marc at some poitn of time ;-} Not soon. I can will only compile on cxx if explicitely requested to, until september. So Angus is probably

Re: File->Open aborts!

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 2:55 pm, Juergen Vigna wrote: > File->Open now aboards in this code! > > if (LyXReadLink(File, Link)) { > Buffer += " -> "; > Buffer += Link; > > // This gives the FileType of the file that

Re: [PATCH] FileInfo misuse

2002-01-07 Thread Angus Leeming
On Saturday 05 January 2002 10:15 pm, you wrote: > > this fixes most of the cases, and asserts on the others > > please apply > > john John, I've just been perusing the FileInfo patch that you posted and that Jean-Marc applied. The patched code results in: Index: src/frontends/xforms/xform

Re: [PATCH] trivial mathed patch

2002-01-07 Thread Andre Poenitz
On Mon, Jan 07, 2002 at 12:40:09PM +, Angus Leeming wrote: > André, > > here is a trivial patch for mathed. Applied. > I also get lots and lots of warning messages so: > > cxx: Warning: math_scriptinset.h, line 37: #610-D > "int MathScriptInset::ascent(const MathInset *) const" d

RE: File->Open aborts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Juergen Vigna wrote: > File->Open now aboards in this code! > Same for save! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-4502

File->Open aborts!

2002-01-07 Thread Juergen Vigna
File->Open now aboards in this code! if (LyXReadLink(File, Link)) { Buffer += " -> "; Buffer += Link; // This gives the FileType of the file that // is really pointed too after resolving all

Re: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > but I'd also say that it is an error trying to store a bufferview in > the cache when it is already there. F.ex. the TextCache requires that > the BufferView stored therein is _not_ viewed in any LyXView. > > I think that the cache in insettext very w

Re: More rfc stuff

2002-01-07 Thread Andre Poenitz
On Sat, Jan 05, 2002 at 12:44:23AM +0100, Lars Gullik Bjønnes wrote: > There is still one huge obstacle (I have removed the next/prev from > Paragraph and changed Row to store an iterator): make the cursor store > a iterator and not a pointer to a paragraph. I think the outside world could adapt

Re: Compile problem --- where to #include a missing header file?

2002-01-07 Thread Angus Leeming
On Monday 07 January 2002 1:26 pm, you wrote: > | Note that box.h contians the following inlined function: > > > | inline std::ostream & operator<<(std::ostream & o, Box & b) > | { > | return o << "x1,y1: " << b.x1 << "," << b.y1 > | << " x2,y2: " << b.x2 << "," << b.y2 << std::en

Re: euro as special character

2002-01-07 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> I only wanted to know why I can get the Euro Symbol in all X > Herbert> applications with AltGr-e but not inside LyX. I have no > Herbert> knowledge about this keyboard stuff. > > What fo

Re: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > I am pretty sure you did it... > (at least I am quite sure that I didn't, I only did the BufferView > TextCache.) Well anyway it has to be fixed so I would need an experts council what I should do, I would do this: -cache.insert(make_pair(bv,

Re: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > map translate; > > translate["Hei"] = "Hello"; > > translate.insert(make_pair("Hei", "Hi")); > > then the insert will not work since "Hei" is already set. So in this case we should never use insert but always the assignment operator? Jug

Re: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > The BufferView in actual use should _never_ be in the cache. So when > you search in the cach for a BufferView and find the one you want to > use, it should also be removed from the cache. Care to explain? I don't think I did that part of the code som

Compile problem --- where to #include a missing header file?

2002-01-07 Thread Angus Leeming
Compiliation here dies in BufferView.C: cxx: Error: box.h, line 45: #349 no operator "<<" matches these operands operand types are: std::ostream << char [8] return o << "x1,y1: " << b.x1 << "," << b.y1 -^ cxx: Error: box.h, line 46: #135 namespace "std" has no

Re: euro as special character

2002-01-07 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> I only wanted to know why I can get the Euro Symbol in all X Herbert> applications with AltGr-e but not inside LyX. I have no Herbert> knowledge about this keyboard stuff. What font do you use in these applications? ISO-8859-15

[PATCH] trivial mathed patch

2002-01-07 Thread Angus Leeming
André, here is a trivial patch for mathed. I also get lots and lots of warning messages so: cxx: Warning: math_scriptinset.h, line 37: #610-D "int MathScriptInset::ascent(const MathInset *) const" does not match "MathInset::ascent" -- virtual function override intended?

RE: Question for our STL experts!

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Juergen Vigna wrote: > I ask this because it seems to me that it does only insert a new item > but does not substitute the other one and then when searching for the > LyXText of this BufferView we have multiple choices. Well it really seems it does not! This could be a reason for

Question for our STL experts!

2002-01-07 Thread Juergen Vigna
Have a look at this code in InsetText::getLyXText() (Line 2151): cached_text.reset(new LyXText(const_cast(this))); cached_text->init(bv); restoreLyXTextState(bv, cached_text.get()); cache.insert(make_pair(bv, cached_text)); Now does the cache.insert(...) replace

Re: [PATCH] Let the gnome frontend compile

2002-01-07 Thread Angus Leeming
On Thursday 03 January 2002 4:35 am, Michael Koziarski wrote: > On Thu, Jan 03, 2002 at 01:44:40PM +1000 or thereabouts, Allan Rae wrote: > > On Thu, 3 Jan 2002, Michael A. Koziarski wrote: > > > > > Thanks to John Levon for his assistance. > > > > > > Please apply > > > > Applied. > > > > Alla

Re: Solaris complilation bug fix: sinf/cosf missing (addendum)

2002-01-07 Thread Jean-Marc Lasgouttes
> "Gary" == Gary Hall <[EMAIL PROTECTED]> writes: Gary> I forgot to mention that an include directive for sunmath.h is Gary> required for src/insets/figinset.C. What version of solaris? What compiler? If it is gcc, what does 'gcc -v' say? JMarc

Re: Solaris complilation bug fix: sinf/cosf missing (addendum)

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jan 03, 2002 at 10:54:17AM -0800, Gary Hall wrote: >> I forgot to mention that an include directive for sunmath.h is >> required for src/insets/figinset.C. John> What lyx version ? I think your system is a little broken, we Joh

Re: KLyX -- am I missing something?

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> And did you try round3dbuttons too? I'm not sure which one looks >> best (==less ugly). John> whoops, didn't see that one. hmm, do you want to sedall John> ROUNDBUTTON ROUND3DBUTTON or should I and resubmit ? I'll do it. JMarc

Re: KLyX -- am I missing something?

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 11:17:59AM +0100, Jean-Marc Lasgouttes wrote: > I'm sure people will love it, as dull as it may sound from the > technical point of view. What do the changes to non-fd files mean? Did > you double check them? the only change should be to the form_document patch ? And that

Re: KLyX -- am I missing something?

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Jan 07, 2002 at 09:58:46AM +0100, Jean-Marc Lasgouttes John> wrote: >> We should maybe change all the radio buttons (not checkbox) to >> round3dbutton for 1.2.0. Then people will be glad that the >> interface John> do I win mos

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 07-Jan-2002 Jean-Marc Lasgouttes wrote: >> Thanks. I applied the additional fix too. Juergen> Jean-Marc I just applied the one in InsetTabular (sorry but I Juergen> had all ready and changed some stuff so I commited alread

Re: [Patch] fixed bug 59

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Jean-Marc Lasgouttes wrote: > Thanks. I applied the additional fix too. Jean-Marc I just applied the one in InsetTabular (sorry but I had all ready and changed some stuff so I commited already). If you'd like I apply the one in InsetText too, otherwise I let it to you if you're a

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 07-Jan-2002 Jean-Marc Lasgouttes wrote: >> I removed also the debugging statements said to be useless. What >> about the others? Juergen> Jean-Marc I applied the InsetTabular patch about clearing the Juergen> cell and also

Re: [PATCH] auto-apply for FormTabular

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 John Levon wrote: > On Mon, Jan 07, 2002 at 10:20:21AM +0100, Juergen Vigna wrote: > >> Well yes but could you send me a ChangeLog? (I already applied the patch >> so please only the ChangeLog!) > > the patch didn't include it ? Sorry I didn't see it! Jug -- -._-._-._

Re: [Patch] fixed bug 59

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Jean-Marc Lasgouttes wrote: > I removed also the debugging statements said to be useless. What about > the others? Jean-Marc I applied the InsetTabular patch about clearing the cell and also added a ChangeLog entry. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-.

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Like: [snip] Martin> (Assumes the additional fix also applied) Thanks. I applied the additional fix too. JMarc

Re: KLyX -- am I missing something?

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 09:58:46AM +0100, Jean-Marc Lasgouttes wrote: > We should maybe change all the radio buttons (not checkbox) to > round3dbutton for 1.2.0. Then people will be glad that the interface do I win most boring patch ? I've spared bandwidth so applier need to run "make updatesrc

Re: [Patch] fixed bug 59

2002-01-07 Thread Martin Vermeer
On Mon, Jan 07, 2002 at 10:21:38AM +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt > Martin> wrote: > >> - Insert a (math) inset into a table cell. Then, move the cursor > >>

Re: [PATCH] auto-apply for FormTabular

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 10:20:21AM +0100, Juergen Vigna wrote: > Well yes but could you send me a ChangeLog? (I already applied the patch > so please only the ChangeLog!) the patch didn't include it ? 2002-01-07 John Levon <[EMAIL PROTECTED]> * FormTabular.h: * FormTabular.C

Re: [PATCH] fix insets wider than screen

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> I hadn't considered that inset_x could be < 0. This patch fixes John> bug #162 reported by Herbert. John> please apply john Done. JMarc

Re: [PATCH] auto-apply for FormTabular

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 John Levon wrote: > It's good enough I think... Well yes but could you send me a ChangeLog? (I already applied the patch so please only the ChangeLog!) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL

Re: [Patch] fixed bug 59

2002-01-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt Martin> wrote: >> - Insert a (math) inset into a table cell. Then, move the cursor >> along the current row. The lines at the bottom of other cells are >> erased (on scre

[Patch] fixed bug 59 attachment 37 too ;-)

2002-01-07 Thread Martin Vermeer
As it says. I must admit that I don't really quite understand this, and thus don't like it. How can baseline < 0 if not in error? Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technology Department of Surveying P.O. Box 1200, FIN-02015 HUT, Finland :wq Index: insettext.

Re: noweb2lyx updates for lyx-1.2.0cvs

2002-01-07 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Hi folks, Here is an update for the noweb2lyx.lyx example Kayvan> file. This does not change noweb2lyx.in in any way. Applied locally JMarc

Re: [PATCH] FileInfo misuse

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> this fixes most of the cases, and asserts on the others John> please apply Applied locally. JMarc

Re: More bugs (=new list)

2002-01-07 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> On Fri, Jan 04, 2002 at 04:30:51PM +0100, Jean-Marc Lasgouttes Kayvan> wrote: Michael> Only occurs when you click at menu item "View/DVI"; CTRL-D Michael> works well (#122) >> I know how to fix that and will do so next week (o

Re: [PATCH] auto-apply for FormTabular

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 10:04:50AM +0100, Juergen Vigna wrote: > Well I don't know John! What if I typed something there by error I now > have no way to return to the original. If we do this then at least we there's no point worrying about dog poo on the streets when city hall is on fire ... or

Re: New insights on bugs

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > Pointer * pointer; > ... > if (!pointer) { >pointer = new Pointer; > } > > will always have problems. I don't get what you mean here (especially in the contents we are talking about), but as I told you I don't argue that all class variables shoul

RE: [PATCH] auto-apply for FormTabular

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 John Levon wrote: > > I think this is the simplest and best solution for now. Well I don't know John! What if I typed something there by error I now have no way to return to the original. If we do this then at least we have to ask the user if he would like us to apply the changes

Re: New insights on bugs

2002-01-07 Thread Juergen Vigna
On 07-Jan-2002 Lars Gullik Bjønnes wrote: > Class variables should be initialized anyway, especially pointers. Well if this is the rule just commit your change it surely won't do anything bad, the only thing we won't get debug notifies anymore and so we cannot be pointed to problems in the code

Re: KLyX -- am I missing something?

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Jan 07, 2002 at 09:34:31AM +0100, Jean-Marc Lasgouttes John> wrote: you've missed the point. A checkbox is a checkbox is a John> checkbox. A radio button is another thing altogether. Most John> toolkits have visual clues for tel

[PATCH] auto-apply for FormTabular

2002-01-07 Thread John Levon
I think this is the simplest and best solution for now. please apply john -- "Unless everyone else on earth is attending meetings I haven't been told about." - /. paranoia at its finest Index: src/frontends/xforms/ChangeLog

Re: KLyX -- am I missing something?

2002-01-07 Thread John Levon
On Mon, Jan 07, 2002 at 09:34:31AM +0100, Jean-Marc Lasgouttes wrote: > John> you've missed the point. A checkbox is a checkbox is a checkbox. > John> A radio button is another thing altogether. Most toolkits have > John> visual clues for telling the difference. > > Xforms has this too. What abo

Re: KLyX -- am I missing something?

2002-01-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> you've missed the point. A checkbox is a checkbox is a checkbox. John> A radio button is another thing altogether. Most toolkits have John> visual clues for telling the difference. Xforms has this too. What about using roundbutton or r

Re: New insights on bugs

2002-01-07 Thread Juergen Vigna
On 05-Jan-2002 John Levon wrote: > hmm, this looks like the_locking_inset is referring to a deleted inset. I don't > get this code too much ... Nope the_locking_inset is ok inset_y is not ok (it was not initialized), but I explained this already in my former mail! Jug -- -._-._-._-._

Re: New insights on bugs

2002-01-07 Thread Juergen Vigna
On 06-Jan-2002 Lars Gullik Bjønnes wrote: >| - Some (biggest) memory leaks [snip] >| createUndo(BufferView*,Undo::undo_kind,const Paragraph*,const Paragraph*) > > I really cannot see how and why this happens. Well I can and we ALWAYS had this problem. It's easy when undoing/redoing changes t

Re: [Patch] fixed bug 59

2002-01-07 Thread Martin Vermeer
On Sun, Jan 06, 2002 at 09:03:15PM +, John Levon wrote: > On Sun, Jan 06, 2002 at 10:26:08PM +0200, Martin Vermeer wrote: > > > On Fri, Jan 04, 2002 at 08:36:58AM +0100, Michael Schmitt wrote: > > > - Insert a (math) inset into a table cell. Then, move the cursor along the >current > > >

RE: [Bug 62] inset in inset and undo/redo/ drawing problems

2002-01-07 Thread Juergen Vigna
On 06-Jan-2002 bugzilla-daemon wrote: > --- Additional Comments From [EMAIL PROTECTED] 2002-01-07 09:03 --- > Ok, I don't see problems now (prolly from previous redo fixes) Well no I guess that I fixed the drawing problems with my commit yesterday! Jug -- -._-._-._-._-._-._-.