No longer disable the input widget for inactive buffers
[quassel.git] / src / qtui / chatlinemodelitem.cpp
2010-06-22 Manuel NickschasFix wordwrap when using Qt > 4.6.3
2009-09-15 Manuel NickschasShow one-letter words again
2009-09-14 Manuel NickschasGreatly simplify the wrap point computation
2009-09-14 Manuel NickschasFix wordwrap in some cases
2009-08-24 Manuel NickschasWupps, Altlast-Alarm
2009-08-06 Manuel NickschasRevert "Remove the word boundary cache"
2009-08-06 Manuel NickschasRemove the word boundary cache
2009-08-06 Manuel NickschasMake text selection stylesheetable
2009-08-06 Manuel NickschasMake sender-hash based styling ("colored nicks") work...
2009-08-06 Manuel NickschasMake backgrounds of ChatLines and ChatItems styleable
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++