]> git.lyx.org Git - lyx.git/log
lyx.git
12 years agoImport table cells in sideways environment.
Georg Baum [Sun, 6 May 2012 16:47:53 +0000 (18:47 +0200)]
Import table cells in sideways environment.

This is a part of bug #8081: Translate cells in
\begin{sideways}...\end{sideways} to native syntax. The turn environment
comes in a later commit, since this one os suitable for backporting.

12 years agoDo not swallow newlines after \usepackage.
Georg Baum [Sun, 6 May 2012 15:37:09 +0000 (17:37 +0200)]
Do not swallow newlines after \usepackage.

12 years agoDo not swallow math comments in tex2lyx.
Georg Baum [Sun, 6 May 2012 14:46:06 +0000 (16:46 +0200)]
Do not swallow math comments in tex2lyx.

This is not needed, since LyX supports comments in math. Data loss with math
comments containing a backslash in LyX has been fixed as well.
The test case was found in bug #8104.

12 years agoStrip gecos on Unix systems on user name only.
Pavel Sanda [Sun, 6 May 2012 11:36:54 +0000 (13:36 +0200)]
Strip gecos on Unix systems on user name only.
Patch from Scott Kostyshak.

12 years agoFix compilation
Vincent van Ravesteijn [Thu, 3 May 2012 15:56:52 +0000 (17:56 +0200)]
Fix compilation

Compile fix for [b0b8e5f5/lyxgit].

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.

12 years agoMove metrics computation close to drawing for drawStrRed/Black
Vincent van Ravesteijn [Thu, 3 May 2012 14:28:28 +0000 (16:28 +0200)]
Move metrics computation close to drawing for drawStrRed/Black

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.

12 years agoExclude stdinsets.inc from basic layout if we exclude stdclass.inc
Vincent van Ravesteijn [Thu, 3 May 2012 10:02:34 +0000 (12:02 +0200)]
Exclude stdinsets.inc from basic layout if we exclude stdclass.inc

If loading a basic layout fails, we try to load a basic layout without
stdclass.inc instead. However, this still 'implicitly' requires
stdinsets.inc. If the load failed because stdclass.inc couldn't be loaded,
we expect that stdinsets.inc can't be loaded as well, so we should exclude
stdinsets.inc as well.

This prevents an assertion if stdinsets.inc can't be found or can't be
loaded. This can happen when the layouts have the wrong format and python
is not available.

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.

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 agoRemove workaround that is not useful anymore
Jean-Marc Lasgouttes [Wed, 18 Apr 2012 10:58:28 +0000 (12:58 +0200)]
Remove workaround that is not useful anymore

12 years agoForgot the return value.
Richard Heck [Thu, 3 May 2012 13:09:47 +0000 (09:09 -0400)]
Forgot the return value.

12 years agoFix bug #8087: Include children in plaintext export.
Richard Heck [Mon, 19 Mar 2012 21:33:47 +0000 (17:33 -0400)]
Fix bug #8087: Include children in plaintext export.

12 years agoBefore we process the LFUN, make sure that it is actually intended
Richard Heck [Sun, 15 Apr 2012 12:59:46 +0000 (08:59 -0400)]
Before we process the LFUN, make sure that it is actually intended
for us.

12 years agoTry to fix bug 8124. We enable LFUN_INSET_MODIFY in InsetBox if it
Richard Heck [Sat, 14 Apr 2012 21:32:25 +0000 (17:32 -0400)]
Try to 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 #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

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

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.

12 years agoFix bug #8089: Handle spaces at the end of the stream
Vincent van Ravesteijn [Wed, 2 May 2012 11:41:09 +0000 (13:41 +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.

12 years agoMathParser: Do not rewind the stream if we can't read from it
Vincent van Ravesteijn [Wed, 2 May 2012 11:37:32 +0000 (13:37 +0200)]
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.

12 years agoConstness, etc.
Richard Heck [Tue, 1 May 2012 17:02:10 +0000 (13:02 -0400)]
Constness, etc.

12 years agoWe don't need to rescan everything from the BibTeX dialog, just
Richard Heck [Tue, 1 May 2012 16:54:17 +0000 (12:54 -0400)]
We don't need to rescan everything from the BibTeX dialog, just
the bib and bst files.

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.

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

12 years agoIndicate that this rtl variable is only valid on the last row
Vincent van Ravesteijn [Sun, 29 Apr 2012 20:46:49 +0000 (22:46 +0200)]
Indicate that this rtl variable is only valid on the last row

Otherwise the variable might be used incorrectly as in [0a137e31/lyxgit].

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.

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.

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).

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.

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

12 years agoFix a typo
Vincent van Ravesteijn [Wed, 25 Apr 2012 19:56:38 +0000 (21:56 +0200)]
Fix a typo

12 years agoDo not test unused packages
Vincent van Ravesteijn [Wed, 25 Apr 2012 19:56:18 +0000 (21:56 +0200)]
Do not test unused packages

These packages are no longer used since they are commented out in the
lib/unicodesymbols file.

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

12 years agoMerge branch 'master' of git.lyx.org:lyx
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:51:07 +0000 (11:51 +0200)]
Merge branch 'master' of git.lyx.org:lyx

Conflicts:
po/de.po

Signed-off-by: Jürgen Spitzmüller <jspitzm@linux-np7j.(none)>
12 years agode.po: some changes as discussed on the list.
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:39:16 +0000 (11:39 +0200)]
de.po: some changes as discussed on the list.

12 years agogenerate_contributions.py, CREDITS: correct Ignacio's mail address to one that works
Uwe Stöhr [Sat, 28 Apr 2012 15:16:42 +0000 (17:16 +0200)]
generate_contributions.py, CREDITS: correct Ignacio's mail address to one that works
OK for branch or do we have a policy that doesn't allow to change the mail addresses?

12 years ago* sk.po
Kornel Benko [Sat, 28 Apr 2012 08:42:19 +0000 (10:42 +0200)]
* sk.po

12 years agoAllow viewing full file of plaintext source.
Richard Heck [Sat, 28 Apr 2012 01:17:08 +0000 (21:17 -0400)]
Allow viewing full file of plaintext source.

12 years agoRe-organize logic of getSourceCode() routine, so we can see XHTML
Richard Heck [Sat, 28 Apr 2012 01:14:25 +0000 (21:14 -0400)]
Re-organize logic of getSourceCode() routine, so we can see XHTML
for DocBook files.

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].

I had already noticed the above mentioned thinko and this commit
should have been part of [3285ce1d5/lygit] but somehow I managed
to lose it in the git branches game: do a branch for that, than
try a different thing in another branch, then rebase to avoid
merge conficts, and finally delete all unneeded branches. Well it
is too much easy to do the wrong thing and pick the wrong branch,
deleting the right one. I will never follow the git way anymore
and will do I was used to do with svn.

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

12 years agolayouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit]
Uwe Stöhr [Wed, 25 Apr 2012 21:18:05 +0000 (23:18 +0200)]
layouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit]

12 years agoThesaurus keyword combo completion (bug #8138).
Pavel Sanda [Wed, 25 Apr 2012 14:39:40 +0000 (16:39 +0200)]
Thesaurus keyword combo completion (bug #8138).

12 years agoTypo in 503bd6cf71, patch from Scott Kostyshak.
Pavel Sanda [Wed, 25 Apr 2012 08:41:26 +0000 (10:41 +0200)]
Typo in 503bd6cf71, patch from Scott Kostyshak.

12 years agoAttempt to fix #8137 (arrived at r40862).
Pavel Sanda [Mon, 23 Apr 2012 23:54:31 +0000 (01:54 +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.

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 agolayouttranslations: correct a German and English translation
Uwe Stöhr [Sun, 22 Apr 2012 23:34:24 +0000 (01:34 +0200)]
layouttranslations: correct a German and English translation

12 years agoUpdate it.po
Enrico Forestieri [Sun, 22 Apr 2012 22:16:46 +0000 (00:16 +0200)]
Update it.po

12 years agoUpdate layouttranslations
Enrico Forestieri [Sun, 22 Apr 2012 21:39:15 +0000 (23:39 +0200)]
Update layouttranslations

12 years agofi.po reminder from #8115
Pavel Sanda [Sun, 22 Apr 2012 10:49:22 +0000 (12:49 +0200)]
fi.po reminder from #8115

12 years agoRemerge fi.po
Pavel Sanda [Sun, 22 Apr 2012 10:37:07 +0000 (12:37 +0200)]
Remerge fi.po

12 years agoComment from JMarc (devlist)
Pavel Sanda [Sun, 22 Apr 2012 10:32:41 +0000 (12:32 +0200)]
Comment from JMarc (devlist)

12 years agolayouttranslations reminder.
Pavel Sanda [Tue, 10 Apr 2012 20:47:41 +0000 (22:47 +0200)]
layouttranslations reminder.

12 years agoRename is_valid_ as validated_, which is a bit more informative.
Richard Heck [Sat, 21 Apr 2012 20:25:38 +0000 (16:25 -0400)]
Rename is_valid_ as validated_, which is a bit more informative.

12 years agoOptimize a bit the handling of local layout validation. This handles
Richard Heck [Sat, 21 Apr 2012 20:22:28 +0000 (16:22 -0400)]
Optimize a bit the handling of local layout validation. This handles
empty cases better than what was before.

Patch from Scott Kostyshak.

12 years agoListing for sk
Kornel Benko [Sat, 21 Apr 2012 16:39:01 +0000 (18:39 +0200)]
Listing for sk

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 agoAllow Insetlayout for Branch inset (#8106).
Pavel Sanda [Thu, 19 Apr 2012 09:56:32 +0000 (11:56 +0200)]
Allow Insetlayout for Branch inset (#8106).
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg173659.html

12 years agoCorrect description of layout translation.
Georg Baum [Wed, 18 Apr 2012 19:17:35 +0000 (21:17 +0200)]
Correct description of layout translation.

The old version pretended that the translations are provided via gettext,
but this is wrong.

12 years agoLet lyx2lyx create a proper TOC inset
Georg Baum [Wed, 18 Apr 2012 18:44:33 +0000 (20:44 +0200)]
Let lyx2lyx create a proper TOC inset

Now that \lstlistoflistings is supported by InsetTOC, we should use that
instead of ERT. I could have updated the file format and directly used an
InsetTOC instead, but I was too lazy.

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 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 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 agoSimpler fix for undo support when entering \hline in an equation
Jean-Marc Lasgouttes [Tue, 17 Apr 2012 08:55:59 +0000 (10:55 +0200)]
Simpler fix for undo support when entering \hline in an equation

 * Avoid undo step when using backspace in macro mode
 * Use recordUndoInset when entering macro mode (if one enters something like \hline, the outer inset itself will be modified)
 * Use recordUndoInset when pasting in an INsetMathGrid (same reason as above)

12 years agoRevert "Fix undo of entering \hline"
Jean-Marc Lasgouttes [Fri, 13 Apr 2012 11:03:59 +0000 (13:03 +0200)]
Revert "Fix undo of entering \hline"

This reverts commit 1fa39e1f953434700f1af4fb2eb9b193dd1709df.

12 years agoUse InsetLayout instead of hardcoding forcePlainLayout and
Richard Heck [Tue, 17 Apr 2012 13:43:29 +0000 (09:43 -0400)]
Use InsetLayout instead of hardcoding forcePlainLayout and
allowParagraphCustomization.

12 years agoRe-organize and repair the InsetLayout for the script inset.
Richard Heck [Tue, 17 Apr 2012 13:42:59 +0000 (09:42 -0400)]
Re-organize and repair the InsetLayout for the script inset.

12 years agoUse InsetLayout for LaTeX output.
Richard Heck [Tue, 17 Apr 2012 13:35:25 +0000 (09:35 -0400)]
Use InsetLayout for LaTeX output.

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.

12 years agoWhitespace.
Richard Heck [Tue, 17 Apr 2012 12:44:25 +0000 (08:44 -0400)]
Whitespace.

12 years ago* sk.po
Kornel Benko [Tue, 17 Apr 2012 08:33:36 +0000 (10:33 +0200)]
* sk.po

12 years agoDocument latest file format changes
Georg Baum [Mon, 16 Apr 2012 20:15:10 +0000 (22:15 +0200)]
Document latest file format changes

12 years agoNative support for \lstlistoflistings
Georg Baum [Mon, 16 Apr 2012 19:40:59 +0000 (21:40 +0200)]
Native support for \lstlistoflistings

12 years agochkconfig.ltx: fix #8102 by installing all symbol packages we support when LyX is...
Uwe Stöhr [Sun, 15 Apr 2012 16:48:43 +0000 (18:48 +0200)]
chkconfig.ltx: fix #8102 by installing all symbol packages we support when LyX is installed

12 years agode.po: some translations
Uwe Stöhr [Sun, 15 Apr 2012 16:30:49 +0000 (18:30 +0200)]
de.po: some translations

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

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
right this, but does not return the result, while
GuiApplication::dispatch(FuncRequest const &, DispatchResult &)
is called by the former but does not return the result. 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.

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.

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

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.

12 years ago* sk.po
Kornel Benko [Wed, 11 Apr 2012 10:20:09 +0000 (12:20 +0200)]
* sk.po
Listings + ...

12 years agoTranslations for listings insets
Georg Baum [Tue, 10 Apr 2012 18:21:01 +0000 (20:21 +0200)]
Translations for listings insets

The listings inset and include inset of type listings use two english terms
that are not localized yet: "Listing" for the caption and "Listings" for the
list of listings (not supported natively by LyX yet). The existing layout
translation mechanism has been extended to translate these terms as well:

1) Support [[stuff]] context in lib/layouttranslations
2) Support BabelPreamble and LangPreamble in InsetLayout
3) Use a InsetLayout for InsetInclude of type listings
4) Define BabelPreamble and LangPreamble in the layouts for InsetInclude
   and InsetListings

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 20:54:09 +0000 (22:54 +0200)]
* sk.po
'Index' traslation. Missed these

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 20:27:15 +0000 (22:27 +0200)]
* sk.po
clean translations of word 'index'

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 11:24:40 +0000 (13:24 +0200)]
* sk.po

12 years ago* sk.po
Kornel Benko [Mon, 9 Apr 2012 11:15:12 +0000 (13:15 +0200)]
* sk.po
Reworked all dialogs.
"linguist" is your friend

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).

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

12 years agoFix undo of entering \hline
Georg Baum [Sun, 8 Apr 2012 17:15:49 +0000 (19:15 +0200)]
Fix undo of entering \hline

It was broken with 6d75800f5d23 as noticed by Enrico. The fix is to use undo
groups (thanks Jean-Marc).

12 years agoThe logic of the endParagraph() routine is wrong. We should first
Richard Heck [Sun, 8 Apr 2012 14:03:23 +0000 (10:03 -0400)]
The logic of the endParagraph() routine is wrong. We should first
check if the parsep_tag is pending.

12 years agoWe need to check, in closeFontTags(), for the case where we haven't
Richard Heck [Sun, 8 Apr 2012 14:02:40 +0000 (10:02 -0400)]
We need to check, in closeFontTags(), for the case where we haven't
had any content.

12 years agoThe isTagOpen() routine can be const.
Richard Heck [Sun, 8 Apr 2012 14:01:54 +0000 (10:01 -0400)]
The isTagOpen() routine can be const.

12 years agoDebugging code for the tag stack, disabled by default.
Richard Heck [Sun, 8 Apr 2012 13:59:57 +0000 (09:59 -0400)]
Debugging code for the tag stack, disabled by default.

12 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sat, 7 Apr 2012 01:09:12 +0000 (03:09 +0200)]
Merge branch 'master' of git.lyx.org:lyx

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

12 years agofi.po - change date to prevent porting from branch
Pavel Sanda [Sat, 7 Apr 2012 00:04:50 +0000 (02:04 +0200)]
fi.po - change date to prevent porting from branch

12 years ago* fi.po - fix #8115 (Chapter, Part untranslated)
Pavel Sanda [Fri, 6 Apr 2012 23:30:30 +0000 (01:30 +0200)]
* fi.po - fix #8115 (Chapter, Part untranslated)

12 years agoFinnish layouttranslations, checked by Hannu Vuolasaho.
Pavel Sanda [Fri, 6 Apr 2012 23:12:08 +0000 (01:12 +0200)]
Finnish layouttranslations, checked by Hannu Vuolasaho.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg91879.html

12 years agoRemerge fi.po
Pavel Sanda [Fri, 6 Apr 2012 22:54:44 +0000 (00:54 +0200)]
Remerge fi.po