]> git.lyx.org Git - features.git/commit
Fix clipboard/selection encoding
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 3 Sep 2006 07:02:38 +0000 (07:02 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 3 Sep 2006 07:02:38 +0000 (07:02 +0000)
commite33bac93cde7248b51716488be4b5ef01e5bad16
tree000cc776449b295fba68a596877c249817dee9d3
parent62893b06928363937856d2e9aea2d51ec243e961
Fix clipboard/selection encoding

* src/frontends/qt[34]/qt_helpers.[Ch]
(toqstr): add variant for docstring
(qstring_to_ucs4): Use docstring and port from qt4 to qt3

* Many other files: Many std::string -> lyx::docstring conversions

* src/support/lstrings.[Ch]
(subst): Add variant for docstring and char_type
(externalLineEnding): std::string -> lyx::docstring
(internalLineEnding): std::string -> lyx::docstring

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14871 a592a061-630c-0410-9148-cb99ea01b6c8
36 files changed:
src/BufferView_pimpl.C
src/buffer.C
src/buffer.h
src/cursor.C
src/cursor.h
src/frontends/Clipboard.h
src/frontends/Selection.h
src/frontends/gtk/GuiClipboard.C
src/frontends/gtk/GuiClipboard.h
src/frontends/gtk/GuiSelection.C
src/frontends/gtk/GuiSelection.h
src/frontends/qt3/GuiClipboard.C
src/frontends/qt3/GuiClipboard.h
src/frontends/qt3/GuiSelection.C
src/frontends/qt3/GuiSelection.h
src/frontends/qt3/qt_helpers.C
src/frontends/qt3/qt_helpers.h
src/frontends/qt4/GuiClipboard.C
src/frontends/qt4/GuiClipboard.h
src/frontends/qt4/GuiSelection.C
src/frontends/qt4/GuiSelection.h
src/frontends/qt4/qt_helpers.C
src/frontends/qt4/qt_helpers.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/lyx_cb.C
src/lyxfind.C
src/lyxtext.h
src/mathed/math_nestinset.C
src/support/lstrings.C
src/support/lstrings.h
src/support/textutils.h
src/text2.C
src/text3.C