]> git.lyx.org Git - lyx.git/log
lyx.git
21 years agoConvert ERT and figinsets. Perhaps incomplete.
Dekel Tsur [Fri, 2 Aug 2002 19:25:14 +0000 (19:25 +0000)]
Convert ERT and figinsets. Perhaps incomplete.

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

21 years agoChange the LyX file format, adding a "preview" flag to Include insets.
Angus Leeming [Fri, 2 Aug 2002 18:25:25 +0000 (18:25 +0000)]
Change the LyX file format, adding a "preview" flag to Include insets.
Document this change in a new file FORMAT.
Enable the user to toggle preview status by modifying the Include dialog.

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

21 years agolyx2lyx is the name, that is what it is
John Levon [Fri, 2 Aug 2002 16:54:07 +0000 (16:54 +0000)]
lyx2lyx is the name, that is what it is

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

21 years agoNow generate previews when loading the buffer for insets in insets.
Angus Leeming [Fri, 2 Aug 2002 16:39:43 +0000 (16:39 +0000)]
Now generate previews when loading the buffer for insets in insets.

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

21 years agoCache the BufferView as a weak_ptr; get rid of those horrible current_views.
Angus Leeming [Fri, 2 Aug 2002 16:30:58 +0000 (16:30 +0000)]
Cache the BufferView as a weak_ptr; get rid of those horrible current_views.

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

21 years agoRevert John's change as it breaks reading of the user preamble.
Angus Leeming [Fri, 2 Aug 2002 16:18:15 +0000 (16:18 +0000)]
Revert John's change as it breaks reading of the user preamble.

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

21 years agoCreate .cvsignore
Dekel Tsur [Fri, 2 Aug 2002 15:50:51 +0000 (15:50 +0000)]
Create .cvsignore

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

21 years agomerge MathArray and MathXArray classes.
André Pönitz [Fri, 2 Aug 2002 14:29:42 +0000 (14:29 +0000)]
merge MathArray and MathXArray classes.

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

21 years agoremove a few unneeded 'include'
André Pönitz [Fri, 2 Aug 2002 14:04:16 +0000 (14:04 +0000)]
remove a few unneeded 'include'

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

21 years agosmall cleanup
John Levon [Fri, 2 Aug 2002 13:43:43 +0000 (13:43 +0000)]
small cleanup

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

21 years agouses references instead of returning vectors
André Pönitz [Fri, 2 Aug 2002 13:35:05 +0000 (13:35 +0000)]
uses references instead of returning vectors

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

21 years agoadd virtual destructor
André Pönitz [Fri, 2 Aug 2002 13:34:14 +0000 (13:34 +0000)]
add virtual destructor

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

21 years ago* Mathed now caches the BufferView as a weak_ptr.
Angus Leeming [Fri, 2 Aug 2002 12:38:20 +0000 (12:38 +0000)]
* Mathed now caches the BufferView as a weak_ptr.
* PreviewedInset caches the LaTeX snippet.
* Further clean-up of mathed's preview code.

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

21 years agoEdwin's updateParagraph patch.
Angus Leeming [Fri, 2 Aug 2002 12:28:59 +0000 (12:28 +0000)]
Edwin's updateParagraph patch.

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

21 years agoLyXView::view() now returns boost::shared_ptr<BufferView> const &.
Angus Leeming [Fri, 2 Aug 2002 09:21:50 +0000 (09:21 +0000)]
LyXView::view() now returns boost::shared_ptr<BufferView> const &.

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

21 years agofix recently introduced macro reading bug
André Pönitz [Fri, 2 Aug 2002 07:50:01 +0000 (07:50 +0000)]
fix recently introduced macro reading bug

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

21 years agoI did compile, I did, I did
John Levon [Fri, 2 Aug 2002 01:00:01 +0000 (01:00 +0000)]
I did compile, I did, I did

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

21 years agosmall cleanup in status()
John Levon [Fri, 2 Aug 2002 00:57:56 +0000 (00:57 +0000)]
small cleanup in status()

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

21 years agofix for open of non-existent file, writeFile() change
John Levon [Thu, 1 Aug 2002 22:26:30 +0000 (22:26 +0000)]
fix for open of non-existent file, writeFile() change

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

21 years agoPreviews for \input insets.
Angus Leeming [Thu, 1 Aug 2002 17:28:59 +0000 (17:28 +0000)]
Previews for \input insets.
Refactor code common to InsetInclude and InsetFormula into a new
PreviewedInset class.

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

21 years agoCompilation fix.
Angus Leeming [Thu, 1 Aug 2002 16:12:02 +0000 (16:12 +0000)]
Compilation fix.

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

21 years agosave inset lock state in the .lyx file
André Pönitz [Thu, 1 Aug 2002 15:53:46 +0000 (15:53 +0000)]
save inset lock state in the .lyx file

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

21 years agoInitial inclusion of lyx2lyx files
José Matox [Thu, 1 Aug 2002 15:26:32 +0000 (15:26 +0000)]
Initial inclusion of lyx2lyx files

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

21 years agono special treatment for scriptinsets
André Pönitz [Thu, 1 Aug 2002 11:48:53 +0000 (11:48 +0000)]
no special treatment for scriptinsets

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

21 years agofix font info
André Pönitz [Thu, 1 Aug 2002 11:47:40 +0000 (11:47 +0000)]
fix font info

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

21 years agows changes
André Pönitz [Thu, 1 Aug 2002 09:29:10 +0000 (09:29 +0000)]
ws changes

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

21 years agouse proper static_cast<unsigned int> instead of this uint thingy
André Pönitz [Thu, 1 Aug 2002 09:28:43 +0000 (09:28 +0000)]
use proper static_cast<unsigned int> instead of this uint thingy

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

21 years agoquick&dirty compile fix
André Pönitz [Thu, 1 Aug 2002 07:22:01 +0000 (07:22 +0000)]
quick&dirty compile fix

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

21 years agoremove options from spellchecker
John Levon [Thu, 1 Aug 2002 03:08:01 +0000 (03:08 +0000)]
remove options from spellchecker

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

21 years agoshow some more info on execvp error
John Levon [Thu, 1 Aug 2002 01:41:41 +0000 (01:41 +0000)]
show some more info on execvp error

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

21 years agoa step towards world domination^H^H^H
André Pönitz [Wed, 31 Jul 2002 17:26:14 +0000 (17:26 +0000)]
a step towards world domination^H^H^H
aehm... move things from the parbox inset to an abstract base class
'MathTextInset' and have a shot on implementing an ERT inset on top of
that.

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

21 years agofix \neq bug reported by edwin
André Pönitz [Wed, 31 Jul 2002 13:08:48 +0000 (13:08 +0000)]
fix \neq bug reported by edwin
rename the math-extern menu

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

21 years agomake math-extern a bit more visible in Edit->Math,
André Pönitz [Wed, 31 Jul 2002 05:36:33 +0000 (05:36 +0000)]
make math-extern a bit more visible in Edit->Math,
revamp some math key bindings
add \boxed to the list of known things

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

21 years agofix bug so inadvertent errno does not break connection
John Levon [Wed, 31 Jul 2002 04:40:31 +0000 (04:40 +0000)]
fix bug so inadvertent errno does not break connection

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

21 years agoremove_io_callback for Qt
John Levon [Wed, 31 Jul 2002 04:33:03 +0000 (04:33 +0000)]
remove_io_callback for Qt

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

21 years agodisable LFUN_LAYOUT_CHARACTER in ERT
John Levon [Tue, 30 Jul 2002 22:58:54 +0000 (22:58 +0000)]
disable LFUN_LAYOUT_CHARACTER in ERT

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

21 years agoremove io callback on shutdown
John Levon [Tue, 30 Jul 2002 22:35:43 +0000 (22:35 +0000)]
remove io callback on shutdown

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

21 years agore-adjust math-extern heuristics to new super/subscript inset
André Pönitz [Tue, 30 Jul 2002 17:51:19 +0000 (17:51 +0000)]
re-adjust math-extern heuristics to new super/subscript inset

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

21 years ago fix location of GNU gettext package
André Pönitz [Tue, 30 Jul 2002 17:37:34 +0000 (17:37 +0000)]
 fix location of GNU gettext package

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

21 years agoRename bbox.sed so that multiple runs don't get confused.
Angus Leeming [Tue, 30 Jul 2002 17:14:16 +0000 (17:14 +0000)]
Rename bbox.sed so that multiple runs don't get confused.

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

21 years agosupport for AMS's \boxed{} command
André Pönitz [Tue, 30 Jul 2002 16:04:41 +0000 (16:04 +0000)]
support for AMS's \boxed{} command

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

21 years agothe up/down stuff reworked
André Pönitz [Tue, 30 Jul 2002 13:56:02 +0000 (13:56 +0000)]
the up/down stuff reworked

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

21 years agofix wrong type in XWorkArea
Jean-Marc Lasgouttes [Tue, 30 Jul 2002 12:29:25 +0000 (12:29 +0000)]
fix wrong type in XWorkArea

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

21 years agofix #543
Jean-Marc Lasgouttes [Tue, 30 Jul 2002 12:14:43 +0000 (12:14 +0000)]
fix #543

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

21 years agoincomplete key mapping stuff. Introduces some breakage.
John Levon [Tue, 30 Jul 2002 00:53:57 +0000 (00:53 +0000)]
incomplete key mapping stuff. Introduces some breakage.

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

21 years agoupdate boost
Lars Gullik Bjønnes [Sun, 28 Jul 2002 23:38:39 +0000 (23:38 +0000)]
update boost

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

21 years agoRename strip to rtrim
Lars Gullik Bjønnes [Sun, 28 Jul 2002 22:50:13 +0000 (22:50 +0000)]
Rename strip to rtrim
Rename frontStrip to ltrim
Add new trim function.

modify source for this change.

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

21 years agoremove some unneeded version of functions from lstrings,
Lars Gullik Bjønnes [Sun, 28 Jul 2002 18:13:51 +0000 (18:13 +0000)]
remove some unneeded version of functions from lstrings,
some gcc 3.2. minor compile fixes.

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

21 years agomove things around
André Pönitz [Fri, 26 Jul 2002 17:23:44 +0000 (17:23 +0000)]
move things around

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

21 years agomove things around
André Pönitz [Fri, 26 Jul 2002 14:11:19 +0000 (14:11 +0000)]
move things around

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

21 years agoremove unnneded 'using's
André Pönitz [Fri, 26 Jul 2002 13:20:48 +0000 (13:20 +0000)]
remove unnneded 'using's

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

21 years agosome \parbox improvements
André Pönitz [Fri, 26 Jul 2002 13:13:20 +0000 (13:13 +0000)]
some \parbox improvements

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

21 years agoFixed 2 more problems with s+r. This fixes #482.
Jürgen Vigna [Fri, 26 Jul 2002 09:50:16 +0000 (09:50 +0000)]
Fixed 2 more problems with s+r. This fixes #482.

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

21 years agofix nasty crash when selection anchor pointed to a deleted cell
André Pönitz [Fri, 26 Jul 2002 07:39:13 +0000 (07:39 +0000)]
fix nasty crash when selection anchor pointed to a deleted cell

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

21 years agoI hate ChangeLog conflicts
John Levon [Thu, 25 Jul 2002 18:15:33 +0000 (18:15 +0000)]
I hate ChangeLog conflicts

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

21 years agofloat dialog fixes from juergen s.
Jean-Marc Lasgouttes [Thu, 25 Jul 2002 16:05:31 +0000 (16:05 +0000)]
float dialog fixes from juergen s.

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

21 years agoFixed some s+r bugs.
Jürgen Vigna [Thu, 25 Jul 2002 15:42:35 +0000 (15:42 +0000)]
Fixed some s+r bugs.

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

21 years agoadd 'dec' to switch back to decimal output
André Pönitz [Thu, 25 Jul 2002 14:44:25 +0000 (14:44 +0000)]
add 'dec' to switch back to decimal output

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

21 years agodisable submenus which contain only disabled items
Jean-Marc Lasgouttes [Thu, 25 Jul 2002 14:00:29 +0000 (14:00 +0000)]
disable submenus which contain only disabled items

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

21 years agoremove debug messages
André Pönitz [Thu, 25 Jul 2002 13:39:11 +0000 (13:39 +0000)]
remove debug messages

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

21 years agotry to fix cursor jumping
André Pönitz [Thu, 25 Jul 2002 13:34:13 +0000 (13:34 +0000)]
try to fix cursor jumping

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

21 years agofix bug with ever-growing bst files list (from herbert)
Jean-Marc Lasgouttes [Thu, 25 Jul 2002 12:07:26 +0000 (12:07 +0000)]
fix bug with ever-growing bst files list (from herbert)

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

21 years agoPerformance patches for tabulars from Edwin and John. Removed some
Jürgen Vigna [Thu, 25 Jul 2002 11:39:38 +0000 (11:39 +0000)]
Performance patches for tabulars from Edwin and John. Removed some
code which was there only for debugging purpose from undo_funcs.C.

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

21 years agoJ�rgen's float patch + "span columns"
John Levon [Thu, 25 Jul 2002 11:06:25 +0000 (11:06 +0000)]
J�rgen's float patch + "span columns"

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

21 years agotry to fix error shown by valgrind
André Pönitz [Thu, 25 Jul 2002 07:55:56 +0000 (07:55 +0000)]
try to fix error shown by valgrind

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

21 years agofix tooltips in toolbar
John Levon [Thu, 25 Jul 2002 05:04:01 +0000 (05:04 +0000)]
fix tooltips in toolbar

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

21 years agomake tab work
John Levon [Thu, 25 Jul 2002 04:41:11 +0000 (04:41 +0000)]
make tab work

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

21 years agoStep by step ..
John Levon [Thu, 25 Jul 2002 02:24:36 +0000 (02:24 +0000)]
Step by step ..

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

21 years agousing std::max
John Levon [Thu, 25 Jul 2002 02:23:13 +0000 (02:23 +0000)]
using std::max

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

21 years agocompile fix. I have tried 4 or 5 times now to update all the menus on
John Levon [Thu, 25 Jul 2002 02:11:39 +0000 (02:11 +0000)]
compile fix. I have tried 4 or 5 times now to update all the menus on
update() time ... no luck so far ...

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

21 years agomove toc menu code to menubackend
Jean-Marc Lasgouttes [Wed, 24 Jul 2002 22:32:03 +0000 (22:32 +0000)]
move toc menu code to menubackend

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

21 years agoIt compiles, ship it. JMarc, can you see why I might be segfaulting
John Levon [Wed, 24 Jul 2002 20:06:22 +0000 (20:06 +0000)]
It compiles, ship it. JMarc, can you see why I might be segfaulting
(see code) ?

Have I done this right ? Things are still wonky ... and what will I need
to do later ...

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

21 years agohandle Wide attribute of floats in their dialog (from Juergen S)
Jean-Marc Lasgouttes [Wed, 24 Jul 2002 15:37:17 +0000 (15:37 +0000)]
handle Wide attribute of floats in their dialog (from Juergen S)

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

21 years agofrench stuff update from Adrien
Jean-Marc Lasgouttes [Wed, 24 Jul 2002 10:27:26 +0000 (10:27 +0000)]
french stuff update from Adrien

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

21 years agoTrivial compilation fixes.
Angus Leeming [Wed, 24 Jul 2002 07:35:59 +0000 (07:35 +0000)]
Trivial compilation fixes.

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

21 years agomenubackend changes to prepare for toc migration
Jean-Marc Lasgouttes [Tue, 23 Jul 2002 22:42:12 +0000 (22:42 +0000)]
menubackend changes to prepare for toc migration

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

21 years agofix 172; please test
Jean-Marc Lasgouttes [Tue, 23 Jul 2002 21:03:38 +0000 (21:03 +0000)]
fix 172; please test

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

21 years agolast try ... sigh
John Levon [Tue, 23 Jul 2002 15:50:04 +0000 (15:50 +0000)]
last try ... sigh

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

21 years agoRegenerate a preview only when leaving a math inset with depth 1.
Angus Leeming [Tue, 23 Jul 2002 14:47:31 +0000 (14:47 +0000)]
Regenerate a preview only when leaving a math inset with depth 1.

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

21 years agoTexinfo path issue repaired, Bibtex style combo, Citation, External re-layout.
Edwin Leuven [Tue, 23 Jul 2002 13:12:55 +0000 (13:12 +0000)]
Texinfo path issue repaired, Bibtex style combo, Citation, External re-layout.

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

21 years agoherbert patch to read 1.2.0 graphics insets
Jean-Marc Lasgouttes [Tue, 23 Jul 2002 12:20:21 +0000 (12:20 +0000)]
herbert patch to read 1.2.0 graphics insets

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

21 years agoUse "\\" rather than "[\]" by using '' not "" to delimit the expression.
Angus Leeming [Tue, 23 Jul 2002 10:07:54 +0000 (10:07 +0000)]
Use "\\" rather than "[\]" by using '' not "" to delimit the expression.

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

21 years agoAesthetic improvement of equation positioning when previewing in display mode.
Angus Leeming [Tue, 23 Jul 2002 09:23:11 +0000 (09:23 +0000)]
Aesthetic improvement of equation positioning when previewing in display mode.

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

21 years agoMore efficient R.E..
Angus Leeming [Tue, 23 Jul 2002 09:19:58 +0000 (09:19 +0000)]
More efficient R.E..

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

21 years agoremove troublesome lines
John Levon [Tue, 23 Jul 2002 04:57:35 +0000 (04:57 +0000)]
remove troublesome lines

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

21 years agodon't crash when you press Alt Gr etc. :)
John Levon [Mon, 22 Jul 2002 22:07:16 +0000 (22:07 +0000)]
don't crash when you press Alt Gr etc. :)

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

21 years agofix display of rotated math decorations
Jean-Marc Lasgouttes [Mon, 22 Jul 2002 22:00:49 +0000 (22:00 +0000)]
fix display of rotated math decorations

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

21 years agotoolbar - remove dead code
John Levon [Mon, 22 Jul 2002 21:43:27 +0000 (21:43 +0000)]
toolbar - remove dead code

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

21 years agoadd connection objects and assign to them to
Lars Gullik Bjønnes [Mon, 22 Jul 2002 20:57:58 +0000 (20:57 +0000)]
add connection objects and assign to them to
work around a bug with some gcc compilers,
RHs 2.96 in particular.

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

21 years agotoolbar cleanup. JMarc, Lars, please see the fIXME. I haven't introduced the problem
John Levon [Mon, 22 Jul 2002 20:52:40 +0000 (20:52 +0000)]
toolbar cleanup. JMarc, Lars, please see the fIXME. I haven't introduced the problem
but we are leaking icons on every vector resize ...

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

21 years ago2002-07-22 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Mon, 22 Jul 2002 20:50:45 +0000 (20:50 +0000)]
2002-07-22  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* GraphicsConverter.C (build_script): take a ostream as a more
general argument than ostringstream.

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

21 years agosplit Menu::expand in chunks
Jean-Marc Lasgouttes [Mon, 22 Jul 2002 20:12:08 +0000 (20:12 +0000)]
split Menu::expand in chunks

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

21 years agoadd lyx_gui::exit() so Qt doesn't have to busy loop, which was eating
John Levon [Mon, 22 Jul 2002 18:56:04 +0000 (18:56 +0000)]
add lyx_gui::exit() so Qt doesn't have to busy loop, which was eating
CPU very badly

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

21 years agoprint psuedoaction on failure
John Levon [Mon, 22 Jul 2002 18:26:56 +0000 (18:26 +0000)]
print psuedoaction on failure

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

21 years agovarious small fixes
John Levon [Mon, 22 Jul 2002 18:22:35 +0000 (18:22 +0000)]
various small fixes

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

21 years agoUse lyxconvert script for reading old files
Dekel Tsur [Mon, 22 Jul 2002 17:11:41 +0000 (17:11 +0000)]
Use lyxconvert script for reading old files

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

21 years agoremove LFUN_TOOLBAR_PUSH
John Levon [Mon, 22 Jul 2002 16:05:17 +0000 (16:05 +0000)]
remove LFUN_TOOLBAR_PUSH

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

21 years agoFix loop search in cite dialog. Also info update fix.
Edwin Leuven [Mon, 22 Jul 2002 15:30:24 +0000 (15:30 +0000)]
Fix loop search in cite dialog. Also info update fix.

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

21 years agoAdd style browser to bibtex and document combo to refs. Also some altered dialog...
Edwin Leuven [Mon, 22 Jul 2002 14:04:38 +0000 (14:04 +0000)]
Add style browser to bibtex and document combo to refs. Also some altered dialog layouts and a compilation fix.

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

21 years agolatest graphics jumbo patch from herbert
Jean-Marc Lasgouttes [Mon, 22 Jul 2002 12:36:41 +0000 (12:36 +0000)]
latest graphics jumbo patch from herbert

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