cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / client / networkmodel.cpp
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-08 Manuel Nickschascommon: Always let QVariant::fromValue() deduce the...
2019-08-28 Manuel NickschasAdd missing includes
2019-08-28 Janne KoschinskiReplace deprecated QModelIndex::child with QAbstractIte...
2019-08-28 Janne KoschinskiReplace deprecated qSort with std::sort
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasqa: Remove dead code
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: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasclazy: Convert many old-style connects into function...
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
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 Nickschasclang-tidy: Remove dead stores
2018-09-03 Manuel Nickschasclient: Don't store the list of properties in every...
2018-05-23 Janne KoschinskiStore highlight status per buffer coreside
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-26 Manuel Nickschascommon: Represent core/client features as string list...
2017-12-19 Janne KoschinskiInitialize new buffers in the UI with their activity
2017-12-19 Janne KoschinskiFix test for if the core supports activity sync
2017-12-19 Janne KoschinskiMake comparison explicit
2017-12-19 Janne KoschinskiRemove debug messages
2017-12-19 Janne KoschinskiMove the check if the core handles activities to the...
2017-12-19 Janne KoschinskiClarified minor details, again
2017-12-19 Janne KoschinskiClarified minor details
2017-12-19 Janne KoschinskiSeparate highlight handling
2017-12-19 Janne KoschinskiImplement client UI integration, add feature flag ...
2016-09-14 Shane SynanQueryBufferItem disconnect IrcUser when removing
2016-09-07 selabnayrAllow client-side channel buffer merges, and associated...
2016-09-05 Shane SynanCenter-align tooltips, fix QML, italicize unknown
2016-09-05 Shane SynanHide network tooltip info when disconnected
2016-06-15 Manuel NickschasMerge pull request #198 - IRCv3 improvements
2016-06-13 Shane SynanShow account information in nick tooltips 198/head
2016-06-13 Shane SynanShow channel-specific modes in nick tooltips
2016-06-13 Shane SynanClarify suserHost and WhoisServiceReply
2016-06-13 Shane SynanUpdate channel/nick/query tooltips to new-style
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-04-01 Daniel AlbersMerge pull request #168 from esainane/irssi-msg-escape
2016-03-31 Daniel AlbersMerge pull request #165 from esainane/coreinfo-dirty...
2016-02-28 Manuel NickschasMerge pull request #136 from sandsmark/sonnet
2016-02-08 Manuel NickschasMerge pull request #178 from TheOneRing/fix_snore_crash
2016-02-08 Manuel NickschasMerge pull request #177 from justjanne/patch-1
2016-02-08 Manuel NickschasMerge pull request #175 from ayonix/ssl-fix
2016-02-08 Manuel NickschasDon't allow newlines in buffer names
2015-11-22 Manuel NickschasMerge pull request #158 from romibi/master
2015-11-13 romibiFix Lambda 158/head
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-09-19 Bernhard ScheirleAdds nicer ircuser tooltips 145/head
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-09-14 Manuel NickschasMerge pull request #82 from jpnurmi/legacypeer
2014-07-24 Bas PapeDo not update activity for hidden message types
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Bas PapeQt::escape moved to QString::toHtmlEscaped in Qt 5
2014-03-24 K. Ernest (iFire... Replace {from,to}Ascii with {from,to}Latin1
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-02 Manuel NickschasSimplify clean-up-on-network-disconnect handling
2014-01-01 Manuel NickschasHappy New Year!
2013-10-10 Bas PapeIndicate whether a key is set for the buffer.
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
2010-08-11 Jaak RistiojaFixed highlighting of buffers caused by ignored messages.
2010-05-01 Johannes Hubertranslate string in user tooltip, fixes #953
2010-05-01 Manuel NickschasImprove marker line behavior; allow manual setting...
2010-03-11 Thomas Muellerfixes 898
2010-02-14 Manuel NickschasFix CoreFeatures; disable SASL support if core isn...
2010-01-29 Dirk Rettschlagadded different information in the TopicWidget based...
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2009-12-25 Manuel NickschasAdd some checks to models
2009-08-12 Manuel Nickschass/Buffer/Chat/g
2009-08-06 Manuel NickschasAdd and use ItemViewSettings
2009-07-26 Marcus EggenbergerFixes #741 - HTML escape characters in tooltips.
2009-06-07 Marcus EggenbergerFixes Bug #711 - missing nicks after changing channelmo...
2009-05-21 Marcus Eggenbergernew internal hot buffers list
2009-02-25 Manuel NickschasUpdate IrcUser's lastChannelActivity timestamp if she...
2009-02-17 Marcus Eggenbergerdisabling global unread requester
2009-02-17 Marcus EggenbergerThe BufferSyncer cache is now purged when an unknown...
2009-02-09 Marcus Eggenbergeractivity updates respect now the redirection settings
2009-02-06 Marcus Eggenbergerfixing crash on disconnect
2009-02-05 Marcus EggenbergerFixes #410 - away log (you'll find it in the views...
2009-02-05 Marcus Eggenbergerproper edit role for query buffers
next