Uwe Stöhr
b2f04f8784
UserGuide.lyx: update 2 images
2016-05-30 04:26:13 +02:00
Uwe Stöhr
c5e63f73bb
status.22x: document a bugfix
2016-05-30 01:59:13 +02:00
Uwe Stöhr
eeef785bad
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:55:18 +02:00
Uwe Stöhr
4c7c3a24c1
tufte-handout.lyx: remove some unnecessary TeX code
2016-05-30 01:54:30 +02:00
Juergen Spitzmueller
55f2cc2286
Implement some forgotten context menu items for arguments
...
* Dissolve context menu
* Label toggle (for conglomerate-styled arguments)
Fixes : #10150
2016-05-29 20:23:28 +02:00
Stephan Witt
5a8259839b
Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDialog() methods.
...
This is a requirement on Mac to get the current buffer view topmost after buffer switch.
2016-05-28 17:41:21 -04:00
Jean-Marc Lasgouttes
5d770859f8
Avoid narrow boxes when using \width as box width unit
...
When the box has a special width, one should not consider that as a fixed width. Otherwise, due to implementation quirks, the width will be set on screen as 1 inch.
A better solution would be to actually set the width by taking in account the contents width, height ans total height. This is not very difficult, but I do not know whether it would workout well in the work area.
Fixes bug #10048 .
2016-05-28 17:41:20 -04:00
Jean-Marc Lasgouttes
c705347523
Move the documentation changelogs out of attic
...
They should not be hidden in this directory.
2016-05-28 17:41:20 -04:00
Jean-Marc Lasgouttes
3e7dee32ed
When a counter is stepped, reset recursively all slaves
...
Fixes bug #10063 .
2016-05-28 17:41:20 -04:00
Scott Kostyshak
97a3a64290
This is LyX 2.2.0
2016-05-23 19:49:15 -04:00
Scott Kostyshak
92615ce648
Update ANNOUNCE for 2.2.0
...
The https download URL is given now.
2016-05-23 18:54:50 -04:00
jpc
9e5198f4f5
* One more shortcut conflict solved
...
* fr.gmo updated
2016-05-23 23:15:10 +01:00
jpc
f5146e729b
* Edit translation mistakes for icon sizes
...
* Resolve a shortcut conflict
* Provide fr.gmo using msgfmt
2016-05-23 22:43:39 +01:00
Enrico Forestieri
63153b8937
Add note about required svg support in Qt.
2016-05-23 03:05:36 +02:00
Scott Kostyshak
594748374b
Fix using system theme icons with Qt 5 ( #10052 )
...
With Qt 5, our code did not correctly detect when icons were
available and thus tried to use nonexistent icons.
QIcon::hasThemeIcon(theme_icon) returns true when theme_icon is
empty. We now rely on the behavior that QIcon::isNull() returns true
if the icon is empty.
The same code is used with Qt 4 and Qt 5.
2016-05-22 20:56:12 -04:00
Scott Kostyshak
e16018afb8
RELEASE-NOTES: add a known issue regarding LuaTeX
...
Our LuaTeX export is not expected to work in all cases with the
newest version, e.g. the one shipped with TeX Live 2016.
2016-05-22 18:08:05 -04:00
Georg Baum
ff4668621b
Fxy typo in XHTML output (bug #10124 )
...
There was a simple typo that did ouput the slash before the closing tag
instead of inside the closing tag.
2016-05-22 17:32:04 +02:00
Scott Kostyshak
6280d8f261
Fix compilation if Intro manual for it
2016-05-21 23:13:27 -04:00
Scott Kostyshak
e0ff8a3c8b
Fix compilation of Additional manual for es, fr
2016-05-21 23:05:35 -04:00
Stephan Witt
1719fa6c6a
Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDialog() methods.
...
This is a requirement on Mac to get the current buffer view topmost after buffer switch.
2016-05-21 22:17:03 -04:00
Guillaume Munch
9a1afbf3ff
Do not float the outliner in OSX ( #9825 )
...
There are focus issues in qt5 when the outliner is floating.
2016-05-21 18:54:38 +01:00
Georg Baum
5f36a413ae
LyX does work with ImageMagick 7
2016-05-21 11:24:39 +02:00
Georg Baum
8d4236bd1d
Fix python release notes
...
The old text was incorrect and came from the 2.0 release. LyX works fine if
the default python interpreter is python 3, as long as python 2 is available
as well.
Building LyX does also work with python 3, but since I did not check all
special build steps with both cmake and autotools, I kept a note about
possible problems.
2016-05-21 10:12:57 +02:00
Guillaume Munch
a70f053a62
Use bilinear filtering when resizing graphics
...
This is used when scaling graphics previews. It is also used on a rare occasion
to scale instant previews when the user's configuration mixes low-dpi and
high-dpi monitors (#10114 ).
2016-05-20 21:19:31 +01:00
Guillaume Munch
791ef98016
GuiDelimiter: Workaround symbols alignment problem #10118
2016-05-20 19:32:35 +01:00
Guillaume Munch
a645d7f4e5
ShortcutWidget: override shortcuts in the way they are meant to be ( #10075 )
...
I would say "by the books" but the documentation was not really clear.
Problems with the logic of the previous implementation were exposed in Qt 5.6 by
commit <https://codereview.qt-project.org/125142 >.
<http://mid.gmane.org/20160510070413.wzjpk4w4turnx6pr@cotopaxi >
Note that ShortcutOverride events are used elsewhere in the code where they may
need to be corrected in the same way.
2016-05-20 19:14:35 +01:00
Uwe Stöhr
0f3dbc472f
Win installer: update thesaurus and dictionaries
...
- also use a better default MiKTeX repository
2016-05-19 03:28:31 +02:00
Uwe Stöhr
5254045a4d
Tutorial.lyx: get rid of unnecessary preamble code
...
The aim of the tutorial is to explain how to use LyX and not special LaTeX issues with \frontmatter, non-TeX fonts etc. Therefore the preamble should kept clean.
2016-05-19 01:46:09 +02:00
Uwe Stöhr
3b3dccb34a
Japanese Additional.lyx: fix broken filename - this is a regression bug in LyX 2.2
...
see bug #10136
2016-05-18 00:43:51 +02:00
Uwe Stöhr
5d716ce77d
German Tutorial.lyx: few stylistic changes from Mike
2016-05-18 00:26:58 +02:00
Uwe Stöhr
9e437d7a93
German Additional.lyx: make compilable again
...
- some further typographic fixes
- use same PDF settings as the English version of Additional.lyx
2016-05-18 00:17:09 +02:00
Uwe Stöhr
efe72fd8e2
Additional.lyx: remove unnecessary TeX code
...
- also some typographic fixes
2016-05-18 00:08:20 +02:00
Uwe Stöhr
f3ee4a0a49
Japanese docs: fix some more paths
...
- also few beautification
2016-05-17 23:34:09 +02:00
Guillaume Munch
df86a4b8f0
Allow inset-forall to match separators ( #10090 )
...
With this change, it becomes possible to run the following commands:
inset-forall Separator:latexpar char-delete-forward
inset-forall Separator:parbreak inset-modify separator plain
The first one deletes all latexpar separators. The second one turns parbreak
separators into plain separators. This is safe, flexible, and avoids adding a
new LFUN.
2016-05-17 00:48:26 +01:00
Guillaume Munch
f60e705299
Remove test for luatex+fontspec compatibility ( #8478 )
...
This test used freeze on luatex's font cache generation, and only
very old versions of luatex and fontspec are incompatible with each
other.
2016-05-15 19:30:35 +01:00
Uwe Stöhr
9a16b2e87f
German Tutorial.lyx: a typographic fix
2016-05-15 19:09:38 +02:00
Uwe Stöhr
7376f2f37f
Tutorial.lyx: add a hint
2016-05-15 19:09:10 +02:00
Uwe Stöhr
e0d44fbf3c
German Tutorial.lyx: some more fixes from Mike and me
2016-05-15 18:50:22 +02:00
Uwe Stöhr
498eb64e1f
EmbeddedObjects.lyx: get rid of unnecessary ERT and fix an image size
2016-05-15 17:14:09 +02:00
Uwe Stöhr
564e72f29f
Japanese docs: fix some further broken images links etc.
2016-05-15 16:50:16 +02:00
Uwe Stöhr
2b4300a48d
UserGuide.lyx: fix some typographic issues spotted by Mike
2016-05-15 16:34:40 +02:00
Uwe Stöhr
e2f5505d41
Japanese UserGuide.lyx: fix broken image links
2016-05-15 16:34:06 +02:00
Uwe Stöhr
72c9ff8a50
Tutorial.lyx: fixes all other languages according to previous commit
...
- typographic fixes, break links etc.
2016-05-15 03:29:04 +02:00
Uwe Stöhr
1742b371aa
German Tutorial.lyx: some fixes from Mike and me
2016-05-15 03:25:37 +02:00
Juergen Spitzmueller
48e4363482
beamer manual: fix grammar issues spotted by Anthony Campbell.
2016-05-14 10:27:08 +02:00
Jean-Marc Lasgouttes
8f858a5785
\\pagebreak is a fragile command in general
...
As such, it shall be protected in moving arguments, such as sections.
Fixes bug #10092 .
(cherry picked from commit 86ee2699c30b63e5b4de3ad725519756d17aec2c)
2016-05-13 18:05:00 +02:00
Jean-Marc Lasgouttes
fb5780d203
Fix getStatus for math-mutate and math-display
...
Those two functions used two different hackish and buggy
implementation to know when the function is disabled. Replace that by
asking the containing inset whether it accepts inserting display math
inset.
Fixes bug #10033 .
(cherry picked from commit de5630a1562054cb969b106e35f84bfe1e99002a)
2016-05-12 18:02:24 +02:00
Pavel Sanda
3c44d977b6
typo
2016-05-11 14:42:26 -07:00
Pavel Sanda
a2e318d125
cosmetics
2016-05-11 14:35:15 -07:00
Pavel Sanda
518876b370
* lib/RELEASE-NOTES
2016-05-11 10:31:59 -07:00