]> git.lyx.org Git - lyx.git/log
lyx.git
23 years agoone small private fix in mathed, put noncopyable and tie into boost namespace
Lars Gullik Bjønnes [Thu, 15 Mar 2001 16:04:46 +0000 (16:04 +0000)]
one small private fix in mathed, put noncopyable and tie into boost namespace

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

23 years agomathed59.diff
Lars Gullik Bjønnes [Thu, 15 Mar 2001 15:07:17 +0000 (15:07 +0000)]
mathed59.diff

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

23 years agorevert mathed58.diff
Lars Gullik Bjønnes [Thu, 15 Mar 2001 14:41:40 +0000 (14:41 +0000)]
revert mathed58.diff

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

23 years agomathed58.diff
Lars Gullik Bjønnes [Thu, 15 Mar 2001 14:11:13 +0000 (14:11 +0000)]
mathed58.diff

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

23 years agoMerging BRANCH_MVC back into HEAD.
Angus Leeming [Thu, 15 Mar 2001 13:37:04 +0000 (13:37 +0000)]
Merging BRANCH_MVC back into HEAD.

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

23 years agoQt2 port compiles with qt 2.2.1, so don't test for higher.
Angus Leeming [Thu, 15 Mar 2001 12:54:01 +0000 (12:54 +0000)]
Qt2 port compiles with qt 2.2.1, so don't test for higher.

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

23 years agoalmost whitespace!
Angus Leeming [Thu, 15 Mar 2001 12:12:18 +0000 (12:12 +0000)]
almost whitespace!

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

23 years agoadded using directive to math_cursor.C
Angus Leeming [Thu, 15 Mar 2001 10:56:00 +0000 (10:56 +0000)]
added using directive to math_cursor.C

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

23 years agoAdded using directive to insettoc.C
Angus Leeming [Thu, 15 Mar 2001 10:31:00 +0000 (10:31 +0000)]
Added using directive to insettoc.C

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

23 years agosmall changes to enable compilation once again of FormParagraph.C,
Angus Leeming [Thu, 15 Mar 2001 10:22:41 +0000 (10:22 +0000)]
small changes to enable compilation once again of FormParagraph.C,
associated with Lars' creation of a params struct.

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

23 years agomathed57.diff
Lars Gullik Bjønnes [Thu, 15 Mar 2001 10:10:01 +0000 (10:10 +0000)]
mathed57.diff

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

23 years agoremove redundant break statement from LyXFunc::Dispatch.
Angus Leeming [Thu, 15 Mar 2001 10:06:52 +0000 (10:06 +0000)]
remove redundant break statement from LyXFunc::Dispatch.

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

23 years agoSmall cleanup, not part of MVC changes.
Angus Leeming [Thu, 15 Mar 2001 10:02:36 +0000 (10:02 +0000)]
Small cleanup, not part of MVC changes.

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

23 years agoFixed \r reading for tabulars.
Jürgen Vigna [Wed, 14 Mar 2001 16:10:15 +0000 (16:10 +0000)]
Fixed \r reading for tabulars.

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

23 years agohack together fix for minipage reading
Lars Gullik Bjønnes [Wed, 14 Mar 2001 14:54:30 +0000 (14:54 +0000)]
hack together fix for minipage reading

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

23 years agoupdates to minipage inset
Lars Gullik Bjønnes [Wed, 14 Mar 2001 14:53:55 +0000 (14:53 +0000)]
updates to minipage inset

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

23 years agoJohn's tiny FormGraphics patch and large GUI-I InsetInclude patch.
Angus Leeming [Wed, 14 Mar 2001 10:57:39 +0000 (10:57 +0000)]
John's tiny FormGraphics patch and large GUI-I InsetInclude patch.

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

23 years agoDo not put space between multiple keys.
Dekel Tsur [Tue, 13 Mar 2001 15:03:54 +0000 (15:03 +0000)]
Do not put space between multiple keys.

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

23 years agoCleanup
Dekel Tsur [Tue, 13 Mar 2001 13:53:58 +0000 (13:53 +0000)]
Cleanup

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

23 years agoAllow including of files with different class than the parent file
Dekel Tsur [Tue, 13 Mar 2001 13:40:08 +0000 (13:40 +0000)]
Allow including of files with different class than the parent file

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

23 years agofix toggling of font size
Jean-Marc Lasgouttes [Tue, 13 Mar 2001 11:45:42 +0000 (11:45 +0000)]
fix toggling of font size

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

23 years agofix toggling of font size
Jean-Marc Lasgouttes [Tue, 13 Mar 2001 11:45:41 +0000 (11:45 +0000)]
fix toggling of font size

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

23 years agoRemove debug message
Dekel Tsur [Mon, 12 Mar 2001 16:35:58 +0000 (16:35 +0000)]
Remove debug message

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

23 years agosmall compilation fixes
Jean-Marc Lasgouttes [Mon, 12 Mar 2001 15:49:14 +0000 (15:49 +0000)]
small compilation fixes

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

23 years agomathed55.diff
Lars Gullik Bjønnes [Mon, 12 Mar 2001 13:58:11 +0000 (13:58 +0000)]
mathed55.diff

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

23 years agoCleanup
Dekel Tsur [Mon, 12 Mar 2001 13:08:03 +0000 (13:08 +0000)]
Cleanup

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

23 years agoFogot to "add" these files when I committed last time.
Angus Leeming [Mon, 12 Mar 2001 12:47:07 +0000 (12:47 +0000)]
Fogot to "add" these files when I committed last time.

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

23 years agoJohn's splash patch
Angus Leeming [Mon, 12 Mar 2001 12:44:56 +0000 (12:44 +0000)]
John's splash patch

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

23 years agoJohn's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
Angus Leeming [Mon, 12 Mar 2001 11:22:26 +0000 (11:22 +0000)]
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.

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

23 years agomake lyx compile with NEW_INSETS and gcc 3.0
Lars Gullik Bjønnes [Mon, 12 Mar 2001 09:30:12 +0000 (09:30 +0000)]
make lyx compile with NEW_INSETS and gcc 3.0

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

23 years agomake it compile with gcc 3.0
Lars Gullik Bjønnes [Mon, 12 Mar 2001 08:52:37 +0000 (08:52 +0000)]
make it compile with gcc 3.0

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

23 years agosome further work on the float lists
Lars Gullik Bjønnes [Mon, 12 Mar 2001 01:43:12 +0000 (01:43 +0000)]
some further work on the float lists

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

23 years agogen toc also when NEW_INSETS is defined
Lars Gullik Bjønnes [Sun, 11 Mar 2001 20:04:33 +0000 (20:04 +0000)]
gen toc also when NEW_INSETS is defined

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

23 years agodynamic number of lists
Lars Gullik Bjønnes [Sun, 11 Mar 2001 18:39:00 +0000 (18:39 +0000)]
dynamic number of lists

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

23 years agomove the most important changes from branch new_insets to head. Still dependant on...
Lars Gullik Bjønnes [Sun, 11 Mar 2001 03:20:44 +0000 (03:20 +0000)]
move the most important changes from branch new_insets to head. Still dependant on NEW_INSETS

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

23 years agoremove Last when NEW_INSETS is defined
Lars Gullik Bjønnes [Sun, 11 Mar 2001 00:21:13 +0000 (00:21 +0000)]
remove Last when NEW_INSETS is defined

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

23 years agomathed53.diff
Lars Gullik Bjønnes [Sat, 10 Mar 2001 09:01:23 +0000 (09:01 +0000)]
mathed53.diff

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

23 years agomathed52.diff
Lars Gullik Bjønnes [Fri, 9 Mar 2001 23:55:50 +0000 (23:55 +0000)]
mathed52.diff

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

23 years agoupdate polish translation
Jean-Marc Lasgouttes [Fri, 9 Mar 2001 14:39:39 +0000 (14:39 +0000)]
update polish translation

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

23 years agofinnish update
Jean-Marc Lasgouttes [Fri, 9 Mar 2001 13:15:22 +0000 (13:15 +0000)]
finnish update

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

23 years agomathed51.diff
Lars Gullik Bjønnes [Fri, 9 Mar 2001 08:45:10 +0000 (08:45 +0000)]
mathed51.diff

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

23 years agosome cascading name changes
Lars Gullik Bjønnes [Fri, 9 Mar 2001 00:56:42 +0000 (00:56 +0000)]
some cascading name changes

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

23 years agomathed50.diff
Lars Gullik Bjønnes [Thu, 8 Mar 2001 22:19:55 +0000 (22:19 +0000)]
mathed50.diff

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

23 years agoCompilation fix.
Dekel Tsur [Thu, 8 Mar 2001 16:53:47 +0000 (16:53 +0000)]
Compilation fix.

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

23 years agoFix compilation problem
Dekel Tsur [Thu, 8 Mar 2001 14:56:55 +0000 (14:56 +0000)]
Fix compilation problem

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

23 years agogettext cleanup
Jean-Marc Lasgouttes [Thu, 8 Mar 2001 14:22:43 +0000 (14:22 +0000)]
gettext cleanup

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

23 years agoCREDITS update
Jean-Marc Lasgouttes [Thu, 8 Mar 2001 14:22:18 +0000 (14:22 +0000)]
CREDITS update

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

23 years agomathed49.diff
Lars Gullik Bjønnes [Thu, 8 Mar 2001 13:38:20 +0000 (13:38 +0000)]
mathed49.diff

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

23 years agoEd's credits patch and Baruch's gnome patch.
Angus Leeming [Thu, 8 Mar 2001 12:58:40 +0000 (12:58 +0000)]
Ed's credits patch and Baruch's gnome patch.

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

23 years agomathed48.diff
Lars Gullik Bjønnes [Thu, 8 Mar 2001 11:51:35 +0000 (11:51 +0000)]
mathed48.diff

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

23 years agoChangeLogs tweaks
Jean-Marc Lasgouttes [Thu, 8 Mar 2001 11:29:24 +0000 (11:29 +0000)]
ChangeLogs tweaks

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

23 years agopolish translation update
Jean-Marc Lasgouttes [Thu, 8 Mar 2001 11:18:57 +0000 (11:18 +0000)]
polish translation update

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

23 years agoremove mem leaks
Lars Gullik Bjønnes [Wed, 7 Mar 2001 16:18:05 +0000 (16:18 +0000)]
remove mem leaks

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

23 years agoApplied John's FileDialog patch.
Jürgen Vigna [Wed, 7 Mar 2001 14:25:31 +0000 (14:25 +0000)]
Applied John's FileDialog patch.

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

23 years agoRemoved an incorrect assert in GraphicsCache.
Baruch Even [Wed, 7 Mar 2001 12:43:48 +0000 (12:43 +0000)]
Removed an incorrect assert in GraphicsCache.

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

23 years agosmall compilation fix
Jean-Marc Lasgouttes [Wed, 7 Mar 2001 11:22:05 +0000 (11:22 +0000)]
small compilation fix

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

23 years agono log...
Lars Gullik Bjønnes [Tue, 6 Mar 2001 19:29:58 +0000 (19:29 +0000)]
no log...

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

23 years agomathed47.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 19:08:30 +0000 (19:08 +0000)]
mathed47.diff

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

23 years agomathed46.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 18:17:16 +0000 (18:17 +0000)]
mathed46.diff

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

23 years agomathed45.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 17:44:53 +0000 (17:44 +0000)]
mathed45.diff

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

23 years agoShareContainer compile fixes
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 17:18:06 +0000 (17:18 +0000)]
ShareContainer compile fixes

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

23 years agomathed44.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 17:13:12 +0000 (17:13 +0000)]
mathed44.diff

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

23 years agoqt2 find&replace
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 14:23:02 +0000 (14:23 +0000)]
qt2 find&replace

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

23 years agoParagraphParameters and SharedContainer
Lars Gullik Bjønnes [Tue, 6 Mar 2001 14:07:14 +0000 (14:07 +0000)]
ParagraphParameters and SharedContainer

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

23 years agopreliminary Thai support
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 13:46:08 +0000 (13:46 +0000)]
preliminary Thai support

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

23 years agomathed42.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 11:13:14 +0000 (11:13 +0000)]
mathed42.diff

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

23 years agopolish translation update
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 11:07:22 +0000 (11:07 +0000)]
polish translation update

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

23 years agofind&replace fixes
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 11:05:15 +0000 (11:05 +0000)]
find&replace fixes

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

23 years agoserbo-croatian support
Jean-Marc Lasgouttes [Tue, 6 Mar 2001 11:04:43 +0000 (11:04 +0000)]
serbo-croatian support

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

23 years agomathed41.diff
Lars Gullik Bjønnes [Tue, 6 Mar 2001 10:24:45 +0000 (10:24 +0000)]
mathed41.diff

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

23 years agoEdwins f&r GUII patch with a small fix.
Jürgen Vigna [Tue, 6 Mar 2001 10:20:33 +0000 (10:20 +0000)]
Edwins f&r GUII patch with a small fix.

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

23 years agoCreate and use a little setEnabled() xforms wrapper function.
Angus Leeming [Mon, 5 Mar 2001 19:05:57 +0000 (19:05 +0000)]
Create and use a little setEnabled() xforms wrapper function.

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

23 years agocreate and use a little setEnabled() xforms wrapper function.
Angus Leeming [Mon, 5 Mar 2001 19:02:40 +0000 (19:02 +0000)]
create and use a little setEnabled() xforms wrapper function.

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

23 years agoUpdate copyright notice to 2001
Angus Leeming [Mon, 5 Mar 2001 12:07:12 +0000 (12:07 +0000)]
Update copyright notice to 2001

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

23 years agoEd's Qt2 Character dialog.
Angus Leeming [Mon, 5 Mar 2001 12:04:43 +0000 (12:04 +0000)]
Ed's Qt2 Character dialog.

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

23 years agoJohn's --with-version-suffix
Jean-Marc Lasgouttes [Mon, 5 Mar 2001 11:54:00 +0000 (11:54 +0000)]
John's --with-version-suffix

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

23 years agorename french example files
Jean-Marc Lasgouttes [Mon, 5 Mar 2001 11:25:30 +0000 (11:25 +0000)]
rename french example files

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

23 years agomathed40.diff
Lars Gullik Bjønnes [Mon, 5 Mar 2001 10:52:39 +0000 (10:52 +0000)]
mathed40.diff

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

23 years agomathed39.diff
Lars Gullik Bjønnes [Mon, 5 Mar 2001 10:23:55 +0000 (10:23 +0000)]
mathed39.diff

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

23 years agosmall cleanup read ChangeLog
Lars Gullik Bjønnes [Mon, 5 Mar 2001 10:18:36 +0000 (10:18 +0000)]
small cleanup read ChangeLog

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

23 years agoqtchar.diff
Lars Gullik Bjønnes [Mon, 5 Mar 2001 10:16:03 +0000 (10:16 +0000)]
qtchar.diff

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

23 years agosmall stuff
Lars Gullik Bjønnes [Thu, 1 Mar 2001 20:25:38 +0000 (20:25 +0000)]
small stuff

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

23 years agocleanup indent
Lars Gullik Bjønnes [Thu, 1 Mar 2001 20:05:38 +0000 (20:05 +0000)]
cleanup indent

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

23 years agomove inlines out of line
Lars Gullik Bjønnes [Thu, 1 Mar 2001 19:57:01 +0000 (19:57 +0000)]
move inlines out of line

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

23 years agoremove default constructor
Lars Gullik Bjønnes [Thu, 1 Mar 2001 16:49:31 +0000 (16:49 +0000)]
remove default constructor

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

23 years agosome source cleanup from John
Jean-Marc Lasgouttes [Thu, 1 Mar 2001 15:57:10 +0000 (15:57 +0000)]
some source cleanup from John

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

23 years agomathed37.diff
Lars Gullik Bjønnes [Thu, 1 Mar 2001 15:33:22 +0000 (15:33 +0000)]
mathed37.diff

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

23 years agoinstall fixes, small cleanups
Jean-Marc Lasgouttes [Thu, 1 Mar 2001 15:03:52 +0000 (15:03 +0000)]
install fixes, small cleanups

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

23 years agolyx-devel.diff
Lars Gullik Bjønnes [Thu, 1 Mar 2001 14:26:01 +0000 (14:26 +0000)]
lyx-devel.diff

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

23 years agomore mathed changes, read the changelog
Lars Gullik Bjønnes [Thu, 1 Mar 2001 14:07:43 +0000 (14:07 +0000)]
more mathed changes, read the changelog

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

23 years agochanges so far ...
Lars Gullik Bjønnes [Thu, 1 Mar 2001 13:39:36 +0000 (13:39 +0000)]
changes so far ...

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

23 years agomove inlines add pragma
Lars Gullik Bjønnes [Thu, 1 Mar 2001 13:37:48 +0000 (13:37 +0000)]
move inlines add pragma

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

23 years agosmall whitespace change
Lars Gullik Bjønnes [Thu, 1 Mar 2001 13:33:06 +0000 (13:33 +0000)]
small whitespace change

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

23 years agoadd std support
Lars Gullik Bjønnes [Thu, 1 Mar 2001 13:31:14 +0000 (13:31 +0000)]
add std support

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

23 years agoadd clause for gcc 3.0
Lars Gullik Bjønnes [Thu, 1 Mar 2001 13:29:22 +0000 (13:29 +0000)]
add clause for gcc 3.0

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

23 years agoMathMacroTemplate::update cleanup
Lars Gullik Bjønnes [Wed, 28 Feb 2001 17:51:28 +0000 (17:51 +0000)]
MathMacroTemplate::update cleanup

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

23 years agofix the matrix reading other small cleanup
Lars Gullik Bjønnes [Wed, 28 Feb 2001 17:21:16 +0000 (17:21 +0000)]
fix the matrix reading other small cleanup

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

23 years agomathed cleanup, change mask for tmpdir
Lars Gullik Bjønnes [Wed, 28 Feb 2001 11:56:36 +0000 (11:56 +0000)]
mathed cleanup, change mask for tmpdir

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

23 years agoChanged the singleton implementation in GraphicsCache, the former version
Baruch Even [Wed, 28 Feb 2001 11:32:10 +0000 (11:32 +0000)]
Changed the singleton implementation in GraphicsCache, the former version
leaked, in the sense that it was not deallocated at program end.

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

23 years agoFixed the behaviour of Goto-Ref (?)
Dekel Tsur [Tue, 27 Feb 2001 12:46:56 +0000 (12:46 +0000)]
Fixed the behaviour of Goto-Ref (?)
Needs to be ported to the other frontends!

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