]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoDo not allow a program listing to be in a font changing command.
Vincent van Ravesteijn [Sat, 21 Nov 2009 14:49:41 +0000 (14:49 +0000)]
Do not allow a program listing to be in a font changing command.

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

14 years ago* linguistics.module:
Jürgen Spitzmüller [Sat, 21 Nov 2009 14:44:07 +0000 (14:44 +0000)]
* linguistics.module:
- Force latex_language in glosses.

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

14 years ago* linguistics.lyx: typos.
Jürgen Spitzmüller [Sat, 21 Nov 2009 11:22:33 +0000 (11:22 +0000)]
* linguistics.lyx: typos.

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

14 years ago* TextMetrics.cpp: cosmetics.
Vincent van Ravesteijn [Sat, 21 Nov 2009 01:15:12 +0000 (01:15 +0000)]
* TextMetrics.cpp: cosmetics.

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

14 years agoFix bug #6161: Wrong cursor position in bidi text.
Vincent van Ravesteijn [Fri, 20 Nov 2009 22:28:51 +0000 (22:28 +0000)]
Fix bug #6161: Wrong cursor position in bidi text.

If the first character is a separator, we are in RTL text. This character will not be painted on screen and thus we should not count it and skip to the next.

This bug pretty much destroyed cursor placement in RTL text on a row with large gaps.

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

14 years agoMore CSS fixes.
Richard Heck [Thu, 19 Nov 2009 23:40:20 +0000 (23:40 +0000)]
More CSS fixes.

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

14 years agoCSS fix.
Richard Heck [Thu, 19 Nov 2009 23:38:52 +0000 (23:38 +0000)]
CSS fix.

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

14 years agoFix bug in Preferences>File Formats. Editor box didn't work right.
Richard Heck [Thu, 19 Nov 2009 23:37:16 +0000 (23:37 +0000)]
Fix bug in Preferences>File Formats. Editor box didn't work right.
Looks like c&p errors, mostly.

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

14 years agoInsetQuote works again.
Richard Heck [Thu, 19 Nov 2009 23:29:07 +0000 (23:29 +0000)]
InsetQuote works again.

Is this simple stream modifier thing OK?

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

14 years agoRestore InsetNewline.
Richard Heck [Thu, 19 Nov 2009 23:04:10 +0000 (23:04 +0000)]
Restore InsetNewline.

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

14 years agoRestore InsetQuote.
Richard Heck [Thu, 19 Nov 2009 23:02:47 +0000 (23:02 +0000)]
Restore InsetQuote.

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

14 years agoThis inner tag thing turns out to be a bad idea, since so few things are
Richard Heck [Thu, 19 Nov 2009 22:58:32 +0000 (22:58 +0000)]
This inner tag thing turns out to be a bad idea, since so few things are
allowed to go inside <span>. Probably we don't need it anyway.

The User's Guide now exports as valid XHTML 1.1, according to the XHTML
validator at w3.org. Of course, in the present state of the code, a lot
of insets aren't being exported at all, since they've been disabled. So
there is work to do. But this is a serious start now.

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

14 years agoShortcut for LyX HTML output. (Makes my life easier!)
Richard Heck [Thu, 19 Nov 2009 22:50:00 +0000 (22:50 +0000)]
Shortcut for LyX HTML output. (Makes my life easier!)

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

14 years agoThe default HTML tag for an InsetLayout should depend upon MultiPar.
Richard Heck [Thu, 19 Nov 2009 22:49:30 +0000 (22:49 +0000)]
The default HTML tag for an InsetLayout should depend upon MultiPar.

This allows us to simplify stdinsets.inc again.

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

14 years agoSorry, I didn't mean to commit all that. Let's try again.
Richard Heck [Thu, 19 Nov 2009 22:47:22 +0000 (22:47 +0000)]
Sorry, I didn't mean to commit all that. Let's try again.

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

14 years agoThe default tag for an InsetLayout should depend upon MultiPar.
Richard Heck [Thu, 19 Nov 2009 22:41:31 +0000 (22:41 +0000)]
The default tag for an InsetLayout should depend upon MultiPar.

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

14 years agoIn non-MultiPar insets, we do not want to output paragraphs at all.
Richard Heck [Thu, 19 Nov 2009 22:31:52 +0000 (22:31 +0000)]
In non-MultiPar insets, we do not want to output paragraphs at all.

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

14 years agoFix output of LATEX_LIST_ENVIRONMENT and remove obsolete comment.
Richard Heck [Thu, 19 Nov 2009 22:13:44 +0000 (22:13 +0000)]
Fix output of LATEX_LIST_ENVIRONMENT and remove obsolete comment.

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

14 years agoDisable InsetIndex again.
Richard Heck [Thu, 19 Nov 2009 22:03:15 +0000 (22:03 +0000)]
Disable InsetIndex again.

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

14 years agoWhoops.
Richard Heck [Thu, 19 Nov 2009 21:56:08 +0000 (21:56 +0000)]
Whoops.

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

14 years agoDisable ERT again.
Richard Heck [Thu, 19 Nov 2009 21:52:18 +0000 (21:52 +0000)]
Disable ERT again.

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

14 years agoTwo things here:
Richard Heck [Thu, 19 Nov 2009 21:50:02 +0000 (21:50 +0000)]
Two things here:
(i) We don't need (at the moment, anyway) to step list counters, since
HTML will handle those for us.
(ii) Output errors as comments to the HTML file so we can see where they
happen.

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

14 years agoSome CSS fixes for footnotes and standard.
Richard Heck [Thu, 19 Nov 2009 21:17:44 +0000 (21:17 +0000)]
Some CSS fixes for footnotes and standard.

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

14 years agoTags for lots of things are going to have to be div, because we can't do
Richard Heck [Thu, 19 Nov 2009 21:13:19 +0000 (21:13 +0000)]
Tags for lots of things are going to have to be div, because we can't do
things like <p><div>...</div></p>. Why not, I have no idea. Seems pretty
sensible to me.

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

14 years agoEnable InsetText for XHTML.
Richard Heck [Thu, 19 Nov 2009 21:05:34 +0000 (21:05 +0000)]
Enable InsetText for XHTML.

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

14 years agoBug fix for font output.
Richard Heck [Thu, 19 Nov 2009 21:04:40 +0000 (21:04 +0000)]
Bug fix for font output.

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

14 years agoRather than do checks for empty tags elsewhere, accept them and ignore them.
Richard Heck [Thu, 19 Nov 2009 20:39:07 +0000 (20:39 +0000)]
Rather than do checks for empty tags elsewhere, accept them and ignore them.

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

14 years agoFix typo.
Richard Heck [Thu, 19 Nov 2009 20:35:19 +0000 (20:35 +0000)]
Fix typo.

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

14 years agoForgot this. Now the insets at least show up again.
Richard Heck [Thu, 19 Nov 2009 20:25:40 +0000 (20:25 +0000)]
Forgot this. Now the insets at least show up again.

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

14 years agoInset::xhtml(XHTMLStream &, ...)
Richard Heck [Thu, 19 Nov 2009 20:22:04 +0000 (20:22 +0000)]
Inset::xhtml(XHTMLStream &, ...)

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

14 years agoIcon from 1.3 with restyling by Edwin.
Enrico Forestieri [Thu, 19 Nov 2009 20:04:02 +0000 (20:04 +0000)]
Icon from 1.3 with restyling by Edwin.

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

14 years agoComments.
Richard Heck [Thu, 19 Nov 2009 18:28:36 +0000 (18:28 +0000)]
Comments.

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

14 years agoRestore basic paragraph output for XHTML. The insets are all disabled still.
Richard Heck [Thu, 19 Nov 2009 18:24:19 +0000 (18:24 +0000)]
Restore basic paragraph output for XHTML. The insets are all disabled still.

Much of the point of this is to allow us properly to handle what LyX does as:
  <em>This is <strong>bold and italic</em> and now just bold.</strong>
We output:
  <em>This is <strong>bold and italic</strong></em><strong> and now just bold.</strong>
which is valid.

Note how much easier this would have been if emphasis and boldness were insets
rather than ranges. ;-)

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

14 years agoI am now going to proceed to break XHMTL output, and then reconstruct it
Richard Heck [Thu, 19 Nov 2009 17:51:06 +0000 (17:51 +0000)]
I am now going to proceed to break XHMTL output, and then reconstruct it
a piece at a time, using the new XHTMLStream.

This just gets the basic structures working, and fixes a bunch of iconv
errors in the process.

I hate iconv errors.

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

14 years agoReorganize a bit, and take the new stuff out of the html namespace.
Richard Heck [Thu, 19 Nov 2009 16:35:58 +0000 (16:35 +0000)]
Reorganize a bit, and take the new stuff out of the html namespace.

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

14 years agoThis is the custom stream for XHTML output. It isn't used yet, and
Richard Heck [Thu, 19 Nov 2009 16:29:57 +0000 (16:29 +0000)]
This is the custom stream for XHTML output. It isn't used yet, and
lots of things that will be replaced have been left, so as not to
prevent compilation.

The point of this is that we need a good way to manage the nesting of tags,
that is, to make sure tags are properly nested. So everything here is pretty
trivial, except for XHTMLStream << EndTag.

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

14 years agoupdate to boost 1.41.0
Peter Kümmel [Thu, 19 Nov 2009 15:12:36 +0000 (15:12 +0000)]
update to boost 1.41.0

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

14 years agoComment on stderr issue.
Pavel Sanda [Thu, 19 Nov 2009 08:55:21 +0000 (08:55 +0000)]
Comment on stderr issue.

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

14 years agoClose #6336.
Pavel Sanda [Wed, 18 Nov 2009 22:27:24 +0000 (22:27 +0000)]
Close #6336.

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

14 years agoSome updates to Customization.
Richard Heck [Wed, 18 Nov 2009 21:39:27 +0000 (21:39 +0000)]
Some updates to Customization.

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

14 years agofont-emph.png: change the toolbar button for \emph fro an italic E to an exclamation...
Uwe Stöhr [Wed, 18 Nov 2009 01:50:03 +0000 (01:50 +0000)]
font-emph.png: change the toolbar button for \emph fro an italic E to an exclamation mark. This fixes #2585 and do no longer imply that \emph makes text italic.

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

14 years agoFrench Intro.lyx: sync with branch
Uwe Stöhr [Wed, 18 Nov 2009 01:07:25 +0000 (01:07 +0000)]
French Intro.lyx: sync with branch

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

14 years agoUnnecessary argument.
Richard Heck [Tue, 17 Nov 2009 22:18:28 +0000 (22:18 +0000)]
Unnecessary argument.

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

14 years agorevert previous fix for Snow Leopard crashes and apply new one
Jean-Marc Lasgouttes [Tue, 17 Nov 2009 17:04:47 +0000 (17:04 +0000)]
revert previous fix for Snow Leopard crashes and apply new one

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

14 years agosquash warning
Jean-Marc Lasgouttes [Tue, 17 Nov 2009 16:57:35 +0000 (16:57 +0000)]
squash warning

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

14 years agoFix bug 5412 by updating docs.
Richard Heck [Tue, 17 Nov 2009 14:52:44 +0000 (14:52 +0000)]
Fix bug 5412 by updating docs.

Should also go to branch.

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

14 years agoHandle the TEXT flavor in this switch.
Richard Heck [Mon, 16 Nov 2009 17:37:51 +0000 (17:37 +0000)]
Handle the TEXT flavor in this switch.

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

14 years agoClarify comment.
Enrico Forestieri [Mon, 16 Nov 2009 14:11:25 +0000 (14:11 +0000)]
Clarify comment.

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

14 years agoStyle: insetCur -> inset_cursor
Enrico Forestieri [Mon, 16 Nov 2009 13:31:01 +0000 (13:31 +0000)]
Style: insetCur -> inset_cursor

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

14 years ago* de.po: sync with branch.
Jürgen Spitzmüller [Mon, 16 Nov 2009 08:25:18 +0000 (08:25 +0000)]
* de.po: sync with branch.

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

14 years agoSome XML entities for lib/symbols.
Richard Heck [Mon, 16 Nov 2009 03:31:20 +0000 (03:31 +0000)]
Some XML entities for lib/symbols.
For anyone who wants to help (fun!), you can find the XML entity
definitions here:
http://www.htmlhelp.com/reference/html40/entities/
and here:
http://www.w3.org/TR/MathML2/chapter6.html#chars.entity.tables
Fill 'em in.

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

14 years agoUpdate it.po
Enrico Forestieri [Mon, 16 Nov 2009 01:12:15 +0000 (01:12 +0000)]
Update it.po

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

14 years agoFix bug #6240: Adding table row causes exception that triggers infinite loop in code.
Vincent van Ravesteijn [Mon, 16 Nov 2009 00:18:52 +0000 (00:18 +0000)]
Fix bug #6240: Adding table row causes exception that triggers infinite loop in code.

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

14 years agoFix bug #6208: macro crash.
Enrico Forestieri [Sun, 15 Nov 2009 23:54:45 +0000 (23:54 +0000)]
Fix bug #6208: macro crash.
The fix consists in not updating the macro while it is being edited,
and this is accomplished by the changes in MathData::updateMacros().
However, when clicking away with the mouse I was getting another crash,
which is cured by the changes in MathMacro::notifyCursorLeaves().

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

14 years agoAllow PgUp and PgDwn to put the cursor on the first or last row.
Vincent van Ravesteijn [Sun, 15 Nov 2009 23:53:40 +0000 (23:53 +0000)]
Allow PgUp and PgDwn to put the cursor on the first or last row.

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

14 years agoFix bug #6327: Crash in new file and press PgUp button.
Vincent van Ravesteijn [Sun, 15 Nov 2009 23:45:39 +0000 (23:45 +0000)]
Fix bug #6327: Crash in new file and press PgUp button.

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

14 years agoFix bug #6320: LyX goes to infinite loop when selecting document parts.
Vincent van Ravesteijn [Sun, 15 Nov 2009 22:01:12 +0000 (22:01 +0000)]
Fix bug #6320: LyX goes to infinite loop when selecting document parts.

Set the boundary member correctly when the cursor goes to an 'empty' row.

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

14 years agoFix MathML export for < and > special characters.
Abdelrazak Younes [Sun, 15 Nov 2009 21:45:21 +0000 (21:45 +0000)]
Fix MathML export for < and > special characters.

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

14 years agosinglecol.layout (small correction of the fix for #6239):
Uwe Stöhr [Sun, 15 Nov 2009 21:36:38 +0000 (21:36 +0000)]
singlecol.layout (small correction of the fix for #6239):
- this file is not old but obsolete (we use this term for other outdated layouts like for example the elsart.layout)
- remove "SC" from the name to clarify that it was once a normal Inderscience layout so people can see that we have a new one for it

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

14 years ago- tufte-book.layout: tufte book doesn't number things like in other book classes...
Uwe Stöhr [Sun, 15 Nov 2009 20:04:49 +0000 (20:04 +0000)]
- tufte-book.layout: tufte book doesn't number things like in other book classes, therefore don't load the numreport.inc via book.layout
- tufte-book.lyx: tufte book doesn't define an abstract environment
- tufte-handout.layout: overwrite side and headings settings from tufte-book.layout

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

14 years ago* lyx_pot.py:
Jürgen Spitzmüller [Sun, 15 Nov 2009 17:27:21 +0000 (17:27 +0000)]
* lyx_pot.py:
- make IconPalette tooltips translatable.

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

14 years agode.po: translations
Uwe Stöhr [Sun, 15 Nov 2009 16:22:12 +0000 (16:22 +0000)]
de.po: translations

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

14 years ago- theorems-chap.module: fix a typo
Uwe Stöhr [Sun, 15 Nov 2009 16:18:02 +0000 (16:18 +0000)]
- theorems-chap.module: fix a typo
- MathsUi.ui: fix again another typo in tooltip
- po-files: remerge
- de.po: new translations

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

14 years ago* MathsUi.ui: grammar fix.
Jürgen Spitzmüller [Sun, 15 Nov 2009 15:47:07 +0000 (15:47 +0000)]
* MathsUi.ui: grammar fix.

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

14 years agoMathsUi.ui: fix another typo in tooltips
Uwe Stöhr [Sun, 15 Nov 2009 14:55:50 +0000 (14:55 +0000)]
MathsUi.ui: fix another typo in tooltips

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

14 years agoMathsUi.ui: fix typo in tooltip
Uwe Stöhr [Sun, 15 Nov 2009 14:47:03 +0000 (14:47 +0000)]
MathsUi.ui: fix typo in tooltip

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

14 years agoGet math macros working for MathML.
Richard Heck [Sun, 15 Nov 2009 12:30:26 +0000 (12:30 +0000)]
Get math macros working for MathML.

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

14 years agoStyle.
Richard Heck [Sun, 15 Nov 2009 02:30:02 +0000 (02:30 +0000)]
Style.

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

14 years agoThis can be a private method.
Richard Heck [Sun, 15 Nov 2009 01:42:49 +0000 (01:42 +0000)]
This can be a private method.

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

14 years agoStyle.
Richard Heck [Sun, 15 Nov 2009 01:18:13 +0000 (01:18 +0000)]
Style.

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

14 years agoFix another instance of missing buffer in math. This is needed when
Enrico Forestieri [Sun, 15 Nov 2009 01:03:03 +0000 (01:03 +0000)]
Fix another instance of missing buffer in math. This is needed when
pasting a macro inside another math inset (such as \text or \hat). In
this case the buffer would not be set and getMacro() cannot be called,
such that an "internal" macro would still shadow an user defined one.
This kind of fix is now easy after Abdel's overhaul.

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

14 years agoTypo.
Richard Heck [Sat, 14 Nov 2009 23:28:50 +0000 (23:28 +0000)]
Typo.

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

14 years agoMath.lyx: this manual can now also be compiled when mhchem is not installed
Uwe Stöhr [Sat, 14 Nov 2009 22:28:13 +0000 (22:28 +0000)]
Math.lyx: this manual can now also be compiled when mhchem is not installed

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

14 years agoMathML for InsetMathSpace.
Richard Heck [Sat, 14 Nov 2009 21:38:28 +0000 (21:38 +0000)]
MathML for InsetMathSpace.

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

14 years agoInitial work on InsetMathBox. This doesn't really work yet, for reasons
Richard Heck [Sat, 14 Nov 2009 21:11:23 +0000 (21:11 +0000)]
Initial work on InsetMathBox. This doesn't really work yet, for reasons
given in the FIXME.

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

14 years agoMathsUi.ui: add tooltips, the same can also be done for branch if you like, Jürgen?
Uwe Stöhr [Sat, 14 Nov 2009 21:07:22 +0000 (21:07 +0000)]
MathsUi.ui: add tooltips, the same can also be done for branch if you like, Jürgen?

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

14 years agoFix whitespace, comment.
Richard Heck [Sat, 14 Nov 2009 20:40:09 +0000 (20:40 +0000)]
Fix whitespace, comment.

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

14 years agoFix single character output for MathML. Kind of.
Richard Heck [Sat, 14 Nov 2009 20:38:22 +0000 (20:38 +0000)]
Fix single character output for MathML. Kind of.

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

14 years agoFix parsing of functions and arguments for MathML.
Richard Heck [Sat, 14 Nov 2009 20:20:17 +0000 (20:20 +0000)]
Fix parsing of functions and arguments for MathML.

The enum is overkill for now, but will be useful if anyone decides
really to return to this stuff. It's apparent that there are some
powerful tools here---like the ability to pipe expressions through
Mathematica.

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

14 years agoFix delimiters.
Richard Heck [Sat, 14 Nov 2009 20:18:32 +0000 (20:18 +0000)]
Fix delimiters.

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

14 years agoWhoops. Forgot to fix this.
Richard Heck [Sat, 14 Nov 2009 19:52:06 +0000 (19:52 +0000)]
Whoops. Forgot to fix this.

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

14 years agoFix external function output for MathML.
Richard Heck [Sat, 14 Nov 2009 19:41:22 +0000 (19:41 +0000)]
Fix external function output for MathML.

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

14 years agoSome configure.py fixes from Guenter.
Richard Heck [Sat, 14 Nov 2009 19:16:53 +0000 (19:16 +0000)]
Some configure.py fixes from Guenter.

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

14 years agoFIXME
Richard Heck [Sat, 14 Nov 2009 16:58:32 +0000 (16:58 +0000)]
FIXME

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

14 years agoLittle bit of fixup for math symbols.
Richard Heck [Sat, 14 Nov 2009 16:21:33 +0000 (16:21 +0000)]
Little bit of fixup for math symbols.

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

14 years agoWe need truly XHTML output to get MathML to display in Firefox, etc.
Richard Heck [Sat, 14 Nov 2009 16:21:21 +0000 (16:21 +0000)]
We need truly XHTML output to get MathML to display in Firefox, etc.

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

14 years agoFix silly bit.
Richard Heck [Sat, 14 Nov 2009 15:55:51 +0000 (15:55 +0000)]
Fix silly bit.

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

14 years ago* direct access from the error dialog to the LaTeX log.
Jürgen Spitzmüller [Sat, 14 Nov 2009 15:52:54 +0000 (15:52 +0000)]
* direct access from the error dialog to the LaTeX log.

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

14 years agoGet MathML output for XHTML working a bit.
Richard Heck [Sat, 14 Nov 2009 15:25:32 +0000 (15:25 +0000)]
Get MathML output for XHTML working a bit.

Turns out MathML is already here, for the most part, so this will
not be too bad at all.

Anyone else think that is very cool?!

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

14 years agoNotes for InsetRef.
Richard Heck [Sat, 14 Nov 2009 15:24:35 +0000 (15:24 +0000)]
Notes for InsetRef.

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

14 years agoHTML escaping for docstrings.
Richard Heck [Sat, 14 Nov 2009 14:16:15 +0000 (14:16 +0000)]
HTML escaping for docstrings.

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

14 years agoGet XHTML output for InsetRef working, again in a fairly primitive way. We just
Richard Heck [Sat, 14 Nov 2009 14:12:37 +0000 (14:12 +0000)]
Get XHTML output for InsetRef working, again in a fairly primitive way. We just
use the label name as associated text, and put it into square brackets. It'd be
nice to be able to do more, but for that we'd need to associate counters with
the labels, which would be nice for display, too. But we don't have that yet.

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

14 years agoGet XHTML output for InsetGraphics working, at least in a primitive way.
Richard Heck [Sat, 14 Nov 2009 14:00:18 +0000 (14:00 +0000)]
Get XHTML output for InsetGraphics working, at least in a primitive way.
At present, we do not do any sort of rotating, scaling, cropping, etc.
That should not be terribly hard to do, since we can just call ImageMagick
and get it to do it for us, but appropriate routines will have to be
written.

I'd be thrilled if someone else wanted to do that. ;-)

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

14 years agoStyle.
Richard Heck [Sat, 14 Nov 2009 13:16:08 +0000 (13:16 +0000)]
Style.

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

14 years agoAdd TEXT flavor, just in case we need it.
Richard Heck [Sat, 14 Nov 2009 12:54:12 +0000 (12:54 +0000)]
Add TEXT flavor, just in case we need it.

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

14 years agoPlease Juergen
Pavel Sanda [Fri, 13 Nov 2009 16:25:46 +0000 (16:25 +0000)]
Please Juergen

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

14 years agoSome renaming, from Guenter.
Richard Heck [Fri, 13 Nov 2009 16:12:04 +0000 (16:12 +0000)]
Some renaming, from Guenter.

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

14 years agoRename getLocalStatus to Cursor::getStatus
Jean-Marc Lasgouttes [Fri, 13 Nov 2009 14:32:51 +0000 (14:32 +0000)]
Rename getLocalStatus to Cursor::getStatus

Move the AtPoint handling into the Cursor dispatch machinery

Note that the call to Cursor::getStatus is in BufferView::getStatus, while
the call to Cursor::dispatch is still in LyXFunc::dispatch. This needs to be
fixed, but the code there is a bit fragile.

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

14 years agoconstify
Jean-Marc Lasgouttes [Fri, 13 Nov 2009 13:47:25 +0000 (13:47 +0000)]
constify

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

14 years agoChinese Tutorial.lyx: changes to be uniform with the other language variants - primar...
Uwe Stöhr [Fri, 13 Nov 2009 03:19:27 +0000 (03:19 +0000)]
Chinese Tutorial.lyx: changes to be uniform with the other language variants - primarily the hyperref (PDF bookmark) settings

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