mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
e4998f21b0
The window title is built from the current file name and its mofidication state. We use our own code instead of the automatic title bar provided when windowFileName() is set because 1/ Qt does not keep the full path name 2/ Qt does not yield a nice application name 3/ Qt separates file name and app name with an em-dash. It seems that only KDE does that: Gnome does not, Windows does not either. I do not think that we can/want to detect a KDE environment at run-time. The "read only" and "version control" status are shown in the status bar: * for read only we use the tab read only emblem (with the right size) * for version control, we show the name of the backend (using a new vcname() method of the backend). The iconText() of the view is not updated anymore, since this is deprecated in Qt5. (cherry picked from commit82808fea04
) (cherry picked from commit9313f8565b
) (cherry picked from commitbbe36ce6ce
) (cherry picked from commit7cbc0c16a8
)
71 lines
997 B
Plaintext
71 lines
997 B
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.2.3.
|
|
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
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- The title bar is now set according to platform UI. Read-only and
|
|
version control are shown by indicators in the status bar.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated Ukrainian user interface localization.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Do not hardcode required packages for Note inset.
|
|
|
|
- Make *-lyxformat-* backup files use .lyx~ extension.
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix logic of OK/Apply buttons in cross-references dialog (bug 10376).
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
* BUILD/INSTALLATION
|