mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 10:40:48 +00:00
c9c6ed0b7f
* src/LyXAction.C (LyXAction::init): handle new LFUN_CLIPBOARD_PASTE * src/insets/insettabular.C (InsetTabular::doDispatch): ditto * src/insets/insetbox.C (InsetBox::doDispatch): ditto * src/insets/insetert.C (InsetERT::doDispatch): ditto (InsetERT::getStatus): ditto * src/insets/insetcharstyle.C (InsetCharStyle::doDispatch): ditto * src/BufferView_pimpl.C (BufferView::Pimpl::selectionRequest): stuff selection, not clipboard * src/mathed/math_nestinset.C (MathNestInset::lfunMousePress): get stuff selection, not clipboard (MathNestInset::lfunMouseRelease): clipboard -> selection in commented code * src/CutAndPaste.C (cutSelection): ditto * src/frontends/{qt3,gtk}/GuiImplementation.C (GuiImplementation::newWorkArea): create new selection, not clipboard, since the clipboard is now an object (GuiImplementation::destroyWorkArea): destroy selection, not clipboard * src/frontends/{qt4,qt3,gtk}/GuiSelection.h: new, copied from GuiClipboard.h * src/frontends/{qt4,qt3,gtk}/GuiSelection.C: new, copied from GuiClipboard.C * src/frontends/{qt3,gtk}/GuiImplementation.h (selection): new accessor for selection_ (selection_): new, the global selection object * src/frontends/{qt4,qt3,gtk}/Makefile.am: add GuiSelection.C and GuiSelection.h * src/frontends/{qt4,qt3,gtk}/GuiClipboard.C (GuiClipboard::get): return clipboard, not selection (GuiClipboard::put): stuff clipboard, not selection * src/frontends/{qt4,qt3,gtk}/GuiClipboard.h (haveSelection): remove (this is now in GuiSelection) * src/frontends/{qt3,gtk}/GuiClipboard.h (old_work_area_): remove, since it is not needed anymore * src/frontends/gtk/ghelpers.C (getGTKStockIcon): handle LFUN_CLIPBOARD_PASTE * src/frontends/Clipboard.h (haveSelection): remove (this is now in Selection) * src/frontends/qt4/GuiImplementation.[Ch] (GuiImplementation::selection): new accessor for selection_ * src/frontends/Gui.h (selection): New accessor for the global selection object * src/frontends/Selection.h; new, copied from Clipboard.h * src/frontends/Makefile.am: add Selection.h * src/text3.C (various): s/clipboard().haveSelection/selection().haveSelection/ (LyXText::dispatch): handle LFUN_CLIPBOARD_PASTE (LyXText::getStatus): ditto * src/lfuns.h: new lfun LFUN_CLIPBOARD_PASTE * lib/ui/stdmenus.ui: add new lfun LFUN_CLIPBOARD_PASTE git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14408 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
ChangeLog | ||
ExternalSupport.C | ||
ExternalSupport.h | ||
ExternalTemplate.C | ||
ExternalTemplate.h | ||
ExternalTransforms.C | ||
ExternalTransforms.h | ||
inset.C | ||
inset.h | ||
insetbase.C | ||
insetbase.h | ||
insetbibitem.C | ||
insetbibitem.h | ||
insetbibtex.C | ||
insetbibtex.h | ||
insetbox.C | ||
insetbox.h | ||
insetbranch.C | ||
insetbranch.h | ||
insetcaption.C | ||
insetcaption.h | ||
insetcharstyle.C | ||
insetcharstyle.h | ||
insetcite.C | ||
insetcite.h | ||
insetcollapsable.C | ||
insetcollapsable.h | ||
insetcommand.C | ||
insetcommand.h | ||
insetcommandparams.C | ||
insetcommandparams.h | ||
insetenv.C | ||
insetenv.h | ||
insetert.C | ||
insetert.h | ||
insetexternal.C | ||
insetexternal.h | ||
insetfloat.C | ||
insetfloat.h | ||
insetfloatlist.C | ||
insetfloatlist.h | ||
insetfoot.C | ||
insetfoot.h | ||
insetfootlike.C | ||
insetfootlike.h | ||
insetgraphics.C | ||
insetgraphics.h | ||
insetgraphicsParams.C | ||
insetgraphicsParams.h | ||
insethfill.C | ||
insethfill.h | ||
insetinclude.C | ||
insetinclude.h | ||
insetindex.C | ||
insetindex.h | ||
insetlabel.C | ||
insetlabel.h | ||
insetlatexaccent.C | ||
insetlatexaccent.h | ||
insetline.C | ||
insetline.h | ||
insetmarginal.C | ||
insetmarginal.h | ||
insetnewline.C | ||
insetnewline.h | ||
insetnote.C | ||
insetnote.h | ||
insetoptarg.C | ||
insetoptarg.h | ||
insetpagebreak.C | ||
insetpagebreak.h | ||
insetquotes.C | ||
insetquotes.h | ||
insetref.C | ||
insetref.h | ||
insetspace.C | ||
insetspace.h | ||
insetspecialchar.C | ||
insetspecialchar.h | ||
insettabular.C | ||
insettabular.h | ||
insettext.C | ||
insettext.h | ||
insettheorem.C | ||
insettheorem.h | ||
insettoc.C | ||
insettoc.h | ||
inseturl.C | ||
inseturl.h | ||
insetvspace.C | ||
insetvspace.h | ||
insetwrap.C | ||
insetwrap.h | ||
mailinset.C | ||
mailinset.h | ||
Makefile.am | ||
pch.h | ||
render_base.h | ||
render_button.C | ||
render_button.h | ||
render_graphic.C | ||
render_graphic.h | ||
render_preview.C | ||
render_preview.h |