LyX

~gadmm/lyx/+git/master:2.2.1-staging

Last commit made on 2016-04-19
Get this branch:
git clone -b 2.2.1-staging https://git.launchpad.net/~gadmm/lyx/+git/master

Branch merges

Branch information

Name:
2.2.1-staging
Repository:
lp:~gadmm/lyx/+git/master

Recent commits

d29da1d... by Stephan Witt <email address hidden>

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.

e17bd37... by Jean-Marc Lasgouttes

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.

215689f... by Jean-Marc Lasgouttes

Move the documentation changelogs out of attic

They should not be hidden in this directory.

3a7411c... by Jean-Marc Lasgouttes

When a counter is stepped, reset recursively all slaves

Fixes bug #10063.

287db12... by Scott Kostyshak

Fix a \origin unavailable

3d5cae4... by jpc <email address hidden>

Minor rephrasing of last commit

93f58cb... by =?utf-8?q?Uwe_St=C3=B6hr?= <email address hidden>

sv.po: updates for 2.2.0 from Jim

744f6e3... by Guillaume MM

Compute the highlighting color from AlternateBase and Highlight roles (#10073)

87c8530... by Stephan Witt <email address hidden>

Improved fix for #9966
* provide GuiApplication::typewriterSystemFont() to get a fixed font consistently
* enlarge fixed font on Mac because of the too small default Qt system font
* use it in source pane, progress view, log view and document preamble editor

4807338... by Jean-Marc Lasgouttes

Remove image spellcheck-continously.svgz

It is not a proper icon and is not used currently.