Juergen Spitzmueller
a9a7f38488
Prevent that a full source preview of a child clears the master's bibfiles cache.
...
See #9158
2018-03-27 14:29:25 +02:00
Pavel Sanda
20ab606975
wasy10 font: fix glyphs codepoints 9,10,12,13.
...
92680495b
follow-up.
pointer: 9 -> 170
bell: 10 -> 171
quarternote: 12 -> 172
halfnote: 13 -> 174
This should be the final one.
2018-03-26 21:54:46 +02:00
Richard Kimberly Heck
aabd3514dc
Update version number in lyx2lyx.
2018-03-26 10:41:49 -04:00
Juergen Spitzmueller
346d31d38d
Fix use of default biblio_style
...
Fixes : #11088
2018-03-26 15:50:35 +02:00
Pavel Sanda
022bc036ca
* stmary10.lyx
2018-03-23 11:11:21 +01:00
Pavel Sanda
0da254c811
stmary10 font: fix glyphs codepoints 10,12,13.
...
92680495b
follow-up.
minuso: 10 -> 171
sslash: 12 -> 172
bbslash:13 -> 174
varcurlywedge: 9 -> 254 -> 170 (first move by Georg)
2018-03-23 10:18:02 +01:00
Juergen Spitzmueller
6415d986ba
amend 1c623ffe8f
2018-03-22 23:37:19 +01:00
Juergen Spitzmueller
1c623ffe8f
Use separate BibInfo for child
...
This is used when the file is compiled standalone
Fixes : #11083
2018-03-22 15:52:23 +01:00
Richard Kimberly Heck
83b1ac3b55
Fix bug #11084 .
...
Allow unicode-insert to accept a sequence of codepoints.
2018-03-21 23:08:38 -04:00
Pavel Sanda
92680495bb
esint10: attempt on to fix empty symbol glyphs.
...
With advent of qt5 glyphs on codepoints 10, 12, 13 can't be shown anymore.
In this patch we copy the glyph pairs to new codepoints:
dotsint: 19->41 (this one was already moved by Goerg, now moving to the same block)
oint: 11->43
oiint:13->45
I couldn't find fix where both qt4 & qt5 would show correct results,
so this patch fixes qt5 situation, but breaks qt4, which hopefully
won't be needed for master.
Testing and debuging is somewhat tricky, becuse qt sometimes prefer to
load global fonts in /usr/share while ignoring the local git tree.
To be continued in other fonts.
Related reports:
https://www.lyx.org/trac/ticket/8493
https://bugreports.qt.io/browse/QTBUG-66266
2018-03-22 02:26:46 +01:00
Kornel Benko
867867859b
Add Reame to lib/fonts/test
2018-03-20 13:41:29 +01:00
Uwe Stöhr
e8678bc606
Arabic UserGuide.lyx: update from Hatim
2018-03-20 03:32:13 +01:00
Richard Kimberly Heck
5912f25f46
Fix problem with conversion of stmary10.lyx.
2018-03-19 18:46:48 -04:00
Jean-Marc Lasgouttes
c2456ae609
Fix initialzation order in FuncRequest
...
Fixes bug #11080 .
2018-03-19 14:59:43 +01:00
Jean-Marc Lasgouttes
ae473b012a
Fix default spellchecker when only Enchant is available
...
This has been annoying me for ages.
2018-03-19 14:07:03 +01:00
Jean-Marc Lasgouttes
af795b80d8
Make it possible to select (not)native file dialogs at run time
...
Add a new LyXRC variable use_native_filedialog (true by default) that
allows to select the kind of FileDialog we want at runtime.
2018-03-19 11:17:33 +01:00
Joel A. Kulesza
61db4af82d
Update to accept automake 1.16
2018-03-19 10:09:28 +01:00
Juergen Spitzmueller
1ae537c543
Change lookup order for enchant-2 vs. enchant (prefer the former)
2018-03-19 09:56:53 +01:00
Juergen Spitzmueller
71977769ec
check for enchant-2
...
Fixes rest of #10986
2018-03-19 09:03:35 +01:00
Juergen Spitzmueller
593a0956fa
ru.po: update from Yuriy.
2018-03-18 18:42:50 +01:00
Juergen Spitzmueller
126e0c3dac
Open ExternalInset dialog on first tab for new insets
...
Fixes : #11081
2018-03-18 18:30:48 +01:00
Richard Heck
a5c859f863
Update contributor.
2018-03-18 11:34:50 -04:00
Juergen Spitzmueller
3face5e119
Properly fix math packages table in Document Settings
...
Fixes : #10777
2018-03-18 12:11:26 +01:00
Juergen Spitzmueller
40c290ac27
fi.po: correct authorship
2018-03-18 10:16:52 +01:00
Juergen Spitzmueller
318f403474
de.po
2018-03-18 09:55:14 +01:00
Richard Heck
e2aa0dab5b
Remerge strings.
2018-03-17 16:04:03 -04:00
Juergen Spitzmueller
3366c49f80
strip braces from minted caption
2018-03-17 18:28:54 +01:00
Juergen Spitzmueller
bd77d8ad61
small fixup in tex2lyx lstlistings/inputminted support.
2018-03-17 18:26:47 +01:00
Juergen Spitzmueller
f3c5bcd2be
tex2lyx: complete minted support (inputminted)
...
Also fix some whitespace issues in minted inset import.
2018-03-17 16:45:05 +01:00
Kornel Benko
411f7b38e3
Update sk.po
2018-03-17 16:43:45 +01:00
Juergen Spitzmueller
63b67fee83
tex2lyx: add beamer test file
2018-03-17 13:20:48 +01:00
Juergen Spitzmueller
d93076c128
tex2lyx: handle makebeamertitle
2018-03-17 12:39:13 +01:00
Juergen Spitzmueller
7e3a41bd15
tex2lyx: clear latexparam after use.
2018-03-17 12:38:53 +01:00
Juergen Spitzmueller
79728dcde9
tex2lyx: do not eat empty paragraphs if keepempty is true
...
Fixes : #11078
2018-03-17 12:19:50 +01:00
Juergen Spitzmueller
506ae2d2ea
tex2lyx: add support for LaTeXParam
...
Part of #11068
2018-03-16 12:58:01 +01:00
Juergen Spitzmueller
cf9f077100
lyx2lyx fixes for the recent font additions.
2018-03-16 09:02:29 +01:00
Kornel Benko
70dac835d3
Cmake export lyx* tests: Omit compilation of lyx16x, lyx20x and lyx21x exported files
...
These file don't contain the \\origin tag. So the possibly included
files with relative path would not be found. The compilation to
the default pdf would then anyway fail.
2018-03-15 22:34:26 +01:00
Kornel Benko
8502e6c476
Cmake export lyx* tests: Ignore new lyx2lyx warning
...
Don't know why this warning is unconditionlly emitted
2018-03-15 22:31:48 +01:00
Juergen Spitzmueller
6a0f0d28a5
Add support for xcharter font.
...
File format change.
Patch by Yuriy Skalko.
2018-03-15 15:44:49 +01:00
Juergen Spitzmueller
c74e399981
tex2lyx: support for beamer text styles with overlays
...
E.g. things like \textbf<article>{foo} have to be imported as insets.
Part of #11068
2018-03-14 14:38:18 +01:00
Juergen Spitzmueller
e51265b5f3
tex2lyx: More work on beamer support
...
* Implement list item overlay support (\item<arg>)
* Implement itemcommand support (e.g., \overprint<arg>)
* Fix general list argument placement
Part of: #11068
2018-03-14 08:40:47 +01:00
Kornel Benko
18dc7a8e6b
Update sk.po
2018-03-13 17:01:51 +01:00
Juergen Spitzmueller
4d30e00da8
amend ab4e9adf86
2018-03-13 16:01:13 +01:00
Juergen Spitzmueller
ab4e9adf86
Fix known_escaped_chars
2018-03-13 13:00:58 +01:00
Juergen Spitzmueller
949de66956
tex2lyx: towards beamer overlay argument support.
...
Implemented: Overlay and standard overlay arguments for commands
and environments.
Still missing:
* List item overlay
* itemcommand overlay (\overprint)
* overlay via LatexParam (e.g., Flex:ArticleMode)
Needs fixing:
* General list argument (\begin{itemize}[arg])
* nested content in a frame with no title (empty par)
2018-03-12 14:56:28 +01:00
Pavel Sanda
8725614e3f
Fix Undocked Outliner & multiple window crashes ( #11004 ).
...
There are more independent crashes occuring in this scenario and this
fix targets only one of them, in particular the one in which different
window's outliner sends outliner command to a wrong window. The fix
itself gives an option for lfun to know which window it belongs to.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203619.html
2018-03-12 14:34:24 +01:00
Pavel Sanda
e41c80e224
Paint \dot & \ddot more like a dot
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg204183.html
2018-03-12 13:41:46 +01:00
Juergen Spitzmueller
f30474a26c
update test
2018-03-11 19:50:22 +01:00
Juergen Spitzmueller
386d9953e8
amend 11e4a24e6e
2018-03-11 19:49:28 +01:00
Juergen Spitzmueller
8184f08f4a
tex2lyx: update quote handling
...
* Consider new quote styles
* Consider changed quote styles
* Try to be a bit smarter with ambiguous quotation marks
2018-03-11 18:05:50 +01:00