Fix and Qt-4.6-ify ColumnHandleItem
[quassel.git] / src / qtui / qtuimessageprocessor.cpp
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...