Add codec blacklist for UTF-8 detection
[quassel.git] / src / common / eventmanager.cpp
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-05-21 Manuel NickschasProvide (de)serialization for all event types
2012-05-21 Manuel NickschasMake the EventType meta enum and related accessors...
2012-02-14 Daniel Albersbump © years
2011-06-14 Marcus EggenbergerChanging the behavior how Quassel Events are processed.
2010-10-25 Manuel NickschasBulk-insert messages into the db (again)
2010-10-19 Manuel NickschasFix event propagation
2010-10-13 Manuel NickschasFix an issue with the event loop
2010-10-13 Manuel NickschasDebug--
2010-10-13 Manuel NickschasIntroduce event filters
2010-10-13 Manuel NickschasProperly handle numeric events
2010-10-13 Manuel NickschasUse a queue for events
2010-10-13 Manuel NickschasPrettify qDebug() output for events
2010-10-13 Manuel Nickschas++API, ++EventFlags
2010-10-13 Manuel NickschasBasic event dispatching (with priorities)
2010-10-13 Manuel NickschasIntroducing the first shiny stuff for our new event...