modernize: Prefer default member init over ctor init
[quassel.git] / src / common / message.h
2018-11-18 Manuel Nickschasmodernize: Pass arguments by value and move in constructors
2018-11-18 Manuel Nickschasmodernize: Use 'using' instead of 'typedef'
2018-11-18 Manuel Nickschassrc: Mark symbols to be exported where needed
2018-05-23 Janne KoschinskiImplement sender realname/avatarurl storage
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2017-12-19 Janne KoschinskiUse Message::Types (which is QFlags<Message::Type>...
2017-09-04 Janne KoschinskiFix minor stylistic issues with the code 278/head
2017-09-04 Janne KoschinskiImplement sender prefix storage in the database
2016-06-06 Manuel NickschasBring copyright headers into 2016
2016-04-24 Manuel NickschasMerge pull request #188 from digitalcircuit/ircv3-fix...
2016-04-01 Daniel AlbersMerge pull request #193 from mamarley/statusmsg
2016-03-24 Michael MarleyHandle STATUSMSG messages
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-04-01 Manuel NickschasFix includes
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
2009-09-11 Manuel NickschasProperly translate messages
2009-08-24 Sebastian GothIntroduce netsplit detection/handling
2009-07-26 Daniel Albersallow topic changes to be hidden
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-13 Marcus EggenbergerMessage object cleanup
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-11-13 Marcus EggenbergerImpelementing proper message redirection.
2008-10-27 Marcus Eggenbergerbetter abstraction of BacklogRequester to support diffe...
2008-10-12 Marcus Eggenbergeradded debug operator: QDebug operator<<(QDebug dbg...
2008-09-30 Marcus Eggenbergerproperly fixing inserting and deleting chatlines at...
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-30 Marcus Eggenbergerremoving unneeded semicolons after Qt macros - making...
2008-08-11 Manuel NickschasBring back notifications (again...)
2008-08-02 Manuel NickschasRemoving SPUTDEV, obsolete code and #ifdefs from sources
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-04-25 Manuel NickschasMessage flags are now consistently used as Message...
2008-03-10 Marcus EggenbergerPurdificationings of the TopicWidget (no more colore...
2008-02-12 Marcus Eggenberger- MessageTypes are now binary exclusive which allows...
2008-02-10 Marcus Eggenberger- Highlights are now determined in Client::checkForHigh...
2008-02-09 Manuel NickschasMark highlighted messages with a subtly different backg...
2008-02-03 Marcus EggenbergerMore Code Cleanup
2008-02-03 Marcus EggenbergerCode cleanup. Distclean advised
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-11-22 Manuel NickschasFinishing the switch to types.h and the resulting cleanup.
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...
2007-10-18 Manuel NickschasNewest version of QuasselTopia, and some minor random...
2007-10-18 Marcus EggenbergerOk this is the major rework of quassel we've all been...
2007-10-09 Manuel NickschasSome small stuff, like adding semicolons to Qt macro...
2007-10-04 Manuel NickschasMoving the message format code (i.e. msg -> formatted...
2007-10-04 Manuel NickschasMake Message a proper class rather than a struct (i...
2007-08-31 Manuel NickschasFirst check-in of the Qtopia build system. See qtopia...
2007-06-28 Manuel NickschasCleaning up the closet... or at least the code. Tried...
2007-06-25 Manuel NickschasFinished the fusion of the different main_* files,...
2007-06-20 Manuel NickschasStarting reorganization of files in preparation of...