cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / uisupport / abstractbuffercontainer.cpp
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-10-04 Shane Synanuisupport: Fix invalid model segfault from index
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2017-12-19 Janne KoschinskiClarified minor details, again
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2016-06-06 Manuel NickschasBring copyright headers into 2016
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-02-14 Daniel Albersbump © years
2010-08-11 Sebastian GothRethink buffer preselection
2010-08-11 Sebastian GothFix buffer preselection on reconnect
2010-05-01 Manuel NickschasImprove marker line behavior; allow manual setting...
2010-03-03 Manuel NickschasSelect the first buffer on connect
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2009-04-01 honkmark buffers as read when entering them (not just when...
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-24 Marcus EggenbergerLazy backlog fetching for removed buffers.
2009-02-06 Manuel NickschasGenerate selection change events and propagate to ToolB...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-11-14 Marcus EggenbergerProperly updating the new message marker on buffer...
2008-11-13 Marcus EggenbergerActivity level is now properly handled for the currentl...
2008-08-25 Marcus EggenbergerFinishing my personal crusade against Buffer.
2008-08-13 Manuel NickschasRemove bogus warning
2008-08-12 Marcus Eggenbergerthe new chatwidget now highlights the first new message...
2008-08-12 Marcus EggenbergerContinuing my personal crusade against Buffer.
2008-08-04 Manuel NickschasPost-merge cleanups, remove the old message handling
2008-04-29 Manuel NickschasMerging r780:797 from trunk to branches/0.3.
2008-04-29 Marcus Eggenbergerbuffer_switching_performance++
2008-04-16 Manuel NickschasMerging r732:766 from trunk to branches/0.3.
2008-04-16 Manuel NickschasSome fixes in AbstractBufferContainer::setBuffer().
2008-04-05 Manuel NickschasSanified multiple inheritance for AbstractChatView.
2008-03-25 Manuel NickschasIntroducing an abstract layer above BufferWidget and...