lyx_mirror/lib
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
..
attic Typo in doc: capitalize "t" in "EndLabeltype" 2021-12-04 15:17:36 -05:00
bind Bring search-string-set back, someone actually wants this ;) 2021-02-16 15:08:19 +01:00
citeengines Update layouts (run layout2layout.py) 2021-10-25 12:37:21 -04:00
commands
doc Format of description of function search-ignore 2022-03-04 17:29:37 +01:00
docbook Add DocBook XSLT 1 stylesheets 1.79.2. 2021-02-05 16:07:42 +01:00
examples HP-Statements example: update 2022-02-07 17:07:50 +01:00
fonts Rename and update description of fonts 2020-09-03 21:46:16 +02:00
images Avoid a Qt warning about bad svg 2022-02-17 14:59:17 +01:00
kbd Fix Cyrillic keyboard map files 2020-09-17 07:50:05 +02:00
layouts Footnote LabelString should be "Foot" rather than "foot" 2022-02-22 10:33:51 +01:00
lyx2lyx lyx2lyx: prefix warning messages with "lyx2lyx" 2022-03-08 11:57:04 -05:00
scripts Add new placeholder $${python} to configure 2022-01-04 00:21:34 +00:00
tabletemplates
templates Arabic Beamer: set XeTeX as Default Output Format 2021-01-09 09:07:25 +01:00
tex
ui Change LFUN arg from "zoom" to "zoomlevel" 2022-01-03 15:57:35 -05:00
xtemplates Enable handling of spreadsheets in export to docbook5 format. 2020-10-04 01:43:44 +02:00
.gitignore
autocorrect
build-listerrors
chkconfig.ltx Add basic support for \DeclareMetadata 2022-02-12 17:10:34 +01:00
configure.py configure: for EPS to PNG, ask ImageMagick to only consider the first image. 2022-02-20 01:33:02 +01:00
CREDITS Update Credits entry 2021-06-22 07:48:15 +02:00
encodings
generate_contributions.py Update Credits entry 2021-06-22 07:48:15 +02:00
languages Implement Hungarian quotation marks style (#12040) 2020-12-02 17:00:40 +01:00
latexfonts
layouttranslations * layouttranslations - review of id by Waluyo Adi Siswanto 2020-12-17 22:33:59 +01:00
layouttranslations.review * layouttranslations - review of id by Waluyo Adi Siswanto 2020-12-17 22:33:59 +01:00
lyx.desktop.in Fixup 2a80b0ac01: fix the StartupWMClass in desktop file 2021-01-08 10:11:23 +01:00
Makefile.am SVG replacement of busy.gif 2021-09-29 12:49:56 +02:00
org.lyx.LyX.metainfo.xml Update metainfo to newer format. 2021-07-11 18:09:10 +02:00
RELEASE-NOTES Document \draw_strategy in release notes 2022-01-07 17:59:26 +01:00
symbols symbols: update HTML entities and Unicode encodings for Greek letter variations. 2021-12-08 02:02:46 +01:00
syntax.default
unicodesymbols unicodesymbols: fix problematic entries. 2022-02-27 04:14:12 +01:00