LyX

~gadmm/lyx/+git/master:bugs/13017

Last commit made on 2023-12-21
Get this branch:
git clone -b bugs/13017 https://git.launchpad.net/~gadmm/lyx/+git/master

Branch merges

Branch information

Name:
bugs/13017
Repository:
lp:~gadmm/lyx/+git/master

Recent commits

92209fb... by Richard Kimberly Heck <email address hidden>

Attempt to fix bug #13017.

We should not remove the aux and bbl files when the Buffer is actively being exported.

378397a... by Juergen Spitzmueller <email address hidden>

Amend 782f6eae00c30

Rows should only be removed in ct mode if they have been added
in ct mode by the same author (otherwise mark them deleted)

2d5fa18... by Jean-Marc Lasgouttes

Fix previews in yellow notes and disabled branches

While it is not necessary to run validate() on insets that do not
produce output (yellow notes and disabled branches), it has to be done
for previewing, since a construct inside the inset may require some
support.

This is done in two steps:

1. in PreviewLoader::dumpPreamble, indicate that a preview is being
   prepared. It is not clear why the `for_preview' boolean was not set
   before.

2. in Inset(Branch|Note)::validate, always call the parent's validate
   method when previewing.

It should have been possible to move the code from 2. to
InsetText::validate, but the weird code in handling
InsetNoteParams::Comment in html makes it difficult.

3695b63... by Jean-Marc Lasgouttes

Remove unused variables

782f6ea... by Juergen Spitzmueller <email address hidden>

Fix tracking of table row/column deletion with added material (#12984)

a67a580... by Daniel Ramoeller <email address hidden>

Don't inherit font in Label inset

Fix for #12404.

1aa131d... by Juergen Spitzmueller <email address hidden>

Output added par break marker inside argument for commands (#13014)

8832f81... by Jean-Marc Lasgouttes

Show change bar for an end-of-paragraph change

Fixes bug #13003.

94118b8... by Jean-Marc Lasgouttes

Disable properly math inset locking

It is not clear whether this feature was once documented and used (it
would have been 20 years ago).

It is mostly disable now, but there was a remaining bit that is
annoying now.

I'll try to restore this later.

9143878... by Scott Kostyshak

Python fixes for export to LyX Archive

Patch by Kees and José Matos.

For discussion, please see this [1] ML thread. José additionally
notes [2] the following:

  I took the change and I changed some minor annoyances:
  * test comparison with None;
  * fixed a region where the indentation was different from all the
  others (2 spaces instead of 4);
  * replaced xrange with range.

[1] https://www.mail-archive.com/search?l=mid&q=007b01da285a%241b8e28c0%2452aa7a40%24%40gmail.com
[2] https://www.mail-archive.com/search?l=mid&q=0cd9fe5fd161c0ad8950258867255a3bfae8dbc1.camel%40gmail.com