Kornel Benko
597dcbb5be
Cmake export tests: Use pre-compiled regular expressions
...
The expressions are used for determining the used external files
in a lyx-source. Using pre-compiled expr makes it more readable.
2017-11-17 17:53:52 +01:00
Uwe Stöhr
05a5c43617
io.po: updates from Giovanni
2017-11-14 23:12:19 +01:00
Uwe Stöhr
39a81fd864
Math.lyx: update version number
2017-11-13 23:16:46 +01:00
Uwe Stöhr
fab94e0e5a
Win installer: dvips is necessary for instant preview
...
dvips is no longer installed by default in MiKTeX
2017-11-13 21:23:32 +01:00
jpc
9e072d45f2
Untranslated tooltips in fr.po
2017-11-13 11:56:05 +01:00
jpc
7fc2aca12f
Update fr.po
2017-11-13 11:50:02 +01:00
Uwe Stöhr
9fe1e0f8df
Win installer: disable a feature
...
checking that the Win installer is already currently running doesn't work with the current Unicode compatible NSIS plugin
2017-11-13 01:19:45 +01:00
Uwe Stöhr
1019d32d0f
pt_BR.po: updates from Georger
2017-11-12 17:35:36 +01:00
Juergen Spitzmueller
0842e22f45
InsetExternal: update renderer after preview status change
...
This fixes a crash when changing instant preview prefs while
document with previewed external inset is opened.
Fixes : #10785
2017-11-12 14:46:28 +01:00
Kornel Benko
dcc8e1c499
Update sk.po
2017-11-12 14:02:00 +01:00
Uwe Stöhr
241bf7d58b
Win installer: update to Qt 5.9
...
- also remove Qt5XML in the installer as it appears not to be used by LyX
- update to latest MikTeX installer which resolves some problems
- add a note that pdfview is not yet ready for full Unicode support
2017-11-11 18:34:25 +01:00
Pavel Sanda
b5c3a4ed0d
* cs.po
2017-11-11 14:31:51 +01:00
Jean-Marc Lasgouttes
9e2da4a3ea
Remove row crc computation
...
This computation did not make sense anymore since we began to put the
contents in the Row object. The fact that it worked was a coincidence.
Instead, we set rows as changed() on creation and reset that once they
have been drawn. This will allow in the future for a finer definition
of what to redraw or not.
Also update the PAINTING_ANALYSIS document
2017-11-11 13:24:08 +01:00
Jean-Marc Lasgouttes
4858bb3bb6
Store change bar information in row element
...
It is wrong to compute this at paint time. In general, painting a row
should not require any access to a paragraph object, but we are far
from there now.
2017-11-11 13:24:08 +01:00
Juergen Spitzmueller
dd45c67468
Whitespace
2017-11-10 14:57:19 +01:00
Uwe Stöhr
b1b87d0aa6
EmbeddedObjects.lyx: update version number
2017-11-07 21:52:50 +01:00
Richard Heck
8b9d1b8601
Attempt to fix bug 9158 using updateBuffer.
...
Along the lines suggested by JMarc, we now collect the list of bibfiles
in use in the updateBuffer routines. This actually does simplify the code
quite a bit. See the discussion there for reasons to go this way.
2017-11-07 11:36:41 -05:00
Kornel Benko
84bd95e8ad
Update sk.po
2017-11-07 17:34:54 +01:00
Kornel Benko
f8e62a94d9
Make pocheck.pl handle also non-ascii lowercase
...
1.) The command for lowercase (lc) does not make a good job for German, Slovak, etc..
For example lc("BÄR") gives "bÄr".
2.) Don't discard [[...]] when checking for uniform translation
2017-11-07 17:12:03 +01:00
Uwe Stöhr
d06ef7469e
Win installer: make it a real Unicode program
2017-11-07 02:11:50 +01:00
Uwe Stöhr
b3ecdf74d0
Win installer: translate 2 installer sections
2017-11-05 22:37:44 +01:00
Uwe Stöhr
bece376c63
Win installer: convert the translations to Unicode
...
- since NSIS 3 Unicode is allowed and even required
2017-11-05 21:23:41 +01:00
Kornel Benko
6011d6cdca
Cmake build: Install subscript.sty only for WIN32 (using MikTeX)
2017-11-05 17:06:38 +01:00
Uwe Stöhr
1391e3189a
uk:po: port Yuri's translations
2017-11-05 14:07:33 +01:00
Uwe Stöhr
56670d7322
GuiDocument.cpp: change back alignment for column with package names
...
- as discussed in bug #10777 the first column should be left-aligned
2017-11-05 13:39:09 +01:00
Richard Heck
4ec80c1865
Convert for loops to range-based iterators i Buffer.cpp.
...
No intended change of behavior. The ones that use DocIterators and
ParIterators cannot yet be changed, but they could be if we provided
the right sorts of methods, perhaps.
2017-11-04 22:15:01 -04:00
Enrico Forestieri
a0f6690114
Update it.po
2017-11-04 16:49:16 +01:00
Juergen Spitzmueller
58cc30eafe
de.po: minor fix
2017-11-04 13:57:40 +01:00
Juergen Spitzmueller
731c9fb401
configure.py: read layout and module files in binary mode
...
This prevents encoding issues with Python3 that manifested for a user
on the Mac.
Fixes : #10671
2017-11-04 10:41:22 +01:00
Juergen Spitzmueller
55002e0c39
Add resize facility to inkscape template.
...
(cherry picked from commit 167e96ca68
)
2017-11-04 10:38:37 +01:00
Juergen Spitzmueller
1fb653c674
Remove foreign language markup.
...
Japanese docs do not seem to use a language package
(although babel works)
2017-11-03 10:06:55 +01:00
Pavel Sanda
e269ee6149
* cs.po
2017-11-03 09:52:03 +01:00
Uwe Stöhr
a69f1a9e16
GuiDocument.cpp: fix bug 10777
...
- the column width must be as wide as the column header text
- also center the radiobuttons in the table
- also use alternating colors for the table rows
2017-11-02 22:25:26 +01:00
Uwe Stöhr
82a1f163fc
Changelog-EmbeddedObjects-LyX_23x.txt: port recent changes
2017-11-02 22:19:26 +01:00
Uwe Stöhr
ad5e8887d2
Win installer: update RC format
2017-11-02 21:48:10 +01:00
Juergen Spitzmueller
f2b6ff0870
Swap prefs format 24 and 25, since the former will not be backported.
2017-11-02 16:40:05 +01:00
Juergen Spitzmueller
891a7ef79f
Collapsable -> Collapsible (part 5)
...
Preferences update and prefs2prefs routine.
This was forgotten in the process.
2017-11-02 16:26:45 +01:00
Enrico Forestieri
7e51b5f301
Fix #10778 (issue with CJK and language nesting)
...
When using CJK, don't try to close a language that was never
opened before, such as when it is the main language.
2017-11-02 10:41:08 +01:00
Pavel Sanda
534b1e9c90
* cs.po
2017-11-02 10:14:48 +01:00
Uwe Stöhr
3a6abf2847
Win installer: final changes for 2.3-RC1
...
- fix detection of 64bit Krita and 64bit JabRef
- JabRef is no longer installed with the bundle installer
2017-11-01 14:33:03 +01:00
Juergen Spitzmueller
b851a349b6
Enable OK/Apply buttons when resetting to class defaults.
2017-11-01 12:03:54 +01:00
Uwe Stöhr
8757550015
Win installer: fix a MiKTeX package issue
...
since a few months MiKTeX's package manager required the option "--admin" when calling it with admin privileges
- also register the .lyx21 file extension for LyX 2.3
- also update the LyXRC version number
2017-10-31 22:15:54 +01:00
Pavel Sanda
12e233397d
* cs.po
2017-10-30 21:18:32 +01:00
Juergen Spitzmueller
a47bc7f799
Remove wmf2eps as EMF > EPS converter
...
The program can only deal with WMF.
2017-10-29 16:09:12 +01:00
Kornel Benko
51e32a36d6
cmake documentation handling: sort out encoding problems.
...
Let srcipt work under Python2 and Python3,
also if the locale is not set to utf8.
Patch from Günter Milde, sort of cherry-pick from 9086db662d
2017-10-29 09:49:39 +01:00
Juergen Spitzmueller
22125fa6de
Only use full path for inkscape file arguments on Mac.
2017-10-29 08:52:15 +01:00
Uwe Stöhr
61a703a9c0
Win installer: correct name for RC1
2017-10-28 13:12:52 +02:00
Juergen Spitzmueller
5383b67f8d
configure.py: Be more explicit why file could not be removed.
2017-10-28 11:24:48 +02:00
Richard Heck
a089501b7d
Use a variable to hold the list of text editors.
2017-10-27 23:19:32 -04:00
Uwe Stöhr
7d39f4af04
Win installer: updates for 2.3RC1
2017-10-28 02:23:33 +02:00