]> git.lyx.org Git - features.git/log
features.git
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.

12 years ago* sk.po
Kornel Benko [Thu, 12 Apr 2012 09:30:39 +0000 (11:30 +0200)]
* sk.po
Reworked messages and shortcuts

12 years agoCompile fix
Pavel Sanda [Wed, 11 Apr 2012 19:11:06 +0000 (21:11 +0200)]
Compile fix

12 years agoUse the right latex backend when a converter needs aux files.
Enrico Forestieri [Wed, 11 Apr 2012 16:19:11 +0000 (18:19 +0200)]
Use the right latex backend when a converter needs aux files.

If a converter specifies the needaux flag, latex (or xelatex) is
always run to produce the needed auxiliary files. This is wrong
because there are documents that can only be compiled with a specific
backend and thus the conversion may fail. On the other hand, even if
the document specifies the backend to be used, LyX ignores this info.

This commit rectifies this behavior by letting LyX run the same flavor
of the latex backend that shall be used for previewing the document
also for producing the auxiliary files.

(cherry picked from commit 3285ce1d5cb9ba79af700d004401115269e97ada)

Conflicts:

src/Converter.cpp

12 years agoclang: std::string is used here, fwd is not enough
Peter Kümmel [Wed, 7 Dec 2011 16:03:37 +0000 (16:03 +0000)]
clang: std::string is used here, fwd is not enough

(cherry picked from commit f41057cae61b9c0d1e14033f689e190912c242da)

12 years agoFix bug #8114: LyX does not retrieve negative bbox parameters
Vincent van Ravesteijn [Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)]
Fix bug #8114: LyX does not retrieve negative bbox parameters

LyX fails to read the bounding box from an EPS file if it has
negative values. Adjusting the regex will overcome this problem.
Negative values do not pose big problems later on, but the GUI
doesn't handle it correctly yet (see bug #5718).

(cherry picked from commit f0754582b8af481dc636c6d31eb3a52c853d7db0)

12 years agoFix a copy-paste error introduced in b754fb02
Vincent van Ravesteijn [Sun, 8 Apr 2012 19:47:40 +0000 (21:47 +0200)]
Fix a copy-paste error introduced in b754fb02

(cherry picked from commit 91bc04946fafbee92dda4bd17edfa007f615fe5d)

12 years agoBackport the following from trunk:
Richard Heck [Sun, 8 Apr 2012 14:01:54 +0000 (10:01 -0400)]
Backport the following from trunk:
29cf7af6d31
8dd436b7dcf
7c5f28ad265
This fixes issues with empty paragraphs in XHTML output.

12 years agouk.po: remove duplicate entries (avoids some strange compiler errors)
Uwe Stöhr [Sat, 7 Apr 2012 01:33:42 +0000 (03:33 +0200)]
uk.po: remove duplicate entries (avoids some strange compiler errors)

12 years agouk.po: translation update by Yuri
Uwe Stöhr [Sat, 7 Apr 2012 01:15:23 +0000 (03:15 +0200)]
uk.po: translation update by Yuri

12 years agoBackport part of fi.po (#8115)
Pavel Sanda [Fri, 6 Apr 2012 23:58:23 +0000 (01:58 +0200)]
Backport part of fi.po (#8115)

12 years agoremerge fi.po
Pavel Sanda [Fri, 6 Apr 2012 23:56:32 +0000 (01:56 +0200)]
remerge fi.po

12 years agoFix correct revision date for fi.po
Pavel Sanda [Fri, 6 Apr 2012 00:33:42 +0000 (02:33 +0200)]
Fix correct revision date for fi.po
(faulty remerge at r36365 - cae12168a4; more smaller mistakes still there)

12 years ago* NEWS
Pavel Sanda [Wed, 4 Apr 2012 12:53:23 +0000 (14:53 +0200)]
* NEWS

12 years agoMake index comparisons for XHTML output case insensitive.
Richard Heck [Tue, 3 Apr 2012 21:54:50 +0000 (17:54 -0400)]
Make index comparisons for XHTML output case insensitive.

12 years agoClear local layout before reading BufferParams. Otherwise, you can't
Richard Heck [Tue, 3 Apr 2012 19:53:56 +0000 (15:53 -0400)]
Clear local layout before reading BufferParams. Otherwise, you can't
delete the local layout.

12 years agoSorry, I didn't mean to include this change from trunk.
Richard Heck [Sun, 1 Apr 2012 22:32:10 +0000 (18:32 -0400)]
Sorry, I didn't mean to include this change from trunk.

That said, Julien, if you see this, is that something we
should think about backporting?

12 years agoBackport fix for bug #8107. We need to invalidate the file
Richard Heck [Sun, 1 Apr 2012 22:21:22 +0000 (18:21 -0400)]
Backport fix for bug #8107. We need to invalidate the file
cache, not just the BibInfo cache, when we create a new BibTeX
inset.

Conflicts:

src/insets/InsetBibtex.cpp

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Wed, 28 Mar 2012 20:51:50 +0000 (22:51 +0200)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agobeamer.layout: fix #8094 also for branch
Uwe Stöhr [Wed, 28 Mar 2012 20:51:36 +0000 (22:51 +0200)]
beamer.layout: fix #8094 also for branch

12 years ago* sk.po
Kornel Benko [Tue, 27 Mar 2012 14:08:33 +0000 (16:08 +0200)]
* sk.po

12 years agoClean up the include_bib script a bit.
Richard Heck [Mon, 26 Mar 2012 16:06:04 +0000 (12:06 -0400)]
Clean up the include_bib script a bit.

12 years agoBetter support for (Lua|Xe)TeX files in tex2lyx
Jean-Marc Lasgouttes [Mon, 26 Mar 2012 14:04:09 +0000 (16:04 +0200)]
Better support for (Lua|Xe)TeX files in tex2lyx

When one of the packages specific to these engines are used in the TeX file:
* set default encoding to utf-8
* set \use_non_tex_fonts to true

This is a hand-made backport of svn commit r40765.

12 years agode.po: update
Juergen Spitzmueller [Mon, 26 Mar 2012 10:53:35 +0000 (12:53 +0200)]
de.po: update

12 years agoForgotten string change.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:42:18 +0000 (12:42 +0200)]
Forgotten string change.

12 years agoBeamer supports \subsubsection. Add to layout.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:33:37 +0000 (12:33 +0200)]
Beamer supports \subsubsection. Add to layout.

12 years agostatus.20x for last commit.
Enrico Forestieri [Sun, 25 Mar 2012 13:49:10 +0000 (15:49 +0200)]
status.20x for last commit.

I first used cherry-pick, then tried to modify status.20x but there
was no way I found to proceed from there. So, to be able to come
out form this situation I reverted the changes to status.20x,
pushed the cherry-picked revision and then committed the changes
to status.20x.

Let me say that git is way too much complicated to be really useful.

12 years agoFix bug #8098
Enrico Forestieri [Sun, 25 Mar 2012 03:14:58 +0000 (05:14 +0200)]
Fix bug #8098

The Windows shell cannot have a UNC path as the current directory.
However, using pushd to change to the same directory automatically
maps the UNC path to a drive letter and thus it works.

Note that when calling cmd.exe from a UNC path there are still
warnings about the UNC path, but the command is then successfully
executed because the current directory is set to something digestible
by the shell.
(cherry picked from commit b907a0dc7cca2e6037e0493589fe4b8f77d5a18e)

12 years agoFix monolithic build (bug #8079)
Vincent van Ravesteijn [Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)]
Fix monolithic build (bug #8079)

12 years agoFix more possible crashes due to asInsetRef()
Vincent van Ravesteijn [Fri, 23 Mar 2012 20:15:55 +0000 (21:15 +0100)]
Fix more possible crashes due to asInsetRef()

InsetMathHull has no method asInsetRef() and returns therefore 0.

See also 5bd68605.

12 years agoBackport fix for bug #8095.
Richard Heck [Fri, 23 Mar 2012 18:37:48 +0000 (14:37 -0400)]
Backport fix for bug #8095.

The crash was due to the otherwise innocent looking 07924ac300f68e. The cast
Vincent replaced was already wrong---it seems to have been a thinko in
7bbd67eb2679---but it worked kind of by accident before. Now it crashes.

12 years agoSetup .gitignore for generated files, now for branch.
Lars Gullik Bjønnes [Wed, 21 Mar 2012 08:44:32 +0000 (09:44 +0100)]
Setup .gitignore for generated files, now for branch.

12 years agoGuiTabular.cpp, InsetTabular.cpp: remaining issues I forgot in previous commit
Uwe Stöhr [Wed, 21 Mar 2012 21:38:02 +0000 (22:38 +0100)]
GuiTabular.cpp, InsetTabular.cpp: remaining issues I forgot in previous commit

12 years agoGuiTabular.cpp: fix bug #8092 also for branch
Uwe Stöhr [Wed, 21 Mar 2012 20:50:34 +0000 (21:50 +0100)]
GuiTabular.cpp: fix bug #8092 also for branch

12 years ago* cs.po
Pavel Sanda [Wed, 21 Mar 2012 17:02:50 +0000 (18:02 +0100)]
* cs.po

12 years agoRemove duplicated entry from status.20x
Vincent van Ravesteijn [Sun, 18 Mar 2012 19:24:11 +0000 (20:24 +0100)]
Remove duplicated entry from status.20x