Commit Graph

9830 Commits

Author SHA1 Message Date
Jürgen Spitzmüller
cbe15114c1 * src/text3.C: (specialChar): add missing recordUndo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18398 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-18 06:06:13 +00:00
Jürgen Spitzmüller
1cbb6defc3 * src/mathed/mathnestinset.C: disallow insertion of specialchars (bug 3590).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18397 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-18 06:02:01 +00:00
Jürgen Spitzmüller
cd4de3a641 * src/lyxfunc.C (dispatch): assure math and tabular insets
are really not toggled	via ALL_INSETS_TOGGLE (fixes bug 3358).

status14x entry already exists.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18302 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 08:48:51 +00:00
Jürgen Spitzmüller
84e052f6f2 * src/lyxfunc.C (dispatch): do not attempt to toggle math insets
via ALL_INSETS_TOGGLE(partially fixes bug 3358).

Actually, I'm not sure what to write in status14, since lyx still asserts.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18278 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-12 11:53:26 +00:00
Uwe Stöhr
eff07993e5 fix table rotate toolbar buttons also for LyX 1.4.x (bug 3525)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18171 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-02 18:33:51 +00:00
Uwe Stöhr
94c98c1cb1 EmbeddedObjects manual: fix wrong statements
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18083 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-29 11:00:34 +00:00
Uwe Stöhr
1d53a44aa3 de_docs: Fix name of "Windows"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18072 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 13:32:01 +00:00
Uwe Stöhr
203cb47cff forgot to fix this typo too in changeset 18069
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18071 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 13:24:23 +00:00
Uwe Stöhr
d15dd5ad39 de-docs: Fix bugs inserted by changeset 16480
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18070 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-28 13:10:04 +00:00
José Matox
074e6d1098 Add Changelog and status update related with revision 17962.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17976 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 08:39:36 +00:00
José Matox
d92a1667b2 Fix bug 2966 (linuxdoc manpages)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17962 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 00:55:09 +00:00
Uwe Stöhr
ad3c3b8b96 fix bug 3458 for LyX 1.4.5:
http://bugzilla.lyx.org/show_bug.cgi?id=3458

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17924 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-23 18:41:14 +00:00
Jean-Marc Lasgouttes
c3d8032717 remove outdated "status" file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17914 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-23 09:23:44 +00:00
Uwe Stöhr
70c40208d6 Tutorial.lyx: fix menu name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17855 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-18 20:58:39 +00:00
Uwe Stöhr
a9097dc086 de_Tutorial: fix image file path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17783 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-11 23:49:25 +00:00
Enrico Forestieri
7c47698c36 Fix gui for big delimiters
* src/mathed/math_biginset.C
	(MathBigInset::draw): don't remove backslash delimiter.
	(MathBigInset::isBigInsetDelim): add "\\" and "\slash" to
	the delimiters table.

	* src/mathed/math_support.C:
	add "\" and "slash" to the decoration table.

	* src/frontends/qt2/QDelimiterDialog.C
	(fix_name): fix handling of names.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17769 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-10 21:23:30 +00:00
Jürgen Spitzmüller
d9b649ea91 * src/text3.C (doDispatch):
- add missing undo call to LFUN_QUOTE
	  (fixes bug 3439).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17765 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-10 11:37:32 +00:00
Jean-Marc Lasgouttes
1f7dd754fd 2007-04-05 Richard Heck <rgheck@brown.edu>
* bufferparams.C (writeLaTeX): output lengths as LaTeX strings
	(useful for foo%) (bug 3416)



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17737 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-05 21:18:35 +00:00
Jean-Marc Lasgouttes
b7b610c2cf * lyxlayout.C (Read): set labelstringappendix_ every time
labelstring is set (instead of using this value only as a
	fallback) (bug 3351)



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17730 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-05 10:59:27 +00:00
Jean-Marc Lasgouttes
c42e66e486 Italian update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17728 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-05 10:50:20 +00:00
Jean-Marc Lasgouttes
e5f880d050 2007-04-03 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* ExternalSupport.C (doSubstitution): redo the substitution with
	use_latex_path == false for the filename argument of $$Contents,
	since the original substitution might have been done with
	use_latex_path == true, and that can lead to escaped filenames
	that are only valid for TeX. (bug 3241)




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17705 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-03 08:46:30 +00:00
Uwe Stöhr
e151c023c1 es_EmbeddedObjects: Updates from Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17633 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-29 20:51:12 +00:00
Uwe Stöhr
16a9f4c500 Customization.lyx: add again a hint about bindings to avoid confusions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17631 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-29 20:30:05 +00:00
Uwe Stöhr
16b0103ebb Coustomization.lyx: ad a hint about bindings to avoid confusions, see bug 3378
http://bugzilla.lyx.org/show_bug.cgi?id=3378

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17623 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-28 22:59:48 +00:00
Jürgen Spitzmüller
3382c7d8bc * src/insets/insetcite: small correction to Martin's natbib fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17563 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-26 07:06:11 +00:00
Jürgen Spitzmüller
43b96077df * lib/ChangeLog: remove svn conflict mark
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17545 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-25 12:22:05 +00:00
Martin Vermeer
24a047a7e3 Missing changelogs from natbib/egs patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17492 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-20 19:29:46 +00:00
Martin Vermeer
e9159136a9 Forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17490 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-20 17:39:12 +00:00
Martin Vermeer
5f0a608379 Get ProvidesNatbib working correctly, esp. for egs.layout.
* insetcite: call getEngine()
* bufferparams: move getEngine() here, and let it sense the provides(natbib) 
flag
* ControlBibtex, ControlCitation: correct getEngine() call
* biblio: remove old getEngine()



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17489 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-20 15:21:45 +00:00
Georg Baum
f138685953 Fix bug 3052
* src/tex2lyx/text.C
	(parse_noweb): Always start a new paragraph after a noweb code chunk


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17486 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-19 20:13:33 +00:00
Jean-Marc Lasgouttes
3b6fe1d579 hungarian update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17481 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-19 10:49:45 +00:00
Jean-Marc Lasgouttes
bdcffc0539 2007-03-19 Bernhard Roider <bernhard.roider@sonnenkinder.org>
* toc.C (outline): fix bug where moving the last section up in the
	toc dialog eats the new last paragraph. (bug 3303)




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17480 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-19 10:30:11 +00:00
Uwe Stöhr
e84f6bab02 EmbeddedObjects: corrected index
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17479 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-18 19:06:46 +00:00
Uwe Stöhr
b505ada7c5 EmbeddedObjects: two hints about caption formatting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17474 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-18 15:44:18 +00:00
Uwe Stöhr
94b82117a3 > Rename marc.theaimsgroup.com to marc.info
for branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17460 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-17 00:19:51 +00:00
Jean-Marc Lasgouttes
f7c71a093b update from Bennett
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17447 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-15 15:35:31 +00:00
Uwe Stöhr
eda7edcc0f Intro.lyx: fix tipo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17440 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 23:18:07 +00:00
Uwe Stöhr
7e3bfc6156 Fix bug 2458 also in 1.4.x.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17439 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 22:57:31 +00:00
Jean-Marc Lasgouttes
e7577ab67f * math_rootinset.C (metrics): fix computation of descent (bug 3295).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17434 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 10:45:54 +00:00
Jean-Marc Lasgouttes
c4b6d0577e forgot that
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17433 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 10:41:24 +00:00
Jean-Marc Lasgouttes
2aa90ddc2b (From spitz@lyx.org)
* src/buffer.C (readHeader): reset custom bullets initially. Fixes 
	bug 3312.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17432 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 10:40:21 +00:00
Jean-Marc Lasgouttes
1185d74bb1 fix encoding; cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17431 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-13 10:26:34 +00:00
Bo Peng
492eaa60c6 fix cygwin postinstall script
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17412 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-05 15:38:14 +00:00
Uwe Stöhr
9dcbea21bb Make Slovak Userguide compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17397 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-04 02:59:06 +00:00
Jean-Marc Lasgouttes
c4326c52cf recognize newer teTeX ; improve xfig viewer on mac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17389 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-28 23:07:06 +00:00
Jean-Marc Lasgouttes
156b79e02e some basic anti-spam measures
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17386 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-28 22:37:59 +00:00
Jean-Marc Lasgouttes
fba95df450 fix bug 3204
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17347 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 21:07:10 +00:00
Jean-Marc Lasgouttes
474973d3cb back to work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17346 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 21:06:22 +00:00
Joost Verburg
e18e37fcc4 missing Python file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17311 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-23 15:41:01 +00:00
Jean-Marc Lasgouttes
ad6882c2f5 update mirror list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17302 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-22 17:18:15 +00:00