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
Enrico Forestieri
7d759dccbb
Make oultliner icons same size as the toolbar icons
...
Part of bug #10125
(cherry picked from commit f56ee1875c
)
2016-06-27 18:44:08 -04:00
Richard Heck
46133b26be
Let "provides [fontspec|listings|subfig] 1" work.
...
(cherry picked from commit f46a52d97f
)
2016-06-27 17:48:08 -04:00
Pavel Sanda
a5f749bd1e
* Math.lyx : One more take on maxima output.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg195130.html
Reported the \it behaviour to maxima bugzilla.
https://sourceforge.net/p/maxima/bugs/3181/
2016-06-25 11:16:42 -07:00
Richard Heck
180f1d5497
Fix for previous commit: We come right back through here from
...
exportBufferAs, so we need to make sure we haven't been given
an export location.
2016-06-25 00:41:23 -04:00
Richard Heck
1207d93951
Fix bug #8814 : Ask where to export file if it is not
...
yet saved.
2016-06-25 03:29:30 +01:00
Uwe Stöhr
8b82998617
ia.po: updates from Giovanni
2016-06-24 02:16:18 +02:00
Guillaume Munch
4668e6eceb
TocWidget: fix part of #9825
...
(cherry picked from commit 78a5c87781
)
2016-06-23 14:19:14 +01:00
Richard Heck
ba1cf3e5ce
Minor updates to ANNOUNCE and status.
2016-06-22 14:15:18 -04:00
Richard Heck
a411b5968b
Fix version number in ANNOUNCE.
2016-06-21 17:17:19 -04:00
Richard Heck
76bf4bbc9e
Document change to behavior of charstyles.
2016-06-21 15:55:15 -04:00
Richard Heck
774c00c457
By default, charstyles should not permit layout changes internally.
...
Fixes #10237 .
(cherry picked from commit 152817576a
)
2016-06-21 15:55:12 -04:00
Richard Heck
d1c11283a3
Fix bug #10213 as discussed there: We now display the same button
...
whether the branch is open or closed.
(cherry picked from commit 3573b7270c
)
2016-06-21 15:02:01 -04:00
Guillaume Munch
41f7f1d237
Fix bug #10195
...
The computation of the index of the main text entry of a row did not take into
account the fact that the entry could be optimised away.
(cherry picked from commit 947c34364c
)
2016-06-21 01:51:42 +01:00
Georg Baum
380475f4db
Skip paragraph parameters for dash conversion
...
Some of them are directly passed to LaTeX, but for all of them a token
\twohyphens or \threehyphens is not valid. This fixes bug #10243 .
2016-06-20 20:22:23 +02:00
Richard Heck
bf06e9338e
Add new module:
...
Provides two new styles:
1. An "In Premable" style that puts whatever is entered into it into the preamble.
This can be used, if one wishes, to include preamble code in the body of the
LyX document.
2. An "In Title" style that will put its contents into the body of the LaTeX
document, but before \maketitle is issued. This is useful for making branches
and notes in title-related material. (If you put these in a Standard layout,
this signals to LyX to output \maketitle, which may then come too early.)
The ForceLocal machinery allows the module to be added to stable.
(cherry picked from commit a9af5333b2
)
2016-06-20 11:10:07 -04:00
Richard Heck
8731689d41
Fix bug #10153 : There's a mechanism in XHTML output that defers the
...
output of tags until we know they're needed. In the case of HTML
tables, empty cells should of course be output, so we need to force
the tags to be output.
(cherry picked from commit 35d449c5da
)
2016-06-20 10:26:40 -04:00
Richard Heck
bfcd8a3991
Fix typo, and also check, if string is null.
2016-06-18 18:34:30 -04:00
Richard Heck
c503804eeb
Be a bit more careful about setting and restoring the last reference
...
when we go to and return from labels.
(cherry picked from commit 68b60ec529
)
2016-06-18 18:28:48 -04:00