client: Fix an issue with redirection in MessageFilter
[quassel.git] / src / client / messagefilter.cpp
2021-05-30 Manuel Nickschasclient: Fix an issue with redirection in MessageFilter
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-08 Manuel Nickschasqa: Avoid deprecation warnings for QList/QSet conversions
2020-01-08 Manuel Nickschascommon: Always let QVariant::fromValue() deduce the...
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
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: Use auto where the type is clear from context
2018-09-06 Manuel Nickschasclang-tidy: Avoid warnings for calling virtual methods...
2018-08-28 Shane Synanclient: Fix duplicated query quit messages
2018-05-23 Shane SynanFinish 64-bit time conversion, modify protocol
2018-04-10 Manuel NickschasSemi-yearly copyright bump
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-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 NickschasHappy New Year!
2014-01-01 Manuel NickschasHappy New Year!
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-01-21 Manuel NickschasFix compiler warnings
2009-08-26 Manuel NickschasCheck for IgnoreListManager's existence before using it
2009-08-24 Manuel NickschasDecomplexify & reencapsulate
2009-08-24 Sebastian GothIntroduce IgnoreList backend
2009-06-08 Manuel NickschasInitialize variables
2009-02-09 Marcus Eggenbergeractivity updates respect now the redirection settings
2009-01-13 Marcus EggenbergerInternal changes to message redirection. As a side...
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-11 Marcus Eggenbergeroops
2009-01-11 Marcus EggenbergerYou can now apply the current settings for hiding event...
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-11-30 Manuel NickschasMake set of contained buffers accessible
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-11-04 Marcus Eggenbergerfixing a bug where quit messages from different network...
2008-10-31 Marcus EggenbergerFixing BR #170 - show quit messages in query buffers
2008-10-28 Manuel Nickschasmsvc_warnings--
2008-10-27 Marcus Eggenbergergiving the message model the control over the dynamic...
2008-10-24 Marcus EggenbergerThe context menu "hide events" in the bufferviews are...
2008-09-30 Marcus Eggenbergerproperly fixing inserting and deleting chatlines at...
2008-08-18 Marcus Eggenbergerreverting the backlog request to how it was in the...
2008-08-12 Marcus Eggenbergerthe new chatwidget now highlights the first new message...
2008-08-02 Manuel Nickschaschatmonitor++
2008-08-02 Manuel NickschasNote to self: QString(int) != QString::number(int) -_-
2008-08-02 Manuel NickschasIntroduce an id string for the views (provided by Messa...
2008-05-22 Manuel NickschasSay hello to MessageFilter!