lyx_mirror/po/POTFILES.in

151 lines
4.1 KiB
Plaintext
Raw Normal View History

src/Buffer.cpp
src/BufferList.cpp
src/BufferParams.cpp
src/BufferView.cpp
src/Chktex.cpp
src/Color.cpp
src/Converter.cpp
src/CutAndPaste.cpp
src/Exporter.cpp
src/Font.cpp
src/Format.cpp
src/ISpell.cpp
src/Importer.cpp
src/KeySequence.cpp
src/LaTeX.cpp
src/LyX.cpp
src/LyXFunc.cpp
src/LyXRC.cpp
src/LyXVC.cpp
src/MenuBackend.cpp
src/Paragraph.cpp
src/SpellBase.cpp
src/Text.cpp
src/Text2.cpp
src/Text3.cpp
src/Thesaurus.cpp
src/VSpace.cpp
src/buffer_funcs.cpp
src/bufferview_funcs.cpp
src/callback.cpp
src/client/debug.cpp
src/debug.cpp
src/frontends/LyXView.cpp
src/frontends/WorkArea.cpp
src/frontends/controllers/ControlAboutlyx.cpp
src/frontends/controllers/ControlBibtex.cpp
src/frontends/controllers/ControlBox.cpp
src/frontends/controllers/ControlDocument.cpp
src/frontends/controllers/ControlErrorList.cpp
src/frontends/controllers/ControlExternal.cpp
src/frontends/controllers/ControlGraphics.cpp
src/frontends/controllers/ControlInclude.cpp
src/frontends/controllers/ControlLog.cpp
src/frontends/controllers/ControlPrefs.cpp
src/frontends/controllers/ControlPrint.cpp
src/frontends/controllers/ControlSpellchecker.cpp
src/frontends/controllers/ControlToc.cpp
src/frontends/controllers/frontend_helpers.cpp
src/frontends/qt4/BulletsModule.cpp
src/frontends/qt4/Dialogs.cpp
src/frontends/qt4/FileDialog.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/IconPalette.cpp
src/frontends/qt4/QAbout.cpp
src/frontends/qt4/QBibitem.cpp
src/frontends/qt4/QBibtex.cpp
src/frontends/qt4/QBox.cpp
src/frontends/qt4/QBranch.cpp
src/frontends/qt4/QBranches.cpp
src/frontends/qt4/QChanges.cpp
src/frontends/qt4/QCharacter.cpp
src/frontends/qt4/QCitationDialog.cpp
src/frontends/qt4/QCommandBuffer.cpp
src/frontends/qt4/QDelimiterDialog.cpp
src/frontends/qt4/QDocument.cpp
src/frontends/qt4/QERT.cpp
src/frontends/qt4/QExternal.cpp
src/frontends/qt4/QFloat.cpp
src/frontends/qt4/QGraphics.cpp
src/frontends/qt4/QInclude.cpp
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. * src/LyXAction.cpp: listing-insert action * src/insets/Inset.h,cpp: LISTINGS_CODE * src/insets/InsetInclude.cpp: handle \lstinputlisting * src/insets/InsetListings.h,cpp: new listings inset * src/insets/InsetListingsParams.h,cpp: parameters from listings package * src/insets/InsetCommandParams.h,cpp: handle lstinputlisting option * src/Bidi.cpp: handle LISTINGS_CODE * src/frontends/qt4/ui/TextLayoutUi.ui: update UI * src/frontends/qt4/ui/ListingsUi.ui: new dialog * src/frontends/qt4/ui/IncludeUi.ui: update UI * src/frontends/qt4/QInclude.h,cpp: add lstinputlisting * src/frontends/qt4/QDocument.h,cpp: add textedit for preamble listings_params * src/frontends/qt4/QListings.h,cpp: new listings inset * src/frontends/qt4/Dialogs.cpp: new listings dialog * src/frontends/controllers/ControlInclude.h,cpp: add lstinputlisting * src/frontends/controllers/ControlListings.h,cpp: new listings inset * src/LyXFunc.cpp: handle LISTING_CODE * src/Paragraph.cpp: handle LISTING_CODE * src/factory.cpp: new listings inset * src/CutAndPaste.cpp: handle LISTINGS_CODE * src/LaTeXFeatures.cpp: require listings * src/Text3.cpp: Handle LISTINGS_CODE * src/lfuns.h: add LFUN_LISTING_INSERT * src/Buffer.cpp: change lyx file format to 269 * src/BufferParams.h,cpp: add listings_params to preamble * lib/lyx2lyx/LyX.py: lyx2lyx * lib/lyx2lyx/lyx_1_5.py: lyx2lyx * lib/ui/stdmenus.inc: new menu item (no shortcut!) * src/insets/Makefile.am: update autotools * src/frontends/controllers/Makefile.am * src/frontends/qt4/Makefile.dialogs * src/frontends/qt4/Makefile.am * po/POTFILES.in: a few more translatable files. * development/scons/scons_manifest.py: scons build system * development/FORMAT: document format changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18243 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 19:11:42 +00:00
src/frontends/qt4/QListings.cpp
src/frontends/qt4/QMathMatrixDialog.cpp
src/frontends/qt4/QNote.cpp
src/frontends/qt4/QParagraph.cpp
src/frontends/qt4/QPrefs.cpp
src/frontends/qt4/QPrint.cpp
src/frontends/qt4/QRef.cpp
src/frontends/qt4/QSearch.cpp
src/frontends/qt4/QSendto.cpp
src/frontends/qt4/QShowFile.cpp
src/frontends/qt4/QSpellchecker.cpp
src/frontends/qt4/QTabular.cpp
src/frontends/qt4/QTabularCreate.cpp
src/frontends/qt4/QTexinfo.cpp
src/frontends/qt4/QThesaurus.cpp
src/frontends/qt4/QVSpace.cpp
src/frontends/qt4/QWrap.cpp
src/frontends/qt4/Qt2BC.h
src/frontends/qt4/UrlView.cpp
src/frontends/qt4/Validator.cpp
src/frontends/qt4/alert_pimpl.cpp
src/gettext.h
src/insets/ExternalSupport.cpp
src/insets/Inset.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCharStyle.cpp
src/insets/InsetCommand.cpp
src/insets/InsetCommandParams.cpp
src/insets/InsetERT.cpp
src/insets/InsetEnvironment.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFloat.cpp
src/insets/InsetFloatList.cpp
src/insets/InsetFoot.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetHFill.cpp
src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. * src/LyXAction.cpp: listing-insert action * src/insets/Inset.h,cpp: LISTINGS_CODE * src/insets/InsetInclude.cpp: handle \lstinputlisting * src/insets/InsetListings.h,cpp: new listings inset * src/insets/InsetListingsParams.h,cpp: parameters from listings package * src/insets/InsetCommandParams.h,cpp: handle lstinputlisting option * src/Bidi.cpp: handle LISTINGS_CODE * src/frontends/qt4/ui/TextLayoutUi.ui: update UI * src/frontends/qt4/ui/ListingsUi.ui: new dialog * src/frontends/qt4/ui/IncludeUi.ui: update UI * src/frontends/qt4/QInclude.h,cpp: add lstinputlisting * src/frontends/qt4/QDocument.h,cpp: add textedit for preamble listings_params * src/frontends/qt4/QListings.h,cpp: new listings inset * src/frontends/qt4/Dialogs.cpp: new listings dialog * src/frontends/controllers/ControlInclude.h,cpp: add lstinputlisting * src/frontends/controllers/ControlListings.h,cpp: new listings inset * src/LyXFunc.cpp: handle LISTING_CODE * src/Paragraph.cpp: handle LISTING_CODE * src/factory.cpp: new listings inset * src/CutAndPaste.cpp: handle LISTINGS_CODE * src/LaTeXFeatures.cpp: require listings * src/Text3.cpp: Handle LISTINGS_CODE * src/lfuns.h: add LFUN_LISTING_INSERT * src/Buffer.cpp: change lyx file format to 269 * src/BufferParams.h,cpp: add listings_params to preamble * lib/lyx2lyx/LyX.py: lyx2lyx * lib/lyx2lyx/lyx_1_5.py: lyx2lyx * lib/ui/stdmenus.inc: new menu item (no shortcut!) * src/insets/Makefile.am: update autotools * src/frontends/controllers/Makefile.am * src/frontends/qt4/Makefile.dialogs * src/frontends/qt4/Makefile.am * po/POTFILES.in: a few more translatable files. * development/scons/scons_manifest.py: scons build system * development/FORMAT: document format changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18243 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-09 19:11:42 +00:00
src/insets/InsetListings.cpp
src/insets/InsetListingsParams.cpp
src/insets/InsetMarginal.cpp
src/insets/InsetNomencl.cpp
src/insets/InsetNote.cpp
src/insets/InsetOptArg.cpp
src/insets/InsetPagebreak.h
src/insets/InsetRef.cpp
src/insets/InsetTOC.cpp
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
src/insets/InsetTheorem.cpp
src/insets/InsetUrl.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/insets/RenderGraphic.cpp
src/insets/RenderPreview.cpp
src/lengthcommon.cpp
src/lyxfind.cpp
src/mathed/InsetFormulaMacro.cpp
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/MathMacroTemplate.cpp
src/output.cpp
src/output_plaintext.cpp
src/rowpainter.cpp
src/support/FileFilterList.cpp
src/support/Package.cpp.in
src/support/filetools.cpp
src/support/os_win32.cpp
src/support/userinfo.cpp