Juergen Spitzmueller
0b6207d771
svg2*tex.py: use subprocess in order to handle path with spaces.
...
See #10679
2017-09-10 17:02:58 +02:00
Juergen Spitzmueller
0a9f043fd4
de/Customization: finish translation.
2017-09-10 16:12:25 +02:00
Juergen Spitzmueller
1fc026aa4c
Customization: update the list of colors.
2017-09-10 16:10:38 +02:00
Juergen Spitzmueller
8adb020cd2
de.po
2017-09-10 11:04:44 +02:00
Juergen Spitzmueller
e50a7d5b12
GuiBibtex: Use appropriate title when using Biblatex
2017-09-10 10:57:48 +02:00
Juergen Spitzmueller
abc145f250
Use default btprint value in the UI if none is given.
2017-09-10 10:51:42 +02:00
Juergen Spitzmueller
1adfb8a6c7
Disallow newlines in biblatex options
...
Fixes : #10757
2017-09-10 10:05:10 +02:00
Uwe Stöhr
608a62cec1
backport Win installer: record a package that LyX uses now for Japanese documents
2017-09-10 01:58:06 +02:00
Uwe Stöhr
5ff01abb6b
backport Japanese docs: add missing \origin tags
...
- LyX cannot be compiled otherwise on Windows using CMake
- also correct version number and accept residues of change tracking
2017-09-10 01:56:53 +02:00
Enrico Forestieri
dc4c4879ab
Update it.po
2017-09-09 13:05:22 +02:00
Juergen Spitzmueller
af9c8e340d
RELEASE_NOTES: add some missing bits
...
Also sort some entries.
2017-09-09 10:50:09 +02:00
Juergen Spitzmueller
32ff664285
de.po
2017-09-09 09:13:31 +02:00
Juergen Spitzmueller
e3f08b1d8c
Reset default output format to default for Japanese docs.
...
Since we have a global default now, these local settings are not
necessary anymore.
2017-09-09 09:03:57 +02:00
Juergen Spitzmueller
242f543e01
Add default output format for pLaTeX
...
Fixes : #10747
2017-09-09 08:53:08 +02:00
Scott Kostyshak
177331a07f
ANNOUNCE: give information about the backup files
...
Many users are confused when the backup files are created after
saving with a new major LyX version.
Thanks to Richard.
2017-09-07 22:15:29 -04:00
Juergen Spitzmueller
d13842c0c5
de.po
2017-09-06 18:17:55 +02:00
Juergen Spitzmueller
e96c5c8f96
Make the session zoom relative to the default zoom
...
Also rename lyxrc.zoom to lyxrc.defaultZoom
Fixes : #10455
2017-09-06 18:11:31 +02:00
Juergen Spitzmueller
a034af5d5f
Consider insets that are chars in InsetCollapsable::getNewLabel()
...
This fixes the display of closed ERTs, Indexes etc. when they contain
special chars, logos or quotation marks.
(Since quotation marks in ERTs are now insets, not chars anymore,
this also fixes a bug/regression of the display of babel shortcuts
such as "= in closed ERTs; hence I consider this fix necessary for 2.3.x)
2017-09-06 10:11:01 +02:00
Kornel Benko
a69722f1de
Update sk.po
2017-09-03 20:17:49 +02:00
Juergen Spitzmueller
4e28f0e925
de.po
2017-09-03 09:07:11 +02:00
jpc
13cf7d1533
Copy recent additions to EmbeddedObjects to localized files
...
Translate French and remove CT in original file
2017-09-02 22:44:14 +02:00
jpc
5cf4b2a3e8
Update fr.po
2017-09-02 22:02:08 +02:00
jpc
be9b66a1a3
Update acmart.layout following tickets #10722 & #10723
2017-09-02 21:32:29 +02:00
Jean-Marc Lasgouttes
b92ceba9a1
Honor trailing spaces in LabelString and friends
...
Remove the trimming operation on LabelString, LabelStringAppendix,
EndLabelString and LabelCounter. This trimming meant that quotes
strings were not preserved, which is wrong.
To preserve layouts, the Layout format has been updated to 64, so that
layout2layout can remove extra spaces on existing strings, which
ensures that behavior is unchanged for old layouts (courtesy of rgheck).
It is now possible to re-add spaces in label strings where it makes
sense.
Fixes bug #10723 .
(cherry picked from commit 5c54557350
)
2017-09-02 16:08:56 +02:00
Kornel Benko
4485250e32
Update sk.po
2017-09-02 13:01:00 +02:00
Juergen Spitzmueller
da194662b3
de.po
2017-09-02 09:23:13 +02:00
Juergen Spitzmueller
5f423764f4
Support for Japanese BX classes, by K. Yokota
...
Fixes : #10746
2017-09-02 09:08:22 +02:00
Juergen Spitzmueller
30eb6dfaeb
Add special chain for Modules with OutputFormat for pLaTeX (Japanese)
...
Fixes : #8823
2017-09-01 10:32:22 +02:00
Jean-Marc Lasgouttes
bd88740b06
When a row is shortened, reset its flushed() attribute.
...
Fixes bug #10699 .
(cherry picked from commit 59e2c40564
)
2017-08-31 14:58:20 +02:00
jpc
205eab923e
Add .gmo file
2017-08-31 10:01:48 +02:00
jpc
59133915e7
Updates for Japanese documentation posted on po-updates@lyx.org
...
Translation status reflected in Changelog files
2017-08-31 09:59:47 +02:00
Scott Kostyshak
5a811f5002
ja.po: translation update from Koji Yokota
...
I checked that the changes from 29378af4
are preserved.
2017-08-31 01:12:24 -04:00
jpc
542c384896
Update fr.po
2017-08-29 18:08:54 +02:00
Jean-Marc Lasgouttes
cc28353922
Fix Lexer::getLongString prefix pruning logic
...
This fixes 3 bugs:
1/ only spaces are considered as part of the prefix
2/ leading tabs are removed unconditionally
3/ off-by-one error in the removal
The new intended behavior is:
1/ find the prefix (sequence of spaces and tabs) before the first
line; remove this prefix from the line
2/ on the next lines, check whether they start with the same prefix,
and if they do, strip this prefix
(cherry picked from commit 48f099d93a
)
2017-08-29 16:05:09 +02:00
Juergen Spitzmueller
3bb2937562
Minor corrections
2017-08-29 12:14:02 +02:00
Juergen Spitzmueller
fb934bc122
de/Customization: some bits more translation
2017-08-29 12:13:39 +02:00
jpc
a69b261919
Copy new paragrpah in section C.2.2.1 in localized UserGuide files
...
Remove CT, translate in French file and update Changelog
2017-08-29 11:51:04 +02:00
Juergen Spitzmueller
f49221856e
Minor corrections I did while translating
2017-08-28 15:37:09 +02:00
Juergen Spitzmueller
0846079f03
de/Customization: some more translation
2017-08-28 15:36:54 +02:00
Jean-Marc Lasgouttes
4d845baf08
Fix computation of string width when using a QTextLayout
...
It was not a good idea to rely on QTextLine::naturalTextWidth() to
compute a string width. The correct method is horizontalAdvance().
Also round the value to the nearest pixel, since this is what
QFontMetrics::width() does.
Fixes bug #10700 (and maybe others).
(cherry picked from commit c874641e95
)
2017-08-28 14:36:50 +02:00
Juergen Spitzmueller
0315d440e9
EmbeddedObjects: More (minor) corrections to the Inkscape template decription.
...
Includes German translation.
2017-08-28 08:45:32 +02:00
Juergen Spitzmueller
b3d67c8139
Improve the svg2*tex.py scripts.
...
The inkscape command was hardcoded, but it seems that we need the full
patch on Windows. Therefore we check in configure.py if inkscape is
installed and pass the proper name (and possibly path) to the scripts.
Should address problems mentioned in #10679
2017-08-28 08:00:56 +02:00
Juergen Spitzmueller
e35f43c720
de/EmbeddedObjects: add and translate the Inkscape modifications.
2017-08-27 16:04:03 +02:00
Juergen Spitzmueller
aaa635967f
de/Customization.lyx: Some updates and translations.
...
Still lots to do. This document is utterly outdated.
2017-08-27 15:37:09 +02:00
jpc
94077ca2ee
Copy new documentation of Insksscape external material
...
in localized files and remove change tracking
2017-08-27 14:38:25 +02:00
jpc
79c4c40798
Update French version of UserGuide (but section 6.5)
2017-08-27 14:05:38 +02:00
Juergen Spitzmueller
8afc0e34a1
EmbeddedObjects: Clarify the aim of the Inkscape external template
...
This should clear some confusion about the input format of the template
(see #10679 ).
2017-08-27 10:53:42 +02:00
Kornel Benko
2509471133
Update sk.po
2017-08-27 10:42:55 +02:00
jpc
9b24dd4bec
Update LyX version un UserGuide.lyx
2017-08-27 10:18:13 +02:00
Juergen Spitzmueller
21615fe6ba
Add proper author info and license header to the inkscape.xtemplate related files
2017-08-26 16:13:11 +02:00