X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=d950c729dc43cb0ed99b53b997b87d6d09d2c420;hp=1de870ef55a3ac20dcaf18ce81e6760a23f31724;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 1de870ef..d950c729 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -130,6 +130,8 @@ public slots: void setWidth(qreal width); void layout(int start, int end, qreal width); + void resetColumnWidths(); + void setMarkerLineVisible(bool visible = true); void setMarkerLine(MsgId msgId = MsgId()); void jumpToMarkerLine(bool requestBacklog); @@ -143,6 +145,8 @@ public slots: void selectionToClipboard(QClipboard::Mode = QClipboard::Clipboard); void stringToClipboard(const QString &str, QClipboard::Mode = QClipboard::Clipboard); + void webSearchOnSelection(); + void requestBacklog(); #ifdef HAVE_WEBKIT @@ -204,6 +208,7 @@ private: ColumnHandleItem *_firstColHandle, *_secondColHandle; qreal _firstColHandlePos, _secondColHandlePos; + int _defaultFirstColHandlePos, _defaultSecondColHandlePos; CutoffMode _cutoffMode; ChatItem *_selectingItem; @@ -221,6 +226,8 @@ private: bool _showWebPreview; + static const int _webSearchSelectionTextMaxVisible = 24; + #ifdef HAVE_WEBKIT struct WebPreview { enum PreviewState {