]> git.lyx.org Git - lyx.git/log
lyx.git
7 years agoUpdate sk.po
Kornel Benko [Wed, 1 Mar 2017 11:11:57 +0000 (12:11 +0100)]
Update sk.po

7 years agoAmend 34d2f3c.
Kornel Benko [Wed, 1 Mar 2017 09:04:29 +0000 (10:04 +0100)]
Amend 34d2f3c.
Regexes in *Tests have to be specified for the whole test-names.

7 years agoAllow Input of local includes from local layout files
Enrico Forestieri [Wed, 1 Mar 2017 08:19:18 +0000 (09:19 +0100)]
Allow Input of local includes from local layout files

When including files, LyX always searches the user and the system
directory, in that order. This means that when using local layout
files broken down into multiple includes, the various includes should
be specified with a path relative to the user layouts directory
(typically ~/.lyx/layouts), making this very impractical.
This commit allows including local files by specifying their path
as explicitly relative to the main layout file position, i.e., by
specifying their path with either "./" or "../". If the main layout
is not loaded from a local file, the usual search order is used,
even if the path are explicitly relative. So, for system layouts,
both "Input ./name.inc" and "Input name.inc" are equivalent.

7 years agoIgnore missing glyphs in a test after TL update
Scott Kostyshak [Tue, 28 Feb 2017 23:31:02 +0000 (18:31 -0500)]
Ignore missing glyphs in a test after TL update

After a TL 2016 update, a test started to fail due to missing
glyphs. For more information, see the ML thread here:

  https://www.mail-archive.com/search?l=mid&q=20170225203955.nas2qopy4l4ukyqq%40steph

7 years agoInvert a pdf4 test failing because of iconv
Scott Kostyshak [Tue, 28 Feb 2017 23:21:23 +0000 (18:21 -0500)]
Invert a pdf4 test failing because of iconv

This is consistent with other tests failing for the same reason.
For more information, see #9871 and the discussion at

  https://www.mail-archive.com/search?l=mid&q=20170228190738.cgs3tl3ny2bxiegk%40steph

7 years ago Update fr.po
jpc [Tue, 28 Feb 2017 16:20:52 +0000 (17:20 +0100)]
   Update fr.po

7 years agobuffer-export without argument exports the default format
Guillaume Munch [Mon, 27 Feb 2017 19:43:11 +0000 (20:43 +0100)]
buffer-export without argument exports the default format

buffer-export is proposed as a default binding in the preferences so now it does
what a user expects when binding it to a key.

7 years agoctests: invert failing Spanish docs, tag unreliable examples.
Günter Milde [Mon, 27 Feb 2017 22:26:08 +0000 (23:26 +0100)]
ctests: invert failing Spanish docs, tag unreliable examples.

Babel-Spanish uses utf8-autostrings if it detects Xe/LuaTeX.
This leads to wrong output and/or failures with
8bit TeX-fonts and 8-bit input encoding.

7 years agoRemove LyXToolBox
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Remove LyXToolBox

It extended QToolBox with size calculation to fix UI issues with the previous
design of GuiCitation. Since it always needed some kind of hack and since
QToolBoxes do not appear so popular, it probably won't be used anymore.

7 years agoGive focus to the filter in GuiRef
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Give focus to the filter in GuiRef

This is now consistent with GuiCitation. Compared to the previous behaviour
there is only one down key press difference.

7 years agoFix focus events in GuiCitation
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Fix focus events in GuiCitation

7 years agoWhitespace and remove obsolete #ifdef.
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Whitespace and remove obsolete #ifdef.

7 years agoImplement down key press in FancyLineEdit
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Implement down key press in FancyLineEdit

7 years agoImplement left-right navigation in GuiCitation
Guillaume Munch [Sun, 26 Feb 2017 21:15:50 +0000 (22:15 +0100)]
Implement left-right navigation in GuiCitation

7 years agoFix 18 memory leaks
Guillaume Munch [Sun, 26 Feb 2017 21:15:49 +0000 (22:15 +0100)]
Fix 18 memory leaks

Also whitespace.

7 years agoctests: sort inverted unreliable tests.
Günter Milde [Sun, 26 Feb 2017 18:33:00 +0000 (19:33 +0100)]
ctests: sort inverted unreliable tests.

We don't invert unreliable tests for the same reason they are
inverted but, e.g., a nonstandard test that fails for some reason even with the
additional requirements installed or a test that shows wrong output
but also an error.

7 years agoUpdate it.po
Enrico Forestieri [Sun, 26 Feb 2017 18:24:32 +0000 (19:24 +0100)]
Update it.po

7 years agoAllow inserting consecutive dashes
Enrico Forestieri [Sat, 25 Feb 2017 13:13:02 +0000 (14:13 +0100)]
Allow inserting consecutive dashes

Because latex allows to do so, and there is no easy way to achieve this.
This was apparently implemented to allow cycling between the various dash
types, but it was a bad idea bringing no benefit and causing griefs.

7 years agorename BufferParams::font_encoding() to ::main_font_encoding()
Juergen Spitzmueller [Sat, 25 Feb 2017 11:49:49 +0000 (12:49 +0100)]
rename BufferParams::font_encoding() to ::main_font_encoding()

Because that's what's actually returned.

7 years agoRemove unreachable return statement
Jean-Marc Lasgouttes [Fri, 24 Feb 2017 23:32:58 +0000 (00:32 +0100)]
Remove unreachable return statement

ALso re-indent a bit.

Fixes coverity issue 134137

7 years agoInitialize properly pointer
Jean-Marc Lasgouttes [Fri, 24 Feb 2017 23:19:08 +0000 (00:19 +0100)]
Initialize properly pointer

Fixes coverity issue 23411

7 years agoPlain quote fixes
Juergen Spitzmueller [Thu, 23 Feb 2017 09:39:50 +0000 (10:39 +0100)]
Plain quote fixes

\textquote... commands are only available in t1.

7 years agoUse proper font encoding in InsetQuotes
Juergen Spitzmueller [Thu, 23 Feb 2017 09:39:31 +0000 (10:39 +0100)]
Use proper font encoding in InsetQuotes

7 years ago\textquotedbl and \textquotesingle are now covered by TU encoding
Juergen Spitzmueller [Thu, 23 Feb 2017 09:17:52 +0000 (10:17 +0100)]
\textquotedbl and \textquotesingle are now covered by TU encoding

Generally, TU is on par with T1 now. Thus introduce a new latexSpecialTU
method that currently just links to latexSpecialT1.

7 years agoAmend b5416928. Cmake configuration for QT5.8
Kornel Benko [Wed, 22 Feb 2017 23:18:52 +0000 (00:18 +0100)]
Amend b5416928. Cmake configuration for QT5.8

7 years agoTheorem style: set NextNoIndent to 0
Scott Kostyshak [Fri, 11 Nov 2016 16:55:31 +0000 (11:55 -0500)]
Theorem style: set NextNoIndent to 0

After a Theorem environment, LaTeX does by default indent the
following paragraph.

I checked various classes and no ModifyStyle was needed. The
hollywood and broadway classes are strange cases where there is an
indent after the Theorem environment, but it is much smaller than
the normal indent. The indent is the same as the opening indent of
normal text, which we currently ignore. Further, I don't expect it
is common to use theorems in these classes.

7 years agoFix ParIndent for various "Standard" styles
Scott Kostyshak [Sun, 19 Feb 2017 23:20:52 +0000 (18:20 -0500)]
Fix ParIndent for various "Standard" styles

7 years agoAdd references for the inverted linguistics tests
Scott Kostyshak [Wed, 22 Feb 2017 16:59:20 +0000 (11:59 -0500)]
Add references for the inverted linguistics tests

7 years agoRemove a \textipa that snuck into es/UserGuide.lyx
Scott Kostyshak [Wed, 22 Feb 2017 16:48:42 +0000 (11:48 -0500)]
Remove a \textipa that snuck into es/UserGuide.lyx

This empty inset caused problems with LuaTeX + system fonts (see
b863fb07). Although these problems seem to be resolved, this empty
inset is not supposed to be there.

7 years agoGuiCitation: set instant search as the default
Guillaume Munch [Wed, 22 Feb 2017 15:41:38 +0000 (16:41 +0100)]
GuiCitation: set instant search as the default

It was already supposed to be the default after 7d429291, but one has to set the
default value at the level of the QSettings.

7 years agoClarify comment
Guillaume Munch [Wed, 22 Feb 2017 15:56:43 +0000 (16:56 +0100)]
Clarify comment

7 years agoctests: linguistic files and spanish UserGuide now compile
Kornel Benko [Wed, 22 Feb 2017 10:48:51 +0000 (11:48 +0100)]
ctests: linguistic files and spanish UserGuide now compile

Thanks to Jürgen's \texpipa changes for linguistic.

7 years agoCmake tests: Scheherezade font misses glyph '*'
Kornel Benko [Wed, 22 Feb 2017 10:23:49 +0000 (11:23 +0100)]
Cmake tests: Scheherezade font misses glyph '*'

Added "export/export/latex/arabic_simple_pdf4_systemF"
and "export/doc/ar/Intro_pdf4_systemF"
to the list of tests which ignore "missing glyph" error.

Thanks to Jürgen Spitzmüller.

7 years agoxunicode (only) needs to be loaded for tipa emulation.
Juergen Spitzmueller [Wed, 22 Feb 2017 10:26:02 +0000 (11:26 +0100)]
xunicode (only) needs to be loaded for tipa emulation.

Previous fontspec loaded xunicode internally, for recent version, this
is no longer desired. However, we still need it for tipa emulation.
We use fontspec's trick to bypass XeTeX test with LuaTeX.

7 years agoRewrite selection code in mathed
Jean-Marc Lasgouttes [Wed, 22 Feb 2017 09:43:48 +0000 (10:43 +0100)]
Rewrite selection code in mathed

Now the selection is not done by the inset, but by the MathData
itself. This allows for some code simplification and avoids an
extra redraw.

Additionally, this fixes the selection inside macros, which was broken
by the new MathRow code.

7 years agoAllow more translations of OutlinerNames
Guillaume Munch [Tue, 21 Feb 2017 20:04:50 +0000 (21:04 +0100)]
Allow more translations of OutlinerNames

Allow comments at the end.

Although comments seem to be valid at the end of lines in layouts, few of the
regexps take this into account. However, OutlinerName was the only one where
there were actual lines with comments at the end. Not touching the others as
there is no one-size-fits-all solution with these regexps.

Thanks Kornel for reporting the issue.

7 years agoUse a plain font in macro edit box
Jean-Marc Lasgouttes [Tue, 21 Feb 2017 10:47:05 +0000 (11:47 +0100)]
Use a plain font in macro edit box

Without this, the font would be mathcal in a mathcal environment.
Additionally, set the font size to tiny when computing metrics too.

7 years agoAdd some notes about ipa with fontspec.
Juergen Spitzmueller [Tue, 21 Feb 2017 09:31:31 +0000 (10:31 +0100)]
Add some notes about ipa with fontspec.

7 years agoSet the cursor a bit on the left in empty cells
Jean-Marc Lasgouttes [Tue, 21 Feb 2017 08:46:54 +0000 (09:46 +0100)]
Set the cursor a bit on the left in empty cells

7 years agoAdd tableaux to outliner
Juergen Spitzmueller [Tue, 21 Feb 2017 06:11:23 +0000 (07:11 +0100)]
Add tableaux to outliner

7 years agoMove comment
Jean-Marc Lasgouttes [Tue, 21 Feb 2017 05:50:48 +0000 (06:50 +0100)]
Move comment

It is slightly more useful here.

7 years agoFixup to 33b696c8: fix compilation with gcc 4.6
Jean-Marc Lasgouttes [Tue, 21 Feb 2017 05:21:49 +0000 (06:21 +0100)]
Fixup to 33b696c8: fix compilation with gcc 4.6

7 years agoRevert "Linearize macros in box edit mode too."
Jean-Marc Lasgouttes [Tue, 21 Feb 2017 04:42:15 +0000 (05:42 +0100)]
Revert "Linearize macros in box edit mode too."

Guillaume tells me that there are problems. We'll return to it later.

This reverts commit 014034811807b1015748fa8e97137a9c42c5c4aa.

7 years agoIntroduce support/Cache.h
Guillaume Munch [Mon, 20 Feb 2017 22:59:24 +0000 (23:59 +0100)]
Introduce support/Cache.h

Useful to cache copies of objects, including shared_ptrs. No risks of dangling
pointer, and avoid naked pointers in the source.

Fix memory leak when compiling with Qt5.

7 years agoBetter handling for negative position in pos2x
Jean-Marc Lasgouttes [Mon, 20 Feb 2017 14:39:28 +0000 (15:39 +0100)]
Better handling for negative position in pos2x

This code is already in stable actually. The old one does not work
well in RtL text.

7 years agoctests: it_Customization_pdf5_systemF now compiles
Scott Kostyshak [Sun, 19 Feb 2017 21:04:43 +0000 (16:04 -0500)]
ctests: it_Customization_pdf5_systemF now compiles

An update in TeX Live causes the test to pass (also for Kornel), so
now we uninvert the test.

I looked at the output file, and it seems fine to me (although it is
long, and I just checked briefly).

7 years agoAmend 71623b88
Guillaume Munch [Sun, 19 Feb 2017 13:54:44 +0000 (14:54 +0100)]
Amend 71623b88

Fix loop of word-delete-backward at the start of a paragraph.

7 years agoCompatibility fix for acmsiggraph.cls v0.93
Juergen Spitzmueller [Sun, 19 Feb 2017 11:25:23 +0000 (12:25 +0100)]
Compatibility fix for acmsiggraph.cls v0.93

Reported by Jean-Pierre Chrétien, fix suggested by Günter Milde.

Also add a note about obsolescence of the class, by Jean-Pierre.

7 years agoConvert clunky math formulas in ar/Intro.lyx
Kornel Benko [Sun, 19 Feb 2017 09:32:44 +0000 (10:32 +0100)]
Convert clunky math formulas in ar/Intro.lyx

7 years agoFix InsetMathRef mouse behaviour (#10568)
Guillaume Munch [Sat, 18 Feb 2017 21:24:25 +0000 (22:24 +0100)]
Fix InsetMathRef mouse behaviour (#10568)

Fix mouse-selection behaviour.

Don't open dialog when releasing if it was not a real click.

7 years agoWhen pressing math with the mouse, move to the closest edge (#9748)
Guillaume Munch [Sat, 18 Feb 2017 21:23:14 +0000 (22:23 +0100)]
When pressing math with the mouse, move to the closest edge (#9748)

Unless it has some dialog that we want to activate.

7 years agoImprove mouse selection over InsetCollapsable button.
Guillaume Munch [Sat, 18 Feb 2017 21:22:32 +0000 (22:22 +0100)]
Improve mouse selection over InsetCollapsable button.

7 years agoWhen selecting math with the mouse, selection happens in the middle (#9748)
Guillaume Munch [Sat, 18 Feb 2017 19:41:41 +0000 (20:41 +0100)]
When selecting math with the mouse, selection happens in the middle (#9748)

7 years agoWhen selecting text with the mouse, inset selection happens in the middle
Guillaume Munch [Sat, 18 Feb 2017 22:03:53 +0000 (23:03 +0100)]
When selecting text with the mouse, inset selection happens in the middle

7 years agoMove cursor in front of InsetMathSpace before opening the dialog (#7749)
Guillaume Munch [Sat, 18 Feb 2017 22:03:53 +0000 (23:03 +0100)]
Move cursor in front of InsetMathSpace before opening the dialog (#7749)

7 years agoGeneralise the deletion protection mechanism from math to text (#9540)
Guillaume Munch [Sat, 18 Feb 2017 18:12:55 +0000 (19:12 +0100)]
Generalise the deletion protection mechanism from math to text (#9540)

Now backspace and delete in text will select non-empty math and text insets
before deleting them. This is consistent with what happens in math already.

This is implemented for InsetText as well but can be disabled in case of
negative feedback.

This can be set for any sort of inset with the new virtual method
Inset::confirmDeletion.

New option "force" for the LFUN_*_DELETE_* commands, that bypasses the
confirmDeletion check.

7 years agoOutput Preamble code of InPreamble styles before the styles themselves.
Juergen Spitzmueller [Sat, 18 Feb 2017 09:40:42 +0000 (10:40 +0100)]
Output Preamble code of InPreamble styles before the styles themselves.

This assures that macros are defined.

Fixes: #10215
7 years agogmo files that have been forgotten to push.
Juergen Spitzmueller [Sat, 18 Feb 2017 09:38:32 +0000 (10:38 +0100)]
gmo files that have been forgotten to push.

7 years agoUse ASCII number in \char definition
Juergen Spitzmueller [Sat, 18 Feb 2017 09:18:36 +0000 (10:18 +0100)]
Use ASCII number in \char definition

The backtick version breaks in some cases (footnotes in sections)

7 years agoPass thru overlay argument content.
Juergen Spitzmueller [Sat, 18 Feb 2017 07:48:15 +0000 (08:48 +0100)]
Pass thru overlay argument content.

7 years agoWhitespace
Juergen Spitzmueller [Sat, 18 Feb 2017 07:48:00 +0000 (08:48 +0100)]
Whitespace

7 years agoUse \providecommand for logical markup macros
Juergen Spitzmueller [Fri, 17 Feb 2017 07:35:41 +0000 (08:35 +0100)]
Use \providecommand for logical markup macros

\strong is already defined by recent fontspec.

Also use non-long definition (starred version), since the insets
only contain one paragraph.

7 years agoKeep track of signatures stored on ftp server.
Pavel Sanda [Thu, 16 Feb 2017 20:53:07 +0000 (12:53 -0800)]
Keep track of signatures stored on ftp server.

7 years agoAdd depth-increment/decrement shortcuts to emacs bind
Kornel Benko [Thu, 16 Feb 2017 14:29:15 +0000 (15:29 +0100)]
Add depth-increment/decrement shortcuts to emacs bind

7 years agoUpdate sk.po
Kornel Benko [Thu, 16 Feb 2017 10:06:14 +0000 (11:06 +0100)]
Update sk.po

7 years agode.po
Juergen Spitzmueller [Thu, 16 Feb 2017 09:29:32 +0000 (10:29 +0100)]
de.po

7 years agoFix Fixme module description to make it translatable
Juergen Spitzmueller [Thu, 16 Feb 2017 09:28:42 +0000 (10:28 +0100)]
Fix Fixme module description to make it translatable

See #10058

7 years agoFix the fix of description parsing
Juergen Spitzmueller [Thu, 16 Feb 2017 09:28:11 +0000 (10:28 +0100)]
Fix the fix of description parsing

7 years agoUse typographical quotes in modernCV
Günter Milde [Wed, 15 Feb 2017 13:45:14 +0000 (14:45 +0100)]
Use typographical quotes in modernCV

The modernCV template contained literal straight quotes (probabely from
a copy/paste action).

7 years ago\\textquotedbl and \\textquotesingl are unknown in TU encoding.
Juergen Spitzmueller [Wed, 15 Feb 2017 07:37:02 +0000 (08:37 +0100)]
\\textquotedbl and \\textquotesingl are unknown in TU encoding.

Use \\char` instead.

7 years agoDon't assume T1 font encoding for XeTeX/LuaTeX
Juergen Spitzmueller [Wed, 15 Feb 2017 07:35:46 +0000 (08:35 +0100)]
Don't assume T1 font encoding for XeTeX/LuaTeX

They used OT1 internally, and the new TU encoding, which does not (yet?)
contain all macros of T1, as of the Jan 17 LaTeX release.

7 years agoctests: update inversion patterns.
Günter Milde [Tue, 14 Feb 2017 21:31:12 +0000 (22:31 +0100)]
ctests: update inversion patterns.

The new TeXLive uses font encoding TU for Unicode fonts with Xe- and LuaTeX.
The command \textquotedbl for straight quotes is no longer supported,
\textipa no longer supported with LuaTeX.
Problems with Spanish Babel and Xe/LuaTeX with 8-bit fonts lead to new errors
in some cases.

7 years agoLinearize macros in box edit mode too.
Jean-Marc Lasgouttes [Wed, 8 Feb 2017 15:42:14 +0000 (16:42 +0100)]
Linearize macros in box edit mode too.

The special mode used by macros where the macro name is displayed as
grey text in a box is now one of the possible marker types for any
inset. The new code puts the macro name below the text, which means
that only the text below the current line will be moved. This makes
edition much more comfortable.

The marker_type enum has been moved from Inset to InsetMath.

A new BOX_MARKER enum value has been added and is taken care of in
afterMetricsMarkers (renamed from metricsMarkerVertical) and
drawMarkers.

The InsetMath::marker() macro now takes a BufferView pointer as
argument, so that the marker type can depend on editing state.

MathRow::metrics now makes changes to the MathRow object when needed.

The specific metrics/draw code in MathMacro has been removed and
replaced by assertions. Code in addToMathRow and marker is adapted to
reflect the cases where linearization is possible.

7 years agozh_CN.po: port Zheru's translation updates from branch
Uwe Stöhr [Mon, 13 Feb 2017 23:22:21 +0000 (00:22 +0100)]
zh_CN.po: port Zheru's translation updates from branch

7 years agoMake openbtUnit raunparam mutable instead of using a copy of runparams
Juergen Spitzmueller [Sun, 12 Feb 2017 17:12:38 +0000 (18:12 +0100)]
Make openbtUnit raunparam mutable instead of using a copy of runparams
in latexParagraphs()

The latter results in output stream encoding errors.

7 years agoDisable InsetMathKern with invalid lengths (#10539)
Guillaume Munch [Sun, 5 Feb 2017 10:04:41 +0000 (11:04 +0100)]
Disable InsetMathKern with invalid lengths (#10539)

From now on \kern and \mkern remain as ERT as long as the length is invalid.

Fixes #10539 (regression at 10c8d51b).

The only way to produce an InsetMathKern now is via parsing (i.e. file opening
or copy-paste). This is because there has never been any sensible way to input a
valid InsetMathKern, but this is another issue.

7 years agoInsetHyperlink: Fix replacement of empty name with target
Juergen Spitzmueller [Wed, 8 Feb 2017 08:17:14 +0000 (09:17 +0100)]
InsetHyperlink: Fix replacement of empty name with target

7 years agoCompilation fix: missing header for std::max
Jean-Marc Lasgouttes [Tue, 7 Feb 2017 10:42:36 +0000 (11:42 +0100)]
Compilation fix: missing header for std::max

7 years agoFix configuring for Qt 5.8
Enrico Forestieri [Tue, 7 Feb 2017 10:29:30 +0000 (11:29 +0100)]
Fix configuring for Qt 5.8

They moved the QT_QPA_DEFAULT_PLATFORM_NAME definition to the newly
introduced qtgui-config.h header.
This fix is also necessary for cmake, but I don't know how to do it.
It would be simply a matter of using QtGui/qtgui-config.h instead
of QtCore/qconfig.h, if QtGui/qtgui-config.h exists.

7 years agoEnsure that QT_VERSION is defined
Enrico Forestieri [Tue, 7 Feb 2017 10:16:05 +0000 (11:16 +0100)]
Ensure that QT_VERSION is defined

Otherwise checks such as "#if QT_VERSION >= 0x050600" will fail silently.

7 years agoBetter fix for cursor in "blue box"
Jean-Marc Lasgouttes [Mon, 6 Feb 2017 16:18:18 +0000 (17:18 +0100)]
Better fix for cursor in "blue box"

Since in InsetMathNest::cursorPos we do not know what is the value of
the row element before value of a given BOX, it does not make sense to
set the cursor at a given offset from the start of the MathData
object.

Therefore here we set the cursor in the middle of the MathData object,
which unfortunately may or may not be visually centered wrt the BOX.

The best solution would be to use the MathRow data here, but
unfortunately this is not completely trivial.

This patch replaces 7917ebcc4.

7 years agoSome clean-up to markers handling code.
Jean-Marc Lasgouttes [Mon, 6 Feb 2017 13:11:07 +0000 (14:11 +0100)]
Some clean-up to markers handling code.

Horizontal space is now added for linearized macros too.

Vertical space handling is done in a separate method.

This is in preparation for handling of 'box' macro editing mode in
MathRow.

7 years agode.po: yet another update
Juergen Spitzmueller [Mon, 6 Feb 2017 12:21:07 +0000 (13:21 +0100)]
de.po: yet another update

7 years agoMention style-dependency of of features in the tooltips, part 2
Juergen Spitzmueller [Mon, 6 Feb 2017 12:16:11 +0000 (13:16 +0100)]
Mention style-dependency of of features in the tooltips, part 2

Some amendments to c7126dc4f9770.

7 years agoUpdate sk.po
Kornel Benko [Mon, 6 Feb 2017 12:10:59 +0000 (13:10 +0100)]
Update sk.po

7 years agode.po
Juergen Spitzmueller [Mon, 6 Feb 2017 11:36:42 +0000 (12:36 +0100)]
de.po

7 years agoMention style-dependency of some features in the tooltips.
Juergen Spitzmueller [Mon, 6 Feb 2017 11:21:53 +0000 (12:21 +0100)]
Mention style-dependency of some features in the tooltips.

7 years agoFix cursor positionning in empty math arrays (blue box)
Jean-Marc Lasgouttes [Mon, 6 Feb 2017 10:59:39 +0000 (11:59 +0100)]
Fix cursor positionning in empty math arrays (blue box)

7 years agoFix monolithic build
Jean-Marc Lasgouttes [Mon, 6 Feb 2017 10:38:13 +0000 (11:38 +0100)]
Fix monolithic build

I gave up understanding why operator==(docstring,char cont *) does not
work in this case.

7 years agoUse localized item when calculating the panel stack's tree widget width.
Juergen Spitzmueller [Sun, 5 Feb 2017 17:02:34 +0000 (18:02 +0100)]
Use localized item when calculating the panel stack's tree widget width.

The current version was wrong for non-English dialogs, and even for
the English one, due to the translator commands that were not removed
for calculation (as in "Formats[[output]]").

Candidate for stable.

7 years agoDisable literal cb if there is nothing to latexify.
Juergen Spitzmueller [Sun, 5 Feb 2017 14:43:01 +0000 (15:43 +0100)]
Disable literal cb if there is nothing to latexify.

7 years agoCorrectly enable/disable citation dialog widgets on initialization.
Juergen Spitzmueller [Sun, 5 Feb 2017 14:42:03 +0000 (15:42 +0100)]
Correctly enable/disable citation dialog widgets on initialization.

Thanks Guillaume for pointing this out.

(candidate for stable)

7 years agoUpdate sk.po
Kornel Benko [Sun, 5 Feb 2017 10:22:06 +0000 (11:22 +0100)]
Update sk.po

7 years agode.po
Juergen Spitzmueller [Sun, 5 Feb 2017 06:40:46 +0000 (07:40 +0100)]
de.po

7 years agoupdate tex2lyx tests
Juergen Spitzmueller [Sat, 4 Feb 2017 18:28:18 +0000 (19:28 +0100)]
update tex2lyx tests

7 years agoDocument chapterbib additions.
Juergen Spitzmueller [Sat, 4 Feb 2017 18:26:49 +0000 (19:26 +0100)]
Document chapterbib additions.

7 years agoSupport for multiple bibliographies setting "per child"
Juergen Spitzmueller [Sat, 4 Feb 2017 18:23:46 +0000 (19:23 +0100)]
Support for multiple bibliographies setting "per child"

This adds support for the chapterbib package, but also adds ways to
produce this sort of multibib with biblatex and bibtopic (which are
both incompatible with chapterbib).

File format change.

7 years agoOnly close btUnit at the end of the master.
Juergen Spitzmueller [Sat, 4 Feb 2017 15:07:58 +0000 (16:07 +0100)]
Only close btUnit at the end of the master.

7 years agoupdate tex2lyx tests
Juergen Spitzmueller [Sat, 4 Feb 2017 12:44:05 +0000 (13:44 +0100)]
update tex2lyx tests

7 years agoUpdate documentation for multiple bibliographies
Juergen Spitzmueller [Sat, 4 Feb 2017 11:08:20 +0000 (12:08 +0100)]
Update documentation for multiple bibliographies