Juergen Spitzmueller
0c56f60535
Associate "run:" link types with "Other"
2022-12-26 13:19:52 +01:00
Richard Kimberly Heck
144cf4bb9a
Allow an 'other' type for hyperlinks. Format change.
...
Also, perform the URL fixing magic for DocBook and XHTML.
As it was, it was impossible to enter e.g. "tel:" type links. Now
choosing the "Other" type just outputs the URL as given.
Also, the addition of "http" or "file" was not being done for
DocBook and XHTML. Now it is.
2022-12-25 12:45:48 -05:00
Juergen Spitzmueller
ceffadfbab
lyx2lyx: fix glitch in revert_starred_refs
2022-12-21 08:52:44 +01:00
Juergen Spitzmueller
a066b81380
Fix comment
2022-12-11 15:12:06 +01:00
Juergen Spitzmueller
163844a6d0
Allow defaultfamily change with non_TeX fonts ( #12608 )
2022-12-11 14:47:13 +01:00
Juergen Spitzmueller
c90e656d9d
Fix cut and paste error
2022-12-09 09:12:23 +01:00
Richard Kimberly Heck
4e7f6949bf
One more unused variable
2022-12-08 15:19:16 -05:00
Richard Kimberly Heck
b0fa3efd57
Remove more unused variables.
...
These flags are only relevant to reference-types that we are not
reverting. That's why they were unused.
2022-12-08 15:19:16 -05:00
Richard Kimberly Heck
8e3f99ddc9
Remove some unused variables
2022-12-08 15:19:16 -05:00
Scott Kostyshak
f0a2114268
lyx2lyx: remove unused variable
...
Amend 7bbaead5
.
2022-12-08 13:32:00 -05:00
Richard Kimberly Heck
7bbaead588
Amend last commit
2022-12-08 12:42:03 -05:00
Richard Kimberly Heck
fa449e9769
Simplify conversion routine, and remove warning
2022-12-08 11:09:48 -05:00
Richard Kimberly Heck
8567e09dbf
Fix infinite loop. Thinko!
2022-12-05 23:37:40 -05:00
Richard Kimberly Heck
bbfff0e60f
Amend 4966da68
2022-12-05 14:48:48 -05:00
Richard Kimberly Heck
4966da6864
Add conversion routine for format 612.
...
I forgot that this is needed, because the new parameter is written to
the file no matter its value.
Also, fix two typos in the reversion routine.
2022-12-05 14:45:40 -05:00
Richard Kimberly Heck
d4f2460ac4
Fix bug #11410 .
...
Main part of patch from Daniel, adapted by me.
I also added the lyx2lyx code.
2022-12-04 18:33:58 -05:00
Yuriy Skalko
7b23c76b71
Add "semantic linefeeds" after punctuation marks.
...
We already had such breaks for dot.
File format change.
2022-11-28 11:58:53 +02:00
Juergen Spitzmueller
069122feba
Revert "Try to be more pedantic wrt blank lines in lyx2lyx output"
...
This reverts commit 9ce0ff50c1
.
2022-11-06 17:17:33 +01:00
Juergen Spitzmueller
9ce0ff50c1
Try to be more pedantic wrt blank lines in lyx2lyx output
...
Hopefully to the tests' please
2022-11-06 16:40:12 +01:00
Scott Kostyshak
cbc3804a2f
Correct typos of "occurred" in warnings/errors
...
Change "occured" and "ocurred" to "occurred".
2022-11-06 10:06:50 -05:00
Juergen Spitzmueller
e316e21aa1
Amend b8502a3ea2
2022-11-03 07:14:14 +01:00
Juergen Spitzmueller
b8502a3ea2
Fix glitch in index reversion routine
2022-11-03 05:54:50 +01:00
Juergen Spitzmueller
886d881ba3
lyx2lyx: fix index reversion
...
This was only a warning, but it made the tests fail
2022-11-02 09:33:09 +01:00
Juergen Spitzmueller
077ccf905d
Rename subindex to subentry
...
Makes more sense, and distinguishes it better from printsubindex
2022-10-31 06:51:38 +01:00
Juergen Spitzmueller
5a7c6aaeee
Add some comments
2022-10-29 15:40:06 +02:00
Juergen Spitzmueller
874f559bc7
Add last missing bit to insetindexmacros: file format change and lyx2lyx
...
The feature is now ready for primetime!
2022-10-29 15:11:11 +02:00
Juergen Spitzmueller
b3b22b0c70
Sync with master
2022-10-26 10:52:21 +02:00
Scott Kostyshak
ae31e16952
lyx2lyx: prefix warning messages with "lyx2lyx"
...
Both lyx2lyx and LyX write output to the terminal, and it's helpful
to know which messages are coming from lyx2lyx. For example, before
this commit if we opened a document in LyX that has a newer file format than
lyx2lyx can deal with, we see the following output in the terminal:
Warning: 619: Format not supported.
Warning: Quitting.
Error: Document format failure
The first two lines (the warnings) are output from lyx2lyx, and the
third is output by LyX. This output was particularly confusing
because I first thought "LyX tries to quit if the document is too
new?", but in fact LyX still stays open; it just doesn't open the
document. After this change, the output is now the following:
lyx2lyx warning: 619: Format not supported.
lyx2lyx warning: Quitting.
Error: Document format failure
2022-03-08 11:57:04 -05:00
Juergen Spitzmueller
1da80d4d8f
Add basic support for \DeclareMetadata
...
File format change
2022-02-12 17:10:34 +01:00
Thibaut Cuvelier
7a1e048f44
Amend 0f782b0d
: add the required changes to lyx2lyx.
2021-03-23 21:12:45 +01:00
Juergen Spitzmueller
07396ab244
Meet per-document spelling dictionaries ( fixes #86 [sic!])
...
Now who can beat that? ;-)
2021-03-06 16:53:33 +01:00
Juergen Spitzmueller
b42c5dd7d6
Add frontispiece layout to KOMA classes
2021-01-28 10:24:28 +01:00
Juergen Spitzmueller
ab1d418f36
Consider cell language
2021-01-28 09:25:20 +01:00
Juergen Spitzmueller
364532a724
Improve lyx2lyx roundtrip with cellvarwidth
2021-01-28 08:44:21 +01:00
Juergen Spitzmueller
92f8612ace
count_pars_in_inset: check nested insets
2021-01-27 08:24:17 +01:00
Juergen Spitzmueller
9ff51f7149
Fixup revert_vcolumns2 routine
2021-01-25 12:04:45 +01:00
Juergen Spitzmueller
5979a01b1d
Allow paragraph and line breaks in multirow ( #12083 )
2021-01-23 14:24:54 +01:00
Juergen Spitzmueller
0b0757916e
Format incremented to 605: Extended variable table cell support
...
- Multicolumn now supports multiple paragraphs in non-fixed-width context.
- Multicolumn now supports valign in non-fixed-width context.
- varwidth columns now properly align horizontally and vertically.
2021-01-22 19:16:43 +01:00
Juergen Spitzmueller
7b762ee950
Branch: Implement separate static colors in dark mode
...
Set colors now apply to the active mode only. Matching reversed colors
are produced for the other mode if no color is assigned yet.
File format change.
2021-01-19 17:04:04 +01:00
Juergen Spitzmueller
9a6f7ece97
Add option to revert graphics colors in dark mode ( #12076 )
...
This amends [5d47a7ee57506/lyxgit]
2021-01-18 10:46:16 +01:00
Juergen Spitzmueller
057753dc75
Allow semantic colors in branches and use semantic background color by default
...
Addresses most crucial part of #12075
File format change
2021-01-18 09:56:53 +01:00
Richard Kimberly Heck
cf07d4825f
Fix bug #11104 . Activate refstyle support for InsetMathRef.
...
At the moment, there is no support for plurals and capitalization.
A long comment explains why. Support could be added for that without
a format change.
2021-01-05 18:17:53 -05:00
Richard Kimberly Heck
52a0ffc02f
Change name and email in some other files
2020-12-05 17:39:46 -05:00
Juergen Spitzmueller
e9cbd69f6e
Implement Hungarian quotation marks style ( #12040 )
...
File format change
2020-12-02 17:00:40 +01:00
Pavel Sanda
0ea9df7467
Add inset for \nopagebreak.
...
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg213388.html
2020-10-13 19:13:59 +02:00
José Matos
4419f6e059
Simplify reversion code (keeping the same output)
2020-09-21 14:36:52 +01:00
José Matos
5154400b64
Avoid crash when string only has one char
2020-09-18 01:09:36 +01:00
José Matos
d0a27e3afc
Whitespace cleanup
2020-09-18 01:07:39 +01:00
Juergen Spitzmueller
40159fd2ab
Fixup graphics height conversion when special is non-empty
2020-09-17 08:43:04 +02:00
Juergen Spitzmueller
a99695ce82
Fix conversion and reversion of relative totalheights/heights
2020-08-30 11:44:08 +02:00