Jean-Marc Lasgouttes
5f2023796a
When painting only insets, paint also change and language marks
...
Fixes bug #10265 .
(cherry picked from commit c73923c519
)
2016-07-21 01:09:32 +02:00
Jean-Marc Lasgouttes
6633e7aa3e
Add feedback in status bar when zooming
...
Moreover enforce better the lower limit of 10 and avoid overflow due
to unsigned int.
Fixes bug #10212 .
(cherry picked from commit 8884c4044d
)
2016-07-20 00:58:30 +02:00
Richard Heck
32b56ee8f7
Do not crash is release mode if we stumble across an unrealized font.
...
(cherry picked from commit 3203fb1c5f
)
2016-07-18 13:03:47 -04:00
Richard Heck
4604388e7c
Ignore .dirstamp.
2016-07-18 13:02:56 -04:00
Richard Heck
4a75d358a1
The way this was previously, it had to fail if the GUI language
...
was not English: We return the the abbreviated author "One and Two",
but translated to the GUI language; then we search that for " and "
in order to pull the authors apart again.
I've just replaced the distinct routines with a single one that handles
both cases, depending upon whether a Buffer is provided as one argument.
(cherry picked from commit fb84ccd9fb
)
2016-07-17 22:56:14 -04:00
Richard Heck
e98334098b
Fix thinko that led 2-authors citations to be displayed with "et al."
...
(cherry picked from commit d5633f17e5
)
2016-07-17 22:56:14 -04:00
Richard Heck
b366a55962
Fix some comments about the enumitem module.
2016-07-15 13:35:49 -04:00
Richard Heck
dde4c68c91
Merge branch '2.2.x' into 2.2.2-staging
2016-07-15 13:28:07 -04:00
Richard Heck
103bf05099
Simplify logic a bit. (This was meant to be part of a previous
...
commit.)
(cherry picked from commit 2104d41f71
)
2016-07-10 01:45:05 -04:00
Richard Heck
b02a93d7e8
Fix thinko in Buffer::preview. It is possible for this routine to
...
be called when we do not have a cloned Buffer, namely, if we do not
have EXPORT_in_THREAD defined.
(cherry picked from commit d8aab4af9e
)
2016-07-10 01:17:54 -04:00
Juergen Spitzmueller
87bc92cfe1
Document 35a78ae0e9
and 53425c7e99
2016-07-09 15:13:46 +02:00
Kornel Benko
35a78ae0e9
Added missing oxygen icons to distribution
...
Like in master at 60a1827b65
2016-07-09 13:34:49 +02:00
Kornel Benko
53425c7e99
Added missing ipa icons to distribution
...
Like in master at 43d284e15a
2016-07-09 13:25:33 +02:00
Guillaume Munch
d47b8a05fa
status.22x
2016-07-08 17:39:18 +01:00
Guillaume Munch
bca4965dd8
Accessibility of document class combo box ( #10035 )
...
* Access it with tab
* Access it with the accelerator from the title of the group
(cherry picked from commit 3e6df97963
)
2016-07-08 17:36:32 +01:00
Juergen Spitzmueller
4aab3a12e8
Document fix
2016-07-08 17:41:27 +02:00
Juergen Spitzmueller
b3ce60c96f
Fix incompatibility of covington and beamer.
...
Candidate for stable.
2016-07-08 16:50:04 +02:00
Georg Baum
26c0bb9bea
Export svg in xhtml, not svgz (bug 10160)
...
LyX did not distinguish compressed and uncompressed svg files previously.
Therefore XHTML export of vector graphics did use svgz images directly, which
is not supported by browsers. If svg and svgz are treated as two formats then
all works fine. This is also consistent with the loadable image formats
reported by qt: It reports both svg and svgz.
The gunzip dependency in converters is not new (it is already used internally),
but the gzip dependency is new, so it might not be available on windows.
This is not important at the moment, since we do not yet need to convert svg
to svgz, I only added the converter for completeness.
2016-07-07 21:45:12 +02:00
Enrico Forestieri
ebb1941143
Bring window to front only for single-instance mode
...
A window manager could be configured such that to maintain a certain
stack order for the windows. It would be annoying that opening a new
file through menu brings up the window, so do this only if we are
loading a file through the lyx-server.
This commit amends f5f8c6fd
, so no status line is needed.
2016-07-05 23:19:59 +02:00
Jean-Marc Lasgouttes
39e8cbf4e5
Record undo when deleting end of paragraph in change tracking mode
...
Fixes bug #10253 .
(cherry picked from commit 86c33c96a0
)
2016-07-05 16:47:50 +02:00
Uwe Stöhr
41d33d4c54
German UserGuide.lyx: port some typographic changes from Günter
2016-07-05 03:01:34 +02:00
Uwe Stöhr
f607b27c62
Japanese Customization.lyx: fix a language issue
2016-07-06 02:23:02 +02:00
Uwe Stöhr
c036549a00
Customization.lyx: fix format number as reported by Andrew Parsloe
...
- also fix some typos and typographic mistakes and remove outdated info
2016-07-06 01:58:57 +02:00
Uwe Stöhr
bfa5683639
Customization.lyx: accept changes by Richard
...
- also fix a typo
2016-07-06 01:43:32 +02:00
Enrico Forestieri
f5f8c6fd38
Bring window to front after loading a document
...
Fixes #7875 .
2016-07-04 20:44:13 +02:00
Georg Baum
3fb8d71869
Fix CAS input on windows (bug 10262)
...
This is the well known file locking problem: The TempFile class keeps the
created file locked for the own process, and this prevents the CAS to read it.
2016-07-03 19:48:15 +02:00
Uwe Stöhr
96665053c4
Math.lyx: add info contributed by Pavel
2016-07-02 20:10:22 +02:00
Uwe Stöhr
fb85b57af1
doc files: move a forgotten changelog file
2016-07-02 20:09:57 +02:00
Uwe Stöhr
52486ed3eb
UserGuide.lyx: some minor adjustments
...
result of a patch sent by a user
2016-07-02 19:34:14 +02:00
Uwe Stöhr
484883e0fc
build5-2015.bat: correct a path
2016-07-02 18:16:38 +02:00
Uwe Stöhr
534137a517
InsetSeparator.cpp:backport a compiler warning fie
...
( 45e3a8f8/lyxgit)
2016-07-02 18:16:03 +02:00
Georg Baum
67d7a17af5
Make LyX compiled by MSVC 2015 run on Vista again
...
Patch and tests from Dima Ruinskiy, comments by me. For details see discussion
in bug 10186.
2016-07-02 10:16:48 +02:00
Uwe Stöhr
b608174e9a
CMAKE: update path to Qt 5.6.1 and add missing build script
2016-07-01 01:39:12 +02:00
Richard Heck
bfeee826b4
ABOVE and CENTERED labels need special treatment.
...
Fixes bug #8843 .
(cherry picked from commit 08bf9781ee
)
2016-06-29 23:56:54 -04:00
Richard Heck
c52f30f253
Make sure we center displayed equations.
...
(cherry picked from commit a8aa7feb89
)
2016-06-29 23:20:56 -04:00
Richard Heck
24d8d880c1
Add class attribute for \mathbb in XHTML output. Fixes part of 8251.
...
Patch from Josh.
(cherry picked from commit e3625b5b80
)
2016-06-29 23:02:28 -04:00
Richard Heck
f3fbfcfd05
Use symbols file to lookup entities for delimiters. Fixes bug #8280 .
...
Based upon work by Josh Hieronymus.
(cherry picked from commit 04b8f5cdc4
)
2016-06-29 22:42:03 -04:00
Richard Heck
98ba7cf49d
Don't be so cute with VSpace: We just output it inline now for
...
XHTML.
Fixes bug #8154 .
(cherry picked from commit 8ea3d1f130
)
2016-06-29 21:59:44 -04:00
Richard Heck
63f6ee213c
Output column width info for XHTML.
...
(cherry picked from commit ddc28f0374
)
2016-06-29 21:49:28 -04:00
Richard Heck
88f6da78af
Fix bug #8782 : We need to query the cell, not just the inset.
...
(cherry picked from commit f49556b3ed
)
2016-06-29 21:28:05 -04:00
Uwe Stöhr
fd0236414f
Win installer: prepare for next release
...
- MiKTeX fixed some issues that might have caused the problems users had with 64bit MiKTeX
- the latest MSVC 2015 update fixed potential buffer overflows in compiled programs
2016-06-30 02:52:26 +02:00
Richard Heck
2417d9cb5d
Add missing buffer update after pasting unformatted text.
...
Fixes bug #8735 .
(cherry picked from commit 6ecb05e6ea
)
2016-06-29 13:34:22 -04:00
Jean-Marc Lasgouttes
a097e0cf82
Fix right_boundary properly after a row is shortened
...
Instead of resetting it to false, do a proper test to see whether
there is a separator at the end of the row.
Fixes bug #10180 .
(cherry picked from commit 5e5440f2f3
)
2016-06-29 17:55:47 +02:00
Kornel Benko
ac786369ef
Pass through for filename characters of \ecvpicture command
...
For instance in case the path contains '_', it would otherwise
be converted to '\_', and so \ecvpicture cannot find the referenced
picture.
2016-06-29 10:54:19 +02:00
Richard Heck
9d02f0bcf1
JSS template should load math packages automatically.
...
Fixes bug 9242.
2016-06-28 23:39:13 -04:00
Richard Heck
f1f78c0333
Revert "JSS template should load math packages automatically."
...
This reverts commit 525e01ce29
.
2016-06-28 23:38:15 -04:00
Richard Heck
525e01ce29
JSS template should load math packages automatically.
...
Fixes bug 9242.
2016-06-28 23:37:28 -04:00
Georg Baum
c10674e3c9
Convert files to unix line ends in the repo
...
These files were aded with windows line ends before we did set the text=auto
attribute for all files in .gitattributes, and this caused phantom changes on
linux workspaces after .gitattributes was introduced.
Now these files appear with linux line ends on linux workspaces and with
windows line ends on windows workspaces, like all source files.
2016-06-28 21:25:18 +02:00
Georg Baum
c8f3e93956
Remove unneeded MSVC 6 project file
...
We use cmake or autotools to build hunspell, so we don't need this.
2016-06-28 21:23:55 +02:00
Enrico Forestieri
7b423a4eb3
Make command buffer icons same size as QLineEdit height
...
Part of bug #10125
(cherry picked from commit 458d2015dc
)
2016-06-27 18:44:50 -04:00