Work around a QRegExp bug where a `\b never seems to match
[quassel.git] / src / qtui / qtuimessageprocessor.cpp
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...