cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / qtui / chatitem.cpp
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2020-01-08 Manuel Nickschascommon: Always let QVariant::fromValue() deduce the...
2019-08-28 Janne KoschinskiReplace deprecated additionalFormats with formats
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Migrate action-related things to PMF connects
2018-11-18 Manuel Nickschasmodernize: Replace most remaining old-style connects...
2018-11-18 Manuel Nickschasmodernize: Use auto where the type is clear from context
2018-11-18 Manuel Nickschasmodernize: Use '= default' instead of empty ctor/dtor...
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-11-18 Manuel Nickschasuisupport: Let ClickableList inherit from std::vector...
2018-09-06 Manuel Nickschasqa: Avoid warning about missing field initializers
2018-08-28 Manuel Nickschasqtui: Properly render hovered-upon clickables
2018-06-17 Manuel Nickschasicons: Warn on missing icons
2018-05-23 Michael MarleyUse 64-bit IDs for messages
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-08 Manuel Nickschasuistyle: Support extended mIRC colors
2018-03-08 Manuel Nickschasuistyle: Add more type-safety to UiStyle, and clean...
2016-09-05 romibiUse QtWebEngine instead of QtWebKit if available
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-10-25 Manuel NickschasRemove the obsolete Icon and IconLoader classes
2014-10-25 Manuel NickschasUse Qt's native icon theme support rather than our own
2014-03-27 Manuel NickschasFix rendering of the sender column
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-24 Bas PapesetAlphaChannel is deprecated in Qt 5.
2014-01-01 Manuel NickschasHappy New Year!
2013-11-24 Manuel NickschasFix context menu not being restored properly
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2012-02-14 Daniel Albersbump © years
2010-06-30 Manuel NickschasFix and Qt-4.6-ify ColumnHandleItem
2010-05-31 Manuel NickschasFix chatline caching on resize
2010-05-11 Manuel NickschasCache ChatLine layout data for visible chatlines
2010-02-25 Manuel NickschasAvoid circular #includes to shut up lupdate
2010-02-16 Manuel NickschasProperly clip ChatItem drawing
2010-01-31 Sebastian GothAdapt chatview and nickview to join-and-switch
2010-01-31 Sebastian GothMake sender column clickable
2010-01-29 Manuel NickschasChatItems are no longer QGraphicsItems
2010-01-01 Manuel NickschasUntie the marker line from lastSeenMsg
2009-11-06 Manuel NickschasMake sure that text lines aren't squeezed together...
2009-10-09 Manuel NickschasDon't loop indefinitely while trying to teach manners...
2009-10-08 Daniel Albersfix webpreview for urls with url-encoded chars
2009-09-14 Manuel NickschasWorkaround the wordwrap issues with Qt
2009-08-25 Manuel NickschasIntroduce Clickable::activate() to put handling clicks...
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 NickschasDon't put loaded formats directly in the format cache
2009-08-06 Manuel NickschasTweak ChatItem/ChatLine layouting
2009-08-06 Manuel NickschasRevert "Remove the word boundary cache"
2009-08-06 Manuel NickschasAllow reloading stylesheets at runtime
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-08-06 Manuel NickschasMake backgrounds of ChatLines and ChatItems styleable
2009-06-07 Sebastian GothAdd ^ to vali url chars
2009-04-12 Sebastian Gothwwwtf this is no url! fixes #671
2009-03-26 Manuel NickschasAllow arbitrary protocols for URL detection
2009-03-24 Marcus EggenbergerMerge branch 'bufferviewoverlay'
2009-03-15 Sebastian GothAdd ' to urlChars. Fixes #626
2009-02-12 Manuel NickschasChange str.indexOf(rx) to rx.indexIn(str)
2009-02-06 Manuel NickschasIntroduce GraphicalUi (between QtUi and AbstractUi...
2009-01-16 Manuel NickschasFix a regression that would show some wrong context...
2009-01-15 Manuel NickschasImprove mouse button detection for mouse release events
2009-01-15 Marcus EggenbergerNo longer saving QTextLayouts for chatitems
2009-01-12 Manuel NickschasYearly copyright bump :)
2009-01-04 Manuel NickschasProperly stop #nnn from being clickable
2009-01-02 Manuel NickschasImprove channelname recognition a bit (don't make ...
2008-12-14 Manuel NickschasMake channel names in ChatView left-clickable as well
2008-12-14 Manuel NickschasMaking channel names clickable
2008-12-13 Manuel NickschasAdd buffer-specific actions to ChatView context menu...
2008-11-30 Manuel NickschasAdd buffer-specific actions to ChatView's context menu
2008-11-26 Daniel Albershand QUrl a UTF-8 string instead of ASCII
2008-11-26 Manuel NickschasRecognize gopher:// URIs as clickable
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 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-09 Manuel NickschasFix a qreal->int warning
2008-11-07 Manuel NickschasExtend set of allowed chars in an URL, fixing BR #389
2008-11-07 Manuel NickschasFix ChatItem clipping (when selecting lines)
2008-11-06 Marcus Eggenbergerfix a warning for the non-webkit guys
2008-11-04 Manuel NickschasDon't quote URLs, fixes BR #379
2008-11-02 Alexander von Rentelnadded context menu to links
2008-10-28 Manuel NickschasFill sender pixmaps with Qt::transparent to fix drawing...
2008-10-28 Manuel NickschasPimp my ChatView!
2008-10-22 Manuel NickschasMatch clickables case insensitive, fixes BR #363
2008-10-20 Manuel NickschasImproving URL detection regexp
next