On Sun, Feb 16, 2003 at 03:37:19AM +, John Levon wrote:
> I'll post the Qt side of things soon too
Here's Qt and the rest.
> There's still the bug I mentioned wrt completely-error-free document.
Looking deeper it seems that we really need to make some serious
controller changes to make this
On Sun, Feb 16, 2003 at 02:46:35AM +, John Levon wrote:
> I'm still testing this, but it works for old pspell at least a little.
Here's another version with a couple of more fixes and improvements.
That stupid 15 second timeout died, so now when the user has
mis-configured their aspell, they
On Sun, Feb 16, 2003 at 02:46:35AM +, John Levon wrote:
> I'm still testing this, but it works for old pspell at least a little.
>
> + Alert::alert("Spellchecking is complete", message);
> +
> + // the session might have completed with out any errors at all
> + emergency_exit_ = t
I'm still testing this, but it works for old pspell at least a little.
This fixes a number of problems and cleans up some stuff.
o we start spell automatically on opening the dialog
o remove all the weirdo xforms stop/start stuff - it never worked
o save the word lists under all circumstances
o
Angus Leeming wrote:
> Rob Lahaye wrote:
>
>>A couple of input widgets in a few dialogs have no time delay
>>for the tooltips. For example:
>>Citation dialog: Inset Keys, Bibliography keys and Info
>>BibTeX Database: Styles.
>
> The native xforms implementation of tooltips is broken for t
Hi,
I still had a patch to Xforms' RadioButtonGroup.[Ch] in my tree.
It could not to go into CVS when 1.3.0 was in feature/code-freeze.
Can it now?
Regards,
Rob.
RadioButtonGroup.diff.gz
Description: application/gzip
OK, so we're not calling speller_->close() when the window is closed or
Close is pressed - bad, we didn't write out the accepted word list.
dialogs call controller().stop() but this doesn't actually do anything
interesting. Angus, how can we make it so that it will call ->close()
but nothing els
On Mon, Feb 10, 2003 at 01:09:54PM +0100, Helge Hafting wrote:
> In 1.3.0 (qt) The wrongly spelled word
> is the suggestion instead, and that don't seem useful to me.
I've made this change in 1.4.0cvs. I'm not likely to backport it though.
> The old behaviour were better. Even better would be
On Sat, Feb 15, 2003 at 10:13:21PM +0100, Jean-Marc Lasgouttes wrote:
> >I made bug 899 for this
>
> Note that fixed an off-by-one error in the texrow counting code
> recently.
doesn't affect this
> Also, we cannot set the error at the right place, now that
> lars have removed the code that mak
John Levon a écrit:
On Thu, Jan 30, 2003 at 11:55:35AM +0100, Helge Hafting wrote:
Sure, here is a little two-paragraph one. The boxes seems to go in the
wrong place if the paragraph with the error has more text after the
errors.
Confirmed. I don't even want to look at why, mainly because t
John Levon a écrit:
On Fri, Feb 14, 2003 at 07:13:43PM +0100, Ricardo Garc?a wrote:
LyX seems to be taking the "printing command" and "file name extension"
options (in the Preferences dialog box) as if they were only one
option. When you save or load your preferences, both take the same
valu
Comments ? see :
http://bugzilla.lyx.org/show_bug.cgi?id=555
Index: config/configure.ac
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/configure.ac,v
retrieving revision 1.27
diff -u -r1.27 configure.ac
--- config/configure.
On Fri, Feb 14, 2003 at 07:13:43PM +0100, Ricardo Garc?a wrote:
> LyX seems to be taking the "printing command" and "file name extension"
> options (in the Preferences dialog box) as if they were only one
> option. When you save or load your preferences, both take the same
> value.
JMarc, OK f
On Fri, Feb 14, 2003 at 07:13:43PM +0100, Ricardo Garc?a wrote:
> LyX seems to be taking the "printing command" and "file name extension"
> options (in the Preferences dialog box) as if they were only one
> option. When you save or load your preferences, both take the same
> value.
Thanks for
On Sat, Feb 15, 2003 at 06:50:12PM +, John Levon wrote:
> I'm fixing it to use 'r' instead.
o actually.
applied
john
On Sat, Feb 08, 2003 at 12:52:32PM -0500, Dr. Richard E. Hawkins wrote:
> "a" is used as the accellerator/shortcut for both "Draft mode" and
> "Apply" in the insert graphics dialog.
>
> It causes draft mode; the correct behavior would be Applay, just like
> everywhere else.
I wish people would
On Fri, Feb 07, 2003 at 05:34:57PM +0100, Jos van den Oever wrote:
> On Friday 07 February 2003 16:28, you wrote:
> > Please send a minimal example file showing the failure.
>
> This file is read and compiled perfectly in lyx 1.2.2
It certainly doesn't for me.
Runaway argument?
{\protect \numbe
On Thu, Jan 30, 2003 at 11:55:35AM +0100, Helge Hafting wrote:
> Sure, here is a little two-paragraph one. The boxes seems to go in the
> wrong place if the paragraph with the error has more text after the
> errors.
Confirmed. I don't even want to look at why, mainly because the
TexRow::increase
On Fri, Feb 07, 2003 at 09:25:45AM -0200, Flavio de Melo Pereira wrote:
> Although LyX generates a DVI file that displays correctly using KDVI, the
> references to figures in this file are generally prepended by the path to the
> temporary directory which was being used by the LyX file during th
On Sat, Feb 15, 2003 at 06:00:04PM +, John Levon wrote:
> I can't quite figure out what this check is supposed to be, but the bug is obvious:
> 0 is a perfectly valid paragraph number.
>
> I'll test if "-1" makes things work better.
Can't reproduce any problems with the below :
Index: text
On Sat, Feb 15, 2003 at 05:42:41PM +, John Levon wrote:
> On Sat, Feb 15, 2003 at 06:59:48PM +0200, Dekel Tsur wrote:
>
> > Create a document with two paragraph, save it, quit LyX, and reopen the
> > document. Now, go to the end of the 1st paragraph, and press delete:
> > LyX doesn't merge th
On Fri, Feb 14, 2003 at 03:58:52PM +0100, Jean-Marc Lasgouttes wrote:
> Because it thinks you use latin1 whereas you really use latin9.
So how do we fix it ? I'm stuck. If this char isn't even in latin9
> Note that font_norm_type is also used in text.C and
> insetlatexaccent.C. You should maybe
On Sat, Feb 15, 2003 at 06:59:48PM +0200, Dekel Tsur wrote:
> Create a document with two paragraph, save it, quit LyX, and reopen the
> document. Now, go to the end of the 1st paragraph, and press delete:
> LyX doesn't merge the two paragraphs as it suppose to.
This is weird: the first check in L
On Sat, Feb 15, 2003 at 07:15:41PM +0200, Dekel Tsur wrote:
> Another strange behavior which may be the result of the same bug:
> Start a new document, type 'a' and then : The 'a' appears on the
> screen, but the space doesn't.
Try this below.
Index: lyxrow.C
===
On Sat, Feb 15, 2003 at 07:15:41PM +0200, Dekel Tsur wrote:
> > Create a document with two paragraph, save it, quit LyX, and reopen the
> > document. Now, go to the end of the 1st paragraph, and press delete:
> > LyX doesn't merge the two paragraphs as it suppose to.
>
> Another strange behavior
On Sat, Feb 15, 2003 at 06:59:48PM +0200, Dekel Tsur wrote:
> Create a document with two paragraph, save it, quit LyX, and reopen the
> document. Now, go to the end of the 1st paragraph, and press delete:
> LyX doesn't merge the two paragraphs as it suppose to.
Another strange behavior which may b
Create a document with two paragraph, save it, quit LyX, and reopen the
document. Now, go to the end of the 1st paragraph, and press delete:
LyX doesn't merge the two paragraphs as it suppose to.
Rob Lahaye wrote:
>
> Hi,
>
> A couple of input widgets in a few dialogs have no time delay
> for the tooltips. For example:
> Citation dialog: Inset Keys, Bibliography keys and Info
> BibTeX Database: Styles.
>
> The tooltips text is there immediately when the pointer
> enters the widg
If you start spellchecking, stop spellchecking, change a word and start
spell checking again, lyx is sometimes stuck at 100% CPU and X load,
jumping between three paragraphs continuously! I can't reproduce it in a
simple document, but it happened twice in my dissertation now!
Also the "spell check
Hi, I think the [My Bugs] link should also list my unconfirmed bugs. The
same thing goes for the default search setting, there is no need to have
several unconfirmed bug reports for the same bug.
--
Moritz Moeller-Herrmann [EMAIL PROTECTED] wiss. Mitarbeiter, IMGB
La loi, dans un grand s
John Levon a écrit:
On Fri, Feb 07, 2003 at 10:26:49AM +, John Levon wrote:
+checking for "kdeprintfax"... yes
./configure: line 935: test: too many arguments
checking for SGML-tools 1.x (LinuxDoc)... (sgml2lyx)
Is this the bug you fixed JMarc ?
Indeed.
JMarc
Is CJK-LyX 1.3.0 already downloadable? I couldn't yet find it on
(B
(Bftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/
(B
(BI was unfortunatly unable to make CJK-LyX 1.2.3 work on the
(Bbeta version of SuSE Linux 8.2. xforms in SuSE Linux 8.2 has
(Bbeen upgraded to version 1.0.
(B
(BI was able
32 matches
Mail list logo