]> git.lyx.org Git - lyx.git/log
lyx.git
21 years agoFix bug 944:
Angus Leeming [Thu, 13 Mar 2003 11:37:15 +0000 (11:37 +0000)]
Fix bug 944:
src/frontends/xforms/forms/fdfix.sh uses fixed file names for temporary
files, thus make dist on SMP fails.
Fix is trivial -- all temporary files should have $$ (PID) appended to them.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6483 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoenable environment-insert via minibuffer. Do not use it as reading of these
André Pönitz [Thu, 13 Mar 2003 11:16:56 +0000 (11:16 +0000)]
enable environment-insert via minibuffer. Do not use it as reading of these
things form the .lyx is not yet in.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6481 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agosimple factory extension
André Pönitz [Thu, 13 Mar 2003 11:00:31 +0000 (11:00 +0000)]
simple factory extension
fix bug noticed by Angus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6480 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agonever ask for one past last
Lars Gullik Bjønnes [Thu, 13 Mar 2003 10:30:28 +0000 (10:30 +0000)]
never ask for one past last

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6479 a592a061-630c-0410-9148-cb99ea01b6c8

21 years ago*** empty log message ***
André Pönitz [Thu, 13 Mar 2003 10:07:24 +0000 (10:07 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6478 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agothe environment insets. not active yet.
André Pönitz [Thu, 13 Mar 2003 10:06:11 +0000 (10:06 +0000)]
the environment insets. not active yet.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6477 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoresizing fix
John Levon [Wed, 12 Mar 2003 23:53:05 +0000 (23:53 +0000)]
resizing fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6475 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix the authorlist code, shouldn't crash now
John Levon [Wed, 12 Mar 2003 23:25:59 +0000 (23:25 +0000)]
Fix the authorlist code, shouldn't crash now

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6474 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix newline in right address
John Levon [Wed, 12 Mar 2003 23:19:09 +0000 (23:19 +0000)]
Fix newline in right address

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6473 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoYesterday's character dialog patch
Angus Leeming [Wed, 12 Mar 2003 22:17:50 +0000 (22:17 +0000)]
Yesterday's character dialog patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6472 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoThe inset newline patch I sent plus the requisite fixes. I couldn't reproduce a problem.
John Levon [Wed, 12 Mar 2003 19:16:42 +0000 (19:16 +0000)]
The inset newline patch I sent plus the requisite fixes. I couldn't reproduce a problem.

JMarc, I haven't moved those latex bits into the ::latex method yet though.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6471 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix for note insets.
Dekel Tsur [Wed, 12 Mar 2003 18:41:13 +0000 (18:41 +0000)]
Fix for note insets.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6468 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agocomplain about bad getChar()s
John Levon [Wed, 12 Mar 2003 18:06:49 +0000 (18:06 +0000)]
complain about bad getChar()s

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6467 a592a061-630c-0410-9148-cb99ea01b6c8

21 years ago*** empty log message ***
André Pönitz [Wed, 12 Mar 2003 16:35:58 +0000 (16:35 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6466 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoThe final parsing patch. Tested on a variety of weird and wonderful things
John Levon [Wed, 12 Mar 2003 11:52:23 +0000 (11:52 +0000)]
The final parsing patch. Tested on a variety of weird and wonderful things
without finding a regression (yet !) :)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6465 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agocompile fix
André Pönitz [Wed, 12 Mar 2003 11:22:53 +0000 (11:22 +0000)]
compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6464 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoCreate ParagraphParameters::read(). JMarc, please note the change to LyXLex - is...
John Levon [Wed, 12 Mar 2003 07:39:17 +0000 (07:39 +0000)]
Create ParagraphParameters::read(). JMarc, please note  the change to LyXLex - is this ok ?

Works for me anyhoo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6463 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoCreate ParagraphParameters::write() and use it
John Levon [Wed, 12 Mar 2003 06:53:49 +0000 (06:53 +0000)]
Create ParagraphParameters::write() and use it

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6462 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix bug 937
John Levon [Wed, 12 Mar 2003 06:14:36 +0000 (06:14 +0000)]
fix bug 937

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6458 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoUse ParList iterator to insert lyxfile and read the document.
John Levon [Wed, 12 Mar 2003 05:46:35 +0000 (05:46 +0000)]
Use ParList iterator to insert lyxfile and read the document.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6457 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agosmall tweak
John Levon [Wed, 12 Mar 2003 02:59:56 +0000 (02:59 +0000)]
small tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6456 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix insertStringAsLines for change tracking
John Levon [Wed, 12 Mar 2003 02:55:22 +0000 (02:55 +0000)]
fix insertStringAsLines for change tracking

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6455 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agosplit out header parsing
John Levon [Wed, 12 Mar 2003 02:39:12 +0000 (02:39 +0000)]
split out header parsing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6454 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoThe changes debug stuff was murdering buffer load perf
John Levon [Wed, 12 Mar 2003 02:34:46 +0000 (02:34 +0000)]
The changes debug stuff was murdering buffer load perf

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6453 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agosmall missing bit from reload fix
John Levon [Wed, 12 Mar 2003 01:38:56 +0000 (01:38 +0000)]
small missing bit from reload fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6452 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoCompilation fixes.
Angus Leeming [Tue, 11 Mar 2003 17:55:58 +0000 (17:55 +0000)]
Compilation fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6450 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agowhitespace to sync my tree
André Pönitz [Tue, 11 Mar 2003 16:38:37 +0000 (16:38 +0000)]
whitespace to sync my tree

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6449 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoactivate the new InsetHFill,
André Pönitz [Tue, 11 Mar 2003 15:01:29 +0000 (15:01 +0000)]
activate the new InsetHFill,
small ws

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6448 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoConvert Info insets to Note insets.
Dekel Tsur [Tue, 11 Mar 2003 14:47:57 +0000 (14:47 +0000)]
Convert Info insets to Note insets.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6446 a592a061-630c-0410-9148-cb99ea01b6c8

21 years ago*** empty log message ***
André Pönitz [Tue, 11 Mar 2003 13:33:14 +0000 (13:33 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6445 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agothe formal stuff for an HFill inset (not active yet)
André Pönitz [Tue, 11 Mar 2003 11:52:05 +0000 (11:52 +0000)]
the formal stuff for an HFill inset (not active yet)
minor ws changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6444 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoadd Comment layout to scrlttr2 textclass
Jean-Marc Lasgouttes [Tue, 11 Mar 2003 10:58:35 +0000 (10:58 +0000)]
add Comment layout to scrlttr2 textclass

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6443 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoadd Comment layout to scrlttr2 textclass
Jean-Marc Lasgouttes [Tue, 11 Mar 2003 10:58:35 +0000 (10:58 +0000)]
add Comment layout to scrlttr2 textclass

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6442 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoclean my tree
André Pönitz [Tue, 11 Mar 2003 09:25:47 +0000 (09:25 +0000)]
clean my tree

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6441 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoupdate from boost cvs branch RC_1_30_0
Lars Gullik Bjønnes [Tue, 11 Mar 2003 00:19:27 +0000 (00:19 +0000)]
update from boost cvs branch RC_1_30_0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6440 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agocommit forgotten files.
Angus Leeming [Mon, 10 Mar 2003 22:56:24 +0000 (22:56 +0000)]
commit forgotten files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6439 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoRewrite the MailInset as suggested to Andr��.
Angus Leeming [Mon, 10 Mar 2003 22:12:07 +0000 (22:12 +0000)]
Rewrite the MailInset as suggested to Andr��.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6438 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoSmall rearrangement.
Angus Leeming [Mon, 10 Mar 2003 19:58:37 +0000 (19:58 +0000)]
Small rearrangement.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6437 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix default float placement
Dekel Tsur [Mon, 10 Mar 2003 19:58:25 +0000 (19:58 +0000)]
Fix default float placement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6436 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agotry some pspell stuff
Lars Gullik Bjønnes [Mon, 10 Mar 2003 19:18:42 +0000 (19:18 +0000)]
try some pspell stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6435 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoremove commented code
Lars Gullik Bjønnes [Mon, 10 Mar 2003 18:00:29 +0000 (18:00 +0000)]
remove commented code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6434 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix InsetText latex export.
Lars Gullik Bjønnes [Mon, 10 Mar 2003 17:49:24 +0000 (17:49 +0000)]
Fix InsetText latex export.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6432 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoGet it right...
Angus Leeming [Mon, 10 Mar 2003 17:40:18 +0000 (17:40 +0000)]
Get it right...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6431 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAdd some warning messages.
Angus Leeming [Mon, 10 Mar 2003 17:28:15 +0000 (17:28 +0000)]
Add some warning messages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6430 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agocompile fix
Angus Leeming [Mon, 10 Mar 2003 17:27:22 +0000 (17:27 +0000)]
compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6429 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix tabularcreate bug
Angus Leeming [Mon, 10 Mar 2003 17:06:01 +0000 (17:06 +0000)]
fix tabularcreate bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6428 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAngus: What code should handle the mailer.show() request?
André Pönitz [Mon, 10 Mar 2003 16:23:34 +0000 (16:23 +0000)]
Angus: What code should handle the  mailer.show() request?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6426 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoSmall clean-up.
Angus Leeming [Mon, 10 Mar 2003 16:21:31 +0000 (16:21 +0000)]
Small clean-up.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6425 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoMake JMarc happy.
Angus Leeming [Mon, 10 Mar 2003 16:07:35 +0000 (16:07 +0000)]
Make JMarc happy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6424 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix cygwin linking problems
Jean-Marc Lasgouttes [Mon, 10 Mar 2003 14:28:14 +0000 (14:28 +0000)]
fix cygwin linking problems

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6423 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoStore an InsetBase & in MailInset.
Angus Leeming [Mon, 10 Mar 2003 13:33:39 +0000 (13:33 +0000)]
Store an InsetBase & in MailInset.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6420 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agonew pocheck.pl script
Jean-Marc Lasgouttes [Mon, 10 Mar 2003 12:57:57 +0000 (12:57 +0000)]
new pocheck.pl script

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6419 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agodelete bogus entry
Lars Gullik Bjønnes [Mon, 10 Mar 2003 11:03:25 +0000 (11:03 +0000)]
delete bogus entry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6417 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agobogus entry
Lars Gullik Bjønnes [Mon, 10 Mar 2003 11:00:06 +0000 (11:00 +0000)]
bogus entry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6416 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoGive y'all a graphics icon on the toolbar again.
Angus Leeming [Mon, 10 Mar 2003 09:46:24 +0000 (09:46 +0000)]
Give y'all a graphics icon on the toolbar again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6414 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoEanble the Changes dialog to be opened
Angus Leeming [Mon, 10 Mar 2003 08:50:59 +0000 (08:50 +0000)]
Eanble the Changes dialog to be opened

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6413 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agomove getColumnNearX next to iits only call site
John Levon [Mon, 10 Mar 2003 05:03:33 +0000 (05:03 +0000)]
move getColumnNearX next  to iits only call site

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6412 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix break before minipages too
John Levon [Mon, 10 Mar 2003 04:59:48 +0000 (04:59 +0000)]
fix break before minipages too

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6411 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFlatten the ButtonController tree by splitting it into a Controller and
Angus Leeming [Mon, 10 Mar 2003 03:13:28 +0000 (03:13 +0000)]
Flatten the ButtonController tree by splitting it into a Controller and
a View.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6410 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoCure warning message about a missing '\end_inset' when passing data between
Angus Leeming [Mon, 10 Mar 2003 03:11:54 +0000 (03:11 +0000)]
Cure warning message about a missing '\end_inset' when passing data between
the core and the dialogs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6409 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agofix the row breaking. Sorry all !
John Levon [Mon, 10 Mar 2003 01:46:40 +0000 (01:46 +0000)]
fix the row breaking. Sorry all !

Anyway, this *should* have one bug less, and be understandable.

Guess if my opinion on the "cleverness" of inset-as-metachar has changed
(hint: I wasn't a fan)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6408 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoForgotten ChangeLogs
Angus Leeming [Mon, 10 Mar 2003 00:39:45 +0000 (00:39 +0000)]
Forgotten ChangeLogs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6407 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agowhoops forgot this
John Levon [Mon, 10 Mar 2003 00:05:05 +0000 (00:05 +0000)]
whoops forgot this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6406 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix bug 365, and nextBreakPoint cleanup
John Levon [Sun, 9 Mar 2003 21:54:56 +0000 (21:54 +0000)]
Fix bug 365, and nextBreakPoint cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6405 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoPort the Merge Changes dialog to the Dialog scheme.
Angus Leeming [Sun, 9 Mar 2003 21:03:43 +0000 (21:03 +0000)]
Port the Merge Changes dialog to the Dialog scheme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6404 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoPort the About LyX dialog to the Dialog scheme.
Angus Leeming [Sun, 9 Mar 2003 20:29:58 +0000 (20:29 +0000)]
Port the About LyX dialog to the Dialog scheme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6403 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoPort the TabularCreate dialog to the Dialog scheme.
Angus Leeming [Sun, 9 Mar 2003 19:34:46 +0000 (19:34 +0000)]
Port the TabularCreate dialog to the Dialog scheme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6402 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoPort the tabular dialog to the new scheme based on class Dialog.
Angus Leeming [Sun, 9 Mar 2003 18:11:57 +0000 (18:11 +0000)]
Port the tabular dialog to the new scheme based on class Dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6401 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoPointless third arg to nextBreakPoint
John Levon [Sun, 9 Mar 2003 13:46:48 +0000 (13:46 +0000)]
Pointless third arg to nextBreakPoint

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6398 a592a061-630c-0410-9148-cb99ea01b6c8

21 years ago"Main body" is now just "body"
John Levon [Sun, 9 Mar 2003 12:37:22 +0000 (12:37 +0000)]
"Main body" is now just "body"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6397 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoMinimise the ControlTabular interface in preparation for a move to the
Angus Leeming [Sun, 9 Mar 2003 10:08:22 +0000 (10:08 +0000)]
Minimise the ControlTabular interface in preparation for a move to the
Dialog-based scheme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6396 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoRemove the 'gross hack' of calling inset->edit when LFUN_MOUSE_RELEASE
Angus Leeming [Sun, 9 Mar 2003 09:38:47 +0000 (09:38 +0000)]
Remove the 'gross hack' of calling inset->edit when LFUN_MOUSE_RELEASE
is better handled by inset->localDispatch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6395 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix two empty manual-label cases.
John Levon [Sat, 8 Mar 2003 19:31:09 +0000 (19:31 +0000)]
Fix two empty manual-label cases.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6394 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoremove commented code and reindent
Lars Gullik Bjønnes [Sat, 8 Mar 2003 15:58:28 +0000 (15:58 +0000)]
remove commented code and reindent

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6393 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agobogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:47:20 +0000 (13:47 +0000)]
bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6392 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoundo bogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:41:01 +0000 (13:41 +0000)]
undo bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6391 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agobogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:37:47 +0000 (13:37 +0000)]
bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6390 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoundo bogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:36:32 +0000 (13:36 +0000)]
undo bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6389 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agobogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:31:57 +0000 (13:31 +0000)]
bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6388 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoundo bogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:30:47 +0000 (13:30 +0000)]
undo bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6387 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agobogus commit
Lars Gullik Bjønnes [Sat, 8 Mar 2003 13:29:28 +0000 (13:29 +0000)]
bogus commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6386 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix for VCS after the revert patch.
John Levon [Sat, 8 Mar 2003 05:37:54 +0000 (05:37 +0000)]
Fix for VCS after the revert patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6385 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agorewrite localDispatch as a switch
Angus Leeming [Fri, 7 Mar 2003 21:44:48 +0000 (21:44 +0000)]
rewrite localDispatch as a switch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6384 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoFix a bug where the DVI file was not updated due to an old format .dep file.
Dekel Tsur [Fri, 7 Mar 2003 20:17:40 +0000 (20:17 +0000)]
Fix a bug where the DVI file was not updated due to an old format .dep file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6383 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoport the graphics dialog to the new scheme and get rid of the ControlInset
Angus Leeming [Fri, 7 Mar 2003 18:44:57 +0000 (18:44 +0000)]
port the graphics dialog to the new scheme and get rid of the ControlInset
template.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6382 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAdd hspell option to spell-checkers list
Dekel Tsur [Fri, 7 Mar 2003 18:06:56 +0000 (18:06 +0000)]
Add hspell option to spell-checkers list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6381 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoremove operator==, != for InsetExternal::Params. They were used only by the old contr...
Angus Leeming [Fri, 7 Mar 2003 16:20:17 +0000 (16:20 +0000)]
remove operator==, != for InsetExternal::Params. They were used only by the old controller scheme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6379 a592a061-630c-0410-9148-cb99ea01b6c8

21 years ago* Remove LFUN_REF_INSERT.
Angus Leeming [Fri, 7 Mar 2003 15:58:02 +0000 (15:58 +0000)]
* Remove LFUN_REF_INSERT.
* Add LFUN_DIALOG_SHOW_NEW_INSET to LyXFunc::getStatus' switch.
* Add a new LFUN_INSET_DIALOG_UPDATE to replace those nasty dynamic casts
in LyXFunc::dispatch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6377 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAlfredo's correction
Angus Leeming [Fri, 7 Mar 2003 15:22:53 +0000 (15:22 +0000)]
Alfredo's correction

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6375 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoport the minipage dialog to the new scheme. Various other small changes
Angus Leeming [Fri, 7 Mar 2003 14:08:10 +0000 (14:08 +0000)]
port the minipage dialog to the new scheme. Various other small changes
in the inset mailers and in the controllers.
Enable the include dialog to be lauched for a new inset (should please John ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6374 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoadd some cut and paste bugs (disguised as cleanups)
Lars Gullik Bjønnes [Thu, 6 Mar 2003 21:01:04 +0000 (21:01 +0000)]
add some cut and paste bugs (disguised as cleanups)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6373 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAlfredo's patch.
John Levon [Thu, 6 Mar 2003 20:21:21 +0000 (20:21 +0000)]
Alfredo's patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6372 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agomake CutAndPaste be a namespace instead of a class
Lars Gullik Bjønnes [Thu, 6 Mar 2003 15:39:37 +0000 (15:39 +0000)]
make CutAndPaste be a namespace instead of a class

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6371 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoupdate sciword bindings
Jean-Marc Lasgouttes [Thu, 6 Mar 2003 15:36:42 +0000 (15:36 +0000)]
update sciword bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6370 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoMake max files by 9 like it is in reality
John Levon [Thu, 6 Mar 2003 15:34:28 +0000 (15:34 +0000)]
Make max  files by 9 like it is in reality

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6368 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agocompile fix
John Levon [Thu, 6 Mar 2003 15:31:23 +0000 (15:31 +0000)]
compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6367 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoJohn's AMS patch
André Pönitz [Thu, 6 Mar 2003 11:07:55 +0000 (11:07 +0000)]
John's AMS patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6365 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agolots of small stuff
André Pönitz [Thu, 6 Mar 2003 10:39:54 +0000 (10:39 +0000)]
lots of small stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6364 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agoAdd item for split env.
Dekel Tsur [Thu, 6 Mar 2003 10:27:42 +0000 (10:27 +0000)]
Add item for split env.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6363 a592a061-630c-0410-9148-cb99ea01b6c8

21 years agomore ParagraphList work
Lars Gullik Bjønnes [Thu, 6 Mar 2003 10:02:40 +0000 (10:02 +0000)]
more ParagraphList work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6362 a592a061-630c-0410-9148-cb99ea01b6c8