]> git.lyx.org Git - features.git/log
features.git
12 years agode.po: updates
Juergen Spitzmueller [Sat, 19 May 2012 11:30:39 +0000 (13:30 +0200)]
de.po: updates

12 years ago* sk.po
Kornel Benko [Sat, 19 May 2012 09:11:50 +0000 (11:11 +0200)]
* sk.po

12 years agoseminar.lyx: new example file from Günter Milde (forgot it in last commit)
Uwe Stöhr [Fri, 18 May 2012 21:20:20 +0000 (23:20 +0200)]
seminar.lyx: new example file from Günter Milde (forgot it in last commit)

12 years agoseminar.layout: new version from Günter Milde (bug #7624)
Uwe Stöhr [Fri, 18 May 2012 19:29:21 +0000 (21:29 +0200)]
seminar.layout: new version from Günter Milde (bug #7624)

12 years agoRevert change on NON-BREAKING HYPHEN as discussed on the list.
Jürgen Spitzmüller [Thu, 17 May 2012 12:39:10 +0000 (14:39 +0200)]
Revert change on NON-BREAKING HYPHEN as discussed on the list.

12 years agoTypo.
Richard Heck [Thu, 17 May 2012 11:28:11 +0000 (07:28 -0400)]
Typo.

12 years agoDocument a few commits I forgot.
Jean-Marc Lasgouttes [Thu, 17 May 2012 10:59:05 +0000 (12:59 +0200)]
Document a few commits I forgot.

12 years ago* Additional.lyx
Pavel Sanda [Wed, 16 May 2012 15:04:45 +0000 (17:04 +0200)]
* Additional.lyx

12 years agoChange this back.
Richard Heck [Mon, 14 May 2012 21:07:29 +0000 (17:07 -0400)]
Change this back.

12 years agoUpdate status.20x
Vincent van Ravesteijn [Mon, 14 May 2012 13:49:31 +0000 (15:49 +0200)]
Update status.20x

12 years agoAllow an unnamed buffer to be saved with the same name
Vincent van Ravesteijn [Mon, 14 May 2012 13:26:51 +0000 (15:26 +0200)]
Allow an unnamed buffer to be saved with the same name

The check whether fname != oldname does not work for unnamed buffers.
Therefore, we check explicitly whether the Buffer that already exists with
the same name isn't really the buffer we are trying to save.
(cherry picked from commit 30475664d380474f4ea0666e9aaf006cf22c1c7e)

12 years agoFix bug #7641: Freeze when removing itemized first paragraph
Vincent van Ravesteijn [Mon, 14 May 2012 13:04:54 +0000 (15:04 +0200)]
Fix bug #7641: Freeze when removing itemized first paragraph

Text::outerFont looks recursively for paragraphs before the current one
which has a lower depth. If such a paragraph cannot be found, depthHook
and outerHook return the current paragraph. As such, we end up in an
infinite loop. So, if we find a par_depth that was the same as the
previous one, we apparently can't find a suitable paragraph and we should
quit the loop.
(cherry picked from commit b17250d7eb46cdc58c7288e177282c3ab4448dac)

12 years agoBackport fix for bug #7982: LyX does not work if working directory a
Enrico Forestieri [Mon, 14 May 2012 11:08:30 +0000 (13:08 +0200)]
Backport fix for bug #7982: LyX does not work if working directory a
hard disk drive like D:\.

In this case, the working dir has already a slash at the end.
Appending another one would result in a path ending with a double slash,
which has a special meaning when used in TEXINPUTS (all subdirs would
be recursively scanned). So, avoid doing that.

(cherry picked from commit 93ebb7a863377f6dbcaf724972b747b5c3f20c24)

12 years agoRemove obsolete reference to usetempdir.
Richard Heck [Mon, 14 May 2012 12:48:40 +0000 (08:48 -0400)]
Remove obsolete reference to usetempdir.

12 years agoUpdates to Customization manual from Scott.
Richard Heck [Mon, 14 May 2012 12:44:17 +0000 (08:44 -0400)]
Updates to Customization manual from Scott.

12 years agoWindows installer: Update code for QtPlugins
Vincent van Ravesteijn [Sun, 13 May 2012 16:40:47 +0000 (18:40 +0200)]
Windows installer: Update code for QtPlugins

Now, the precompiled binaries from Nokia can be used.

12 years agoWindows installer: Update for latest ImageMagick
Vincent van Ravesteijn [Sat, 24 Mar 2012 18:16:38 +0000 (19:16 +0100)]
Windows installer: Update for latest ImageMagick

12 years agoWindows installer: Update links in uninstaller
Vincent van Ravesteijn [Sun, 13 May 2012 18:27:08 +0000 (20:27 +0200)]
Windows installer: Update links in uninstaller

12 years agoWindows installer: Detect Inkscape when installing
Vincent van Ravesteijn [Sun, 13 May 2012 18:26:44 +0000 (20:26 +0200)]
Windows installer: Detect Inkscape when installing

12 years agoFix bug #7870: Win installer: check for Gnumeric
Vincent van Ravesteijn [Sun, 13 May 2012 15:28:37 +0000 (17:28 +0200)]
Fix bug #7870: Win installer: check for Gnumeric

Gnumeric is needed for the spreadsheet external inset template.

12 years agostatus.20x for [86d8e5cf\lyxgit]
Vincent van Ravesteijn [Sun, 13 May 2012 18:56:25 +0000 (20:56 +0200)]
status.20x for [86d8e5cf\lyxgit]

12 years agoFix bug #8152: Uneditable long rows for 'Right addresses'
Vincent van Ravesteijn [Wed, 9 May 2012 19:46:37 +0000 (21:46 +0200)]
Fix bug #8152: Uneditable long rows for 'Right addresses'

As long as leftMargin() is not correctly implemented for
MARGIN_RIGHT_ADDRESS_BOX, we should also not do this here. Otherwise, long
rows will be painted off the screen and will not be editable.
(cherry picked from commit 92ac678715b07ff7c7adc4b32674382b5e224a44)

12 years agoNew function BufferList::newInternalBuffer
Vincent van Ravesteijn [Sat, 12 May 2012 12:11:56 +0000 (14:11 +0200)]
New function BufferList::newInternalBuffer

This solves the problem that newBuffer() already use Buffer::isInternal
but there was no chance to set it yet.

(cherry picked from commit 6cf1847b31617cd2ad190919d0ceaa51e1601ad8)

12 years agoforgot status as well
Georg Baum [Sun, 13 May 2012 18:48:43 +0000 (20:48 +0200)]
forgot status as well

12 years agoStatus for previous commit.
Richard Heck [Sun, 13 May 2012 18:07:45 +0000 (14:07 -0400)]
Status for previous commit.

12 years agoFix bug #8156.
Richard Heck [Sun, 13 May 2012 17:49:24 +0000 (13:49 -0400)]
Fix bug #8156.
We want the key as id, not the label (which is optional).
We also need a kind of namespace for the citation ids.
We should also clean the id tag before using it.

(cherry picked from commit 207d7e4ada31d521b75e9290575b97b6bb1e8c38)

12 years agoForgot the test case for bug #8116.
Georg Baum [Sun, 13 May 2012 16:54:14 +0000 (18:54 +0200)]
Forgot the test case for bug #8116.

12 years agoFix bug #8116.
Georg Baum [Sun, 13 May 2012 16:41:51 +0000 (18:41 +0200)]
Fix bug #8116.

The string we parse as name may contain backslashes if \csname ... \endcsname
is used. Therefore we have to output it using asInput() instead of cs().

12 years agoCorrectly ignore the pot file when one uses version-suffix
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:34:01 +0000 (12:34 +0200)]
Correctly ignore the pot file when one uses version-suffix

12 years agoIn replaceSelectionWithString, do not select the new string
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:44:31 +0000 (12:44 +0200)]
In replaceSelectionWithString, do not select the new string

This is a patch from Scott Kostyshak. The problem it solves is as follows:

1. enable continuous spell check.
2. type a misspelled word and press space so that it has a wavy red underline.
3. right-click and choose a suggested replacement word.
4. press the backspace button.

Result: nothing happens. If you press the backspace button again, then it works as normal.

The selection code was added for the benefit of the spellchecker, but the code has been rewritten since then.

12 years agoAllow autoconf 2.69 and automake 1.12
Jean-Marc Lasgouttes [Fri, 11 May 2012 13:44:48 +0000 (15:44 +0200)]
Allow autoconf 2.69 and automake 1.12

12 years agoAdd LibreOffice converters for ODT.
Richard Heck [Fri, 11 May 2012 12:01:58 +0000 (08:01 -0400)]
Add LibreOffice converters for ODT.

12 years agoStatus for last commit.
Richard Heck [Thu, 10 May 2012 20:20:43 +0000 (16:20 -0400)]
Status for last commit.

12 years agoBackport fix for bug #8087: Include children in plaintext export.
Richard Heck [Mon, 19 Mar 2012 21:33:47 +0000 (17:33 -0400)]
Backport fix for bug #8087: Include children in plaintext export.
(cherry picked from commit 98a810c9d8b8d6bc0086779b7fa2d5be434bdbe2)

Forgot the return value.
(cherry picked from commit 0459c43769e507a68f2ec6e053350d4a77d19534)

12 years agoFix a missing slash in [6541b6bd/lyxgit]
Vincent van Ravesteijn [Thu, 10 May 2012 19:59:37 +0000 (21:59 +0200)]
Fix a missing slash in [6541b6bd/lyxgit]

(cherry picked from commit ae09edbf7b1a9c9b1f6fb4c2db9e66ddd46429e2)

12 years agoFix bug #8153: Update to lib/unicodesymbols
Vincent van Ravesteijn [Thu, 10 May 2012 09:19:40 +0000 (11:19 +0200)]
Fix bug #8153: Update to lib/unicodesymbols

Patch from Guenter Milde.

12 years agoBackport 17e8ea8a (#8018).
Pavel Sanda [Thu, 10 May 2012 15:34:11 +0000 (17:34 +0200)]
Backport 17e8ea8a (#8018).

12 years agoBackport fb45a49d (#8021).
Pavel Sanda [Thu, 10 May 2012 15:28:53 +0000 (17:28 +0200)]
Backport fb45a49d (#8021).

12 years agoMath.lyx: typos, textual improvements and formatting issues spotted or suggested...
Uwe Stöhr [Mon, 7 May 2012 21:23:34 +0000 (23:23 +0200)]
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (final part 2)

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Mon, 7 May 2012 20:21:04 +0000 (22:21 +0200)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agoCREDITS, generate_contributions.py: correct a mail address
Uwe Stöhr [Mon, 7 May 2012 20:20:41 +0000 (22:20 +0200)]
CREDITS, generate_contributions.py: correct a mail address

12 years agoProperly mark a buffer as internal
Vincent van Ravesteijn [Sun, 6 May 2012 18:06:28 +0000 (20:06 +0200)]
Properly mark a buffer as internal

Checking the extension of the temporary filename doesn't work anymore
since the naming of temporary files was corrected.

(cherry picked from commit 5279d5a8a58b9e59442b9f3f504ea397274e2b19)

12 years agoFactor out painting of text decorations
Vincent van Ravesteijn [Wed, 2 May 2012 16:02:17 +0000 (18:02 +0200)]
Factor out painting of text decorations
(cherry picked from commit 53b75399e75f4895880861908d05eed119dca3a8)

12 years agoFix bug #953: Paint text decorations for spaces
Vincent van Ravesteijn [Wed, 2 May 2012 16:02:52 +0000 (18:02 +0200)]
Fix bug #953: Paint text decorations for spaces

(cherry picked from commit c671703f05a74e5b005666c29aff2626931cb239)

12 years agoFix bug #5167: Correctly paint special characters in InsetMathFont
Vincent van Ravesteijn [Thu, 3 May 2012 13:51:55 +0000 (15:51 +0200)]
Fix bug #5167: Correctly paint special characters in InsetMathFont

When using, e.g., a 'mathcal' inset in math, the inline completion and
other special characters like '\#', '{..}' are are painted in the
'mathcal' font as well. This is overcome by setting the mathnormal font
before painted these characters.

(cherry picked from commit 63772964923f765e4ab975946215725086a9c838)

12 years agoAlways require a mask to get a temporary filename
Vincent van Ravesteijn [Thu, 3 May 2012 09:55:54 +0000 (11:55 +0200)]
Always require a mask to get a temporary filename

If no mask is supplied or the mask is attached to the end of the filename, we end up with unexpected names like
  <system-temp-dir>\lyx_tmpdir.qHp780.vcr780_<mask>
instead of a temporary file in the lyx temporary directory like
  <system-temp-dir>\lyx_tmpdir.qHp780\<mask>.vcr780.

(cherry picked from commit 5e4e4b674c00bc546213d42258f19e13a2b28bc3)

12 years agoconfigure.py: Replace 'ltx' by 'log' case insensitively
Vincent van Ravesteijn [Thu, 3 May 2012 13:11:10 +0000 (15:11 +0200)]
configure.py: Replace 'ltx' by 'log' case insensitively

On windows the temporary filename consists of uppercase characters. This
causes that the extension does not get replaced, and the logfile is left
behind.

Checking the extension case insensitively will correctly remove the
logfile.

(cherry picked from commit a02bfeebc534925734821e8921bac07c67af6d39)

12 years agoStatus.20x entry for [7d619f43/lyxgit]
Vincent van Ravesteijn [Sun, 6 May 2012 10:53:02 +0000 (12:53 +0200)]
Status.20x entry for [7d619f43/lyxgit]

12 years ago* sk.po
Kornel Benko [Sun, 6 May 2012 14:20:36 +0000 (16:20 +0200)]
* sk.po

12 years agoForgot status.20x.
Georg Baum [Sun, 6 May 2012 11:06:01 +0000 (13:06 +0200)]
Forgot status.20x.

12 years agoFix bug #8104 (\date argument was eaten)
Georg Baum [Thu, 19 Apr 2012 18:46:08 +0000 (20:46 +0200)]
Fix bug #8104 (\date argument was eaten)

I introduced this bug in r40091 where support for empty dates was added.
I also noticed that the title_layout_found flag was not properly passed down
to all variants of parse_text*. Since this is rather a global variable I
placed it into the preamble class.

The test case of bug #8104 shows other problems as well, but those are no
regressions and will be fixed separately.

OK for branch?

12 years agoStatus for last commit.
Richard Heck [Thu, 3 May 2012 19:42:21 +0000 (15:42 -0400)]
Status for last commit.

12 years agoBackport fix for #7611.
Richard Heck [Tue, 13 Dec 2011 19:50:36 +0000 (19:50 +0000)]
Backport fix for #7611.

Repairs to case environment, from Paul Rubin. Modified by RGH to use
enumitem, since we already have a module for that, and there will be
conflicts between enumerate.sty and enumitem.sty.

A side effect of this, however, is that we will load enumitem.sty
whenver we use case environments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40492 a592a061-630c-0410-9148-cb99ea01b6c8
(cherry picked from commit 4663e5ec881cf30fe12eeff2122d0b4fa2574671)

Conflicts:

lib/layouts/theorems.inc

12 years agoFix on screen display of nested enumerations in Spanish and Galician
Jean-Marc Lasgouttes [Thu, 3 May 2012 13:44:58 +0000 (15:44 +0200)]
Fix on screen display of nested enumerations in Spanish and Galician

This is an old bug report from 2009 that I stumbled upon while cleaning my mailbox:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg74832.html

It seems that the proposed fix never got applied: translate properly enumii/enumiii/enumiv in es.po.

After checking in babel sources which packages changes the enum* counters, I did the same thing to gl.po

12 years agoFix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
Richard Heck [Sat, 14 Apr 2012 21:32:25 +0000 (17:32 -0400)]
Fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
is intended for us, i.e., if the first argument is "box". Maybe we
should also check to make sure that the rest of the arguments are
good, but we used just to return true no matter what the argument
was, so this is an improvement.

LFUN_INSET_MODIFY is really kind of a mess.

12 years agoFix bug #7914: Freeze on docbook export of lists and bibliography
Vincent van Ravesteijn [Wed, 2 May 2012 13:34:56 +0000 (15:34 +0200)]
Fix bug #7914: Freeze on docbook export of lists and bibliography

The LATEX_LIST_ENVIRONMENT and LATEX_BIB_ENVIRONMENT type paragraphs are
not yet implemented in DocBook export. However, we need to actively skip
these paragraphs in order not to end up in an endless loop.

(cherry picked from commit fa9bd04ea48bc7a3101bedcf8bab9b5e00d009bc)

12 years agoFix bug #8089: Handle spaces at the end of the stream
Vincent van Ravesteijn [Wed, 2 May 2012 11:37:32 +0000 (13:37 +0200)]
Fix bug #8089: Handle spaces at the end of the stream

If the stream is good (i.e. there are still tokens) and we expect an
argument, we call getArg(). However, if there are only spaces, the stream
suddenly isn't good anymore after 'skipSpaces' and we would get an error
when calling 'getChar'. Therefore we have to check whether the stream is
still good.

MathParser: Do not rewind the stream if we can't read from it

If the stream is not good, we don't need to 'putback', because we didn't
read anything yet. If we now do rewind the stream, we are asking for
problems as in bug #8089.

This was introduced in [3cafb856\lyxgit] to fix bug #4318.

(cherry picked from commit 26dcfcd34374f86562af56dfe5f858d10ea587db)
(cherry picked from commit 1ef930c05826340d7497d6994338f6d63772de5f)

12 years agoUpdate NEWS.
Richard Heck [Wed, 2 May 2012 15:32:52 +0000 (11:32 -0400)]
Update NEWS.

12 years agoMore re-ordering, again mostly to test emails.
Richard Heck [Wed, 2 May 2012 15:28:15 +0000 (11:28 -0400)]
More re-ordering, again mostly to test emails.

12 years agoRe-order status.20x, again.
Richard Heck [Wed, 2 May 2012 14:57:15 +0000 (10:57 -0400)]
Re-order status.20x, again.

12 years agoIntroduce LyXHTML section in status.20x
Richard Heck [Wed, 2 May 2012 14:54:22 +0000 (10:54 -0400)]
Introduce LyXHTML section in status.20x

12 years agoFix bug #7518: Assert when selecting in RTL text
Vincent van Ravesteijn [Sun, 29 Apr 2012 20:46:17 +0000 (22:46 +0200)]
Fix bug #7518: Assert when selecting in RTL text

If we are in rtl text, we *need* to check whether the first character is a
space. We can't use the rtl variable for this because this is only
computed on the last row.

This bug was introduced in [0a137e31/lyxgit] to fix the computation for
freespacing paragraphs. We better can just check whether the paragraph is
freespacing or not.

(cherry picked from commit d7f68078cf3bbf3ea7f5d2b3ac5c7e73555c4681)

12 years agoFix bug #8078: Assertions in xhtml output on Windows
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:31:42 +0000 (16:31 +0200)]
Fix bug #8078: Assertions in xhtml output on Windows

(cherry picked from commit 3c0e3c16c8c75524cd25e2fd9f34e2f2e17af150)

12 years agoFix bug #8140: Crash with math macros and input completion
Enrico Forestieri [Mon, 30 Apr 2012 21:55:34 +0000 (23:55 +0200)]
Fix bug #8140: Crash with math macros and input completion

When clicking away in the same math inset after hitting '\', the
cursor may be broken and all of its instances have to be fixed.

(cherry picked from commit 982562179801340feff7eb108addd99ec4a05d08)

12 years agoRe-order status.20x a bit more.
Richard Heck [Mon, 30 Apr 2012 22:08:33 +0000 (18:08 -0400)]
Re-order status.20x a bit more.

12 years agoOK, one more try here. Re-order a bit more.
Richard Heck [Mon, 30 Apr 2012 21:55:10 +0000 (17:55 -0400)]
OK, one more try here. Re-order a bit more.

12 years agoOK, re-order a bit more. Last try with the email stuff for now.
Richard Heck [Mon, 30 Apr 2012 21:53:39 +0000 (17:53 -0400)]
OK, re-order a bit more. Last try with the email stuff for now.

12 years agoRe-order a bit.
Richard Heck [Mon, 30 Apr 2012 21:51:17 +0000 (17:51 -0400)]
Re-order a bit.

12 years agoAnother small test. Sorry for all of these. I'm trying to get the
Richard Heck [Mon, 30 Apr 2012 21:45:49 +0000 (17:45 -0400)]
Another small test. Sorry for all of these. I'm trying to get the
commits into the email, and there's only one good way to test it.

12 years agoAnother silly test.
Richard Heck [Mon, 30 Apr 2012 21:25:35 +0000 (17:25 -0400)]
Another silly test.

12 years agoAnother silly fix for testing.
Richard Heck [Mon, 30 Apr 2012 21:20:57 +0000 (17:20 -0400)]
Another silly fix for testing.

12 years agoAnother fix for testing.
Richard Heck [Mon, 30 Apr 2012 21:19:07 +0000 (17:19 -0400)]
Another fix for testing.

12 years agoRe-order status.20x a bit. This is really just a test.
Richard Heck [Mon, 30 Apr 2012 20:47:25 +0000 (16:47 -0400)]
Re-order status.20x a bit. This is really just a test.

12 years agoFix bug #7653: Quotation marks have wrong color
Vincent van Ravesteijn [Sun, 29 Apr 2012 10:31:31 +0000 (12:31 +0200)]
Fix bug #7653: Quotation marks have wrong color

Quotation marks had the wrong color when using change tracking, or when
selecting.

(cherry picked from commit 14ef7d2b82f22836f792a983b1f07d3b57e249e7)

12 years agoFix bug #7667: Pixmap cache and CT lead to random colors
Vincent van Ravesteijn [Sun, 29 Apr 2012 12:26:24 +0000 (14:26 +0200)]
Fix bug #7667: Pixmap cache and CT lead to random colors

The signature of the character in cache should take into account the
change tracking baseColor (author) and mergeColor (added/deleted). If not,
we will mixup different cached pixmaps.

(cherry picked from commit 63279938670e753b825ebb42c68d9b6be3a3937a)

12 years agoReset the (running) change in PainterInfo
Vincent van Ravesteijn [Sun, 29 Apr 2012 11:44:58 +0000 (13:44 +0200)]
Reset the (running) change in PainterInfo

When an InsetText is deleted, all lines in the inset are painted as
deleted. This status should be restored afterwards. If not, insets will be
painted in the wrong color afterwards (e.g. tables).

(cherry picked from commit af4e31ec28c71815ca07bebd6e5c3893535f4bf8)

12 years agoBufferView::dispatch(): add a missing break
Vincent van Ravesteijn [Sun, 15 Apr 2012 18:28:09 +0000 (20:28 +0200)]
BufferView::dispatch(): add a missing break

(cherry picked from commit 3a395ca0f57ded024031c501ffe636ee38f1e248)

12 years agoDo not show deleted text in the html title
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:29:58 +0000 (16:29 +0200)]
Do not show deleted text in the html title

(cherry picked from commit 77c8c159470d4d6cd7c433523a0581a3fdcd0f94)

12 years agoInclude the qt gif plugin in the Windows installer
Vincent van Ravesteijn [Sat, 28 Apr 2012 20:05:55 +0000 (22:05 +0200)]
Include the qt gif plugin in the Windows installer

Since LyX2.0 there was a busy icon in the status bar,
but it is not visible on Windows unless the gif plugin
is distributed along.

12 years agode.po: some changes as discussed on the list.
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:40:28 +0000 (11:40 +0200)]
de.po: some changes as discussed on the list.

12 years agoFix bug #8139 and a thinko in [737e9b2c/lyxgit].
Enrico Forestieri [Thu, 26 Apr 2012 13:23:42 +0000 (15:23 +0200)]
Fix bug #8139 and a thinko in [737e9b2c/lyxgit].

No status.20x entry needed, as this should have been part
of [3285ce1d5/lygit].

(cherry picked from commit 66a95b9c1bd26da63459fe430452991b0bc3ec3a)

12 years agoBackport 217ef5bf3 (#81380
Pavel Sanda [Wed, 25 Apr 2012 16:17:53 +0000 (18:17 +0200)]
Backport 217ef5bf3 (#81380

12 years agoMath.lyx: typos, textual improvements and formatting issues spotted or suggested...
Uwe Stöhr [Wed, 25 Apr 2012 23:25:47 +0000 (01:25 +0200)]
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (part 1)

12 years agoBackport typo fix
Pavel Sanda [Wed, 25 Apr 2012 08:42:55 +0000 (10:42 +0200)]
Backport typo fix

12 years agoAttempt to fix #8137 (arrived at r40862).
Pavel Sanda [Mon, 23 Apr 2012 23:32:45 +0000 (01:32 +0200)]
Attempt to fix #8137 (arrived at r40862).
1) Revert to designer compilable by older Qt's
2) Remove spacer in right part of dialog
3) Decrease height.
Richard, please check.

12 years ago* cs.po
Pavel Sanda [Mon, 23 Apr 2012 21:39:54 +0000 (23:39 +0200)]
* cs.po

12 years agoDon't output extra body tags with included files.
Richard Heck [Mon, 23 Apr 2012 17:55:13 +0000 (13:55 -0400)]
Don't output extra body tags with included files.

12 years agobackport fix for #8102
Uwe Stöhr [Sun, 22 Apr 2012 23:28:55 +0000 (01:28 +0200)]
backport fix for #8102

12 years agoUpdate it.po
Enrico Forestieri [Sun, 22 Apr 2012 21:31:45 +0000 (23:31 +0200)]
Update it.po

12 years agoAdd some comments to include_bib.py about how to set up the converter.
Richard Heck [Tue, 17 Apr 2012 20:57:46 +0000 (16:57 -0400)]
Add some comments to include_bib.py about how to set up the converter.

12 years agoUse InsetLayout to style the XHTML output.
Richard Heck [Tue, 17 Apr 2012 13:11:28 +0000 (09:11 -0400)]
Use InsetLayout to style the XHTML output.

Note that we have also changed the layout name to uppercase, but
this should be fine, since it was so far unused.

Conflicts:

src/insets/InsetScript.cpp

12 years agoFix header of status.20x.
Richard Heck [Mon, 16 Apr 2012 02:43:21 +0000 (22:43 -0400)]
Fix header of status.20x.

12 years agoFix bugs #6871 and #8119.
Enrico Forestieri [Fri, 13 Apr 2012 00:57:25 +0000 (02:57 +0200)]
Fix bugs #6871 and #8119.

Both bugs above were due to a missing screen update. This patch
updates the current view after dispatching a lyxserver command
and thus solves both.

The patch is quite strightforward and the only difficulty was due
to the fact that the lyxserver needs the result of the dispatched
command. Now, GuiApplication::dispatch(FuncRequest const &)
does update the view, but does not return any result, while
GuiApplication::dispatch(FuncRequest const &, DispatchResult &),
which is also called by the former, does not update the view.
So, I split the first one, isolating the code performing the update,
such that the second one can also update the current view when
the caller is the lyx server. When the action is initiated by
anything different from the lyx server, the behavior is unchanged.

(cherry picked from commit ea3154184833f4f2426eb2a956878e83ddd822d9)

12 years agoFix bug #8105: Crash when deleting math macro from the inside
Enrico Forestieri [Thu, 12 Apr 2012 14:25:38 +0000 (16:25 +0200)]
Fix bug #8105: Crash when deleting math macro from the inside

It seems that parameterless macros are not wrapped into a MathAtom.
Rather than touching the macro code (which is tantamount to opening
a can of worms, IMHO), I prefer this solution.

(cherry picked from commit d07f9eec20c8709b648a494586d4b03f75cfef47)

12 years ago* cs.po, trac testing only
Pavel Sanda [Sun, 15 Apr 2012 14:53:06 +0000 (16:53 +0200)]
* cs.po, trac testing only

12 years agoGerman UserGuide.lyx: fix a typo spotted by a user
Uwe Stöhr [Sun, 15 Apr 2012 03:41:03 +0000 (05:41 +0200)]
German UserGuide.lyx: fix a typo spotted by a user

Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
12 years agostatus.20x: fix 2 typos; Richard, can you please revise the now invalid info about...
Uwe Stöhr [Sun, 15 Apr 2012 02:22:02 +0000 (04:22 +0200)]
status.20x: fix 2 typos; Richard, can you please revise the now invalid info about SVN in the header?

12 years ago* cs.po
Pavel Sanda [Thu, 12 Apr 2012 15:18:56 +0000 (17:18 +0200)]
* cs.po

12 years ago* sk.po
Kornel Benko [Thu, 12 Apr 2012 13:45:22 +0000 (15:45 +0200)]
* sk.po
correct translations of "extension"

12 years agoRemerge strings.
Richard Heck [Thu, 12 Apr 2012 11:51:53 +0000 (07:51 -0400)]
Remerge strings.