lyx_mirror/status.23x
Jean-Marc Lasgouttes f4314b6461 Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11
The method horizontalAdvance() replaces width() starting with Qt 5.11.
To handle this, all direct calls to QFontMetrics::width() are replaced
by calls to GuiFontMetrics::width(), and the code for
GuiFontMetrics::width(QChar) uses horizontalAdvance on newer Qt
versions.

(cherry picked from commit 21422dd652)
2020-12-17 11:32:44 +01:00

104 lines
1.3 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 2.3.7.
All comments are welcome.
We try to group things by topic and in decreasing order of importance.
Please feel free to re-arrange if that seems like a good idea.
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
* MISCELLANEOUS
* TEX2LYX IMPROVEMENTS
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix Open Document (tex4ht) output converter.
- Fix output of bibliography environment to make backref work
(bug 12041).
* USER INTERFACE
- Fix problem with display of menus on Gnome Wayland (bug 11746).
- Improve error message for VCS file registration when RCS package
is not installed.
- Make bibliographies work with grandchildren (bug 12033).
- Do not close spellchecker after "Replace All" action (bug 11310).
- Fix width of collapsible insets with sublabels (bug 12046).
- Fix Hebrew characters overflow in insets (bug 12030).
* INTERNALS
* DOCUMENTATION AND LOCALIZATION
- Updated Polish User Interface localizations.
* LYX2LYX
* TEX2LYX
* LYXHTML
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION
- Remove use of deprecated Qt methods.