Add missing includes
[quassel.git] / src / client / messagemodel.cpp
2019-08-28 Manuel NickschasAdd missing includes
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 Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use 'while(true)' instead of 'while(1)'
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!
2010-03-03 Daniel Albersupdate search results when fetching backlog
2010-01-25 Bruno BigrasPrevent quasselclient from crashing when using the...
2009-08-24 Manuel NickschasWupps, Altlast-Alarm
2009-08-24 Manuel NickschasDecomplexify & reencapsulate
2009-08-06 Manuel NickschasMake setData() work for the FlagsRole
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-24 Marcus Eggenbergeractivating a view pulls in needed backlog for the displ...
2009-03-13 Manuel NickschasAdd MessageModel::insertErrorMessage()
2009-01-18 Marcus Eggenbergerfixing a client crash that could occur when processing...
2009-01-13 Marcus EggenbergerReducing the overhead between ChatlineModelItem and...
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-12-29 Marcus Eggenbergerintroducing query merging (per drag & drop). needs...
2008-11-29 Marcus Eggenbergeradapting the backlogmanagers to the new storage api
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-11-04 Marcus Eggenbergerfixing dupe messages
2008-10-27 Marcus EggenbergerBacklog amount (initial and dynamic) can now be configu...
2008-10-27 Marcus Eggenbergergiving the message model the control over the dynamic...
2008-10-12 Marcus Eggenbergerproperly handling message lists where no message surviv...
2008-10-12 Marcus Eggenbergerproperly fixing dupes
2008-10-12 Marcus Eggenbergershould fix jussios isues
2008-10-12 Marcus EggenbergerMór
2008-10-12 Marcus Eggenbergeradding debug output to the messagemodel
2008-10-12 Marcus Eggenbergerfixing weired behavior and/or crashes for dynamic backl...
2008-10-09 Marcus Eggenbergerfixing a bug in the messagemodel
2008-10-06 Marcus Eggenbergerfixing auto scroll issues when chatlines are inserted...
2008-10-06 Marcus Eggenbergeruse cluebat with day change message
2008-09-30 Marcus Eggenbergerfixing just introduced faulty backlog replay
2008-09-30 Marcus Eggenbergernew message line no longer grows with the item height
2008-09-30 Marcus EggenbergerYou've all been waiting for it: day change messages!
2008-09-30 Marcus Eggenbergerproperly fixing inserting and deleting chatlines at...
2008-09-05 Marcus Eggenbergerremoving an unneeded empty check
2008-09-05 Marcus Eggenbergersmoothificating user requested backlog replay. increase...
2008-09-02 Marcus Eggenbergerproperly fixing dupes ;)
2008-09-01 Marcus Eggenbergerfixing dupes
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-09-01 Marcus EggenbergerIntroducing fast backlog replay! Thanks sph_ for the...
2008-08-18 Marcus EggenbergerChatScene now properly react on aboutToRemoveRows(...
2008-08-13 Manuel NickschasAvoid duplicate messages
2008-08-03 Manuel NickschasClean up MessageModel on disconnect
2008-08-02 Manuel NickschasCompute correct height of ChatItems.
2008-05-13 Manuel NickschasSwitch some dirty hacking to using real infrastructure...
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasconsistency++
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-26 Manuel NickschasSPUTDEV compiles again, and the MessageModel now actual...
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-04-25 Manuel NickschasChecking in WiP on the MessageModel. More cleanly separ...
2008-04-24 Manuel NickschasMerging r780:786 from trunk to branches/0.3. Plus some...
2008-04-19 Manuel Nickschasmessagemodel.[h|cpp]++