Re: seg fault, I don't know why

2002-11-13 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 11:28:51AM -0500, Dr. Richard E. Hawkins wrote: > Program received signal SIGSEGV, Segmentation fault. > MathCursor::depth (this=0x0) at /usr/include/g++/stl_vector.h:210 > 210 { return size_type(end() - begin()); } > (gdb) bt > #0 MathCursor::depth (this=0x0) at /

Re: xforms doc dialog -> controller/view

2002-11-13 Thread Juergen Spitzmueller
Angus Leeming wrote: > * the Save as document defaults/use class defaults stuff. > > I've little idea about what should be going on here. Could someone > experienced try it out? I think that this will do (cf. QDocument.C): bool FormDocument::input(FL_OBJECT * ob, long) { ... } else if (ob

Re: lyx-devel src/frontends/qt2/ui/: QPrefUIModule.ui

2002-11-13 Thread John Levon
On Thu, Nov 14, 2002 at 11:59:15AM +1000, Allan Rae wrote: > > If LyX is crashing every 30 seconds, boy we're in trouble. Otherwise > > it's not an issue. > > It doesn't crash _every_ 30 seconds but if it does crash then I only > lose, at most, 30 seconds worth of work. I don't think the extra 3

Re: lyx-devel src/frontends/qt2/ui/: QPrefUIModule.ui

2002-11-13 Thread Allan Rae
On Wed, 13 Nov 2002, John Levon wrote: > On Wed, Nov 13, 2002 at 06:09:20PM +1000, Allan Rae wrote: [...] > > If you type fast and you use an unstable cvs LyX you might want to > > autosave every few seconds. I've been running 30 second autosaves for > > years -- not that I type fast but I have v

Re: Index List has odd Inset layout on canvas.

2002-11-13 Thread Rob Lahaye
Dekel Tsur wrote: On Sun, Nov 03, 2002 at 04:17:33PM +0900, Rob Lahaye wrote: Why is the "Index List" Inset so odd compared to the other list insets? (see attachement). Is that on purpose, or by mistake? Because clicking on it does not open a dialog. Why it doesn't? I can imagine at least o

Re: algorithm floats in 1.2.1

2002-11-13 Thread John Levon
On Wed, Nov 13, 2002 at 03:53:18PM +0100, Jean-Marc Lasgouttes wrote: > bug and explain what arguments should be passed to beforeChange(), > what is the exact difference between text and getLyxText(), and so > on... See below. The big problem is inserting the new paragraphs properly. I've only lo

Re: Qt Preferences

2002-11-13 Thread John Levon
On Wed, Nov 13, 2002 at 09:56:19AM +0100, Andre Poenitz wrote: > I don't like putting the converter stuff in that "advanced settings" item. > Why isn't it called "Conversion" as in xforms? > > And I don't like it in the last position of the list. It is certainly more > important and more often us

Re: lyx-devel src/frontends/qt2/ui/: QPrefUIModule.ui

2002-11-13 Thread John Levon
On Wed, Nov 13, 2002 at 06:09:20PM +1000, Allan Rae wrote: > > Log message: > > In what alternate universe is "seconds" a reasonable unit for autosave interval > > exactly ? > > Plenty. What's wrong with seconds? It's the SI unit for time. heh :) > If you type fast and you use an unst

Re: Default label should be fig: not cap:

2002-11-13 Thread Martin Vermeer
On Wed, Nov 13, 2002 at 02:14:15PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> One somewhat elegant solution I see, is to introduce two > Martin> different layouts in the layout file: "Table Caption" and > Martin> "Figure Caption"

Re: seg fault, I don't know why

2002-11-13 Thread Dr. Richard E. Hawkins
on continue, it gave me: (gdb) c Continuing. lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks ! Bye. Program received signal SIGABRT, Aborted. 0x28765850 in kill () from

seg fault, I don't know why

2002-11-13 Thread Dr. Richard E. Hawkins
Lyx was mostly blocked by other windows. I think it received some random mouseclicks. This is cvs of Oct 10. Program received signal SIGSEGV, Segmentation fault. MathCursor::depth (this=0x0) at /usr/include/g++/stl_vector.h:210 210 { return size_type(end() - begin()); } (gdb) bt #0 Mat

Re: Compilation error

2002-11-13 Thread Jean-Marc Lasgouttes
> "Nicolas" == Nicolas Ferre' <[EMAIL PROTECTED]> writes: Nicolas> Hi LyX developpers ! I'm trying to compile lyx-1.2.1 on a IBM Nicolas> Power4 (aix5.1.0.0) with gcc3.2 but it fails during the Nicolas> linking phase with the following stuff: The problem is known and will be fixed in 1.2.2. Y

Compilation error

2002-11-13 Thread Nicolas Ferre'
Hi LyX developpers ! I'm trying to compile lyx-1.2.1 on a IBM Power4 (aix5.1.0.0) with gcc3.2 but it fails during the linking phase with the following stuff: ld: 0711-317 ERROR: Undefined symbol: boost::detail::crc_table_t<(unsigned long)32, (unsigned)79764919, (bool)1>::table_ ld: 0711-317 ERROR

Re: algorithm floats in 1.2.1

2002-11-13 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: [replying to a thread from lyx-users. Basically, the problem is that Insert>LyX File does not work in a float] Dekel> On Tue, Nov 12, 2002 at 07:11:34AM -0500, Myriam Abramson Dekel> wrote: >> I usually write my algorithms in a separate fil

Re: [PATCH] Re: bibtex problem in qt

2002-11-13 Thread Herbert Voss
John Levon schrieb: On Tue, Nov 12, 2002 at 10:38:39PM +0100, Herbert Voss wrote: attached a patch to fix this. the gui needs still in my tree some more work (activate ok-button does not work in the right way) fixed in my tree thanks. Herbert, can you send your latest QGraphi

Re: Default label should be fig: not cap:

2002-11-13 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> One somewhat elegant solution I see, is to introduce two Martin> different layouts in the layout file: "Table Caption" and Martin> "Figure Caption", nevertheless producing the same LaTeX. But then you need one layout for each fl

Re: Default label should be fig: not cap:

2002-11-13 Thread Martin Vermeer
One somewhat elegant solution I see, is to introduce two different layouts in the layout file: "Table Caption" and "Figure Caption", nevertheless producing the same LaTeX. Does not involve any extra code, just some intuitively obvious user discipline. Martin -- Martin Vermeer [EMAIL PROTECTED]

Re: bullets in qt

2002-11-13 Thread Edwin Leuven
> QBrowseBox ... is there a good reason you didn't extend / base it on > iconpalette.C ? the reason I used it was that is was also used in klyx for the toolbars. on a toolbar button click it can popup wait for a click and dissapear. so i guess i was anticipating on it to be used as well for the

Qt Preferences

2002-11-13 Thread Andre Poenitz
I don't like putting the converter stuff in that "advanced settings" item. Why isn't it called "Conversion" as in xforms? And I don't like it in the last position of the list. It is certainly more important and more often used than the ASCII output or the Date entry. Andre' -- Those who desir

Re: bullets in qt

2002-11-13 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 06:44:17PM +1000, Allan Rae wrote: > P.S. I may have time to look at temp_bullets -> controller > tomorrow and maybe even make Qt port work in the "standard" manner if > someone hasn't got it doing that by then. Would be nice if you did that... Andre' -- Those who desire

Re: bullets in qt

2002-11-13 Thread Allan Rae
On Wed, 13 Nov 2002, Andre Poenitz wrote: > On Wed, Nov 13, 2002 at 06:32:08PM +1000, Allan Rae wrote: > > I'm still unsure what that gets us. You know what the math parser > > does. I don't -- other than to guess it creates math insets which > > Bullets are not (they aren't even insets). > > It

Re: bullets in qt

2002-11-13 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 06:32:08PM +1000, Allan Rae wrote: > I'm still unsure what that gets us. You know what the math parser > does. I don't -- other than to guess it creates math insets which > Bullets are not (they aren't even insets). It basically creates a MathArray, i.e. a some container.

Re: CVS build with Qt frontend fails

2002-11-13 Thread José Abílio Oliveira Matos
On Wednesday 13 November 2002 06:46, Vitaly Lipatov wrote: > > It's too old. automake 1.5 required > > If I have automake 1.6 only what I will do? automake --version automake (GNU automake) 1.6.3 So the answer is: Use it. ;-) -- José Abílio

Re: missing Edit->Preferences dialog in QT?

2002-11-13 Thread José Abílio Oliveira Matos
On Tuesday 12 November 2002 20:13, Nirmal Govind wrote: > Hi.. the Preferences dialog doesn't seem to exist in the QT frontend.. > has this already been reported or is it only me with this problem? It is your problem, of course. ;-) The preferences are still work under construction. :-) It sh

Re: bullets in qt

2002-11-13 Thread Allan Rae
On Wed, 13 Nov 2002, Andre Poenitz wrote: > On Wed, Nov 13, 2002 at 05:59:56PM +1000, Allan Rae wrote: > > On Wed, 13 Nov 2002, Andre Poenitz wrote: > > > > > Can't we (ab)use mathed for the bullets? The validate() would come for > > > > How? > > Don't know. I don't really know where and how the b

Re: bullets in qt

2002-11-13 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 05:59:56PM +1000, Allan Rae wrote: > > Can't we (ab)use mathed for the bullets? The validate() would come for > > How? With current CVS Bullet validation might be implemented as #include "mathed/math_data.h" Bullet::validate(LaTeXFeatures & features) const { asA

Re: bullets in qt

2002-11-13 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 05:59:56PM +1000, Allan Rae wrote: > On Wed, 13 Nov 2002, Andre Poenitz wrote: > > > Can't we (ab)use mathed for the bullets? The validate() would come for > > How? Don't know. I don't really know where and how the bullets are drawn... > If you want real strings all the

Re: bullets in qt

2002-11-13 Thread Allan Rae
On Wed, 13 Nov 2002, Andre Poenitz wrote: > Can't we (ab)use mathed for the bullets? The validate() would come for How? > free, and we could store real strings as the parser is already there. Hmmm... we have strings now. It's just we choose to let the user have free rein -- and what works now