Save Main ToolBar state when not built against KDE. Fixes #1116
[quassel.git] / src / qtui / qtuimessageprocessor.cpp
2014-01-19 Manuel NickschasRemove unused
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-05-22 Manuel NickschasChan -> Channel, it's just nicer in user-visible strings
2012-05-22 salnxInitial Channel specific highlights feature implementation
2009-09-23 Daniel Albersdon't require regex highlights to match whole line
2009-08-26 Daniel Albersmake arbitrary highlight work at start/end of line
2009-08-17 Daniel Alberschange highlight regexp boundaries from \b to \W
2009-05-11 Manuel NickschasInclude current nick for highlight checking if "All...
2009-02-09 Marcus Eggenbergeractivity updates respect now the redirection settings
2009-02-04 Marcus Eggenbergerfixes #448 - progress indicator for backlog
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-02 Manuel NickschasWork around a QRegExp bug where a `\b never seems to...
2008-11-09 Manuel NickschasFixing custom highlights, thanks to Zarin for finding...
2008-10-21 Manuel NickschasMake custom highlights work again
2008-10-20 Manuel NickschasReworking highlighting a bit
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-25 Manuel NickschasFix crash on end of backlog (cf. BR 248)
2008-08-22 Marcus Eggenbergerspeed improvement to checkForHighlight (non longer...
2008-08-07 Manuel NickschasDisplay and update message processing progress
2008-08-06 Manuel NickschasReset the MessageProcessor on disconnect
2008-08-06 Manuel NickschasEnable plain old QTimer-based asynchronous message...
2008-08-06 Manuel NickschasMove checkForHighlight() from Client to QtUiMessageProc...
2008-08-06 Manuel NickschasIntroduce AbstractMessageProcessor and its specializati...