Show one-letter words again
[quassel.git] / src / qtui / chatitem.h
2009-09-14 Manuel NickschasWorkaround the wordwrap issues with Qt
2009-08-22 Manuel NickschasMove Clickable out of ContentsChatItem
2009-08-11 Manuel NickschasMake URLs stylable and fix on-hover underline
2009-08-06 Manuel NickschasTweak ChatItem/ChatLine layouting
2009-08-06 Manuel NickschasRevert "Remove the word boundary cache"
2009-08-06 Manuel NickschasDon't wrap the timestamp
2009-08-06 Manuel NickschasRemove the word boundary cache
2009-08-06 Manuel NickschasMake text selection stylesheetable
2009-08-06 Manuel NickschasUpdate ChatViews whenever the stylesheet is reloaded
2009-01-15 Marcus EggenbergerNo longer saving QTextLayouts for chatitems
2009-01-12 Manuel NickschasYearly copyright bump :)
2008-11-25 Manuel NickschasFind clickable at click position rather than relying...
2008-11-20 Manuel NickschasAdding context menu actions to ChatView
2008-11-20 Manuel NickschasSanitizing clipboard handling
2008-11-20 Manuel NickschasRevamping ChatView/ChatScene's mouse handling
2008-11-20 Manuel NickschasSome cleanups in ChatScene in preparation to mouse...
2008-11-20 Manuel NickschasMake double and triple click selection work
2008-11-20 Manuel NickschasUse handleClick() rather than mouseReleaseEvent() for...
2008-11-20 Manuel NickschasRevamping ChatView/ChatScene's mouse handling
2008-11-20 Manuel NickschasSome cleanups in ChatScene in preparation to mouse...
2008-11-04 Marcus EggenbergerSearch result highlights are now properly repositioned...
2008-11-02 Alexander von Rentelnadded context menu to links
2008-10-28 Manuel NickschasPimp my ChatView!
2008-10-16 Marcus EggenbergerSpliting the functionality of setWidth into 3 separate...
2008-10-11 Marcus Eggenbergerjust some internal clean up
2008-10-04 Marcus Eggenbergerfixing crashes due to missing private data of chatitems
2008-09-30 Marcus Eggenbergernew message line no longer grows with the item height
2008-09-28 Marcus Eggenbergergiving the chatscene more control over the webpreview...
2008-09-28 Marcus Eggenbergerimproved web preview removinatings
2008-09-27 Marcus Eggenbergermaking webkit optional
2008-09-27 Marcus Eggenbergerhovering over a url now shows a thumbnail preview
2008-09-22 Marcus Eggenbergerclean up
2008-09-22 Marcus Eggenbergerfixing word wrap
2008-09-22 Marcus Eggenbergermaking newer gccs happy
2008-09-22 Marcus EggenbergerChatItem::fontMetrics() moved to ContentsChtatItem...
2008-09-22 Marcus EggenbergerAnother Speed boost for the new ChatView.
2008-09-15 Manuel NickschasEnable on-hover for URLs, remove now obsolete double...
2008-09-15 Manuel NickschasFirst steps in supporting on-hover
2008-09-15 Manuel NickschasURL recognition (WiP)
2008-08-18 Manuel NickschasCleanups, tweaks and fixes
2008-08-18 Manuel NickschasUse inheritance for handling the different ChatItem...
2008-08-16 Marcus Eggenbergerfixing pull / rebase aftermath
2008-08-16 Marcus EggenbergerIntroducing search in the chatview. See views -> show...
2008-08-15 Manuel NickschasIntroduce discardable LayoutData
2008-08-15 Manuel NickschasClean indentation
2008-08-13 Manuel NickschasMaking ChatItems in the first column full-height. Also...
2008-08-05 Marcus Eggenbergerpersitentmodelindexes--
2008-08-02 Manuel NickschasImplement quick and dirty doubleclick handler for URLs...
2008-08-02 Manuel NickschasInter- and intra-item selections now behave properly...
2008-08-02 Manuel NickschasRefactor and simplify ChatItem, implement full selectio...
2008-08-02 Manuel NickschasMake intra-item selections work
2008-08-02 Manuel NickschasCorrectly render timestamp and sender as well
2008-08-02 Manuel Nickschasobsolete--
2008-08-02 Manuel NickschasI CAN HAZ WORDWRAPZcd /usr/local/layman/portage-kdecd...
2008-08-02 Manuel NickschasIntroduce WrapColumnFinder.
2008-08-02 Manuel NickschasWordwrap in ChatView almost working.
2008-08-02 Manuel NickschasReworking the wordwrap stuff.
2008-08-02 Manuel NickschasProperly re-layout on resizing
2008-08-02 Manuel NickschasYAY! Colors are back!
2008-08-02 Manuel NickschasCompute correct height of ChatItems.
2008-05-22 Manuel NickschasSome optimizations... QGraphicsScene has some weird...
2008-05-19 Manuel NickschasMake ChatLine/-Items and ChatScene honor ChatView width.
2008-05-13 Manuel NickschasSwitch some dirty hacking to using real infrastructure...
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
2008-05-07 Manuel NickschasMake the new style engine compile and maybe even work...
2008-04-29 Manuel NickschasMore WiP stuff for the MessageModel.
2008-04-10 Manuel NickschasRemoving the new chatwidget and other cruft from trunk...
2008-01-05 Manuel NickschasFix license headers: Quassel IRC Team -> Quassel Projec...
2007-11-29 Manuel NickschasMaking Quassel slowly ready for its first release...
2007-10-30 Manuel NickschasAdding work-in-progress for the new QGraphicsScene...