]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoAllow boldface and font size changing commands for unicode symbols in math.
Enrico Forestieri [Sun, 1 Jun 2008 01:10:59 +0000 (01:10 +0000)]
Allow boldface and font size changing commands for unicode symbols in math.

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

16 years agofix my color cache "improvements"
André Pönitz [Sat, 31 May 2008 22:39:52 +0000 (22:39 +0000)]
fix my color cache "improvements"

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

16 years agoFix bug 3938
Enrico Forestieri [Sat, 31 May 2008 20:54:50 +0000 (20:54 +0000)]
Fix bug 3938

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

16 years ago* LyXAction.cpp:
Jürgen Spitzmüller [Sat, 31 May 2008 13:34:50 +0000 (13:34 +0000)]
* LyXAction.cpp:
- small clarification in the doxy.

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

16 years agoscons_manifest.py: fix SCons after r25021
Uwe Stöhr [Sat, 31 May 2008 13:10:17 +0000 (13:10 +0000)]
scons_manifest.py: fix SCons after r25021

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

16 years agoOne more.
Pavel Sanda [Sat, 31 May 2008 12:28:16 +0000 (12:28 +0000)]
One more.

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

16 years agoGerman documentation update by Hartmut
Uwe Stöhr [Sat, 31 May 2008 12:27:10 +0000 (12:27 +0000)]
German documentation update by Hartmut

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

16 years ago* Doxy.
Pavel Sanda [Sat, 31 May 2008 10:07:09 +0000 (10:07 +0000)]
* Doxy.

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

16 years agoRemove client/debug.* since they are not used anymore.
Pavel Sanda [Fri, 30 May 2008 23:45:52 +0000 (23:45 +0000)]
Remove client/debug.* since they are not used anymore.
Moreover they cause problems wrt make dist.

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

16 years ago* Doxy.
Pavel Sanda [Fri, 30 May 2008 23:10:56 +0000 (23:10 +0000)]
* Doxy.

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

16 years agoBack to 1.6.0svn
José Matox [Fri, 30 May 2008 16:01:46 +0000 (16:01 +0000)]
Back to 1.6.0svn

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

16 years agoGoing for 1.6.0 (beta 1) 1.6.0beta1
José Matox [Fri, 30 May 2008 15:56:49 +0000 (15:56 +0000)]
Going for 1.6.0 (beta 1)

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

16 years agoFix remaining issues with InsetSpace. The identifier "Space" used in the .lyx
Richard Heck [Fri, 30 May 2008 15:38:43 +0000 (15:38 +0000)]
Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx
file has been changed to "space" to match the identifier used for the inset in
Inset.cpp and for the dialog in GuiView.cpp.

In future, we will want to get a similar uniformity elsewhere: The identifier
used in the LyX file should match the one used as inset identifier. The easy
way to do this, in the code, is to have insets write themselves this way:
os << insetName(lyxCode()) << " ";
rather than at present:
os << "space ";
Similar things could then happen elsewhere. E.g., if the dialog names are in
sync with the inset names, then we could do something like:
hideDialogs(insetName(lyxCode()), this);
rather than
hideDialogs("space", this);
and perhaps even put that into the Inset destructor rather than have specific
versions in each inset---with a test for whether there is such a dialog, of
course.

But this is all for later.

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

16 years agoUpdate (again - again) translations for beta1
José Matox [Fri, 30 May 2008 15:34:39 +0000 (15:34 +0000)]
Update (again - again) translations for beta1

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

16 years agoFix some of the InsetSpace problems.
Richard Heck [Fri, 30 May 2008 15:18:13 +0000 (15:18 +0000)]
Fix some of the InsetSpace problems.

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

16 years agoRevert previous commit.
Richard Heck [Fri, 30 May 2008 14:59:28 +0000 (14:59 +0000)]
Revert previous commit.

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

16 years agoReduce the news of stable versions other than the first to the highlights.
José Matox [Fri, 30 May 2008 14:43:42 +0000 (14:43 +0000)]
Reduce the news of stable versions other than the first to the highlights.

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

16 years agoAdd list of branches.
Abdelrazak Younes [Fri, 30 May 2008 13:59:29 +0000 (13:59 +0000)]
Add list of branches.

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

16 years agoAdd autoconf 2.62 to the list of supported versions
José Matox [Fri, 30 May 2008 12:57:06 +0000 (12:57 +0000)]
Add autoconf 2.62 to the list of supported versions

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

16 years agoforgot that one.
Abdelrazak Younes [Fri, 30 May 2008 12:23:15 +0000 (12:23 +0000)]
forgot that one.

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

16 years agoReset the focus on the work area after using on any navigator gui control.
Abdelrazak Younes [Fri, 30 May 2008 12:13:42 +0000 (12:13 +0000)]
Reset the focus on the work area after using on any navigator gui control.

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

16 years agoUpdate NEWS to beta 1
José Matox [Fri, 30 May 2008 12:12:38 +0000 (12:12 +0000)]
Update NEWS to beta 1

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

16 years agoCode simplification.
Abdelrazak Younes [Fri, 30 May 2008 11:59:57 +0000 (11:59 +0000)]
Code simplification.

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

16 years agoset the focus on the work area after clicking on a navigator item.
Abdelrazak Younes [Fri, 30 May 2008 11:33:24 +0000 (11:33 +0000)]
set the focus on the work area after clicking on a navigator item.

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

16 years agoUpdate (again) translations for beta1
José Matox [Fri, 30 May 2008 11:10:51 +0000 (11:10 +0000)]
Update (again) translations for beta1

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

16 years agoUpdate translations for beta1
José Matox [Fri, 30 May 2008 10:06:16 +0000 (10:06 +0000)]
Update translations for beta1

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

16 years ago* InsetSpace.cpp:
Jürgen Spitzmüller [Fri, 30 May 2008 09:31:06 +0000 (09:31 +0000)]
* InsetSpace.cpp:
- brace/arrowfill drawing cosmetics, by Helge.

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

16 years ago* Doxy.
Pavel Sanda [Thu, 29 May 2008 23:11:06 +0000 (23:11 +0000)]
* Doxy.

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

16 years agonext try
André Pönitz [Thu, 29 May 2008 17:57:57 +0000 (17:57 +0000)]
next try

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

16 years agoFuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool)
Richard Heck [Thu, 29 May 2008 15:14:00 +0000 (15:14 +0000)]
FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool)

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

16 years ago* GuiErrorList.{cpp,h}:
Jürgen Spitzmüller [Thu, 29 May 2008 12:37:22 +0000 (12:37 +0000)]
* GuiErrorList.{cpp,h}:
- Fix error navigation with the keyboard (bug 4895).

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

16 years ago* cs.po
Pavel Sanda [Thu, 29 May 2008 11:55:23 +0000 (11:55 +0000)]
* cs.po

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

16 years agoone string more.
Pavel Sanda [Thu, 29 May 2008 11:54:29 +0000 (11:54 +0000)]
one string more.

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

16 years agofix duplicate shortcuts.
Abdelrazak Younes [Thu, 29 May 2008 11:45:00 +0000 (11:45 +0000)]
fix duplicate shortcuts.

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

16 years agoremove invalid comment
Abdelrazak Younes [Thu, 29 May 2008 11:25:01 +0000 (11:25 +0000)]
remove invalid comment

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

16 years agoSome strings.
Pavel Sanda [Thu, 29 May 2008 11:24:42 +0000 (11:24 +0000)]
Some strings.

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

16 years agotypo.
Pavel Sanda [Thu, 29 May 2008 09:47:06 +0000 (09:47 +0000)]
typo.

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

16 years ago* Doxy.
Pavel Sanda [Thu, 29 May 2008 09:40:47 +0000 (09:40 +0000)]
* Doxy.

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

16 years ago* enabled() is the getter, enabled(bool) is the setter method.
Stefan Schimanski [Thu, 29 May 2008 08:09:58 +0000 (08:09 +0000)]
* enabled() is the getter, enabled(bool) is the setter method.

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

16 years agoImprove my additions.
Richard Heck [Wed, 28 May 2008 23:07:41 +0000 (23:07 +0000)]
Improve my additions.

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

16 years agoGerman Extended.lyx: - small correction by Hartmut
Uwe Stöhr [Wed, 28 May 2008 20:51:37 +0000 (20:51 +0000)]
German Extended.lyx: - small correction by Hartmut

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

16 years agosciword.bind: update the math numbering to what we have in trunk, fixes also bug...
Uwe Stöhr [Wed, 28 May 2008 20:45:01 +0000 (20:45 +0000)]
sciword.bind: update the math numbering to what we have in trunk, fixes also bug 4893

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

16 years ago- po-file update
Uwe Stöhr [Wed, 28 May 2008 20:11:42 +0000 (20:11 +0000)]
- po-file update
- de.po: some translations

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

16 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Wed, 28 May 2008 19:58:30 +0000 (19:58 +0000)]
fr.po: updates by Jean-Pierre

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

16 years agosmall updates.
Abdelrazak Younes [Wed, 28 May 2008 16:08:14 +0000 (16:08 +0000)]
small updates.

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

16 years agoAdd LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.
Richard Heck [Wed, 28 May 2008 16:02:09 +0000 (16:02 +0000)]
Add LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.

These have been added to BufferView::dispatch() and BufferView::getStatus() for now. Shortly, we'll be making wider use of Buffer::dispatch() and introducing Buffer::getStatus() and moving these and some other LFUNs there.

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

16 years agoGuiToolbar::fill(): only once.
Abdelrazak Younes [Wed, 28 May 2008 10:30:25 +0000 (10:30 +0000)]
GuiToolbar::fill(): only once.

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

16 years agostartup optimisation: delay toolbar filling until it is shown on screen.
Abdelrazak Younes [Wed, 28 May 2008 10:26:03 +0000 (10:26 +0000)]
startup optimisation: delay toolbar filling until it is shown on screen.

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

16 years agoFix bug 4097: Give LyX an intelligent return value on file load errors.
Richard Heck [Wed, 28 May 2008 00:25:42 +0000 (00:25 +0000)]
Fix bug 4097: Give LyX an intelligent return value on file load errors.

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

16 years agoCosmetics.
Pavel Sanda [Tue, 27 May 2008 22:17:01 +0000 (22:17 +0000)]
Cosmetics.

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

16 years ago* Doxy.
Pavel Sanda [Tue, 27 May 2008 22:14:03 +0000 (22:14 +0000)]
* Doxy.

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

16 years agoGerman Extended.lyx: - fix handling of the picinpar package
Uwe Stöhr [Tue, 27 May 2008 22:11:25 +0000 (22:11 +0000)]
German Extended.lyx: - fix handling of the picinpar package
                     - delete sections whose content is already in the EmbeddedObjects manual and therefore already removed in the English version of this document

German UserGuide.lyx: some cleanups by Hartmut

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

16 years ago* INSTALL: clarify description of --with-version-suffix (bug 4890).
Jürgen Spitzmüller [Tue, 27 May 2008 20:13:48 +0000 (20:13 +0000)]
* INSTALL: clarify description of --with-version-suffix (bug 4890).

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

16 years agoBranches can use any layout.
Richard Heck [Tue, 27 May 2008 19:25:57 +0000 (19:25 +0000)]
Branches can use any layout.

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

16 years agoCosmetics.
Richard Heck [Tue, 27 May 2008 19:00:42 +0000 (19:00 +0000)]
Cosmetics.

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

16 years agoSimplify things just a little bit.
Richard Heck [Tue, 27 May 2008 18:57:16 +0000 (18:57 +0000)]
Simplify things just a little bit.

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

16 years agobug fix with minibuffer focus.
Abdelrazak Younes [Tue, 27 May 2008 17:29:36 +0000 (17:29 +0000)]
bug fix with minibuffer focus.

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

16 years agoWork around an incompatibility between paper.cls and how we handle environments....
Richard Heck [Tue, 27 May 2008 16:22:25 +0000 (16:22 +0000)]
Work around an incompatibility between paper.cls and how we handle environments. The paper class seems to expect a pair of newlines are the end of the abstract envirnoment, which we do not produce; this has the effect that the abstract runs into the first paragraph in certain cases.

Jurgen, this could also go into branch.

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

16 years agofix focus problem with minibuffer.
Abdelrazak Younes [Tue, 27 May 2008 16:15:56 +0000 (16:15 +0000)]
fix focus problem with minibuffer.

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

16 years agofullscreen tweaking.
Abdelrazak Younes [Tue, 27 May 2008 13:30:40 +0000 (13:30 +0000)]
fullscreen tweaking.

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

16 years agoTemptatively fix fullscreen problems on X11.
Abdelrazak Younes [Tue, 27 May 2008 13:16:50 +0000 (13:16 +0000)]
Temptatively fix fullscreen problems on X11.

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

16 years agoFix crash with multiple windows.
Abdelrazak Younes [Tue, 27 May 2008 12:33:06 +0000 (12:33 +0000)]
Fix crash with multiple windows.

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

16 years agoMove graphics code from class to namespace.
Pavel Sanda [Tue, 27 May 2008 12:06:34 +0000 (12:06 +0000)]
Move graphics code from class to namespace.

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

16 years agoSwitch off fullscreen before closing a window.
Abdelrazak Younes [Tue, 27 May 2008 12:01:50 +0000 (12:01 +0000)]
Switch off fullscreen before closing a window.

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

16 years agoCompil fix.
Pavel Sanda [Tue, 27 May 2008 11:47:50 +0000 (11:47 +0000)]
Compil fix.

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

16 years agosave/restore toolbars state when toggling fullscreen mode.
Abdelrazak Younes [Tue, 27 May 2008 11:34:59 +0000 (11:34 +0000)]
save/restore toolbars state when toggling fullscreen mode.

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

16 years agoRe-engineer the toolbar support code:
Abdelrazak Younes [Tue, 27 May 2008 11:15:17 +0000 (11:15 +0000)]
Re-engineer the toolbar support code:
- We now rely more upon Qt features,
- the initial toolbar positioning defined in "lib/ui/default.ui" is now only used if there is no session or if session handling is disabled,
- The session saving/restoring is window dependent.

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

16 years agoMake dist broken. Again.
Pavel Sanda [Mon, 26 May 2008 22:47:20 +0000 (22:47 +0000)]
Make dist broken. Again.

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

16 years agoUpdate it.po
Enrico Forestieri [Mon, 26 May 2008 22:28:30 +0000 (22:28 +0000)]
Update it.po

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

16 years ago* Doxy.
Pavel Sanda [Mon, 26 May 2008 19:36:29 +0000 (19:36 +0000)]
* Doxy.

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

16 years agoOops.
Pavel Sanda [Mon, 26 May 2008 19:19:56 +0000 (19:19 +0000)]
Oops.

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

16 years agoChange description.
Pavel Sanda [Mon, 26 May 2008 19:16:41 +0000 (19:16 +0000)]
Change description.

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

16 years agoAdd FIXMEs wrt unicode.
Pavel Sanda [Mon, 26 May 2008 18:37:42 +0000 (18:37 +0000)]
Add FIXMEs wrt unicode.
http://thread.gmane.org/gmane.editors.lyx.devel/106763/focus=106769

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

16 years agoFix button enabling for graphics input.
Pavel Sanda [Mon, 26 May 2008 17:56:48 +0000 (17:56 +0000)]
Fix button enabling for graphics input.

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

16 years agoFix the fix, qt 4.2 still uses QTDIR/lib to store .pc files
Bo Peng [Mon, 26 May 2008 17:22:42 +0000 (17:22 +0000)]
Fix the fix, qt 4.2 still uses QTDIR/lib to store .pc files

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

16 years agoFix scons qt4 pkg_config detection when there are multiple copies of Qt around
Bo Peng [Mon, 26 May 2008 17:00:11 +0000 (17:00 +0000)]
Fix scons qt4 pkg_config detection when there are multiple copies of Qt around

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

16 years agoMac compil fix.
Abdelrazak Younes [Mon, 26 May 2008 13:43:35 +0000 (13:43 +0000)]
Mac compil fix.

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

16 years agoremove some useless workarounds in getStatus
Jean-Marc Lasgouttes [Mon, 26 May 2008 10:23:07 +0000 (10:23 +0000)]
remove some useless workarounds in getStatus

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

16 years agomake display of group list only depend on existence of groups; move the addition...
Jean-Marc Lasgouttes [Mon, 26 May 2008 09:33:08 +0000 (09:33 +0000)]
make display of group list only depend on existence of groups; move the addition of a separator to the ui file

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

16 years agomove handling of LFUN_SET_GRAPHICS_GROUP status where it belongs
Jean-Marc Lasgouttes [Mon, 26 May 2008 09:08:30 +0000 (09:08 +0000)]
move handling of LFUN_SET_GRAPHICS_GROUP status where it belongs

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

16 years agoEmbeddedObjects.lyx: as bug 4839 is fixed, the next step to update the this manual.
Uwe Stöhr [Sun, 25 May 2008 22:15:31 +0000 (22:15 +0000)]
EmbeddedObjects.lyx: as bug 4839 is fixed, the next step to update the this manual.

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

16 years agoInsetTabular.cpp: fix the logic when \linebreaks are allowed in table cells, fixes...
Uwe Stöhr [Sun, 25 May 2008 21:14:36 +0000 (21:14 +0000)]
InsetTabular.cpp: fix the logic when \linebreaks are allowed in table cells, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4839

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

16 years agoNote to self: `!' is not the complement-to-one operator...
Jean-Marc Lasgouttes [Sun, 25 May 2008 21:01:27 +0000 (21:01 +0000)]
Note to self: `!' is not the complement-to-one operator...

This allows me to revert a 3 years old commit from Juergen that I never
managed to understand before.

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

16 years agoGerman documentation updates by Hartmut
Uwe Stöhr [Sun, 25 May 2008 20:03:04 +0000 (20:03 +0000)]
German documentation updates by Hartmut

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

16 years ago* GuiPrefs.cpp:
Jürgen Spitzmüller [Sun, 25 May 2008 09:42:41 +0000 (09:42 +0000)]
* GuiPrefs.cpp:
- translate Formats.

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

16 years ago* lib/configure.py:
Jürgen Spitzmüller [Sun, 25 May 2008 08:49:15 +0000 (08:49 +0000)]
* lib/configure.py:
- add support for Graphviz Dot files (bug 4882).

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

16 years agoa bunch of toolbar related renaming.
Abdelrazak Younes [Sun, 25 May 2008 08:30:06 +0000 (08:30 +0000)]
a bunch of toolbar related renaming.

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

16 years agocleanup export of mime type strings
Peter Kümmel [Sun, 25 May 2008 07:49:16 +0000 (07:49 +0000)]
cleanup export of mime type strings

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

16 years agoFix MSVC link error.
Abdelrazak Younes [Sun, 25 May 2008 07:22:45 +0000 (07:22 +0000)]
Fix MSVC link error.

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

16 years agodefine mime strings at one place only
Peter Kümmel [Sat, 24 May 2008 22:04:58 +0000 (22:04 +0000)]
define mime strings at one place only

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

16 years agoremove stupid windows defines
Peter Kümmel [Sat, 24 May 2008 21:58:56 +0000 (21:58 +0000)]
remove stupid windows defines

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

16 years agocmake: use 2.4 behavior also for cmake 2.6
Peter Kümmel [Sat, 24 May 2008 21:22:36 +0000 (21:22 +0000)]
cmake: use 2.4 behavior also for cmake 2.6

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

16 years ago* Doxy.
Pavel Sanda [Sat, 24 May 2008 17:12:38 +0000 (17:12 +0000)]
* Doxy.

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

16 years agoIntroduce docstring_list
Abdelrazak Younes [Sat, 24 May 2008 10:15:52 +0000 (10:15 +0000)]
Introduce docstring_list

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

16 years agoCosmetics.
Abdelrazak Younes [Sat, 24 May 2008 09:51:17 +0000 (09:51 +0000)]
Cosmetics.

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

16 years agoGet rid of GuiApplication::readMenus().
Abdelrazak Younes [Sat, 24 May 2008 09:32:50 +0000 (09:32 +0000)]
Get rid of GuiApplication::readMenus().

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

16 years agoFirst step towards fixing bug 4588: move the ui file reading and the ToolbarBackend...
Abdelrazak Younes [Sat, 24 May 2008 09:28:05 +0000 (09:28 +0000)]
First step towards fixing bug 4588: move the ui file reading and the ToolbarBackend to the frontend.

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

16 years agosimplify color cache code
André Pönitz [Fri, 23 May 2008 20:29:48 +0000 (20:29 +0000)]
simplify color cache code

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

16 years agohad this hanging around...
André Pönitz [Fri, 23 May 2008 19:39:56 +0000 (19:39 +0000)]
had this hanging around...

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

16 years agoslightly more compact code
André Pönitz [Fri, 23 May 2008 18:09:40 +0000 (18:09 +0000)]
slightly more compact code

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