Richard Heck
608124728d
Fix #10859 compiler warnings.
2017-12-15 23:43:47 -05:00
Richard Heck
b954f478e3
Fix #10858 compiler warnings.
2017-12-15 23:41:32 -05:00
Richard Heck
1182e303b1
Fix #10852 compiler warnings.
2017-12-15 23:28:33 -05:00
Richard Heck
27eb415d25
Probably fix #10850 compiler warnings.
2017-12-15 23:25:51 -05:00
Richard Heck
126c088b27
Fix #10906 compiler warnings.
2017-12-15 23:20:57 -05:00
Richard Heck
6d1a3bc9a3
Fix #10907 compiler warnings.
2017-12-15 23:13:39 -05:00
Uwe Stöhr
d509490f5a
generate_contributions.py: review links
...
- use https if possible
- update links
- remove one nonexistent link
- use link to KDE's oxygen icons because these are licensed under the LGPL
2017-12-16 04:06:09 +01:00
Jean-Marc Lasgouttes
2316435f2f
Use a backing store on macOS
...
Qt on macOS does not respect the Qt::WA_OpaquePaintEvent attribute and
clears the widget backing store at each update. Therefore, we use our
own backing store in this case.
This restores a simplified version of the code that was removed at 24c29908
.
2017-12-15 17:30:20 +01:00
Uwe Stöhr
28029074b2
doc, templates and example files: use https for links to lyx.org
2017-12-15 02:53:06 +01:00
Uwe Stöhr
bc4eff1e83
doc files: review of links
...
- correct dead links
- use https if possible
2017-12-15 02:31:36 +01:00
Uwe Stöhr
18829e8c2f
chkconfig.ltx: correct sorting
2017-12-14 20:18:40 +01:00
Uwe Stöhr
a6c6e31745
UserGuide.lyx: review links
...
- update broken links
- use https if possible
- removed outdated section
- save LyXDocs.bib with JabRef 4
2017-12-14 18:50:56 +01:00
Uwe Stöhr
b9574fd45d
example files: use https links
2017-12-14 16:39:14 +01:00
Jean-Marc Lasgouttes
4f3734f024
Use static_assert instead of LATTEST
...
Fixes bug #10928
2017-12-14 16:22:46 +01:00
Jean-Marc Lasgouttes
8eb736b23b
Remove duplicate variable
...
Fixes bug #10922
2017-12-14 16:03:30 +01:00
Jean-Marc Lasgouttes
0f18bb54cc
Change parameter name
...
It was a same as a Row member
Fixes bug #10921 .
2017-12-14 16:00:00 +01:00
Jean-Marc Lasgouttes
eebea6284d
Simplify code in BiblioInfo.cpp
...
... and avoid MSVC warning
Fixes bug #10905
2017-12-14 15:43:04 +01:00
Uwe Stöhr
639d63607a
Russian splash.lyx: updates from Yuriy
2017-12-14 14:50:03 +01:00
Jean-Marc Lasgouttes
6936c1b4fa
Fix MSVC warning
...
Take this occasion to simplify the code.
Fixes bug #10402 .
2017-12-14 13:39:37 +01:00
Jean-Marc Lasgouttes
b9b6e4c083
Kill MSVC warning
...
Fixes bug #10900 .
2017-12-14 13:04:52 +01:00
Jean-Marc Lasgouttes
4cfa5a9d2a
Avoid assignment in if() clause
...
The optimization they provide is not worth it IMO.
Fixes bugs #10898 , #10899 , #10940 .
2017-12-14 12:56:02 +01:00
Juergen Spitzmueller
029a9d2439
de.po: whitespace fix
2017-12-14 08:09:03 +01:00
Uwe Stöhr
658d06525c
de.po: a fix
2017-12-14 03:39:30 +01:00
Uwe Stöhr
db094d1b0a
de.po: translate new strings
...
- also few fixes spotted by Poedit
2017-12-14 03:35:11 +01:00
Uwe Stöhr
955904bcde
en.po: fix a fuzzy translation
...
(detected by Poedit)
- also remove 2 unnecessary translations
2017-12-14 03:06:58 +01:00
Uwe Stöhr
0c9ca34ff1
French UserGuide.lyx: port today's changes to master
2017-12-14 03:02:12 +01:00
Uwe Stöhr
ba8a80bc03
Russian Tutorial.lyx: first step to update by Yuriy
2017-12-13 21:15:27 +01:00
Kornel Benko
18a3ce012a
sk.po: Revised shortcuts for all ui-files
2017-12-13 21:06:18 +01:00
Uwe Stöhr
e4aa7bcc67
ru.po: more work from Yuriy
2017-12-13 17:09:50 +01:00
Juergen Spitzmueller
323549c10c
generate_contributions.py: Fix for python3
2017-12-13 12:55:17 +01:00
Jean-Marc Lasgouttes
cd9e42dc35
Improve UndoGroupHelper and use it more
...
Now the helper class contains logic that checks whether buffer are
known before closing them. This avoids potential crashes.
Use it in different places to siplify code. It is not clear at this
point whether it should be used everywhere.
Followup to bug #10847 .
2017-12-13 11:10:49 +01:00
Jean-Marc Lasgouttes
8b107f0490
Handle properly undo groups in embedded work areas
...
When a buffer is in an embedded work area (adv. find&replace), it is
not found by BufferList:::exists(), and therefore the undo group
created in GuiApplication::dispatch and in the handling of
LFUN_COMMAND_SEQUENCE will not be closed.. Crashes can ensue, as
described in Ubuntu bug:
https://bugs.launchpad.net/bugs/1737429
The solution is to introduce BufferList::isInternal and act on it.
Fixes bug #10847 .
2017-12-13 10:46:54 +01:00
Uwe Stöhr
4d0c1c030c
GuiApplication.cpp: remove unused includes
2017-12-13 02:59:05 +01:00
Uwe Stöhr
31c43d7603
ru.po: more translations from Yuriy
2017-12-13 00:38:27 +01:00
Kornel Benko
52e5e940e2
Amend 3dcb317
2017-12-12 20:54:56 +01:00
Kornel Benko
feae67ce7b
sk.po, more shortcuts
2017-12-12 20:47:25 +01:00
Kornel Benko
3dcb317c39
Add menus.bind for Slovak UI.
2017-12-12 20:44:05 +01:00
Uwe Stöhr
58811966b1
README.localization, INSTALL.Win32: update description
...
- kbabel was replaced by Lokalize
- Poedit must not break lines
- we need a recent gettext in the dependencies -> use the dependencies package that is up to date (also updated for Imagemagick, Python etc.)
2017-12-12 17:17:06 +01:00
Uwe Stöhr
0630546917
de.po: translate one of 3 new strings
...
- also update German UserGuide.lyx for consistency
2017-12-12 16:51:32 +01:00
Uwe Stöhr
a193be6077
ru.po: fix the line ending problems
...
the solution was to upgrade gettext to 0.19.8.1, see https://github.com/vslavik/poedit/issues/451 for details
2017-12-12 16:48:19 +01:00
Uwe Stöhr
a26da3268c
generate_contributions.py: adding Yuriy to the CREDITS
...
- btw. generate_contributions.py is not yet ready for Python 3, see bug #10845
2017-12-12 15:30:28 +01:00
Kornel Benko
04b6c055fa
Add some more accelerators to sk.po
2017-12-12 14:02:03 +01:00
Uwe Stöhr
7b105a61b2
UserGuide.lyx: distribute today's changes
2017-12-12 02:25:17 +01:00
Juergen Spitzmueller
637e4d6dfa
Add D. Gloger to the credits
2017-12-11 10:18:26 +01:00
Uwe Stöhr
88404dbfae
Win installer: improvement from Yuriy
...
- also suppress an unnecessary message
2017-12-11 00:30:47 +01:00
Juergen Spitzmueller
480c8a52f2
Some corrections wrt dashes and line breaks
2017-12-10 12:01:17 +01:00
Uwe Stöhr
917a72e3ec
Win installer: new Russian translations thanks to Yuriy
2017-12-09 19:06:32 +01:00
Juergen Spitzmueller
7821cb7133
Missing "icon" in description of "info-insert"-function
2017-12-09 09:52:44 +01:00
Jean-Marc Lasgouttes
0d6a38f3d4
Remove unused variables
2017-12-08 12:16:51 +01:00
Uwe Stöhr
95bcff9924
unix2dos.py: make it ready for python 3
...
fixes bug #10838
2017-12-08 02:08:16 +01:00