modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / chatscene.cpp
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Require member function pointers for Setting...
2018-11-18 Manuel Nickschasmodernize: Migrate action-related things to PMF connects
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-11-18 Manuel Nickschasmodernize: Pass arguments by value and move in constructors
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasqt4-b-gone: Remove all code supporting Qt < 5.5 and...
2018-09-06 Manuel Nickschasqa: Try to avoid fall-through warnings
2018-08-23 Manuel Nickschasqa: Remove [[clang::fallthrough]] annotations again
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-04-05 Manuel Nickschasqa: Replace [[fallthrough]] by [[clang::fallthrough]]
2018-02-05 Shane Synanclient: Fix Chat Monitor missing sender brackets
2017-12-19 Manuel Nickschasqa: Add [[fallthrough]] annotations where appropriate
2017-04-12 Shane SynanOptionally use system locale for chat timestamp
2016-09-06 Shane SynanAdd brackets to timestamp when copying if hidden
2016-09-06 Shane SynanMake sender brackets configurable, on by default
2016-09-06 Daniel AlbersRemove displayed brackets around sender nicks
2016-09-05 romibiUse QtWebEngine instead of QtWebKit if available
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2015-10-08 Manuel NickschasMerge pull request #151 from Tucos/ws-hist
2015-10-08 Manuel NickschasMerge pull request #150 from Tucos/autospace
2015-10-08 Manuel NickschasMerge pull request #149 from Tucos/cipherkeys
2015-10-08 Manuel NickschasMerge pull request #148 from Tucos/DMdebug
2015-10-08 Manuel NickschasMerge pull request #146 from benapetr/master
2015-10-08 Manuel NickschasMerge pull request #145 from Scheirle/enh_usertooltip
2015-10-08 Manuel NickschasMerge pull request #139 from TheOneRing/snorenotify-0.6
2015-10-08 Pierre SchweitzerUse prefix operators when possible for non-primitive...
2015-03-11 Manuel NickschasMerge pull request #116 from mamarley/splitfix2
2015-03-11 Chris HMove websearch from botton of context menu to underneat...
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasRename HAVE_KDE define to HAVE_KDE4
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasRemove the obsolete Icon and IconLoader classes
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-04 Daniel Albersadd context menu action to reset chat column widths
2014-02-18 Chris HUse a unicode string instead of the escaped version.
2014-01-13 Manuel NickschasUse a different icon for web search
2014-01-13 Chris H (Shade ... Search the web with selected text.
2014-01-01 Manuel NickschasHappy New Year!
2013-11-24 Manuel NickschasAdd separator after "Copy Selection" context menu
2013-11-24 Jerome LeclancheAdd the "Copy Selection" context menu item after checki...
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-04-01 Manuel NickschasFix includes
2012-02-14 Daniel Albersbump © years
2012-01-21 Manuel NickschasFix compiler warnings
2010-06-30 Manuel NickschasFix and Qt-4.6-ify ColumnHandleItem
2010-06-29 Manuel NickschasAdd shortcut that jumps to the markerline
2010-06-17 Manuel NickschasFix markerline placement on relayout
2010-06-17 Manuel NickschasCorrectly handle overlapping graphicsitems
2010-06-16 Manuel NickschasRefactor the markerline into a proper QGraphicsWidget
2010-05-01 Manuel NickschasProvide some new accessors for Chat{View|Scene}
2010-02-25 Manuel NickschasAvoid circular #includes to shut up lupdate
2010-02-16 Manuel NickschasProperly clip ChatItem drawing
2010-01-29 Manuel NickschasChatItems are no longer QGraphicsItems
2010-01-18 Daniel Albersadd MenuBar toggle to ChatScene context menu
2009-12-01 Manuel NickschasReplace fugly würgaround for QTBUG-6322 with a longer...
2009-11-08 Marcus Eggenbergerwarning--
2009-11-05 Manuel Nickschasdebug--
2009-11-05 Marcus Eggenbergerfixing weird scrolling behavior when fetching dynamic...
2009-10-08 Daniel Albersfix webpreview for urls with url-encoded chars
2009-09-15 Manuel NickschasDon't crash on creating a ChatView containing redirecte...
2009-09-09 Daniel Albersdon't put ColumnHandles outside of visible area
2009-08-06 Manuel NickschasTweak ChatItem/ChatLine layouting
2009-08-06 Manuel NickschasUpdate ChatView properly on style changes
2009-08-06 Manuel NickschasAllow reloading stylesheets at runtime
2009-03-03 Manuel NickschasBuild without QWebKit
2009-02-20 Manuel NickschasChop linefeed from a single line selection
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-02-05 Marcus Eggenbergerfixes #518 - random crash
2009-02-04 Marcus EggenbergerThe WebPreviews are now controlled via a neat state...
2009-01-15 Manuel NickschasImprove mouse button detection for mouse release events
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-13 Manuel NickschasAdd buffer-specific actions to ChatView context menu...
2008-11-30 Manuel NickschasAdd buffer-specific actions to ChatView's context menu
2008-11-23 Manuel NickschasFix issues with single and double clicks in ChatView
2008-11-20 Manuel NickschasFixing issues with moving the mouse while double/triple...
2008-11-20 Manuel NickschasFix more of the merge fallout.
2008-11-20 Manuel NickschasFix merge fallout
2008-11-20 Manuel NickschasMoar context menu actions, integrate the ChatMonitorVie...
2008-11-20 Manuel NickschasAdding context menu actions to ChatView
2008-11-20 Manuel NickschasProperly determine if mouse cursor is over selection...
2008-11-20 Manuel NickschasSanitizing clipboard handling
2008-11-20 Manuel NickschasRevamping ChatView/ChatScene's mouse handling
2008-11-20 Manuel NickschasMake double and triple click selection work
2008-11-20 Manuel NickschasUse handleClick() rather than mouseReleaseEvent() for...
2008-11-20 Manuel NickschasRevamping ChatView/ChatScene's mouse handling
next