Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 05:37:48PM +1000, Allan Rae wrote: > Or as a minimal tweak move the params.temp_bullets to the > dialog/controller. This sounds ok to me. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferso

Re: bullets in qt

2002-11-12 Thread Allan Rae
On Wed, 13 Nov 2002, Andre Poenitz wrote: > On Wed, Nov 13, 2002 at 01:22:53PM +1000, Allan Rae wrote: > > It's what is already done. The temporary variables could have been > > kept in the dialog implementation but by keeping them in the buffer > > params when you switch buffers you got (past te

Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 01:00:48PM +1000, Allan Rae wrote: > Indeed there are 216 bullets and while the majority of these are > either dingbats from the pifont package or available by default from > latex there are a number of other symbols that were collected from > different packages. The closes

Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Wed, Nov 13, 2002 at 01:22:53PM +1000, Allan Rae wrote: > It's what is already done. The temporary variables could have been > kept in the dialog implementation but by keeping them in the buffer > params when you switch buffers you got (past tense because it looks > like someone has changed it)

Re: CVS build with Qt frontend fails

2002-11-12 Thread Vitaly Lipatov
On 13 îÏÑÂÒØ 2002 01:00, John Levon wrote: > On Tue, Nov 12, 2002 at 10:51:03PM +0100, Pierre-Olivier Gaillard wrote: > > Also, I use a Debian testing distribution so that my tools > > should not be too old : > > > > automake (GNU automake) 1.4-p6 > > It's too old. automake 1.5 required If I have

Müzik ve aradýklarýnýz qtcq

2002-11-12 Thread Clifford CHOCS
Mp3sa yine bir ilki gerçekleþtiriyor: Klip arþivi! Full albüm ve single parçalar mp3 halinde! Arayýpta bulamadýðýnýz bütün parçalar için birde sitemize bakýn: http://www.mp3sa.com Full Turkçe Album Full Yabancý Album A-Z Yerli Mp3 A-Z Yabancý Mp3 En Iyý 20 Yerli Výdeo Klýp Yabancý

Re: bullets in qt

2002-11-12 Thread Allan Rae
On Tue, 12 Nov 2002, Edwin Leuven wrote: > Allan, > > What are these for in bufferparams? > > boost::array temp_bullets; > > Sorry if I am being thick. They are used as temporary storage by the GUI frontend -- well XForms anyway as seen here: void FormDocument::ChoiceBulletSize(FL_OBJECT * ob, l

Re: bullets in qt

2002-11-12 Thread Allan Rae
On Tue, 12 Nov 2002, Edwin Leuven wrote: > > > I can preview newfile9 but not newfile10. Does anyone know what is wrong > > > here? > > > > \usepackage{pifont} > > (for \ding{118}) is missing in the preamble. > ah! > > > XForms' dialog inserts it. > > no it doesn't. these bullets are usually not s

Re: bullets in qt

2002-11-12 Thread Allan Rae
On Tue, 12 Nov 2002, Edwin Leuven wrote: > On Tue Nov 12, 2002 05:22, Allan Rae wrote: > > The thing is the bullet tabs were always supposed to have the current > > bullet "pushed" for whatever level you were setting (ie. the > > pseudo-push-button was supposed to be indented but that never worked

Re: [PATCH] Re: bibtex problem in qt

2002-11-12 Thread John Levon
On Wed, Nov 13, 2002 at 01:00:57AM +, John Levon wrote: > thanks. Herbert, can you send your latest QGraphics patch to the list > please (the one with core changes) btw, enableDuplicates(false) does NOT prevent you from entering duplicate entries programatically. Please check the FIXME in QBi

Re: bullets in qt

2002-11-12 Thread John Levon
On Mon, Nov 11, 2002 at 01:14:26AM +0100, Edwin Leuven wrote: > For some reason QBrowseBox doesn't get mouse focus. It does when one hold the QBrowseBox ... is there a good reason you didn't extend / base it on iconpalette.C ? > I need to set the bullet codes. for now I have put them in the new

Re: [PATCH] Re: bibtex problem in qt

2002-11-12 Thread John Levon
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 QGraphics patch to the list please (the

Re: possible bug

2002-11-12 Thread Ben Stanley
I am writing to let it be known that I consider this bug affects me as well, and that I consider it to be rather serious. Could you please re-consider the back-porting issue? Ben. Jean-Marc Lasgouttes wrote: "btz64" == btz64 <[EMAIL PROTECTED]> writes btz64> when you insert a eps image in a

Re: CVS build with Qt frontend fails

2002-11-12 Thread John Levon
On Tue, Nov 12, 2002 at 10:51:03PM +0100, Pierre-Olivier Gaillard wrote: > Also, I use a Debian testing distribution so that my tools should not be too old : > > automake (GNU automake) 1.4-p6 It's too old. automake 1.5 required john -- Khendon's Law: If the same point is made twice by the sa

CVS build with Qt frontend fails

2002-11-12 Thread Pierre-Olivier Gaillard
Hello, I have updated my working directory from lyx CVS (1.3.0cvs) but the build still fails in src/frontends/qt2/ui : make[6]: Entering directory `/home/pog/work/lyx-devel/src/frontends/qt2/ui' gcc -g -O2 -isystem /usr/X11R6/include libqt2ui.la.c libqt2ui.la.lo -o libqt2ui.la /usr/bin/ld:li

[PATCH] Re: bibtex problem in qt

2002-11-12 Thread Herbert Voss
Nirmal Govind schrieb: Hi.. when I select a custom bib style (that I downloaded) from the drop down menu while adding a bibtex database, LyX seems to be adding the database with the plain style since if I open this file again using 1.2 then I see that the style is plain. I'm using the cvs versi

missing Edit->Preferences dialog in QT?

2002-11-12 Thread Nirmal Govind
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? Thanks, nirmal

bibtex problem in qt

2002-11-12 Thread Nirmal Govind
Hi.. when I select a custom bib style (that I downloaded) from the drop down menu while adding a bibtex database, LyX seems to be adding the database with the plain style since if I open this file again using 1.2 then I see that the style is plain. I'm using the cvs version as of last night, QT3.

Re: lyx-devel src/frontends/controllers/: ChangeLog ControlSpellch ...

2002-11-12 Thread John Levon
On Tue, Nov 12, 2002 at 04:46:57PM +0100, Jean-Marc Lasgouttes wrote: > leeming> Log message: Fix crash. > > Does this apply to 1.2.2cvs? yes, the bug is in both before I reworked some spell stuff in trunk. Actually I thought I'd already fixed this particular problem in trunk, but I'm too lazy t

Re: Crash: spellchecker dialog

2002-11-12 Thread John Levon
On Tue, Nov 12, 2002 at 11:32:18PM +0900, Rob Lahaye wrote: > While you, or someone else, is at it: try also to find out why the > spellchecker's > progress is way above 100 percent when inside insets, such as floats. one liner fixed in CVS already john -- Khendon's Law: If the same point is

still table troubles

2002-11-12 Thread Dr. Richard E. Hawkins
Using what I was offered last week, I've produced some tables--but with milde problems. I've found that a table in the lower right of a 2x2 table gets me most of the way on spaceing--but not quite there. I want the label in the lower right to run sideways, as suggested. However, when I try to s

Re: [nobody@nowhere.com] Feedback from www.lyx.org

2002-11-12 Thread aof
>> Alas, the last time I looked at Texmacs (a few months ago) it >> looked pretty well, but that doesn't change the fact that the >> basic functionality was destined for a math-typing secretary. >> Probably that's not a bad thing in itself, yet... > > TeXmacs looks good, but it is unusable for

Re: [nobody@nowhere.com] Feedback from www.lyx.org

2002-11-12 Thread Andre Poenitz
On Tue, Nov 12, 2002 at 11:13:20AM -0500, Kuba Ober wrote: > Alas, the last time I looked at Texmacs (a few months ago) it looked pretty > well, but that doesn't change the fact that the basic functionality was > destined for a math-typing secretary. Probably that's not a bad thing in > itself,

Re: [nobody@nowhere.com] Feedback from www.lyx.org

2002-11-12 Thread Kuba Ober
On wtorek 12 listopad 2002 09:45 am, Jean-Marc Lasgouttes wrote: > Some people have time to loose... Don't we all hate anonymouse mailings ;-)) Alas, the last time I looked at Texmacs (a few months ago) it looked pretty well, but that doesn't change the fact that the basic functionality was des

[nobody@nowhere.com] Feedback from www.lyx.org

2002-11-12 Thread Jean-Marc Lasgouttes
Some people have time to loose... JMarc --- Begin Message --- Texmacs User ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Why do you folks continue to develop LyX? Texmacs is a fa

Re: tiny...

2002-11-12 Thread Juergen Vigna
Andre Poenitz wrote: This saves a few chars. Ok to apply? I like the old way more, but it surely seems correct. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich 151/A I-39050 SteineggWe

Re: Crash: spellchecker dialog

2002-11-12 Thread Rob Lahaye
Angus Leeming wrote: On Monday 11 November 2002 4:51 pm, John Levon wrote: On Mon, Nov 11, 2002 at 04:56:43PM +, Angus Leeming wrote: * Spell check a document to the end. * Reposition the cursor at the start of the document once more. * Hit the "start" button on the spellchecker dialog onc

Problem with spell checker under Debian 3.0r0

2002-11-12 Thread Cyrille Artho
Hi, after upgrading to Debian 3.0r0, the spell checker ispell does not run anymore in Lyx. When I press F7 or select it in the menu, Lyx just waits for a couple of seconds and then returns with no warning or error dialog. This occurred both in 1.2.0 and 1.2.1. ispell is version 3.1.20 10/10/95, pat

Re: lyx-devel src/: ChangeLog undo_funcs.C

2002-11-12 Thread Andre Poenitz
On Tue, Nov 12, 2002 at 02:30:00PM +0100, Jean-Marc Lasgouttes wrote: > Juergen> Yes please do so. IMO this fixes the bug we see and Jean-Marc > Juergen> will be surely happy. (as told earlier it just removes the > Juergen> buggy part of my earlier patch). > > I am indeed happy. > > Obrigado. To

Re: possible bug

2002-11-12 Thread Jean-Marc Lasgouttes
> "btz64" == btz64 <[EMAIL PROTECTED]> writes: btz64> Hi, I just update lyx 1.2.0 to lyx 1.2.1/ I notice an unusual btz64> behavior that was not on 1.2.0: btz64> when you insert a eps image in a figure float. You compile once btz64> to view the ps document and everything is working fine. BUT

Re: lyx-devel src/: ChangeLog undo_funcs.C

2002-11-12 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Dekel Tsur wrote: >> On Fri, Nov 08, 2002 at 03:51:03PM +, [EMAIL PROTECTED] wrote: >>> Log message: Backed out a change of my last patch which I now see >>> is not correct. This should fix the undo bugs we see. >>> >> This

Re: [Bug 720] New: No possibility to customize bibtex call?

2002-11-12 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Sat, Nov 02, 2002 at 04:34:56PM -, Dekel> [EMAIL PROTECTED] wrote: >> There is no possibility to set an option for a bibtex call. There >> are several possible uses: different bibtex sizes (bibtex -H), >> different bibtex versi

Re: lstring split

2002-11-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> the example in the .h looks broken and makes no sense Yes, it is a leftover of the time when split was a method of lyxstring. JMarc

Re: Towards LyX 1.2.2 [status update #2]

2002-11-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Nov 07, 2002 at 04:25:36PM +0100, Jean-Marc Lasgouttes John> wrote: >> - Juergen's undo fixes have introduced new crashes of their own. I >> do not know whether current condition is worse/better than 1.2.1, >> but the best would

Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Tue, Nov 12, 2002 at 11:47:59AM +, Edwin Leuven wrote: > Indeed. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
> > I can preview newfile9 but not newfile10. Does anyone know what is wrong > > here? > > \usepackage{pifont} > (for \ding{118}) is missing in the preamble. ah! > XForms' dialog inserts it. no it doesn't. these bullets are usually not saved as strings. at the moment qt saves them as strings. if

Re: bullets in qt

2002-11-12 Thread Juergen Spitzmueller
Am Dienstag, 12. November 2002 11:57 schrieb Edwin Leuven: > I can preview newfile9 but not newfile10. Does anyone know what is wrong > here? \usepackage{pifont} (for \ding{118}) is missing in the preamble. XForms' dialog inserts it. Jürgen.

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
I've commited the stuff I had. Remaining issue is the one below... On Tue Nov 12, 2002 10:57, Edwin Leuven wrote: > I can preview newfile9 but not newfile10. Does anyone know what is wrong > here? > > Thanks, Ed.

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
I can preview newfile9 but not newfile10. Does anyone know what is wrong here? Thanks, Ed. #LyX 1.2 created this file. For more info see http://www.lyx.org/ \lyxformat 220 \textclass amsart-seq \language english \inputencoding auto \fontscheme default \graphics default \paperfontsize 11 \spacing o

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
Allan, What are these for in bufferparams? boost::array temp_bullets; Sorry if I am being thick. Thanks, Ed.

Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Tue, Nov 12, 2002 at 10:32:13AM +, Edwin Leuven wrote: > > Should be changed, though. Adds simplicity and flexibility... I meant "Should be changed - but not now". > would make my life a bit simpler yes. although for the moment the bulletLaTeX > doesn't preserve the size: > > \bulletLaT

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
On Tue Nov 12, 2002 08:54, Andre Poenitz wrote: > On Tue, Nov 12, 2002 at 09:48:16AM +, Edwin Leuven wrote: > > I was wondering btw why you didn't store the bullet as a string in > > general. what's the advantage of storing it as a font/char combination? > > Probably no parser for the string ex

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
> Still problems with QBrowseBox? nope :-) >If so, then why not apply what you have > (it's broken anyway), then I can probably have a look (note that I have not > tested my patch from yesterday with your recent changes). I'll apply then...

Re: bullets in qt

2002-11-12 Thread Andre Poenitz
On Tue, Nov 12, 2002 at 09:48:16AM +, Edwin Leuven wrote: > I was wondering btw why you didn't store the bullet as a string in general. > what's the advantage of storing it as a font/char combination? Probably no parser for the string exist(s|ed)... Should be changed, though. Adds simplicity

Re: bullets in qt

2002-11-12 Thread Juergen Spitzmueller
Edwin Leuven wrote: > Applying bullets is still rotten though, so I won't apply for the moment. Still problems with QBrowseBox? If so, then why not apply what you have (it's broken anyway), then I can probably have a look (note that I have not tested my patch from yesterday with your recent chan

Re: bullets in qt

2002-11-12 Thread Edwin Leuven
On Tue Nov 12, 2002 05:22, Allan Rae wrote: > The thing is the bullet tabs were always supposed to have the current > bullet "pushed" for whatever level you were setting (ie. the > pseudo-push-button was supposed to be indented but that never worked > because of limitations in the image map thingy.

tiny...

2002-11-12 Thread Andre Poenitz
This saves a few chars. Ok to apply? Andre' Index: LaTeXFeatures.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LaTeXFeatures.C,v retrieving revision 1.73 diff -u -p -r1.73 LaTeXFeatures.C --- LaTeXFeatures.C 4 Nov 2002 0