]> git.lyx.org Git - lyx.git/commit
Allow an 'other' type for hyperlinks. Format change.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 25 Dec 2022 17:42:07 +0000 (12:42 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 25 Dec 2022 17:45:48 +0000 (12:45 -0500)
commit144cf4bb9afaa594ef61b93fdb03d34e4752f2ad
tree3c9f0718bd3d83dabe39bcfdf787571638850c78
parent962f2370b20c57728d71cb36793a9f3045d07c4a
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.
development/FORMAT
lib/lyx2lyx/lyx_2_4.py
src/frontends/qt/GuiHyperlink.cpp
src/frontends/qt/ui/HyperlinkUi.ui
src/insets/InsetHyperlink.cpp
src/version.h