From d94793021c2ae214dc8efc83d7411be18c0a0168 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 20 Jul 2019 23:06:05 +0200 Subject: [PATCH] Rename frontend qt4 to qt In particular, the directory frontends/qt4 is renamed to frontends/qt. Many configurations file have to be updated. All mentions of qt4 in the source have been audited, and changed to qt if necessary. The only part that has not been updated is the CMake build system. --- config/Makefile.am | 2 +- config/qt4.m4 | 353 - configure.ac | 6 +- development/tools/generate_symbols_images.py | 2 +- development/tools/header_check.sh | 2 +- lib/doc/LFUNs.lyx | 1380 +- lyx.1in | 6 +- po/Rules-lyx | 8 +- po/ar.gmo | Bin 398726 -> 384721 bytes po/ar.po | 18400 ++++++++------- po/bg.gmo | Bin 344137 -> 342731 bytes po/bg.po | 13177 ++++++----- po/cs.gmo | Bin 492593 -> 512007 bytes po/cs.po | 17998 ++++++++------- po/de.gmo | Bin 593091 -> 593033 bytes po/de.po | 5623 +++-- po/el.gmo | Bin 408279 -> 393630 bytes po/el.po | 18335 ++++++++------- po/en.gmo | Bin 739 -> 698 bytes po/en.po | 17194 +++++++------- po/es.gmo | Bin 472954 -> 457608 bytes po/es.po | 18488 ++++++++------- po/eu.gmo | Bin 529173 -> 512594 bytes po/eu.po | 18453 ++++++++------- po/fi.gmo | Bin 314438 -> 303989 bytes po/fi.po | 18234 ++++++++------- po/fr.gmo | Bin 589877 -> 586659 bytes po/fr.po | 7083 +++--- po/he.gmo | Bin 252300 -> 244783 bytes po/he.po | 18166 ++++++++------- po/hu.gmo | Bin 315006 -> 310295 bytes po/hu.po | 14729 ++++++------ po/ia.gmo | Bin 497243 -> 480987 bytes po/ia.po | 18456 ++++++++------- po/id.gmo | Bin 340746 -> 329378 bytes po/id.po | 18486 ++++++++------- po/it.gmo | Bin 574208 -> 570713 bytes po/it.po | 8236 +++---- po/ja.gmo | Bin 552832 -> 535491 bytes po/ja.po | 18444 ++++++++------- po/lyx_pot.py | 12 +- po/nb.gmo | Bin 433159 -> 419063 bytes po/nb.po | 18482 ++++++++------- po/nl.gmo | Bin 571192 -> 572442 bytes po/nl.po | 7002 +++--- po/nn.gmo | Bin 345587 -> 334657 bytes po/nn.po | 18456 ++++++++------- po/pl.gmo | Bin 343477 -> 332788 bytes po/pl.po | 18114 ++++++++------- po/pt_BR.gmo | Bin 533711 -> 516870 bytes po/pt_BR.po | 18475 ++++++++------- po/pt_PT.gmo | Bin 422603 -> 409521 bytes po/pt_PT.po | 18459 ++++++++------- po/ru.gmo | Bin 663920 -> 643077 bytes po/ru.po | 18498 ++++++++------- po/sk.gmo | Bin 554620 -> 579117 bytes po/sk.po | 13296 ++++++----- po/sv.gmo | Bin 514177 -> 498283 bytes po/sv.po | 18492 ++++++++------- po/tr.gmo | Bin 218880 -> 212310 bytes po/tr.po | 18092 ++++++++------- po/uk.gmo | Bin 669490 -> 648654 bytes po/uk.po | 18482 ++++++++------- po/zh_CN.gmo | Bin 468878 -> 453135 bytes po/zh_CN.po | 18518 +++++++++------- po/zh_TW.gmo | Bin 402050 -> 389665 bytes po/zh_TW.po | 18423 ++++++++------- sourcedoc/Doxyfile.in | 2 +- src/LyXAction.cpp | 3 +- src/LyXRC.h | 2 +- src/Makefile.am | 2 +- src/frontends/Application.h | 8 +- src/frontends/Makefile.am | 2 +- src/frontends/{qt4 => qt}/.gitignore | 2 +- src/frontends/{qt4 => qt}/Action.cpp | 0 src/frontends/{qt4 => qt}/Action.h | 0 src/frontends/{qt4 => qt}/BulletsModule.cpp | 0 src/frontends/{qt4 => qt}/BulletsModule.h | 0 .../{qt4 => qt}/ButtonController.cpp | 0 src/frontends/{qt4 => qt}/ButtonController.h | 0 src/frontends/{qt4 => qt}/ButtonPolicy.cpp | 0 src/frontends/{qt4 => qt}/ButtonPolicy.h | 0 src/frontends/{qt4 => qt}/CMakeLists.txt | 0 .../{qt4 => qt}/CategorizedCombo.cpp | 2 +- src/frontends/{qt4 => qt}/CategorizedCombo.h | 0 src/frontends/{qt4 => qt}/ColorCache.cpp | 0 src/frontends/{qt4 => qt}/ColorCache.h | 0 .../{qt4 => qt}/CustomizedWidgets.cpp | 0 src/frontends/{qt4 => qt}/CustomizedWidgets.h | 0 src/frontends/{qt4 => qt}/Dialog.cpp | 0 src/frontends/{qt4 => qt}/Dialog.h | 0 src/frontends/{qt4 => qt}/DialogView.cpp | 0 src/frontends/{qt4 => qt}/DialogView.h | 0 src/frontends/{qt4 => qt}/DockView.cpp | 0 src/frontends/{qt4 => qt}/DockView.h | 0 src/frontends/{qt4 => qt}/EmptyTable.cpp | 0 src/frontends/{qt4 => qt}/EmptyTable.h | 0 src/frontends/{qt4 => qt}/FancyLineEdit.cpp | 0 src/frontends/{qt4 => qt}/FancyLineEdit.h | 0 src/frontends/{qt4 => qt}/FileDialog.cpp | 2 +- src/frontends/{qt4 => qt}/FileDialog.h | 0 src/frontends/{qt4 => qt}/FindAndReplace.cpp | 0 src/frontends/{qt4 => qt}/FindAndReplace.h | 0 src/frontends/{qt4 => qt}/FloatPlacement.cpp | 0 src/frontends/{qt4 => qt}/FloatPlacement.h | 0 src/frontends/{qt4 => qt}/GuiAbout.cpp | 0 src/frontends/{qt4 => qt}/GuiAbout.h | 0 src/frontends/{qt4 => qt}/GuiAlert.cpp | 2 +- src/frontends/{qt4 => qt}/GuiApplication.cpp | 2 +- src/frontends/{qt4 => qt}/GuiApplication.h | 0 src/frontends/{qt4 => qt}/GuiBibitem.cpp | 0 src/frontends/{qt4 => qt}/GuiBibitem.h | 0 src/frontends/{qt4 => qt}/GuiBibtex.cpp | 0 src/frontends/{qt4 => qt}/GuiBibtex.h | 0 src/frontends/{qt4 => qt}/GuiBox.cpp | 0 src/frontends/{qt4 => qt}/GuiBox.h | 0 src/frontends/{qt4 => qt}/GuiBranch.cpp | 0 src/frontends/{qt4 => qt}/GuiBranch.h | 0 src/frontends/{qt4 => qt}/GuiBranches.cpp | 0 src/frontends/{qt4 => qt}/GuiBranches.h | 0 src/frontends/{qt4 => qt}/GuiChanges.cpp | 0 src/frontends/{qt4 => qt}/GuiChanges.h | 0 src/frontends/{qt4 => qt}/GuiCharacter.cpp | 0 src/frontends/{qt4 => qt}/GuiCharacter.h | 0 src/frontends/{qt4 => qt}/GuiCitation.cpp | 0 src/frontends/{qt4 => qt}/GuiCitation.h | 0 .../{qt4 => qt}/GuiClickableLabel.cpp | 0 src/frontends/{qt4 => qt}/GuiClickableLabel.h | 0 src/frontends/{qt4 => qt}/GuiClipboard.cpp | 2 +- src/frontends/{qt4 => qt}/GuiClipboard.h | 2 +- .../{qt4 => qt}/GuiCommandBuffer.cpp | 0 src/frontends/{qt4 => qt}/GuiCommandBuffer.h | 0 src/frontends/{qt4 => qt}/GuiCommandEdit.cpp | 0 src/frontends/{qt4 => qt}/GuiCommandEdit.h | 0 src/frontends/{qt4 => qt}/GuiCompare.cpp | 0 src/frontends/{qt4 => qt}/GuiCompare.h | 0 .../{qt4 => qt}/GuiCompareHistory.cpp | 0 src/frontends/{qt4 => qt}/GuiCompareHistory.h | 0 src/frontends/{qt4 => qt}/GuiCompleter.cpp | 0 src/frontends/{qt4 => qt}/GuiCompleter.h | 0 src/frontends/{qt4 => qt}/GuiDelimiter.cpp | 0 src/frontends/{qt4 => qt}/GuiDelimiter.h | 0 src/frontends/{qt4 => qt}/GuiDialog.cpp | 0 src/frontends/{qt4 => qt}/GuiDialog.h | 0 src/frontends/{qt4 => qt}/GuiDocument.cpp | 0 src/frontends/{qt4 => qt}/GuiDocument.h | 0 src/frontends/{qt4 => qt}/GuiERT.cpp | 0 src/frontends/{qt4 => qt}/GuiERT.h | 0 src/frontends/{qt4 => qt}/GuiErrorList.cpp | 0 src/frontends/{qt4 => qt}/GuiErrorList.h | 0 src/frontends/{qt4 => qt}/GuiExternal.cpp | 0 src/frontends/{qt4 => qt}/GuiExternal.h | 0 src/frontends/{qt4 => qt}/GuiFontExample.cpp | 0 src/frontends/{qt4 => qt}/GuiFontExample.h | 0 src/frontends/{qt4 => qt}/GuiFontLoader.cpp | 0 src/frontends/{qt4 => qt}/GuiFontLoader.h | 0 src/frontends/{qt4 => qt}/GuiFontMetrics.cpp | 0 src/frontends/{qt4 => qt}/GuiFontMetrics.h | 0 src/frontends/{qt4 => qt}/GuiGraphics.cpp | 0 src/frontends/{qt4 => qt}/GuiGraphics.h | 0 src/frontends/{qt4 => qt}/GuiHSpace.cpp | 0 src/frontends/{qt4 => qt}/GuiHSpace.h | 0 src/frontends/{qt4 => qt}/GuiHyperlink.cpp | 0 src/frontends/{qt4 => qt}/GuiHyperlink.h | 0 src/frontends/{qt4 => qt}/GuiIdListModel.cpp | 0 src/frontends/{qt4 => qt}/GuiIdListModel.h | 0 src/frontends/{qt4 => qt}/GuiImage.cpp | 0 src/frontends/{qt4 => qt}/GuiImage.h | 0 src/frontends/{qt4 => qt}/GuiInclude.cpp | 0 src/frontends/{qt4 => qt}/GuiInclude.h | 0 src/frontends/{qt4 => qt}/GuiIndex.cpp | 0 src/frontends/{qt4 => qt}/GuiIndex.h | 0 src/frontends/{qt4 => qt}/GuiIndices.cpp | 0 src/frontends/{qt4 => qt}/GuiIndices.h | 0 src/frontends/{qt4 => qt}/GuiInfo.cpp | 0 src/frontends/{qt4 => qt}/GuiInfo.h | 0 src/frontends/{qt4 => qt}/GuiKeySymbol.cpp | 2 +- src/frontends/{qt4 => qt}/GuiKeySymbol.h | 0 src/frontends/{qt4 => qt}/GuiLabel.cpp | 0 src/frontends/{qt4 => qt}/GuiLabel.h | 0 src/frontends/{qt4 => qt}/GuiLine.cpp | 0 src/frontends/{qt4 => qt}/GuiLine.h | 0 src/frontends/{qt4 => qt}/GuiListings.cpp | 0 src/frontends/{qt4 => qt}/GuiListings.h | 0 src/frontends/{qt4 => qt}/GuiLog.cpp | 0 src/frontends/{qt4 => qt}/GuiLog.h | 0 src/frontends/{qt4 => qt}/GuiLyXFiles.cpp | 0 src/frontends/{qt4 => qt}/GuiLyXFiles.h | 0 src/frontends/{qt4 => qt}/GuiMathMatrix.cpp | 0 src/frontends/{qt4 => qt}/GuiMathMatrix.h | 0 src/frontends/{qt4 => qt}/GuiNomenclature.cpp | 0 src/frontends/{qt4 => qt}/GuiNomenclature.h | 0 src/frontends/{qt4 => qt}/GuiNote.cpp | 0 src/frontends/{qt4 => qt}/GuiNote.h | 0 src/frontends/{qt4 => qt}/GuiPainter.cpp | 0 src/frontends/{qt4 => qt}/GuiPainter.h | 0 src/frontends/{qt4 => qt}/GuiParagraph.cpp | 0 src/frontends/{qt4 => qt}/GuiParagraph.h | 0 src/frontends/{qt4 => qt}/GuiPhantom.cpp | 0 src/frontends/{qt4 => qt}/GuiPhantom.h | 0 src/frontends/{qt4 => qt}/GuiPrefs.cpp | 0 src/frontends/{qt4 => qt}/GuiPrefs.h | 0 src/frontends/{qt4 => qt}/GuiPrintNomencl.cpp | 0 src/frontends/{qt4 => qt}/GuiPrintNomencl.h | 0 src/frontends/{qt4 => qt}/GuiPrintindex.cpp | 0 src/frontends/{qt4 => qt}/GuiPrintindex.h | 0 src/frontends/{qt4 => qt}/GuiProgress.cpp | 0 src/frontends/{qt4 => qt}/GuiProgress.h | 0 src/frontends/{qt4 => qt}/GuiProgressView.cpp | 0 src/frontends/{qt4 => qt}/GuiProgressView.h | 0 src/frontends/{qt4 => qt}/GuiRef.cpp | 0 src/frontends/{qt4 => qt}/GuiRef.h | 0 src/frontends/{qt4 => qt}/GuiSearch.cpp | 0 src/frontends/{qt4 => qt}/GuiSearch.h | 0 src/frontends/{qt4 => qt}/GuiSelection.cpp | 2 +- src/frontends/{qt4 => qt}/GuiSelection.h | 4 +- .../{qt4 => qt}/GuiSelectionManager.cpp | 0 .../{qt4 => qt}/GuiSelectionManager.h | 0 src/frontends/{qt4 => qt}/GuiSendto.cpp | 0 src/frontends/{qt4 => qt}/GuiSendto.h | 0 src/frontends/{qt4 => qt}/GuiSetBorder.cpp | 0 src/frontends/{qt4 => qt}/GuiSetBorder.h | 0 src/frontends/{qt4 => qt}/GuiShowFile.cpp | 0 src/frontends/{qt4 => qt}/GuiShowFile.h | 0 src/frontends/{qt4 => qt}/GuiSpellchecker.cpp | 0 src/frontends/{qt4 => qt}/GuiSpellchecker.h | 0 src/frontends/{qt4 => qt}/GuiSymbols.cpp | 0 src/frontends/{qt4 => qt}/GuiSymbols.h | 0 src/frontends/{qt4 => qt}/GuiTabular.cpp | 0 src/frontends/{qt4 => qt}/GuiTabular.h | 0 .../{qt4 => qt}/GuiTabularCreate.cpp | 0 src/frontends/{qt4 => qt}/GuiTabularCreate.h | 0 src/frontends/{qt4 => qt}/GuiTexinfo.cpp | 0 src/frontends/{qt4 => qt}/GuiTexinfo.h | 0 src/frontends/{qt4 => qt}/GuiThesaurus.cpp | 0 src/frontends/{qt4 => qt}/GuiThesaurus.h | 0 src/frontends/{qt4 => qt}/GuiToc.cpp | 0 src/frontends/{qt4 => qt}/GuiToc.h | 0 src/frontends/{qt4 => qt}/GuiToolbar.cpp | 2 +- src/frontends/{qt4 => qt}/GuiToolbar.h | 0 src/frontends/{qt4 => qt}/GuiVSpace.cpp | 0 src/frontends/{qt4 => qt}/GuiVSpace.h | 0 src/frontends/{qt4 => qt}/GuiView.cpp | 0 src/frontends/{qt4 => qt}/GuiView.h | 0 src/frontends/{qt4 => qt}/GuiViewSource.cpp | 0 src/frontends/{qt4 => qt}/GuiViewSource.h | 0 src/frontends/{qt4 => qt}/GuiWorkArea.cpp | 0 src/frontends/{qt4 => qt}/GuiWorkArea.h | 0 .../{qt4 => qt}/GuiWorkArea_Private.h | 0 src/frontends/{qt4 => qt}/GuiWrap.cpp | 0 src/frontends/{qt4 => qt}/GuiWrap.h | 0 src/frontends/{qt4 => qt}/IconPalette.cpp | 0 src/frontends/{qt4 => qt}/IconPalette.h | 0 src/frontends/{qt4 => qt}/InGuiThread.cpp | 0 src/frontends/{qt4 => qt}/InGuiThread.h | 0 .../{qt4 => qt}/InsertTableWidget.cpp | 0 src/frontends/{qt4 => qt}/InsertTableWidget.h | 0 .../{qt4 => qt}/InsetParamsDialog.cpp | 0 src/frontends/{qt4 => qt}/InsetParamsDialog.h | 0 .../{qt4 => qt}/InsetParamsWidget.cpp | 0 src/frontends/{qt4 => qt}/InsetParamsWidget.h | 0 .../{qt4 => qt}/LaTeXHighlighter.cpp | 0 src/frontends/{qt4 => qt}/LaTeXHighlighter.h | 0 src/frontends/{qt4 => qt}/LayoutBox.cpp | 2 +- src/frontends/{qt4 => qt}/LayoutBox.h | 0 src/frontends/{qt4 => qt}/LengthCombo.cpp | 0 src/frontends/{qt4 => qt}/LengthCombo.h | 0 src/frontends/{qt4 => qt}/LyXFileDialog.cpp | 0 src/frontends/{qt4 => qt}/LyXFileDialog.h | 0 src/frontends/{qt4 => qt}/Makefile.am | 8 +- src/frontends/{qt4 => qt}/Menus.cpp | 2 +- src/frontends/{qt4 => qt}/Menus.h | 0 src/frontends/{qt4 => qt}/PanelStack.cpp | 0 src/frontends/{qt4 => qt}/PanelStack.h | 0 src/frontends/{qt4 => qt}/README | 2 +- src/frontends/{qt4 => qt}/TocModel.cpp | 0 src/frontends/{qt4 => qt}/TocModel.h | 0 src/frontends/{qt4 => qt}/TocWidget.cpp | 0 src/frontends/{qt4 => qt}/TocWidget.h | 0 .../{qt4 => qt}/ToolTipFormatter.cpp | 0 src/frontends/{qt4 => qt}/ToolTipFormatter.h | 0 src/frontends/{qt4 => qt}/Toolbars.cpp | 0 src/frontends/{qt4 => qt}/Toolbars.h | 0 src/frontends/{qt4 => qt}/Validator.cpp | 0 src/frontends/{qt4 => qt}/Validator.h | 0 src/frontends/{qt4 => qt}/qt_helpers.cpp | 0 src/frontends/{qt4 => qt}/qt_helpers.h | 2 +- src/frontends/{qt4 => qt}/qt_i18n.h | 2 +- src/frontends/{qt4 => qt}/ui/AboutUi.ui | 0 src/frontends/{qt4 => qt}/ui/BibitemUi.ui | 0 src/frontends/{qt4 => qt}/ui/BiblioUi.ui | 0 src/frontends/{qt4 => qt}/ui/BibtexUi.ui | 0 src/frontends/{qt4 => qt}/ui/BoxUi.ui | 0 src/frontends/{qt4 => qt}/ui/BranchUi.ui | 0 src/frontends/{qt4 => qt}/ui/BranchesUi.ui | 0 .../{qt4 => qt}/ui/BranchesUnknownUi.ui | 0 src/frontends/{qt4 => qt}/ui/BulletsUi.ui | 0 src/frontends/{qt4 => qt}/ui/ChangesUi.ui | 0 src/frontends/{qt4 => qt}/ui/CharacterUi.ui | 0 src/frontends/{qt4 => qt}/ui/CitationUi.ui | 0 src/frontends/{qt4 => qt}/ui/ColorUi.ui | 0 .../{qt4 => qt}/ui/CompareHistoryUi.ui | 0 src/frontends/{qt4 => qt}/ui/CompareUi.ui | 0 src/frontends/{qt4 => qt}/ui/DelimiterUi.ui | 0 src/frontends/{qt4 => qt}/ui/DocumentUi.ui | 0 src/frontends/{qt4 => qt}/ui/ERTUi.ui | 0 src/frontends/{qt4 => qt}/ui/ErrorListUi.ui | 0 src/frontends/{qt4 => qt}/ui/ExternalUi.ui | 0 .../{qt4 => qt}/ui/FindAndReplaceUi.ui | 0 .../{qt4 => qt}/ui/FloatPlacementUi.ui | 0 src/frontends/{qt4 => qt}/ui/FontUi.ui | 0 src/frontends/{qt4 => qt}/ui/GraphicsUi.ui | 0 src/frontends/{qt4 => qt}/ui/HSpaceUi.ui | 0 src/frontends/{qt4 => qt}/ui/HyperlinkUi.ui | 0 src/frontends/{qt4 => qt}/ui/IncludeUi.ui | 0 src/frontends/{qt4 => qt}/ui/IndexUi.ui | 0 src/frontends/{qt4 => qt}/ui/IndicesUi.ui | 0 src/frontends/{qt4 => qt}/ui/InfoUi.ui | 0 src/frontends/{qt4 => qt}/ui/InsetParamsUi.ui | 0 src/frontends/{qt4 => qt}/ui/LaTeXUi.ui | 0 src/frontends/{qt4 => qt}/ui/LabelUi.ui | 0 src/frontends/{qt4 => qt}/ui/LanguageUi.ui | 0 src/frontends/{qt4 => qt}/ui/LineUi.ui | 0 .../{qt4 => qt}/ui/ListingsSettingsUi.ui | 0 src/frontends/{qt4 => qt}/ui/ListingsUi.ui | 0 src/frontends/{qt4 => qt}/ui/LocalLayoutUi.ui | 0 src/frontends/{qt4 => qt}/ui/LogUi.ui | 0 src/frontends/{qt4 => qt}/ui/LyXFilesUi.ui | 0 src/frontends/{qt4 => qt}/ui/MarginsUi.ui | 0 src/frontends/{qt4 => qt}/ui/MasterChildUi.ui | 0 src/frontends/{qt4 => qt}/ui/MathMatrixUi.ui | 0 src/frontends/{qt4 => qt}/ui/MathsUi.ui | 0 src/frontends/{qt4 => qt}/ui/ModulesUi.ui | 0 src/frontends/{qt4 => qt}/ui/NomenclUi.ui | 0 src/frontends/{qt4 => qt}/ui/NoteUi.ui | 0 src/frontends/{qt4 => qt}/ui/NumberingUi.ui | 0 src/frontends/{qt4 => qt}/ui/OutputUi.ui | 0 src/frontends/{qt4 => qt}/ui/PDFSupportUi.ui | 0 src/frontends/{qt4 => qt}/ui/PageLayoutUi.ui | 0 src/frontends/{qt4 => qt}/ui/ParagraphUi.ui | 0 src/frontends/{qt4 => qt}/ui/PhantomUi.ui | 0 src/frontends/{qt4 => qt}/ui/PreambleUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefColorsUi.ui | 0 .../{qt4 => qt}/ui/PrefCompletionUi.ui | 0 .../{qt4 => qt}/ui/PrefConvertersUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefDisplayUi.ui | 0 .../{qt4 => qt}/ui/PrefDocHandlingUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefEditUi.ui | 0 .../{qt4 => qt}/ui/PrefFileformatsUi.ui | 0 .../{qt4 => qt}/ui/PrefIdentityUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefInputUi.ui | 0 .../{qt4 => qt}/ui/PrefLanguageUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefLatexUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefOutputUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefPathsUi.ui | 0 .../{qt4 => qt}/ui/PrefScreenFontsUi.ui | 0 .../{qt4 => qt}/ui/PrefShortcutsUi.ui | 0 .../{qt4 => qt}/ui/PrefSpellcheckerUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrefsUi.ui | 0 .../{qt4 => qt}/ui/PrintNomenclUi.ui | 0 src/frontends/{qt4 => qt}/ui/PrintindexUi.ui | 0 .../{qt4 => qt}/ui/ProgressViewUi.ui | 0 src/frontends/{qt4 => qt}/ui/RefUi.ui | 0 src/frontends/{qt4 => qt}/ui/SearchUi.ui | 0 src/frontends/{qt4 => qt}/ui/SendtoUi.ui | 0 src/frontends/{qt4 => qt}/ui/ShortcutUi.ui | 0 src/frontends/{qt4 => qt}/ui/ShowFileUi.ui | 0 .../{qt4 => qt}/ui/SpellcheckerUi.ui | 0 src/frontends/{qt4 => qt}/ui/SymbolsUi.ui | 0 .../{qt4 => qt}/ui/TabularCreateUi.ui | 0 src/frontends/{qt4 => qt}/ui/TabularUi.ui | 0 src/frontends/{qt4 => qt}/ui/TexinfoUi.ui | 0 src/frontends/{qt4 => qt}/ui/TextLayoutUi.ui | 0 src/frontends/{qt4 => qt}/ui/ThesaurusUi.ui | 0 src/frontends/{qt4 => qt}/ui/TocUi.ui | 0 .../{qt4 => qt}/ui/ToggleWarningUi.ui | 0 src/frontends/{qt4 => qt}/ui/VSpaceUi.ui | 0 src/frontends/{qt4 => qt}/ui/ViewSourceUi.ui | 0 src/frontends/{qt4 => qt}/ui/WorkAreaUi.ui | 0 src/frontends/{qt4 => qt}/ui/WrapUi.ui | 0 src/frontends/tests/biblio.cpp | 2 +- src/insets/Inset.cpp | 2 +- 383 files changed, 272818 insertions(+), 201309 deletions(-) delete mode 100644 config/qt4.m4 rename src/frontends/{qt4 => qt}/.gitignore (78%) rename src/frontends/{qt4 => qt}/Action.cpp (100%) rename src/frontends/{qt4 => qt}/Action.h (100%) rename src/frontends/{qt4 => qt}/BulletsModule.cpp (100%) rename src/frontends/{qt4 => qt}/BulletsModule.h (100%) rename src/frontends/{qt4 => qt}/ButtonController.cpp (100%) rename src/frontends/{qt4 => qt}/ButtonController.h (100%) rename src/frontends/{qt4 => qt}/ButtonPolicy.cpp (100%) rename src/frontends/{qt4 => qt}/ButtonPolicy.h (100%) rename src/frontends/{qt4 => qt}/CMakeLists.txt (100%) rename src/frontends/{qt4 => qt}/CategorizedCombo.cpp (99%) rename src/frontends/{qt4 => qt}/CategorizedCombo.h (100%) rename src/frontends/{qt4 => qt}/ColorCache.cpp (100%) rename src/frontends/{qt4 => qt}/ColorCache.h (100%) rename src/frontends/{qt4 => qt}/CustomizedWidgets.cpp (100%) rename src/frontends/{qt4 => qt}/CustomizedWidgets.h (100%) rename src/frontends/{qt4 => qt}/Dialog.cpp (100%) rename src/frontends/{qt4 => qt}/Dialog.h (100%) rename src/frontends/{qt4 => qt}/DialogView.cpp (100%) rename src/frontends/{qt4 => qt}/DialogView.h (100%) rename src/frontends/{qt4 => qt}/DockView.cpp (100%) rename src/frontends/{qt4 => qt}/DockView.h (100%) rename src/frontends/{qt4 => qt}/EmptyTable.cpp (100%) rename src/frontends/{qt4 => qt}/EmptyTable.h (100%) rename src/frontends/{qt4 => qt}/FancyLineEdit.cpp (100%) rename src/frontends/{qt4 => qt}/FancyLineEdit.h (100%) rename src/frontends/{qt4 => qt}/FileDialog.cpp (99%) rename src/frontends/{qt4 => qt}/FileDialog.h (100%) rename src/frontends/{qt4 => qt}/FindAndReplace.cpp (100%) rename src/frontends/{qt4 => qt}/FindAndReplace.h (100%) rename src/frontends/{qt4 => qt}/FloatPlacement.cpp (100%) rename src/frontends/{qt4 => qt}/FloatPlacement.h (100%) rename src/frontends/{qt4 => qt}/GuiAbout.cpp (100%) rename src/frontends/{qt4 => qt}/GuiAbout.h (100%) rename src/frontends/{qt4 => qt}/GuiAlert.cpp (99%) rename src/frontends/{qt4 => qt}/GuiApplication.cpp (99%) rename src/frontends/{qt4 => qt}/GuiApplication.h (100%) rename src/frontends/{qt4 => qt}/GuiBibitem.cpp (100%) rename src/frontends/{qt4 => qt}/GuiBibitem.h (100%) rename src/frontends/{qt4 => qt}/GuiBibtex.cpp (100%) rename src/frontends/{qt4 => qt}/GuiBibtex.h (100%) rename src/frontends/{qt4 => qt}/GuiBox.cpp (100%) rename src/frontends/{qt4 => qt}/GuiBox.h (100%) rename src/frontends/{qt4 => qt}/GuiBranch.cpp (100%) rename src/frontends/{qt4 => qt}/GuiBranch.h (100%) rename src/frontends/{qt4 => qt}/GuiBranches.cpp (100%) rename src/frontends/{qt4 => qt}/GuiBranches.h (100%) rename src/frontends/{qt4 => qt}/GuiChanges.cpp (100%) rename src/frontends/{qt4 => qt}/GuiChanges.h (100%) rename src/frontends/{qt4 => qt}/GuiCharacter.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCharacter.h (100%) rename src/frontends/{qt4 => qt}/GuiCitation.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCitation.h (100%) rename src/frontends/{qt4 => qt}/GuiClickableLabel.cpp (100%) rename src/frontends/{qt4 => qt}/GuiClickableLabel.h (100%) rename src/frontends/{qt4 => qt}/GuiClipboard.cpp (99%) rename src/frontends/{qt4 => qt}/GuiClipboard.h (98%) rename src/frontends/{qt4 => qt}/GuiCommandBuffer.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCommandBuffer.h (100%) rename src/frontends/{qt4 => qt}/GuiCommandEdit.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCommandEdit.h (100%) rename src/frontends/{qt4 => qt}/GuiCompare.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCompare.h (100%) rename src/frontends/{qt4 => qt}/GuiCompareHistory.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCompareHistory.h (100%) rename src/frontends/{qt4 => qt}/GuiCompleter.cpp (100%) rename src/frontends/{qt4 => qt}/GuiCompleter.h (100%) rename src/frontends/{qt4 => qt}/GuiDelimiter.cpp (100%) rename src/frontends/{qt4 => qt}/GuiDelimiter.h (100%) rename src/frontends/{qt4 => qt}/GuiDialog.cpp (100%) rename src/frontends/{qt4 => qt}/GuiDialog.h (100%) rename src/frontends/{qt4 => qt}/GuiDocument.cpp (100%) rename src/frontends/{qt4 => qt}/GuiDocument.h (100%) rename src/frontends/{qt4 => qt}/GuiERT.cpp (100%) rename src/frontends/{qt4 => qt}/GuiERT.h (100%) rename src/frontends/{qt4 => qt}/GuiErrorList.cpp (100%) rename src/frontends/{qt4 => qt}/GuiErrorList.h (100%) rename src/frontends/{qt4 => qt}/GuiExternal.cpp (100%) rename src/frontends/{qt4 => qt}/GuiExternal.h (100%) rename src/frontends/{qt4 => qt}/GuiFontExample.cpp (100%) rename src/frontends/{qt4 => qt}/GuiFontExample.h (100%) rename src/frontends/{qt4 => qt}/GuiFontLoader.cpp (100%) rename src/frontends/{qt4 => qt}/GuiFontLoader.h (100%) rename src/frontends/{qt4 => qt}/GuiFontMetrics.cpp (100%) rename src/frontends/{qt4 => qt}/GuiFontMetrics.h (100%) rename src/frontends/{qt4 => qt}/GuiGraphics.cpp (100%) rename src/frontends/{qt4 => qt}/GuiGraphics.h (100%) rename src/frontends/{qt4 => qt}/GuiHSpace.cpp (100%) rename src/frontends/{qt4 => qt}/GuiHSpace.h (100%) rename src/frontends/{qt4 => qt}/GuiHyperlink.cpp (100%) rename src/frontends/{qt4 => qt}/GuiHyperlink.h (100%) rename src/frontends/{qt4 => qt}/GuiIdListModel.cpp (100%) rename src/frontends/{qt4 => qt}/GuiIdListModel.h (100%) rename src/frontends/{qt4 => qt}/GuiImage.cpp (100%) rename src/frontends/{qt4 => qt}/GuiImage.h (100%) rename src/frontends/{qt4 => qt}/GuiInclude.cpp (100%) rename src/frontends/{qt4 => qt}/GuiInclude.h (100%) rename src/frontends/{qt4 => qt}/GuiIndex.cpp (100%) rename src/frontends/{qt4 => qt}/GuiIndex.h (100%) rename src/frontends/{qt4 => qt}/GuiIndices.cpp (100%) rename src/frontends/{qt4 => qt}/GuiIndices.h (100%) rename src/frontends/{qt4 => qt}/GuiInfo.cpp (100%) rename src/frontends/{qt4 => qt}/GuiInfo.h (100%) rename src/frontends/{qt4 => qt}/GuiKeySymbol.cpp (99%) rename src/frontends/{qt4 => qt}/GuiKeySymbol.h (100%) rename src/frontends/{qt4 => qt}/GuiLabel.cpp (100%) rename src/frontends/{qt4 => qt}/GuiLabel.h (100%) rename src/frontends/{qt4 => qt}/GuiLine.cpp (100%) rename src/frontends/{qt4 => qt}/GuiLine.h (100%) rename src/frontends/{qt4 => qt}/GuiListings.cpp (100%) rename src/frontends/{qt4 => qt}/GuiListings.h (100%) rename src/frontends/{qt4 => qt}/GuiLog.cpp (100%) rename src/frontends/{qt4 => qt}/GuiLog.h (100%) rename src/frontends/{qt4 => qt}/GuiLyXFiles.cpp (100%) rename src/frontends/{qt4 => qt}/GuiLyXFiles.h (100%) rename src/frontends/{qt4 => qt}/GuiMathMatrix.cpp (100%) rename src/frontends/{qt4 => qt}/GuiMathMatrix.h (100%) rename src/frontends/{qt4 => qt}/GuiNomenclature.cpp (100%) rename src/frontends/{qt4 => qt}/GuiNomenclature.h (100%) rename src/frontends/{qt4 => qt}/GuiNote.cpp (100%) rename src/frontends/{qt4 => qt}/GuiNote.h (100%) rename src/frontends/{qt4 => qt}/GuiPainter.cpp (100%) rename src/frontends/{qt4 => qt}/GuiPainter.h (100%) rename src/frontends/{qt4 => qt}/GuiParagraph.cpp (100%) rename src/frontends/{qt4 => qt}/GuiParagraph.h (100%) rename src/frontends/{qt4 => qt}/GuiPhantom.cpp (100%) rename src/frontends/{qt4 => qt}/GuiPhantom.h (100%) rename src/frontends/{qt4 => qt}/GuiPrefs.cpp (100%) rename src/frontends/{qt4 => qt}/GuiPrefs.h (100%) rename src/frontends/{qt4 => qt}/GuiPrintNomencl.cpp (100%) rename src/frontends/{qt4 => qt}/GuiPrintNomencl.h (100%) rename src/frontends/{qt4 => qt}/GuiPrintindex.cpp (100%) rename src/frontends/{qt4 => qt}/GuiPrintindex.h (100%) rename src/frontends/{qt4 => qt}/GuiProgress.cpp (100%) rename src/frontends/{qt4 => qt}/GuiProgress.h (100%) rename src/frontends/{qt4 => qt}/GuiProgressView.cpp (100%) rename src/frontends/{qt4 => qt}/GuiProgressView.h (100%) rename src/frontends/{qt4 => qt}/GuiRef.cpp (100%) rename src/frontends/{qt4 => qt}/GuiRef.h (100%) rename src/frontends/{qt4 => qt}/GuiSearch.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSearch.h (100%) rename src/frontends/{qt4 => qt}/GuiSelection.cpp (98%) rename src/frontends/{qt4 => qt}/GuiSelection.h (95%) rename src/frontends/{qt4 => qt}/GuiSelectionManager.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSelectionManager.h (100%) rename src/frontends/{qt4 => qt}/GuiSendto.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSendto.h (100%) rename src/frontends/{qt4 => qt}/GuiSetBorder.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSetBorder.h (100%) rename src/frontends/{qt4 => qt}/GuiShowFile.cpp (100%) rename src/frontends/{qt4 => qt}/GuiShowFile.h (100%) rename src/frontends/{qt4 => qt}/GuiSpellchecker.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSpellchecker.h (100%) rename src/frontends/{qt4 => qt}/GuiSymbols.cpp (100%) rename src/frontends/{qt4 => qt}/GuiSymbols.h (100%) rename src/frontends/{qt4 => qt}/GuiTabular.cpp (100%) rename src/frontends/{qt4 => qt}/GuiTabular.h (100%) rename src/frontends/{qt4 => qt}/GuiTabularCreate.cpp (100%) rename src/frontends/{qt4 => qt}/GuiTabularCreate.h (100%) rename src/frontends/{qt4 => qt}/GuiTexinfo.cpp (100%) rename src/frontends/{qt4 => qt}/GuiTexinfo.h (100%) rename src/frontends/{qt4 => qt}/GuiThesaurus.cpp (100%) rename src/frontends/{qt4 => qt}/GuiThesaurus.h (100%) rename src/frontends/{qt4 => qt}/GuiToc.cpp (100%) rename src/frontends/{qt4 => qt}/GuiToc.h (100%) rename src/frontends/{qt4 => qt}/GuiToolbar.cpp (99%) rename src/frontends/{qt4 => qt}/GuiToolbar.h (100%) rename src/frontends/{qt4 => qt}/GuiVSpace.cpp (100%) rename src/frontends/{qt4 => qt}/GuiVSpace.h (100%) rename src/frontends/{qt4 => qt}/GuiView.cpp (100%) rename src/frontends/{qt4 => qt}/GuiView.h (100%) rename src/frontends/{qt4 => qt}/GuiViewSource.cpp (100%) rename src/frontends/{qt4 => qt}/GuiViewSource.h (100%) rename src/frontends/{qt4 => qt}/GuiWorkArea.cpp (100%) rename src/frontends/{qt4 => qt}/GuiWorkArea.h (100%) rename src/frontends/{qt4 => qt}/GuiWorkArea_Private.h (100%) rename src/frontends/{qt4 => qt}/GuiWrap.cpp (100%) rename src/frontends/{qt4 => qt}/GuiWrap.h (100%) rename src/frontends/{qt4 => qt}/IconPalette.cpp (100%) rename src/frontends/{qt4 => qt}/IconPalette.h (100%) rename src/frontends/{qt4 => qt}/InGuiThread.cpp (100%) rename src/frontends/{qt4 => qt}/InGuiThread.h (100%) rename src/frontends/{qt4 => qt}/InsertTableWidget.cpp (100%) rename src/frontends/{qt4 => qt}/InsertTableWidget.h (100%) rename src/frontends/{qt4 => qt}/InsetParamsDialog.cpp (100%) rename src/frontends/{qt4 => qt}/InsetParamsDialog.h (100%) rename src/frontends/{qt4 => qt}/InsetParamsWidget.cpp (100%) rename src/frontends/{qt4 => qt}/InsetParamsWidget.h (100%) rename src/frontends/{qt4 => qt}/LaTeXHighlighter.cpp (100%) rename src/frontends/{qt4 => qt}/LaTeXHighlighter.h (100%) rename src/frontends/{qt4 => qt}/LayoutBox.cpp (99%) rename src/frontends/{qt4 => qt}/LayoutBox.h (100%) rename src/frontends/{qt4 => qt}/LengthCombo.cpp (100%) rename src/frontends/{qt4 => qt}/LengthCombo.h (100%) rename src/frontends/{qt4 => qt}/LyXFileDialog.cpp (100%) rename src/frontends/{qt4 => qt}/LyXFileDialog.h (100%) rename src/frontends/{qt4 => qt}/Makefile.am (98%) rename src/frontends/{qt4 => qt}/Menus.cpp (99%) rename src/frontends/{qt4 => qt}/Menus.h (100%) rename src/frontends/{qt4 => qt}/PanelStack.cpp (100%) rename src/frontends/{qt4 => qt}/PanelStack.h (100%) rename src/frontends/{qt4 => qt}/README (97%) rename src/frontends/{qt4 => qt}/TocModel.cpp (100%) rename src/frontends/{qt4 => qt}/TocModel.h (100%) rename src/frontends/{qt4 => qt}/TocWidget.cpp (100%) rename src/frontends/{qt4 => qt}/TocWidget.h (100%) rename src/frontends/{qt4 => qt}/ToolTipFormatter.cpp (100%) rename src/frontends/{qt4 => qt}/ToolTipFormatter.h (100%) rename src/frontends/{qt4 => qt}/Toolbars.cpp (100%) rename src/frontends/{qt4 => qt}/Toolbars.h (100%) rename src/frontends/{qt4 => qt}/Validator.cpp (100%) rename src/frontends/{qt4 => qt}/Validator.h (100%) rename src/frontends/{qt4 => qt}/qt_helpers.cpp (100%) rename src/frontends/{qt4 => qt}/qt_helpers.h (99%) rename src/frontends/{qt4 => qt}/qt_i18n.h (93%) rename src/frontends/{qt4 => qt}/ui/AboutUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BibitemUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BiblioUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BibtexUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BoxUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BranchUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BranchesUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BranchesUnknownUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/BulletsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ChangesUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/CharacterUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/CitationUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ColorUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/CompareHistoryUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/CompareUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/DelimiterUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/DocumentUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ERTUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ErrorListUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ExternalUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/FindAndReplaceUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/FloatPlacementUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/FontUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/GraphicsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/HSpaceUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/HyperlinkUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/IncludeUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/IndexUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/IndicesUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/InfoUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/InsetParamsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LaTeXUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LabelUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LanguageUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LineUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ListingsSettingsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ListingsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LocalLayoutUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LogUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/LyXFilesUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/MarginsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/MasterChildUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/MathMatrixUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/MathsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ModulesUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/NomenclUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/NoteUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/NumberingUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/OutputUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PDFSupportUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PageLayoutUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ParagraphUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PhantomUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PreambleUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefColorsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefCompletionUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefConvertersUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefDisplayUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefDocHandlingUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefEditUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefFileformatsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefIdentityUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefInputUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefLanguageUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefLatexUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefOutputUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefPathsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefScreenFontsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefShortcutsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefSpellcheckerUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrefsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrintNomenclUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/PrintindexUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ProgressViewUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/RefUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/SearchUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/SendtoUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ShortcutUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ShowFileUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/SpellcheckerUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/SymbolsUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/TabularCreateUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/TabularUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/TexinfoUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/TextLayoutUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ThesaurusUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/TocUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ToggleWarningUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/VSpaceUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/ViewSourceUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/WorkAreaUi.ui (100%) rename src/frontends/{qt4 => qt}/ui/WrapUi.ui (100%) diff --git a/config/Makefile.am b/config/Makefile.am index 2f099eaa8d..ed7380e074 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -5,5 +5,5 @@ EXTRA_DIST = \ lyxinclude.m4 \ lyxpython.m4 \ pkg.m4 \ - qt4.m4 \ + qt.m4 \ spell.m4 diff --git a/config/qt4.m4 b/config/qt4.m4 deleted file mode 100644 index 6e2d6bcd3f..0000000000 --- a/config/qt4.m4 +++ /dev/null @@ -1,353 +0,0 @@ -dnl check a particular libname -AC_DEFUN([QT_TRY_LINK], -[ - SAVE_LIBS="$LIBS" - LIBS="$LIBS $1" - AC_LINK_IFELSE([AC_LANG_PROGRAM([[ - #include - #include - ]], [[ - QString s("mangle_failure"); - #if (QT_VERSION < 400) - break_me_(\\\); - #endif - ]])],[qt_cv_libname=$1],[]) - LIBS="$SAVE_LIBS" -]) - -dnl check we can do a compile -AC_DEFUN([QT_CHECK_COMPILE], -[ - AC_MSG_CHECKING([for Qt library name]) - - AC_CACHE_VAL(qt_cv_libname, - [ - SAVE_CXXFLAGS=$CXXFLAGS - CXXFLAGS="$CXXFLAGS $QT_INCLUDES $QT_LDFLAGS" - qt_corelibs="-lQtCore -lQtCore4" - qt_guilibs="'-lQtCore -lQtGui' '-lQtCore4 -lQtGui4'" - if test $USE_QT5 = "yes" ; then - qt_corelibs="-lQt5Core" - qt_guilibs="-lQt5Core -lQt5Concurrent -lQt5Gui -lQt5Svg -lQt5Widgets" - fi - for libname in $qt_corelibs '-framework QtCore' - do - QT_TRY_LINK($libname) - if test -n "$qt_cv_libname"; then - QT_CORE_LIB="$qt_cv_libname" - break; - fi - done - qt_cv_libname= - for libname in $qt_guilibs \ - '-framework QtCore -framework QtConcurrent -framework QtSvg -framework QtWidgets -framework QtMacExtras -framework QtGui'\ - '-framework QtCore -framework QtGui' - do - QT_TRY_LINK($libname) - if test -n "$qt_cv_libname"; then - break; - fi - done - CXXFLAGS=$SAVE_CXXFLAGS - ]) - - if test -z "$qt_cv_libname"; then - if test x$USE_QT5 = xyes ; then - AC_MSG_RESULT([failed, retrying with Qt4]) - else - AC_MSG_RESULT([failed]) - AC_MSG_ERROR([cannot compile a simple Qt executable. Check you have the right \$QTDIR.]) - fi - else - AC_MSG_RESULT([$qt_cv_libname]) - fi -]) - - -AC_DEFUN([QT_FIND_TOOL], -[ - $1= - qt_ext=qt4 - if test "x$USE_QT5" != "xno" ; then - qt_ext=qt5 - fi - - if test -n "$qt_cv_bin" ; then - AC_PATH_PROGS($1, [$2], [], $qt_cv_bin) - elif qtchooser -l 2>/dev/null | grep -q ^$qt_ext\$ >/dev/null ; then - AC_PATH_PROG(qtc_path, qtchooser, [], [$PATH]) - AC_PATH_PROG($2_path, $2, [], [$PATH]) - qtc_path=`dirname "$qtc_path"` - $2_path=`dirname "$$2_path"` - if test "$qtc_path" = "$$2_path" ; then - AC_CHECK_PROG($1, $2, [$2 -qt=$qt_ext],, [$PATH]) - fi - fi - if test -z "$$1"; then - AC_CHECK_PROGS($1, [$2-$qt_ext $2],[],$PATH) - fi - if test -z "$$1"; then - AC_MSG_ERROR([cannot find $2 binary.]) - fi -]) - - -dnl get Qt version we're using -AC_DEFUN([QT_GET_VERSION], -[ - AC_CACHE_CHECK([Qt version],lyx_cv_qtversion, - [ - SAVE_CPPFLAGS=$CPPFLAGS - CPPFLAGS="$CPPFLAGS $QT_INCLUDES" - - cat > conftest.$ac_ext < -"%%%"QT_VERSION_STR"%%%" -EOF - lyx_cv_qtversion=`(eval "$ac_cpp conftest.$ac_ext") 2>&5 | \ - grep '^"%%%"' 2>/dev/null | \ - sed -e 's/"%%%"//g' -e 's/"//g'` - rm -f conftest.$ac_ext - CPPFLAGS=$SAVE_CPPFLAGS - ]) - - QTLIB_VERSION=$lyx_cv_qtversion - AC_SUBST(QTLIB_VERSION) -]) - -dnl start here -AC_DEFUN([QT_DO_IT_ALL], -[ - dnl this variable is precious - AC_ARG_VAR(QTDIR, [the place where the Qt files are, e.g. /usr/lib/qt4]) - - AC_ARG_WITH(qt-dir, [AS_HELP_STRING([--with-qt-dir], [where the root of Qt is installed])], - [ qt_cv_dir=`eval echo "$withval"/` ]) - - AC_ARG_WITH(qt-includes, [AS_HELP_STRING([--with-qt-includes], [where the Qt includes are])], - [ qt_cv_includes=`eval echo "$withval"` ]) - - AC_ARG_WITH(qt-libraries, [AS_HELP_STRING([--with-qt-libraries], [where the Qt library is installed])], - [ qt_cv_libraries=`eval echo "$withval"` ]) - - dnl pay attention to $QTDIR unless overridden - if test -z "$qt_cv_dir"; then - qt_cv_dir=$QTDIR - fi - - dnl derive inc/lib if needed - if test -n "$qt_cv_dir"; then - if test -z "$qt_cv_includes"; then - qt_cv_includes=$qt_cv_dir/include - fi - if test -z "$qt_cv_libraries"; then - qt_cv_libraries=$qt_cv_dir/lib - fi - fi - - dnl compute the binary dir too - if test -n "$qt_cv_dir"; then - qt_cv_bin=$qt_cv_dir/bin - fi - - dnl Preprocessor flags - QT_CPPFLAGS="-DQT_NO_STL -DQT_NO_KEYWORDS" - case ${host} in - *mingw*) QT_CPPFLAGS="-DQT_DLL $QT_CPPFLAGS";; - esac - AC_SUBST(QT_CPPFLAGS) - - dnl Check if it possible to do a pkg-config - PKG_PROG_PKG_CONFIG - if test -n "$PKG_CONFIG" ; then - QT_DO_PKG_CONFIG - fi - if test "$pkg_failed" != "no" ; then - QT_DO_MANUAL_CONFIG - fi - - if test -z "$QT_LIB"; then - dnl Try again with Qt4 if configuring for Qt5 fails - if test x$USE_QT5 = xyes ; then - USE_QT5=no - AC_SUBST([USE_QT5]) - if test -n "$PKG_CONFIG" ; then - QT_DO_PKG_CONFIG - fi - if test "$pkg_failed" != "no" ; then - QT_DO_MANUAL_CONFIG - fi - if test -z "$QT_LIB"; then - AC_MSG_ERROR([cannot find qt libraries.]) - fi - else - AC_MSG_ERROR([cannot find qt libraries.]) - fi - fi - - dnl Check qt version - AS_VERSION_COMPARE($QTLIB_VERSION, $1, - [AC_MSG_ERROR([LyX requires at least version $1 of Qt. Only version $QTLIB_VERSION has been found.]) - ]) - - save_CPPFLAGS=$CPPFLAGS - CPPFLAGS="$save_CPPFLAGS $QT_CORE_INCLUDES" - AC_CHECK_HEADER(QtGui/qtgui-config.h, - [lyx_qt5_config=QtGui/qtgui-config.h], - [lyx_qt5_config=qconfig.h],[-]) - AC_MSG_CHECKING([whether Qt uses the X Window system]) - if test x$USE_QT5 = xyes ; then - AC_EGREP_CPP(xcb, - [#include <$lyx_qt5_config> - QT_QPA_DEFAULT_PLATFORM_NAME], - [AC_MSG_RESULT(yes) - AC_DEFINE(QPA_XCB, 1, [Define if Qt uses the X Window System])], - [AC_MSG_RESULT(no)]) - else - AC_PREPROC_IFELSE([AC_LANG_SOURCE([ - [#include ], - [#ifndef Q_WS_X11], - [#error Fail], - [#endif]])], - qt_use_x11=yes, - qt_use_x11=no) - AC_MSG_RESULT($qt_use_x11) - if test "x$qt_use_x11" = "xyes"; then - QT_LIB="$QT_LIB -lX11" - fi - fi - CPPFLAGS=$save_CPPFLAGS - - QT_FIND_TOOL([QT_MOC], [moc]) - QT_FIND_TOOL([QT_UIC], [uic]) - QT_FIND_TOOL([QT_RCC], [rcc]) - - dnl Safety check - mocqtver=`$QT_MOC -v 2>&1 | sed -e 's/.*\([[0-9]]\.[[0-9]]*\.[[0-9]]\).*/\1/'` - if test "x$mocqtver" != "x$QTLIB_VERSION"; then - LYX_WARNING([The found moc compiler is for Qt $mocqtver but the Qt library version is $QTLIB_VERSION.]) - fi -]) - -AC_DEFUN([QT_DO_PKG_CONFIG], -[ - dnl tell pkg-config to look also in $qt_cv_dir/lib. - save_PKG_CONFIG_PATH=$PKG_CONFIG_PATH - if test -n "$qt_cv_dir" ; then - PKG_CONFIG_PATH=$qt_cv_dir/lib:$qt_cv_dir/lib/pkgconfig:$PKG_CONFIG_PATH - export PKG_CONFIG_PATH - fi - qt_corelibs="QtCore" - qt_guilibs="QtCore QtGui QtSvg" - if test "x$USE_QT5" != "xno" ; then - qt_corelibs="Qt5Core" - qt_guilibs="Qt5Core Qt5Concurrent Qt5Gui Qt5Svg Qt5Widgets" - lyx_use_x11extras=false - PKG_CHECK_EXISTS(Qt5X11Extras, [lyx_use_x11extras=true], []) - if $lyx_use_x11extras; then - qt_guilibs="$qt_guilibs Qt5X11Extras xcb" - AC_DEFINE(HAVE_QT5_X11_EXTRAS, 1, - [Define if you have the Qt5X11Extras module]) - fi - lyx_use_winextras=false - PKG_CHECK_EXISTS(Qt5WinExtras, [lyx_use_winextras=true], []) - if $lyx_use_winextras; then - qt_guilibs="$qt_guilibs Qt5WinExtras" - fi - lyx_use_macextras=false - PKG_CHECK_EXISTS(Qt5MacExtras, [lyx_use_macextras=true], []) - if $lyx_use_macextras; then - qt_guilibs="$qt_guilibs Qt5MacExtras" - fi - fi - PKG_CHECK_MODULES(QT_CORE, $qt_corelibs,,[:]) - if test "$pkg_failed" = "no" ; then - QT_CORE_INCLUDES=$QT_CORE_CFLAGS - AC_SUBST(QT_CORE_INCLUDES) - QT_CORE_LDFLAGS=`$PKG_CONFIG --libs-only-L $qt_corelibs` - AC_SUBST(QT_CORE_LDFLAGS) - QT_CORE_LIB=`$PKG_CONFIG --libs-only-l $qt_corelibs` - AC_SUBST(QT_CORE_LIB) - fi - PKG_CHECK_MODULES(QT_FRONTEND, $qt_guilibs,,[:]) - if test "$pkg_failed" = "no" ; then - QT_INCLUDES=$QT_FRONTEND_CFLAGS - dnl QT_LDFLAGS=$QT_FRONTEND_LIBS - QT_LDFLAGS=`$PKG_CONFIG --libs-only-L $qt_guilibs` - AC_SUBST(QT_INCLUDES) - AC_SUBST(QT_LDFLAGS) - QTLIB_VERSION=`$PKG_CONFIG --modversion $qt_corelibs` - AC_SUBST(QTLIB_VERSION) - QT_LIB=`$PKG_CONFIG --libs-only-l $qt_guilibs` - AC_SUBST(QT_LIB) - dnl LIBS="$LIBS `$PKG_CONFIG --libs-only-other $qt_guilibs`" - fi - PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH - dnl Actually, the values of QT_LIB and QT_CORE_LIB can be completely - dnl wrong on OS X, where everything goes to --libs-only-other. - dnl As a quick workaround, let us assign better values. A better patch - dnl exists for next cycle. - QT_CORE_LIB=$QT_CORE_LIBS - QT_CORE_LDFLAGS= - QT_LIB=$QT_FRONTEND_LIBS - QT_LDFLAGS= -]) - -AC_DEFUN([QT_DO_MANUAL_CONFIG], -[ - dnl Check for X libraries - case ${host} in - *mingw*) ;; - *) \ - AC_PATH_X \ - AC_PATH_XTRA \ - ;; - esac - case $have_x in - yes) LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS" - CPPFLAGS="$CPPFLAGS $X_CFLAGS";; - no) AC_MSG_ERROR([cannot find X window libraries and/or headers.]);; - disable) ;; - esac - - dnl flags for compilation - QT_INCLUDES= - QT_LDFLAGS= - QT_CORE_INCLUDES= - QT_CORE_LDFLAGS= - if test -n "$qt_cv_includes"; then - QT_INCLUDES="-I$qt_cv_includes" - for i in Qt QtCore QtGui QtWidgets QtSvg QtConcurrent QtMacExtras; do - QT_INCLUDES="$QT_INCLUDES -I$qt_cv_includes/$i" - done - QT_CORE_INCLUDES="-I$qt_cv_includes -I$qt_cv_includes/QtCore" - fi - case "$qt_cv_libraries" in - *framework*) - QT_LDFLAGS="-F$qt_cv_libraries" - QT_CORE_LDFLAGS="-F$qt_cv_libraries" - ;; - "") - ;; - *) - QT_LDFLAGS="-L$qt_cv_libraries" - QT_CORE_LDFLAGS="-L$qt_cv_libraries" - ;; - esac - AC_SUBST(QT_INCLUDES) - AC_SUBST(QT_CORE_INCLUDES) - AC_SUBST(QT_LDFLAGS) - AC_SUBST(QT_CORE_LDFLAGS) - - QT_CHECK_COMPILE - - QT_LIB=$qt_cv_libname; - AC_SUBST(QT_LIB) - AC_SUBST(QT_CORE_LIB) - - if test -n "$qt_cv_libname"; then - QT_GET_VERSION - fi -]) diff --git a/configure.ac b/configure.ac index 686f36d09b..3c08acd62a 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_SUBST([HAVE_WCHAR_T]) # Needed for Mingw-w64 AC_TYPE_LONG_LONG_INT -### We need iconv for unicode support (Qt4 frontend requires it too) +### We need iconv for unicode support (Qt frontend requires it too) LYX_USE_INCLUDED_ICONV ### check for compression support @@ -143,7 +143,7 @@ AC_CHECK_HEADERS(magic.h, dnl The code below is not in a macro, because this would cause big dnl problems with the AC_REQUIRE contained in QT_DO_IT_ALL. QT_DO_IT_ALL([4.5.0]) -AC_SUBST([FRONTENDS_SUBDIRS], [qt4]) +AC_SUBST([FRONTENDS_SUBDIRS], [qt]) FRONTEND_INFO="${FRONTEND_INFO}\ Qt Frontend:\n\ Qt version:\t ${QTLIB_VERSION}\n" @@ -363,7 +363,7 @@ AC_CONFIG_FILES([Makefile \ src/convert/Makefile \ src/support/Makefile \ src/frontends/Makefile \ - src/frontends/qt4/Makefile + src/frontends/qt/Makefile ]) diff --git a/development/tools/generate_symbols_images.py b/development/tools/generate_symbols_images.py index f3ea8e1d46..0d06117ec2 100755 --- a/development/tools/generate_symbols_images.py +++ b/development/tools/generate_symbols_images.py @@ -193,7 +193,7 @@ def main(argv): if len(argv) == 4: (base, ext) = os.path.splitext(argv[0]) (mathsymbols, textsymbols) = getlist(argv[2], base) - cppfile = os.path.join(os.path.dirname(base), '../../src/frontends/qt4/GuiApplication.cpp') + cppfile = os.path.join(os.path.dirname(base), '../../src/frontends/qt/GuiApplication.cpp') replacements = getreplacements(cppfile) uifile = os.path.join(os.path.dirname(base), '../../lib/ui/stdtoolbars.inc') toolbaritems = gettoolbaritems(uifile) diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh index 881fe1a687..5bdfc65a72 100755 --- a/development/tools/header_check.sh +++ b/development/tools/header_check.sh @@ -78,7 +78,7 @@ make -j${NCORES} 2>&1 >/dev/null || exit echo "BUILD_FN exited without error after removing the following include statements invididually:" > "${LOG_FILE}" \ || { echo "ERROR: could not create log file, ${LOG_FILE}"; exit 1; } -find -regex ".*\(cpp\|h\)$" | grep -vE "frontends/qt4/ui_|frontends/qt4/moc_" | sort | +find -regex ".*\(cpp\|h\)$" | grep -vE "frontends/qt/ui_|frontends/qt/moc_" | sort | while read FILE_ do FILE_COPY=$( tempfile ) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index ce65b971d5..f536412821 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -1,5 +1,5 @@ -#LyX 2.3 created this file. For more info see http://www.lyx.org/ -\lyxformat 544 +# gen_lfuns.py generated this file. For more info see http://www.lyx.org/ +\lyxformat 509 \begin_document \begin_header \save_transient_properties true @@ -25,7 +25,7 @@ End \end_local_layout \language english \language_package default -\inputencoding utf8 +\inputencoding auto \fontencoding global \font_roman "default" "default" \font_sans "default" "default" @@ -37,8 +37,7 @@ End \font_osf false \font_sf_scale 100 100 \font_tt_scale 100 100 -\use_microtype false -\use_dash_ligatures true +\use_microtype 0 \graphics default \default_output_format default \output_sync 0 @@ -68,7 +67,6 @@ End \suppress_date false \justification true \use_refstyle 0 -\use_minted 0 \index Index \shortcut idx \color #008000 @@ -81,10 +79,7 @@ End \tocdepth 3 \paragraph_separation indent \paragraph_indentation default -\is_math_indent 0 -\math_numbering_side default -\quotes_style english -\dynamic_quotes 0 +\quotes_language english \papercolumns 1 \papersides 1 \paperpagestyle default @@ -112,7 +107,7 @@ About this manual \end_layout \begin_layout Standard -This manual documents the +This manual documents the \begin_inset Quotes eld \end_inset @@ -124,8 +119,8 @@ LyX Functions These are commands that are used to make \SpecialChar LyX perform specific actions. \SpecialChar LyX - itself uses these functions internally, and every internal action is bound - to an LFUN. + itself uses these functions internally, and every internal action is + bound to an LFUN. \end_layout \begin_layout Standard @@ -134,7 +129,7 @@ LFUNs are also used in the files that define keyboard shortcuts, menu or So if you want to change\SpecialChar breakableslash customize the user interface, you need to deal with LFUNs. - Furthermore, external programs can use LFUNs to communicate with and + Furthermore, external programs can use LFUNs to communicate with and \begin_inset Quotes eld \end_inset @@ -145,7 +140,7 @@ remote-control \SpecialChar LyX . Finally, you can also issue LFUNs directly via the so called mini-buffer - which can be opened via + which can be opened via \begin_inset Info type "shortcuts" arg "command-execute" @@ -171,8 +166,7 @@ Action Displays list of layout choices. \end_layout \begin_layout Description -Notion In the current (as of 2007) Qt4 frontend, this LFUN opens the dropbox - allowing for choice of layout. +Notion This LFUN opens the dropbox allowing for choice of layout. \end_layout \begin_layout Description @@ -192,18 +186,15 @@ Syntax environment-split [before|outer|previous] \end_layout \begin_layout Description -Params outer: If this is given, LyX will split the outermost environment - in the current nesting hierarchy. +Params outer: If this is given, LyX will split the outermost environment in the current nesting hierarchy. \begin_inset Newline newline \end_inset -previous: If this is given, LyX will split the environment in the previous - paragraph (is there is one). +previous: If this is given, LyX will split the environment in the previous paragraph (if there is one). \begin_inset Newline newline \end_inset -before: If this is given, the new environment will be appended rather - than prepended. +before: If this is given, the new environment will be appended rather than prepended. \end_layout \begin_layout Description @@ -531,11 +522,7 @@ Action Reloads layout information. \end_layout \begin_layout Description -Notion Reloads all layout information for the current buffer from disk, - thus recognizing any changes that have been made to layout files on the - fly. - This is intended to be used only by layout developers and should not be - used when one is trying to do actual work. +Notion Reloads all layout information for the current buffer from disk, thus recognizing any changes that have been made to layout files on the fly. This is intended to be used only by layout developers and should not be used when one is trying to do actual work. \end_layout \begin_layout Description @@ -562,6 +549,34 @@ Syntax layout-tabular Origin Jug, 31 Jul 2000 \end_layout +\begin_layout Subsection* +layout-toggle +\end_layout + +\begin_layout Description +Action Toggles the layout (that is, environment) for the current paragraph. +\end_layout + +\begin_layout Description +Notion Contrary to `layout', this function resets the current (or selection) layout to the standard layout it already has the correct layout. Useful for toolbar icons. +\end_layout + +\begin_layout Description +Syntax layout-toggle [ignorenests] +\end_layout + +\begin_layout Description +Params : the layout to toggle +\begin_inset Newline newline +\end_inset + +ignorenests: If specified, nesting advices will be ignored. +\end_layout + +\begin_layout Description +Origin lasgouttes, 14 May 2018 +\end_layout + \begin_layout Subsection* screen-font-update \end_layout @@ -595,8 +610,7 @@ Syntax textclass-apply \end_layout \begin_layout Description -Params : the textclass to set. - Note that this must be the filename, minus the ".layout" extension. +Params : the textclass to set. Note that this must be the filename, minus the ".layout" extension. \end_layout \begin_layout Subsection* @@ -612,8 +626,7 @@ Syntax textclass-load \end_layout \begin_layout Description -Params : the textclass to load. - Note that this must be the filename, minus the ".layout" extension. +Params : the textclass to load. Note that this must be the filename, minus the ".layout" extension. \end_layout \begin_layout Subsection* @@ -621,16 +634,19 @@ textstyle-apply \end_layout \begin_layout Description -Action Toggle user-defined (=last-time used) text style. +Action Apply last used text properties. \end_layout \begin_layout Description -Notion This style is set via LFUN_TEXTSTYLE_UPDATE, which is automatically - triggered when using Text Style dialog. +Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE, which is automatically triggered when using Text Style dialog. \end_layout \begin_layout Description -Syntax textstyle-apply +Syntax textstyle-apply []textstyle-apply +\end_layout + +\begin_layout Description +Params : number of the selection in the internal freefonts stack to be applied. \end_layout \begin_layout Description @@ -642,8 +658,7 @@ textstyle-update \end_layout \begin_layout Description -Action Apply text style and update the settings to be used by LFUN_TEXTSTYLE_APP -LY. +Action Apply text style and update the settings to be used by LFUN_TEXTSTYLE_APPLY. \end_layout \begin_layout Description @@ -651,9 +666,7 @@ Syntax textstyle-update \end_layout \begin_layout Description -Params : specifies font atributes, e.g. - family, series, shape, size, emph, noun, underbar, number, color, language, - toggleall. +Params : specifies font attributes, e.g. family, series, shape, size, emph, noun, underbar, number, color, language, toggleall. \begin_inset Newline newline \end_inset @@ -901,8 +914,7 @@ Action Rejects all tracked changes in the document. \end_layout \begin_layout Description -Notion Reject does not work recursively; the user may have to repeat the - operation. +Notion Reject does not work recursively; the user may have to repeat the operation. \end_layout \begin_layout Description @@ -958,8 +970,7 @@ Action Adds database, which will be used for bibtex citations. \end_layout \begin_layout Description -Notion Databases are added to the first BibTeX inset (Inset->List/TOC->BibTeX - bibliography) found from the cursor position. +Notion Databases are added to the first BibTeX inset (Inset->List/TOC->BibTeX bibliography) found from the cursor position. \end_layout \begin_layout Description @@ -979,8 +990,7 @@ Action Adds database, which will be used for bibtex citations. \end_layout \begin_layout Description -Notion Databases are deleted from the first BibTeX inset (Inset->List/TOC->BibTe -X bibliography) found from the cursor position. +Notion Databases are deleted from the first BibTeX inset (Inset->List/TOC->BibTeX bibliography) found from the cursor position. \end_layout \begin_layout Description @@ -1012,29 +1022,23 @@ bookmark-goto \end_layout \begin_layout Description -Action Moves the cursor to the numbered bookmark, opening the file if necessary. - Note that bookmarks are saved per-session, not per file. +Action Moves the cursor to the numbered bookmark, opening the file if necessary. Note that bookmarks are saved per-session, not per file. \end_layout \begin_layout Description -Notion Bookmark 0 has a special purpose. - It is automatically set +Notion Bookmark 0 has a special purpose. It is automatically set \begin_inset Newline newline \end_inset -1. - to the paragraph you are currently editing +1. to the paragraph you are currently editing \begin_inset Newline newline \end_inset -2. - to the paragraph from where you are jumping to the last-edited position - (jump-back feature) +2. to the paragraph from where you are jumping to the last-edited position (jump-back feature) \begin_inset Newline newline \end_inset -3. - when jumping from crossreference to the requested label by LFUN_LABEL_GOTO. +3. when jumping from crossreference to the requested label by LFUN_LABEL_GOTO. \end_layout \begin_layout Description @@ -1058,9 +1062,7 @@ Action Save a bookmark. \end_layout \begin_layout Description -Notion Saves a numbered bookmark to the sessions file. - The number must be between 1 and 9, inclusive. - Note that bookmarks are saved per-session, not per file. +Notion Saves a numbered bookmark to the sessions file. The number must be between 1 and 9, inclusive. Note that bookmarks are saved per-session, not per file. \end_layout \begin_layout Description @@ -1115,6 +1117,22 @@ Syntax branch-insert Origin vermeer, 17 Aug 2003 \end_layout +\begin_layout Subsection* +buffer-anonymize +\end_layout + +\begin_layout Description +Action For debug purposes only. Convert all [a-zA-Z0-1] characters to single character. Useful when submitting docs to list or bugzilla. +\end_layout + +\begin_layout Description +Syntax buffer-anonymize +\end_layout + +\begin_layout Description +Origin sanda, Feb 1 2018 +\end_layout + \begin_layout Subsection* buffer-begin \end_layout @@ -1132,8 +1150,7 @@ buffer-begin-select \end_layout \begin_layout Description -Action Move the cursor to the beginning of the document adding the traversed - text to the selection. +Action Move the cursor to the beginning of the document adding the traversed text to the selection. \end_layout \begin_layout Description @@ -1157,8 +1174,7 @@ buffer-end-select \end_layout \begin_layout Description -Action Move the cursor to the end of the document adding the traversed text - to the selection. +Action Move the cursor to the end of the document adding the traversed text to the selection. \end_layout \begin_layout Description @@ -1214,8 +1230,7 @@ cell-split \end_layout \begin_layout Description -Action Splits cell and shifts right part to the next cell (inside the math - grid). +Action Splits cell and shifts right part to the next cell (inside the math grid). \end_layout \begin_layout Description @@ -1247,8 +1262,7 @@ change-next \end_layout \begin_layout Description -Action Moves the cursor to the position of the next change of the change - tracking records. +Action Moves the cursor to the position of the next change of the change tracking records. \end_layout \begin_layout Description @@ -1264,8 +1278,7 @@ change-previous \end_layout \begin_layout Description -Action Moves the cursor to the position of the previous change of the change - tracking records. +Action Moves the cursor to the position of the previous change of the change tracking records. \end_layout \begin_layout Description @@ -1297,8 +1310,7 @@ changes-merge \end_layout \begin_layout Description -Action Open change tracking dialog for merging and moves the cursor to the - position of the next change. +Action Open change tracking dialog for merging and moves the cursor to the position of the next change. \end_layout \begin_layout Description @@ -1350,10 +1362,7 @@ Action Moves the cursor one position logically backwards. \end_layout \begin_layout Description -Notion This is not the action which should be bound to the arrow keys, because - backwards may be left or right, depending on the language. - The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, - which in turn may employ this one. +Notion This is not the action which should be bound to the arrow keys, because backwards may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one. \end_layout \begin_layout Description @@ -1365,8 +1374,7 @@ char-backward-select \end_layout \begin_layout Description -Action Moves the cursor one position logically backwards, adding traversed - position to the selection. +Action Moves the cursor one position logically backwards, adding traversed position to the selection. \end_layout \begin_layout Description @@ -1382,8 +1390,7 @@ char-delete-backward \end_layout \begin_layout Description -Action Deletes one character in the backward direction (usually the "BackSpace" - key). +Action Deletes one character in the backward direction (usually the "BackSpace" key). \end_layout \begin_layout Description @@ -1399,8 +1406,7 @@ char-delete-forward \end_layout \begin_layout Description -Action Deletes one character in the backward direction (usually the "Delete" - key). +Action Deletes one character in the backward direction (usually the "Delete" key). \end_layout \begin_layout Description @@ -1420,10 +1426,7 @@ Action Moves the cursor one position logically forward. \end_layout \begin_layout Description -Notion This is not the action which should be bound to the arrow keys, because - forward may be left or right, depending on the language. - The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, - which in turn may employ this one. +Notion This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. The arrow keys should be bound to LFUN_CHAR_LEFT or LFUN_CHAR_RIGHT actions, which in turn may employ this one. \end_layout \begin_layout Description @@ -1435,8 +1438,7 @@ char-forward-select \end_layout \begin_layout Description -Action Moves the cursor one position logically forward, adding traversed - position to the selection. +Action Moves the cursor one position logically forward, adding traversed position to the selection. \end_layout \begin_layout Description @@ -1456,13 +1458,7 @@ Action Moves the cursor one position "to the left". \end_layout \begin_layout Description -Notion This is the action which should be taken when the "left" key is pressed. - Generally, it moves the cursor one position to the left. - However, in Bidi text this become slightly more complicated, and there - are different modes of cursor movement. - In "visual mode", this moves left, plain and simple. - In "logical mode", movement is logically forward in RTL paragraphs, and - logically backwards in LTR paragraphs. +Notion This is the action which should be taken when the "left" key is pressed. Generally, it moves the cursor one position to the left. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves left, plain and simple. In "logical mode", movement is logically forward in RTL paragraphs, and logically backwards in LTR paragraphs. \end_layout \begin_layout Description @@ -1474,8 +1470,7 @@ char-left-select \end_layout \begin_layout Description -Action Moves the cursor one position "to the left", adding traversed position - to the selection. +Action Moves the cursor one position "to the left", adding traversed position to the selection. \end_layout \begin_layout Description @@ -1495,14 +1490,7 @@ Action Moves the cursor one position "to the right". \end_layout \begin_layout Description -Notion This is the action which should be taken when the "right" key is - pressed. - Generally, it moves the cursor one position to the right. - However, in Bidi text this become slightly more complicated, and there - are different modes of cursor movement. - In "visual mode", this moves right, plain and simple. - In "logical mode", movement is logically forward in LTR paragraphs, and - logically backwards in RTL paragraphs. +Notion This is the action which should be taken when the "right" key is pressed. Generally, it moves the cursor one position to the right. However, in Bidi text this become slightly more complicated, and there are different modes of cursor movement. In "visual mode", this moves right, plain and simple. In "logical mode", movement is logically forward in LTR paragraphs, and logically backwards in RTL paragraphs. \end_layout \begin_layout Description @@ -1514,8 +1502,7 @@ char-right-select \end_layout \begin_layout Description -Action Moves the cursor one position "to the right", adding traversed position - to the selection. +Action Moves the cursor one position "to the right", adding traversed position to the selection. \end_layout \begin_layout Description @@ -1571,18 +1558,11 @@ clipboard-paste \end_layout \begin_layout Description -Action Pastes text from the active clipboard (retains formatting if the - clipboard contains formatted text). - Pastes plain text if plain text is on the clipboard, but tries to interpret - it in special ways for certain insets, e.g. - converting csv data to rows and columns if the paste happens in a tabular - inset. +Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. \end_layout \begin_layout Description -Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart - of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source - is the clipboard, not the selection. +Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is the clipboard, not the selection. \end_layout \begin_layout Description @@ -1590,8 +1570,7 @@ Syntax clipboard-paste [] \end_layout \begin_layout Description -Params : "paragraph" will cause pasting as one paragraph, i.e. - "Join lines". +Params : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". \end_layout \begin_layout Description @@ -1603,12 +1582,7 @@ clipboard-paste-simple \end_layout \begin_layout Description -Action Pastes plain text from the active clipboard even if formatted LyX - content is in the clipboard. - Pastes plain text if plain text is on the clipboard, without trying to - interpret it in special ways for certain insets, e.g. - converting csv data to rows and columns if the paste happens in a tabular - inset. +Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. \end_layout \begin_layout Description @@ -1616,8 +1590,7 @@ Syntax clipboard-paste-simple [] \end_layout \begin_layout Description -Params : "paragraph" will cause pasting as one paragraph, i.e. - "Join lines". +Params : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". \end_layout \begin_layout Subsection* @@ -1625,9 +1598,7 @@ command-execute \end_layout \begin_layout Description -Action Switches the focus to the minibuffer so that the user can type in - there. - If necessary, it opens the minibuffer toolbar. +Action Switches the focus to the minibuffer so that the user can type in there. If necessary, it opens the minibuffer toolbar. \end_layout \begin_layout Description @@ -1742,35 +1713,12 @@ Action Cuts to the clipboard. Syntax cut \end_layout -\begin_layout Subsection* -date-insert -\end_layout - -\begin_layout Description -Action Inserts the current date. -\end_layout - -\begin_layout Description -Syntax date-insert [] -\end_layout - -\begin_layout Description -Params : Format of date. - The default value (%x) can be set in Preferences->Date format. - For possible formats see manual page of strftime function. -\end_layout - -\begin_layout Description -Origin jdblair, 31 Jan 2000 -\end_layout - \begin_layout Subsection* depth-decrement \end_layout \begin_layout Description -Action Decrease the nesting depth of the (selected) paragraph(s) inside - lists. +Action Decrease the nesting depth of the (selected) paragraph(s) inside lists. \end_layout \begin_layout Description @@ -1782,8 +1730,7 @@ depth-increment \end_layout \begin_layout Description -Action Increase the nesting depth of the (selected) paragraph(s) inside - lists. +Action Increase the nesting depth of the (selected) paragraph(s) inside lists. \end_layout \begin_layout Description @@ -1815,8 +1762,7 @@ dialog-hide \end_layout \begin_layout Description -Action Hides showed dialog. - Counterpart to LFUN_DIALOG_SHOW . +Action Hides showed dialog. Counterpart to LFUN_DIALOG_SHOW . \end_layout \begin_layout Description @@ -1836,8 +1782,7 @@ dialog-show \end_layout \begin_layout Description -Action Shows hidden dialog or creates new one for a given function/inset - settings etc. +Action Shows hidden dialog or creates new one for a given function/inset settings etc. \end_layout \begin_layout Description @@ -1853,8 +1798,7 @@ compare|document|errorlist|ert|external|file|findreplace|findreplaceadv|float| \begin_inset Newline newline \end_inset -graphics|href|include|index|index_print|info|label|line|listings|log|mathdelimit -er| +graphics|href|include|index|index_print|info|label|line|listings|log|mathdelimiter| \begin_inset Newline newline \end_inset @@ -1874,8 +1818,7 @@ thesaurus|texinfo|toc|view-source|vspace|wrap| \begin_inset Newline newline \end_inset -: data, usually settings for the given dialog. - Use debug mode for the details. +: data, usually settings for the given dialog. Use debug mode for the details. \end_layout \begin_layout Description @@ -1887,13 +1830,11 @@ dialog-show-new-inset \end_layout \begin_layout Description -Action Shows hidden dialog or create new one for a given inset settings - etc. +Action Shows hidden dialog or create new one for a given inset settings etc. \end_layout \begin_layout Description -Notion Internally uses LFUN_DIALOG_SHOW with processed data for a given - inset. +Notion Internally uses LFUN_DIALOG_SHOW with processed data for a given inset. \end_layout \begin_layout Description @@ -1973,8 +1914,7 @@ down-select \end_layout \begin_layout Description -Action Moves the cursor one line in downward direction adding the current - position to the selection. +Action Moves the cursor one line in downward direction adding the current position to the selection. \end_layout \begin_layout Description @@ -2002,9 +1942,7 @@ escape \end_layout \begin_layout Description -Action Clears the selection. - If no text is selected call LFUN_FINISHED_FORWARD. - Inside math mode jumps out of the math inset. +Action Clears the selection. If no text is selected call LFUN_FINISHED_FORWARD. Inside math mode jumps out of the math inset. \end_layout \begin_layout Description @@ -2040,11 +1978,11 @@ Action Inserts another LyX file. \end_layout \begin_layout Description -Syntax file-insert [] +Syntax file-insert [] [ignorelang] \end_layout \begin_layout Description -Params : Filename to be inserted. +Params : Filename to be inserted. ignorelang: If given, the (main) language of the inserted file is ignored (the context language is used). \end_layout \begin_layout Subsection* @@ -2072,8 +2010,7 @@ file-insert-plaintext-para \end_layout \begin_layout Description -Action Inserts plain text file as paragraph (i.e. - join lines). +Action Inserts plain text file as paragraph (i.e. join lines). \end_layout \begin_layout Description @@ -2097,15 +2034,11 @@ Action Inserts CharStyle, Custom inset or XML short element. \end_layout \begin_layout Description -Notion Look into the Customization manual for more information about these - elements. +Notion Look into the Customization manual for more information about these elements. \begin_inset Newline newline \end_inset -To make this command enabled the layout file for the document class you're - using has to load the character styles. - There are a few contained in the Logical Markup module. - You can also of course create some yourself. +To make this command enabled the layout file for the document class you're using has to load the character styles. There are a few contained in the Logical Markup module. You can also of course create some yourself. \begin_inset Newline newline \end_inset @@ -2117,10 +2050,7 @@ Syntax flex-insert Name \end_layout \begin_layout Description -Params Name: This name must be defined either in your layout file or imported - by some module. - The definition is InsetLayout Name or InsetLayout . - The Flex: prefix is optional. +Params Name: This name must be defined either in your layout file or imported by some module. The definition is InsetLayout Name or InsetLayout . The Flex: prefix is optional. \end_layout \begin_layout Description @@ -2140,8 +2070,7 @@ Syntax float-insert \end_layout \begin_layout Description -Params : type of float depends on the used textclass. - Usually "algorithm", "table", "figure" parameters can be given. +Params : type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given. \end_layout \begin_layout Description @@ -2161,8 +2090,7 @@ Syntax float-list-insert \end_layout \begin_layout Description -Params : type of float depends on the used textclass. - Usually "algorithm", "table", "figure" parameters can be given. +Params : type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given. \end_layout \begin_layout Description @@ -2186,8 +2114,7 @@ Syntax float-wide-insert \end_layout \begin_layout Description -Params : type of float depends on the used textclass. - Usually "algorithm", "table", "figure" parameters can be given. +Params : type of float depends on the used textclass. Usually "algorithm", "table", "figure" parameters can be given. \end_layout \begin_layout Description @@ -2226,6 +2153,46 @@ Syntax graphics-reload Origin vfr, 10 Aug 2009 \end_layout +\begin_layout Subsection* +graphics-set-group +\end_layout + +\begin_layout Description +Action Set the group for the graphics inset on the cursor position. +\end_layout + +\begin_layout Description +Syntax graphics-set-group [] +\end_layout + +\begin_layout Description +Params : Id for an existing group. In case the Id is an empty string, the graphics inset is removed from the current group. +\end_layout + +\begin_layout Description +Origin sanda, 6 May 2008 +\end_layout + +\begin_layout Subsection* +graphics-unify +\end_layout + +\begin_layout Description +Action Set the same group for all graphics insets in the marked block. +\end_layout + +\begin_layout Description +Syntax graphics-unify [] +\end_layout + +\begin_layout Description +Params : Id for an existing group. In case the Id is an empty string, the group Id from the first graphics inset will be used. +\end_layout + +\begin_layout Description +Origin sanda, 7 Feb 2018 +\end_layout + \begin_layout Subsection* href-insert \end_layout @@ -2255,8 +2222,7 @@ Action Only active in IPA inset. \end_layout \begin_layout Description -Notion Dummy function which is only active in a IPA inset. - It's used to toggle the IPA toolbar if the cursor moves into an IPA inset. +Notion Dummy function which is only active in a IPA inset. It's used to toggle the IPA toolbar if the cursor moves into an IPA inset. \end_layout \begin_layout Description @@ -2284,8 +2250,7 @@ Syntax index-insert [] \end_layout \begin_layout Description -Params : name of the index, if multiple indices are defined. - With an empty argument, the default index is selected. +Params : name of the index, if multiple indices are defined. With an empty argument, the default index is selected. \end_layout \begin_layout Description @@ -2305,8 +2270,7 @@ Syntax index-print [] \end_layout \begin_layout Description -Params : name of the index, if multiple indices are defined. - With an empty argument, the default index is selected. +Params : name of the index, if multiple indices are defined. With an empty argument, the default index is selected. \end_layout \begin_layout Description @@ -2318,8 +2282,7 @@ info-insert \end_layout \begin_layout Description -Action Displays shortcuts, lyxrc, package and textclass availability and - menu information in a non-editable boxed InsetText. +Action Displays shortcuts, lyxrc, package and textclass availability and menu information in a non-editable boxed InsetText. \end_layout \begin_layout Description @@ -2327,14 +2290,11 @@ Notion Apart from lfun arguments you can use the following method: \begin_inset Newline newline \end_inset -1. - input the type and argument of this inset, e.g. - "menu paste", in the work area. +1. input the type and argument of this inset, e.g. "menu paste", in the work area. \begin_inset Newline newline \end_inset -2. - select the text and run info-insert lfun. +2. select the text and run info-insert lfun. \end_layout \begin_layout Description @@ -2342,12 +2302,35 @@ Syntax info-insert \end_layout \begin_layout Description -Params : shortcut[s]|lyxrc|lyxinfo|package|textclass|menu|icon|buffer +Params : date|moddate|fixdate|time|modtime|fixtime|shortcut|shortcuts|lyxrc| lyxinfo|package|textclass|menu|l7n|icon|buffer|vcs +\begin_inset Newline newline +\end_inset + +: argument for a given type. Look into InsetInfo.h for detailed description. \begin_inset Newline newline \end_inset -: argument for a given type. - Look into InsetInfo.h for detailed description. +date: current date (formatted and localized) +\begin_inset Newline newline +\end_inset + +moddate: date of last modification (saving) (formatted and localized) +\begin_inset Newline newline +\end_inset + +fixdate: a static date (formatted and localized) +\begin_inset Newline newline +\end_inset + +time: current time (formatted and localized) +\begin_inset Newline newline +\end_inset + +modtime: time of last modification (saving) (formatted and localized) +\begin_inset Newline newline +\end_inset + +fixtime: a static time (formatted and localized) \begin_inset Newline newline \end_inset @@ -2357,8 +2340,7 @@ alpha) \begin_inset Newline newline \end_inset -lyxrc: name of rc_entry (e.g. - bind_file) +lyxrc: name of rc_entry (e.g. bind_file) \begin_inset Newline newline \end_inset @@ -2366,13 +2348,11 @@ lyxinfo: "version" - used version of LyX \begin_inset Newline newline \end_inset -package: name of latex package (e.g. - listings) +package: name of latex package (e.g. listings) \begin_inset Newline newline \end_inset -textclass: name of textclass (e.g. - article) +textclass: name of textclass (e.g. article) \begin_inset Newline newline \end_inset @@ -2380,12 +2360,15 @@ menu: name of lfun used in menu \begin_inset Newline newline \end_inset +l7n: localizable string. +\begin_inset Newline newline +\end_inset + icon: icon of lfun used in toolbar or direct icon name \begin_inset Newline newline \end_inset -buffer: "name"|"path"|"class"|"vcs-tree-revision"| "vcs-revision"|"vcs-author"|" -vcs-date"|"vcs-time" +buffer: "name"|"name-noext"|"path"|"class" vcs: "tree-revision"|"revision"|"author"|"date"|"time" \end_layout \begin_layout Description @@ -2405,10 +2388,7 @@ Action Apply data for an inset. \end_layout \begin_layout Description -Notion LFUN_INSET_APPLY is sent from the dialogs when the data should be - applied. - This is either changed to LFUN_INSET_MODIFY or LFUN_INSET_INSERT depending - on the context where it is called. +Notion LFUN_INSET_APPLY is sent from the dialogs when the data should be applied. This is either changed to LFUN_INSET_MODIFY or LFUN_INSET_INSERT depending on the context where it is called. \end_layout \begin_layout Description @@ -2424,8 +2404,7 @@ inset-begin \end_layout \begin_layout Description -Action Move the cursor to the beginning of the current inset if it is not - already there, or at the beginning of the enclosing inset otherwise +Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset. \end_layout \begin_layout Description @@ -2441,9 +2420,7 @@ inset-begin-select \end_layout \begin_layout Description -Action Move the cursor to the beginning of the current inset if it is not - already there, or at the beginning of the enclosing inset otherwise (adding - the traversed text to the selection). +Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection). \end_layout \begin_layout Description @@ -2463,8 +2440,7 @@ Action Copies the inset to the clipboard as a certain type. \end_layout \begin_layout Description -Notion Currently used only for InsetInfo where its content is copied as - a text. +Notion Currently used only for InsetInfo where its content is copied as a text. \end_layout \begin_layout Description @@ -2488,11 +2464,7 @@ Syntax inset-dissolve [] \end_layout \begin_layout Description -Params : this can be used to make sure the right kind of inset is - dissolved. - For example "dissolve" entry in the charstyles sub-menu should only dissolve - the charstyle inset, even if the cursor is inside several nested insets - of different type. +Params : this can be used to make sure the right kind of inset is dissolved. For example "dissolve" entry in the charstyles sub-menu should only dissolve the charstyle inset, even if the cursor is inside several nested insets of different type. \begin_inset Newline newline \end_inset @@ -2508,8 +2480,7 @@ inset-edit \end_layout \begin_layout Description -Action Edit the inset at cursor with an external application, if one is - attributed. +Action Edit the inset at cursor with an external application, if one is attributed. If the inset is file based, the referenced file is edited. Otherwise, the inset contents is written to a temporary file, the inset is locked, and the temporary file is edited. In this case, LFUN_INSET_END_EDIT must be called to overtake the changes and unlock the inset after editing is finished. \end_layout \begin_layout Description @@ -2533,8 +2504,7 @@ inset-end \end_layout \begin_layout Description -Action Move the cursor to the end of the current inset if it is not already - there, or at the end of the enclosing inset otherwise +Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset. \end_layout \begin_layout Description @@ -2545,14 +2515,28 @@ Syntax inset-end Origin lasgouttes, 16 Mar 2009 \end_layout +\begin_layout Subsection* +inset-end-edit +\end_layout + +\begin_layout Description +Action End editing the inset at cursor with an external application. This replaces the inset contents with the contents of the temporary file, deletes the file and unlocks the inset. +\end_layout + +\begin_layout Description +Syntax inset-end-edit +\end_layout + +\begin_layout Description +Origin gb, 11 Oct 2015 +\end_layout + \begin_layout Subsection* inset-end-select \end_layout \begin_layout Description -Action Move the cursor to the end of the current inset if it is not already - there, or at the end of the enclosing inset otherwise (adding the traversed - text to the selection). +Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection). \end_layout \begin_layout Description @@ -2572,15 +2556,7 @@ Action Apply the given commands on insets of a given name. \end_layout \begin_layout Description -Notion WARNING: use at your own risks; this function gives you too many - ways of shooting yourself in the foot. - A typical example is inset-forall Note note-insert which starts an infinite - loop. - This is mitigated by the fact that the number of actions is arbitrarily - limited to 100000. - Note also that inset-forall does not update metrics between iterations, - which can lead to bugs. - This has to be eventually fixed. +Notion WARNING: use at your own risks; this function gives you too many ways of shooting yourself in the foot. A typical example is inset-forall Note note-insert which starts an infinite loop. This is mitigated by the fact that the number of actions is arbitrarily limited to 100000. Note also that inset-forall does not update metrics between iterations, which can lead to bugs. This has to be eventually fixed. \end_layout \begin_layout Description @@ -2588,10 +2564,7 @@ Syntax inset-forall \begin_inset Newline newline \end_inset -: Type of Inset. - If is *, all insets are matched. - The name is used like for InsetLayout in layout files: "Note" matches all - note insets, while "Note:Note" only matches LyX yellow note insets. +: Type of Inset. If is *, all insets are matched. The name is used like for InsetLayout in layout files: "Note" matches all note insets, while "Note:Note" only matches LyX yellow note insets. \end_layout \begin_layout Description @@ -2651,8 +2624,7 @@ hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script> \begin_inset Newline newline \end_inset -: depends on the given inset. - Use "lyx -dbg action" to explore. +: depends on the given inset. Use "lyx -dbg action" to explore. \end_layout \begin_layout Description @@ -2662,8 +2634,7 @@ end_inset \begin_inset Newline newline \end_inset -where