]> git.lyx.org Git - lyx.git/log
lyx.git
23 years agoReorganised, cleaned-up and improved documentation of controllers.
Angus Leeming [Thu, 22 Mar 2001 11:24:36 +0000 (11:24 +0000)]
Reorganised, cleaned-up and improved documentation of controllers.
Implemented controller-view split for Copyright and Credits popups.

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

23 years agoCleaner code for linuxdoc generation that allowed finally to removed some
José Matox [Wed, 21 Mar 2001 23:38:07 +0000 (23:38 +0000)]
Cleaner code for linuxdoc generation that allowed finally to removed some
warnings from Lars, at least for now ;-).

Fixed long time bug regarding nested paragraph tags.
Better support for XML and linuxdoc regarding CDATA sections.

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

23 years agofix typo
Lars Gullik Bjønnes [Wed, 21 Mar 2001 19:14:09 +0000 (19:14 +0000)]
fix typo

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

23 years agodanish update
Jean-Marc Lasgouttes [Wed, 21 Mar 2001 15:32:10 +0000 (15:32 +0000)]
danish update

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

23 years agoImplementation of controller-view split for FormCharacter.
Angus Leeming [Wed, 21 Mar 2001 13:27:03 +0000 (13:27 +0000)]
Implementation of controller-view split for FormCharacter.
Some small clean-ups of code in frontends/controllers and frontends/xforms.
Added size_type and size() to Languages in language.h

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

23 years agosmall fix to ControlCitation
Angus Leeming [Tue, 20 Mar 2001 12:59:37 +0000 (12:59 +0000)]
small fix to ControlCitation

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

23 years agocontroller-view split of FormLog and FormVCLog.
Angus Leeming [Tue, 20 Mar 2001 10:14:03 +0000 (10:14 +0000)]
controller-view split of FormLog and FormVCLog.

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

23 years agouse anon namespace, somewhat better comp. handling of minipages, not quite there yet
Lars Gullik Bjønnes [Tue, 20 Mar 2001 01:22:46 +0000 (01:22 +0000)]
use anon namespace, somewhat better comp. handling of minipages, not quite there yet

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

23 years agoImplemented controller-view split for FormBibtex.
Angus Leeming [Mon, 19 Mar 2001 16:37:01 +0000 (16:37 +0000)]
Implemented controller-view split for FormBibtex.

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

23 years agoRewrote the maths panel so that ALL the popups now derive from FormBaseBD,
Angus Leeming [Mon, 19 Mar 2001 15:38:22 +0000 (15:38 +0000)]
Rewrote the maths panel so that ALL the popups now derive from FormBaseBD,
cleaning up the logic in the process. Should now be easy to move to a
controller-view split.
Moved the minw_, minh_ bug-fix into the base class. Can now forget about it!

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

23 years agodefault.ui fix ; compile fix
Jean-Marc Lasgouttes [Mon, 19 Mar 2001 15:06:18 +0000 (15:06 +0000)]
default.ui fix ; compile fix

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

23 years agominor tweaks to make qt2 compile (Edwin)
Edwin Leuven [Mon, 19 Mar 2001 13:28:31 +0000 (13:28 +0000)]
minor tweaks to make qt2 compile (Edwin)

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

23 years agoMinor cleanups of code and comments.
Baruch Even [Sun, 18 Mar 2001 17:48:56 +0000 (17:48 +0000)]
Minor cleanups of code and comments.

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

23 years agotry out anonnamespace, detfault to expanded minipage
Lars Gullik Bjønnes [Sat, 17 Mar 2001 02:06:21 +0000 (02:06 +0000)]
try out anonnamespace, detfault to expanded minipage

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

23 years agoCompiles and links again
Kalle Dalheimer [Fri, 16 Mar 2001 17:20:06 +0000 (17:20 +0000)]
Compiles and links again
Also integrates the citation dialog for the first time (not completely working yet and not transferred to new scheme either)

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

23 years agoAdded Minipage-Dialog, small fix in LyXTabular::l_getline (removing \r).
Jürgen Vigna [Fri, 16 Mar 2001 15:15:32 +0000 (15:15 +0000)]
Added Minipage-Dialog, small fix in LyXTabular::l_getline (removing \r).

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

23 years agomath panel cleanup. LyX no longer crashes on "Close"ing the math panel, but
Angus Leeming [Fri, 16 Mar 2001 15:00:27 +0000 (15:00 +0000)]
math panel cleanup. LyX no longer crashes on "Close"ing the math panel, but
still does on exit from LyX if the math panel has been opened.

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

23 years agocompilation fixes
Jean-Marc Lasgouttes [Fri, 16 Mar 2001 14:47:48 +0000 (14:47 +0000)]
compilation fixes

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

23 years agomathed62.diff
Lars Gullik Bjønnes [Fri, 16 Mar 2001 12:54:34 +0000 (12:54 +0000)]
mathed62.diff

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

23 years agoCompile fixes for DEC cxx, John's maths and keymap patches.
Angus Leeming [Fri, 16 Mar 2001 12:08:14 +0000 (12:08 +0000)]
Compile fixes for DEC cxx, John's maths and keymap patches.

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

23 years agoadd boost
Lars Gullik Bjønnes [Fri, 16 Mar 2001 11:54:34 +0000 (11:54 +0000)]
add boost

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

23 years agodont use cerr directly use lyxerr
Lars Gullik Bjønnes [Fri, 16 Mar 2001 08:29:10 +0000 (08:29 +0000)]
dont use cerr directly use lyxerr

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

23 years agoNO_PEXTRA and NO_PEXTRA_REALLY
Lars Gullik Bjønnes [Fri, 16 Mar 2001 00:09:53 +0000 (00:09 +0000)]
NO_PEXTRA and NO_PEXTRA_REALLY

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

23 years agobetter the minipage compability a bit
Lars Gullik Bjønnes [Thu, 15 Mar 2001 19:03:46 +0000 (19:03 +0000)]
better the minipage compability a bit

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

23 years agomathed61.diff
Lars Gullik Bjønnes [Thu, 15 Mar 2001 18:22:33 +0000 (18:22 +0000)]
mathed61.diff

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

23 years agoremove CXX_WORKING_NAMESPACES
Lars Gullik Bjønnes [Thu, 15 Mar 2001 18:21:56 +0000 (18:21 +0000)]
remove CXX_WORKING_NAMESPACES

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

23 years agoAdded splash for qt2 frontend, Edwin
Edwin Leuven [Thu, 15 Mar 2001 16:34:44 +0000 (16:34 +0000)]
Added splash for qt2 frontend, Edwin

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

23 years agomathed60.diff one hunk of prev apllied code rejected
Lars Gullik Bjønnes [Thu, 15 Mar 2001 16:08:26 +0000 (16:08 +0000)]
mathed60.diff one hunk of prev apllied code rejected

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

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