Don't show migration warnings if we don't have old settings to migrate
[quassel.git] / src / qtui / chatlinemodelitem.cpp
2009-01-13 Marcus EggenbergerReducing the overhead between ChatlineModelItem and...
2009-01-13 Marcus EggenbergerUiStyle::StyledMessage derived now from Message
2009-01-13 Marcus Eggenbergerquassel no longer allocates an MessageItem on the heap...
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-10-04 Manuel NickschasCleanup
2008-10-04 Manuel NickschasMake StyledMessage more (space) efficient, clean up...
2008-09-22 Marcus EggenbergerAnother Speed boost for the new ChatView.
2008-09-20 Manuel NickschasTest our newly acquired shortcut capabilities by finall...
2008-09-02 Marcus Eggenbergereven faster backlog replay
2008-09-01 Manuel Nickschass/int/qreal/
2008-09-01 Marcus EggenbergerMerge branch 'master' of git@git.quassel-irc.org:quassel
2008-08-31 Marcus Eggenbergerfixing a memleak
2008-08-25 Marcus EggenbergerIntroducing lazy word wrap calc.
2008-08-10 Marcus Eggenbergerusing a shared buffer for QTextBoundaryFinder
2008-08-10 Marcus EggenbergerRevert "fixing BR #264 (core crash after join)"
2008-08-10 Marcus Eggenbergerfixing BR #264 (core crash after join)
2008-08-09 Marcus Eggenbergerfixing empty chatlines on mac os (hopefully on windows...
2008-08-09 Manuel NickschasFixing end-of-line detection in the wordwrap finder.
2008-08-06 Manuel Nickschaswarnings--
2008-08-02 Manuel NickschasUse QTextLayout for computing word withs rather than...
2008-08-02 Manuel NickschasReworking the wordwrap stuff.
2008-08-02 Manuel NickschasFix off-by-one error in computeWrapList()
2008-08-02 Manuel NickschasCompute correct height of ChatItems.
2008-08-02 Manuel NickschasChatLineModelItem now computes and stores wordlists
2008-05-13 Manuel NickschasChatline -> ChatLine
2008-05-13 Manuel NickschasSwitch some dirty hacking to using real infrastructure...
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-08 Manuel Nickschasreadability++
2008-05-08 Manuel Nickschascode_duplication--
2008-05-08 Manuel Nickschasconsistency++