Sanitizing clipboard handling
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Nov 2008 00:50:52 +0000 (01:50 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:35:36 +0000 (15:35 +0100)
commitb2c1179d290dc97f2c8497db9ed0c8adcc679ed7
treee09c82de190337a48cc02313820a3a6eef318343
parenteacb532f13295a30fa4366a6ff29d1168db84280
Sanitizing clipboard handling

Quassel now respects the difference between the clipboard and the X11 selection, and won't
put stuff into the clipboard without a) Ctrl+C or b) the new shiny context menu in ChatView.
This means that just selecting stuff won't overwrite your clipboard on Win and Mac, and on X11
only if your system is configured that way. Oh, and we have a context menu now, and Ctrl+C works ;-)
src/qtui/bufferwidget.cpp
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h
src/uisupport/inputline.cpp
src/uisupport/inputline.h