]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoHTML for math fonts.
Richard Heck [Wed, 31 Mar 2010 18:57:47 +0000 (18:57 +0000)]
HTML for math fonts.

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

14 years agoFix up the math stream.
Richard Heck [Wed, 31 Mar 2010 18:57:37 +0000 (18:57 +0000)]
Fix up the math stream.

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

14 years agoInitialize math_flavor, and introduce an isLaTeX() flavor check.
Richard Heck [Wed, 31 Mar 2010 18:57:20 +0000 (18:57 +0000)]
Initialize math_flavor, and introduce an isLaTeX() flavor check.

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

14 years agoIntroduce and use a "math_flavor" flag with OutputParams.
Richard Heck [Wed, 31 Mar 2010 18:24:52 +0000 (18:24 +0000)]
Introduce and use a "math_flavor" flag with OutputParams.

I'm not happy about having what is basically the same enum in
BufferParams.h and OutputParams.h, but I don't see how to unify them
without either (a) including BufferParams.h in OutputParams.h, which is
ugly or (b) creating some new file just containing this enum, which
seems like overkill. Any other ideas?

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

14 years agoFix comment.
Richard Heck [Wed, 31 Mar 2010 16:29:59 +0000 (16:29 +0000)]
Fix comment.

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

14 years agoDot converter patch from Julien Rioux.
Richard Heck [Wed, 31 Mar 2010 16:29:48 +0000 (16:29 +0000)]
Dot converter patch from Julien Rioux.

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

14 years agoComment only
Pavel Sanda [Wed, 31 Mar 2010 16:25:14 +0000 (16:25 +0000)]
Comment only

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

14 years agoFix bug #4565: Using keyboard shortcuts to write Greek letters with an underbar produ...
Enrico Forestieri [Wed, 31 Mar 2010 01:09:38 +0000 (01:09 +0000)]
Fix bug #4565: Using keyboard shortcuts to write Greek letters with an underbar produces LaTeX errors.

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

14 years agofileformat change:
Uwe Stöhr [Wed, 31 Mar 2010 00:46:50 +0000 (00:46 +0000)]
fileformat change:
- support to change the greyed-out note font color (fixes #3865)

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

14 years agoSimplify.
Richard Heck [Tue, 30 Mar 2010 22:51:11 +0000 (22:51 +0000)]
Simplify.

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

14 years agoIntegrals via HTML.
Richard Heck [Tue, 30 Mar 2010 22:51:02 +0000 (22:51 +0000)]
Integrals via HTML.

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

14 years agoI don't think we need to do this for MathML or HTML.
Richard Heck [Tue, 30 Mar 2010 22:17:06 +0000 (22:17 +0000)]
I don't think we need to do this for MathML or HTML.

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

14 years agoHTML for dots.
Richard Heck [Tue, 30 Mar 2010 22:14:00 +0000 (22:14 +0000)]
HTML for dots.

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

14 years agoDo the obvious thing with delimiters.
Richard Heck [Tue, 30 Mar 2010 22:07:05 +0000 (22:07 +0000)]
Do the obvious thing with delimiters.

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

14 years agoTreat certain decoration cases differently.
Richard Heck [Tue, 30 Mar 2010 22:05:28 +0000 (22:05 +0000)]
Treat certain decoration cases differently.

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

14 years agoDecorations via HTML.
Richard Heck [Tue, 30 Mar 2010 21:56:52 +0000 (21:56 +0000)]
Decorations via HTML.

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

14 years agoHTML for comments and colors.
Richard Heck [Tue, 30 Mar 2010 17:24:22 +0000 (17:24 +0000)]
HTML for comments and colors.

Color doesn't do anything at this point. The colors are given in LaTeX
format. Do we know how to convert these to HTML format?

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

14 years agoFix the configure script. Python apparently does not like tabs as much as spaces.
Vincent van Ravesteijn [Tue, 30 Mar 2010 16:58:29 +0000 (16:58 +0000)]
Fix the configure script. Python apparently does not like tabs as much as spaces.

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

14 years agoAdd lyxblogger to configure.py. We're still thinking about what to do
Richard Heck [Tue, 30 Mar 2010 13:54:52 +0000 (13:54 +0000)]
Add lyxblogger to configure.py. We're still thinking about what to do
about the elyxer path.

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

14 years agoAdd Jack Dessert to contributors.
Richard Heck [Tue, 30 Mar 2010 13:40:39 +0000 (13:40 +0000)]
Add Jack Dessert to contributors.

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

14 years agoCases for HTML.
Richard Heck [Tue, 30 Mar 2010 02:57:05 +0000 (02:57 +0000)]
Cases for HTML.

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

14 years agoHTML for InsetMathBrace.
Richard Heck [Tue, 30 Mar 2010 02:40:32 +0000 (02:40 +0000)]
HTML for InsetMathBrace.

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

14 years agoHTML for math boxes.
Richard Heck [Tue, 30 Mar 2010 02:37:05 +0000 (02:37 +0000)]
HTML for math boxes.

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

14 years agoBold symbols via HTML.
Richard Heck [Tue, 30 Mar 2010 02:05:49 +0000 (02:05 +0000)]
Bold symbols via HTML.

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

14 years agoInsetMathBig via HTML.
Richard Heck [Tue, 30 Mar 2010 02:04:07 +0000 (02:04 +0000)]
InsetMathBig via HTML.

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

14 years agoFractions via HTML.
Richard Heck [Tue, 30 Mar 2010 02:03:45 +0000 (02:03 +0000)]
Fractions via HTML.

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

14 years agoHTML for scripts.
Richard Heck [Tue, 30 Mar 2010 01:31:25 +0000 (01:31 +0000)]
HTML for scripts.

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

14 years agoHTML for numbers.
Richard Heck [Tue, 30 Mar 2010 01:23:10 +0000 (01:23 +0000)]
HTML for numbers.

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

14 years agoPure HTML for math symbols.
Richard Heck [Tue, 30 Mar 2010 00:24:54 +0000 (00:24 +0000)]
Pure HTML for math symbols.

I may have to re-do some of the symbols file to make this work properly.
Some of the entities used may have been MathML only.

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

14 years agoPure HTML output for math macros.
Richard Heck [Tue, 30 Mar 2010 00:18:24 +0000 (00:18 +0000)]
Pure HTML output for math macros.

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

14 years agoFix math char stuff.
Richard Heck [Tue, 30 Mar 2010 00:18:08 +0000 (00:18 +0000)]
Fix math char stuff.

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

14 years agode.po: some translations
Uwe Stöhr [Mon, 29 Mar 2010 23:41:02 +0000 (23:41 +0000)]
de.po: some translations

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

14 years agoPageLayoutUi.ui: add tooltip
Uwe Stöhr [Mon, 29 Mar 2010 23:40:42 +0000 (23:40 +0000)]
PageLayoutUi.ui: add tooltip

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

14 years agoSimple characters.
Richard Heck [Mon, 29 Mar 2010 23:03:37 +0000 (23:03 +0000)]
Simple characters.

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

14 years agoThe beginnings of pure HTML output of math, for our internal XHTML
Richard Heck [Mon, 29 Mar 2010 22:52:13 +0000 (22:52 +0000)]
The beginnings of pure HTML output of math, for our internal XHTML
output routines. The idea is that in some cases people may not want to
use MathML, so we are going to try to give options.

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

14 years agoIf the translation fails for some reason, just return what we were
Richard Heck [Mon, 29 Mar 2010 21:33:26 +0000 (21:33 +0000)]
If the translation fails for some reason, just return what we were
given. This is already how it is done in client/.

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

14 years agoMake these const, too. I mean, why not?
Richard Heck [Mon, 29 Mar 2010 21:31:17 +0000 (21:31 +0000)]
Make these const, too. I mean, why not?

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

14 years agoscons_manifest.py: update SCons after r33920
Uwe Stöhr [Mon, 29 Mar 2010 21:30:18 +0000 (21:30 +0000)]
scons_manifest.py: update SCons after r33920

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

14 years agoThis hasn't much effect but seems wise.
Richard Heck [Mon, 29 Mar 2010 21:17:44 +0000 (21:17 +0000)]
This hasn't much effect but seems wise.

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

14 years agoUpdate XHTML documentation now that bibliography format can be
Richard Heck [Mon, 29 Mar 2010 21:09:12 +0000 (21:09 +0000)]
Update XHTML documentation now that bibliography format can be
customized.

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

14 years agoDocumentation for customization of citation formats.
Richard Heck [Mon, 29 Mar 2010 21:04:33 +0000 (21:04 +0000)]
Documentation for customization of citation formats.

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

14 years agoTypo.
Richard Heck [Mon, 29 Mar 2010 20:56:45 +0000 (20:56 +0000)]
Typo.

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

14 years agoThere are other ways we can get in trouble, so let's impose the limit
Richard Heck [Mon, 29 Mar 2010 20:52:07 +0000 (20:52 +0000)]
There are other ways we can get in trouble, so let's impose the limit
slightly differently.

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

14 years agoUpdate po files.
Richard Heck [Mon, 29 Mar 2010 20:22:17 +0000 (20:22 +0000)]
Update po files.

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

14 years agoDo the translation the right way.
Richard Heck [Mon, 29 Mar 2010 20:21:30 +0000 (20:21 +0000)]
Do the translation the right way.

By the way, has anyone noticed that _() returns empty if you call it
on a string we don't know how to translate? Might it be better if it
returned the original string?

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

14 years agoIntroduce a simple macro facility for citation formats. Also introduce
Richard Heck [Mon, 29 Mar 2010 20:01:28 +0000 (20:01 +0000)]
Introduce a simple macro facility for citation formats. Also introduce
simple, translatable units for use in such formats.

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

14 years agoDidn't mean to commit this one.
Richard Heck [Mon, 29 Mar 2010 18:52:50 +0000 (18:52 +0000)]
Didn't mean to commit this one.

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

14 years agoUpdate layouts to format 26.
Richard Heck [Mon, 29 Mar 2010 18:51:41 +0000 (18:51 +0000)]
Update layouts to format 26.

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

14 years agoMake the default format translatable, and load the cite formats in
Richard Heck [Mon, 29 Mar 2010 18:50:31 +0000 (18:50 +0000)]
Make the default format translatable, and load the cite formats in
paper.layout.

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

14 years agoRead the citation formats from a file, rather than hardcoding them. This
Richard Heck [Mon, 29 Mar 2010 18:37:25 +0000 (18:37 +0000)]
Read the citation formats from a file, rather than hardcoding them. This
allows for layout- or module-level customization of the display in the
citation dialog and of the XHTML bibliography output.

There is more of this to come, by the way. The next step is to allow
macros. That will make it easier to deal with translation issues, which
ought to be the final step.

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

14 years agoClarify and add some comments.
Richard Heck [Mon, 29 Mar 2010 18:00:26 +0000 (18:00 +0000)]
Clarify and add some comments.

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

14 years agoFix bug #2009:'|'-character in headings confuses TOC list in navigate menu.
Vincent van Ravesteijn [Mon, 29 Mar 2010 17:58:00 +0000 (17:58 +0000)]
Fix bug #2009:'|'-character in headings confuses TOC list in navigate menu.

Solution is to search backwards for the last '|' in the string, and to add a '|' to the ones without a shortcut.

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

14 years agoFix bug #3930: Wrong Margin Types in Elsart.layout.
Vincent van Ravesteijn [Mon, 29 Mar 2010 17:20:03 +0000 (17:20 +0000)]
Fix bug #3930: Wrong Margin Types in Elsart.layout.

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

14 years agoUse the new put_cmd_in_ert routine in the xymatrix reversion routine.
Richard Heck [Mon, 29 Mar 2010 17:05:21 +0000 (17:05 +0000)]
Use the new put_cmd_in_ert routine in the xymatrix reversion routine.

Vincent, can you check (again) that I didn't break this wiht an off by
one error or something?

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

14 years agoIntroduce a proper form of the put_cmd_in_ert function.
Richard Heck [Mon, 29 Mar 2010 17:01:41 +0000 (17:01 +0000)]
Introduce a proper form of the put_cmd_in_ert function.

Even if this doesn't get used in 2.0, we'll at least have it for later.

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

14 years agoRename a routine. The new one comes next.
Richard Heck [Mon, 29 Mar 2010 16:37:30 +0000 (16:37 +0000)]
Rename a routine. The new one comes next.

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

14 years agoFix a minor bug in the xymatrix lyx2lyx stuff and make it a bit more
Richard Heck [Mon, 29 Mar 2010 16:29:57 +0000 (16:29 +0000)]
Fix a minor bug in the xymatrix lyx2lyx stuff and make it a bit more
pythonic.

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

14 years agoFix the painting I broke in r33909.
Vincent van Ravesteijn [Mon, 29 Mar 2010 16:00:49 +0000 (16:00 +0000)]
Fix the painting I broke in r33909.

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

14 years agoRemove extra qualifier.
Richard Heck [Mon, 29 Mar 2010 15:45:24 +0000 (15:45 +0000)]
Remove extra qualifier.

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

14 years agoRefactorization: I don't like nested ?: constructions. Especially not followed by...
Vincent van Ravesteijn [Mon, 29 Mar 2010 15:32:45 +0000 (15:32 +0000)]
Refactorization: I don't like nested ?: constructions. Especially not followed by an if statement which is a special case for the deepest level of the nested ?: construction.

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

14 years agoRefactorization: Buffer::changed() can update the metrics as well, so we don't have...
Vincent van Ravesteijn [Mon, 29 Mar 2010 15:29:26 +0000 (15:29 +0000)]
Refactorization: Buffer::changed() can update the metrics as well, so we don't have to do it in scrollToCursor if we call Buffer::changed() anyway.

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

14 years agoFix bug #3900: Insets painted as hovered without mouse hover.
Vincent van Ravesteijn [Mon, 29 Mar 2010 15:21:10 +0000 (15:21 +0000)]
Fix bug #3900: Insets painted as hovered without mouse hover.

When updating the screen, moving the mouse, or scrolling the buffer, we check whether the hovering status of the insets.

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

14 years agoAllow to assign the shortcut to an action not only if this was an unknown action...
Vincent van Ravesteijn [Mon, 29 Mar 2010 09:15:27 +0000 (09:15 +0000)]
Allow to assign the shortcut to an action not only if this was an unknown action, but also when it is a no-action.

This could be seen by adding a shortcut "Ctrl-R" to accent-acute. Then changing this to "Ctrl-R Ctrl-R". And then changing this back to "Ctrl-R". Now the oldBinding is NOACTION and a warning is issued that "Ctrl-R" was already bound.

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

14 years agoNo need to issue an error if the shortcut binding did not change.
Vincent van Ravesteijn [Mon, 29 Mar 2010 09:13:00 +0000 (09:13 +0000)]
No need to issue an error if the shortcut binding did not change.

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

14 years agoMark the preferences dialog as changed when a shortcut is removed.
Vincent van Ravesteijn [Mon, 29 Mar 2010 06:54:27 +0000 (06:54 +0000)]
Mark the preferences dialog as changed when a shortcut is removed.

(Apparently the signal-slot construction does not work when there is also a on_**_pressed() slot?)

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

14 years agoGenerate previews after buffer reload and clean up old ones from cache.
Vincent van Ravesteijn [Sun, 28 Mar 2010 22:41:37 +0000 (22:41 +0000)]
Generate previews after buffer reload and clean up old ones from cache.

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

14 years agoSquash warning.
Vincent van Ravesteijn [Sun, 28 Mar 2010 22:22:24 +0000 (22:22 +0000)]
Squash warning.

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

14 years agoDistribute IP example for this moment too.
Pavel Sanda [Sun, 28 Mar 2010 22:19:31 +0000 (22:19 +0000)]
Distribute IP example for this moment too.

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

14 years agoFew examples for instant preview
Pavel Sanda [Sun, 28 Mar 2010 21:42:26 +0000 (21:42 +0000)]
Few examples for instant preview

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

14 years agoFix gcc warnings. Vincent, is it correct ploader is unused?
Pavel Sanda [Sun, 28 Mar 2010 20:14:44 +0000 (20:14 +0000)]
Fix gcc warnings. Vincent, is it correct ploader is unused?

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

14 years agoAdd Preview to ERT context menu
Pavel Sanda [Sun, 28 Mar 2010 20:12:24 +0000 (20:12 +0000)]
Add Preview to ERT context menu

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

14 years agoxypic.lyx: Update link
Pavel Sanda [Sun, 28 Mar 2010 19:43:49 +0000 (19:43 +0000)]
xypic.lyx: Update link

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

14 years agoFix bug #6341: Can't set equal spacing in xymatrix.
Vincent van Ravesteijn [Sun, 28 Mar 2010 16:29:25 +0000 (16:29 +0000)]
Fix bug #6341: Can't set equal spacing in xymatrix.

Fix the file format change that was introduced in r32518.

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

14 years agoUpdate FORMAT file for change in r33891.
Vincent van Ravesteijn [Sun, 28 Mar 2010 16:22:17 +0000 (16:22 +0000)]
Update FORMAT file for change in r33891.

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

14 years agoNew file format for InsetPreview introduced in r38890.
Vincent van Ravesteijn [Sun, 28 Mar 2010 14:52:47 +0000 (14:52 +0000)]
New file format for InsetPreview introduced in r38890.

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

14 years agoIntroduce InsetPreview.
Vincent van Ravesteijn [Sun, 28 Mar 2010 13:47:50 +0000 (13:47 +0000)]
Introduce InsetPreview.

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

14 years agoUse LASSERT instead of BOOST_ASSERT.
Vincent van Ravesteijn [Sun, 28 Mar 2010 13:20:57 +0000 (13:20 +0000)]
Use LASSERT instead of BOOST_ASSERT.

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

14 years agocmake: update readme
Peter Kümmel [Sun, 28 Mar 2010 12:29:45 +0000 (12:29 +0000)]
cmake: update readme

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

14 years agocmake: simplify cmake-gui usage for GNUWIN32
Peter Kümmel [Sun, 28 Mar 2010 12:18:03 +0000 (12:18 +0000)]
cmake: simplify cmake-gui usage for GNUWIN32

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

14 years agoWhitespace and comments.
Richard Heck [Sun, 28 Mar 2010 02:18:22 +0000 (02:18 +0000)]
Whitespace and comments.

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

14 years agoMake a couple of important bibliographic phrases translatable.
Richard Heck [Sun, 28 Mar 2010 02:12:40 +0000 (02:12 +0000)]
Make a couple of important bibliographic phrases translatable.

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

14 years agoThese can just be strings, and will need to be so later.
Richard Heck [Sat, 27 Mar 2010 22:51:38 +0000 (22:51 +0000)]
These can just be strings, and will need to be so later.

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

14 years agohopefully fix the (re)sizing of the adv search/replace
Edwin Leuven [Sat, 27 Mar 2010 17:37:41 +0000 (17:37 +0000)]
hopefully fix the (re)sizing of the adv search/replace

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

14 years agoFix #6618: RTL (sub)*section after LTR text doesn't compile.
Enrico Forestieri [Sat, 27 Mar 2010 17:29:56 +0000 (17:29 +0000)]
Fix #6618: RTL (sub)*section after LTR text doesn't compile.
When deciding whether to switch encoding or not, the "fragileness" of
the enclosing environment (rather than that of the actual one) should
be taken into account, as we already account for the current "fragility"
by outputting the encoding switch just before switching environment.

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

14 years agoUse rich text in XHTML output, too.
Richard Heck [Sat, 27 Mar 2010 13:54:50 +0000 (13:54 +0000)]
Use rich text in XHTML output, too.

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

14 years agoAllow the use of rich text in citation formats. And use them in the
Richard Heck [Sat, 27 Mar 2010 13:54:14 +0000 (13:54 +0000)]
Allow the use of rich text in citation formats. And use them in the
citaton dialog.

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

14 years agoThis is the first step towards allowing customization of how BibTeX
Richard Heck [Sat, 27 Mar 2010 12:58:26 +0000 (12:58 +0000)]
This is the first step towards allowing customization of how BibTeX
entries are represented, both in LyX and in XHTML output. Try looking at
the InsetCitation dialog and, in particular, at entries that have
crossref fields and you will see the benefit there.

The next step is to allow this stuff to be read from a file.

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

14 years agoFix part of 6587 - make backup more safe and delete autosave only after closing.
Pavel Sanda [Fri, 26 Mar 2010 23:15:37 +0000 (23:15 +0000)]
Fix part of 6587 - make backup more safe and delete autosave only after closing.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg159029.html

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

14 years agoStyle, I guess.
Richard Heck [Fri, 26 Mar 2010 17:00:07 +0000 (17:00 +0000)]
Style, I guess.

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

14 years agoFix another potential manifestation of bug #6522.
Richard Heck [Fri, 26 Mar 2010 16:36:29 +0000 (16:36 +0000)]
Fix another potential manifestation of bug #6522.

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

14 years agoharmonize shortcuts
Edwin Leuven [Fri, 26 Mar 2010 15:09:07 +0000 (15:09 +0000)]
harmonize shortcuts

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

14 years agoadv search/replace: move insert regexp to context menu
Edwin Leuven [Fri, 26 Mar 2010 14:46:51 +0000 (14:46 +0000)]
adv search/replace: move insert regexp to context menu

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

14 years agoFix bug #6617: Allowing "compressed documents" be the default.
Vincent van Ravesteijn [Fri, 26 Mar 2010 14:02:56 +0000 (14:02 +0000)]
Fix bug #6617: Allowing "compressed documents" be the default.

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

14 years agocmake: update Readme
Peter Kümmel [Thu, 25 Mar 2010 21:37:42 +0000 (21:37 +0000)]
cmake: update Readme

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

14 years agoPrevent the ghost index files when the converter cache is either not used or not...
Vincent van Ravesteijn [Thu, 25 Mar 2010 18:03:49 +0000 (18:03 +0000)]
Prevent the ghost index files when the converter cache is either not used or not initialized.

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

14 years agosimplify adv search/replace layout
Edwin Leuven [Thu, 25 Mar 2010 16:57:39 +0000 (16:57 +0000)]
simplify adv search/replace layout

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

14 years agoBetter error message. Idea Julien's.
Richard Heck [Thu, 25 Mar 2010 15:25:14 +0000 (15:25 +0000)]
Better error message. Idea Julien's.

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

14 years agoNo spaces in configure.py, either. Thanks Julien.
Richard Heck [Thu, 25 Mar 2010 14:23:06 +0000 (14:23 +0000)]
No spaces in configure.py, either. Thanks Julien.

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

14 years agoImprove yet further the error reporting when we try to load a document
Richard Heck [Thu, 25 Mar 2010 00:44:15 +0000 (00:44 +0000)]
Improve yet further the error reporting when we try to load a document
class that is unavailable.

In addition, add some explanations about this kind of thing to the User
Guide, to which we can direct the user in the error message. This kind
of question comes up often enough that we need something right up front
about it. It isn't enough to have it in the other manuals.

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

14 years agoNo space here. Makes parsing easier.
Richard Heck [Wed, 24 Mar 2010 19:56:29 +0000 (19:56 +0000)]
No space here. Makes parsing easier.

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