Use QSslCertificate::isNull() instead of isValid() in IdentityEditWidget
[quassel.git] / src / qtui / chatscene.h
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-04 Daniel Albersadd context menu action to reset chat column widths
2014-01-13 Chris H (Shade ... Search the web with selected text.
2014-01-01 Manuel NickschasHappy New Year!
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-04-01 Manuel NickschasFix includes
2012-02-14 Daniel Albersbump © years
2010-06-30 Manuel NickschasFix and Qt-4.6-ify ColumnHandleItem
2010-06-29 Manuel NickschasAdd shortcut that jumps to the markerline
2010-06-17 Manuel NickschasFix markerline placement on relayout
2010-06-16 Manuel NickschasRefactor the markerline into a proper QGraphicsWidget
2010-05-01 Manuel NickschasProvide some new accessors for Chat{View|Scene}
2010-01-29 Manuel NickschasChatItems are no longer QGraphicsItems
2009-10-08 Daniel Albersfix webpreview for urls with url-encoded chars
2009-08-06 Manuel NickschasTweak ChatItem/ChatLine layouting
2009-08-06 Manuel NickschasUpdate ChatView properly on style changes
2009-08-06 Manuel NickschasAllow reloading stylesheets at runtime
2009-02-04 Marcus EggenbergerThe WebPreviews are now controlled via a neat state...
2009-01-12 Manuel NickschasYearly copyright bump :)
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-23 Manuel NickschasFix issues with single and double clicks in ChatView
2008-11-20 Manuel NickschasFixing issues with moving the mouse while double/triple...
2008-11-20 Manuel NickschasAdding context menu actions to ChatView
2008-11-20 Manuel NickschasProperly determine if mouse cursor is over selection...
2008-11-20 Manuel NickschasSanitizing clipboard handling
2008-11-20 Manuel NickschasSome cleanups in ChatScene in preparation to mouse...
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-17 Marcus Eggenbergeryou can now disable the web previews and user state...
2008-11-07 Manuel NickschasChatView now asks the scene if scrolling is ok on messa...
2008-11-07 Manuel NickschasEnable auto-scrolling while selecting text in ChatViews
2008-11-04 Marcus EggenbergerSearch result highlights are now properly repositioned...
2008-11-03 Manuel NickschasHandle selections properly on insertion and removal...
2008-11-03 Marcus EggenbergerFixing BR #308 - make column handle fade smoother
2008-10-28 Manuel Nickschasmsvc_warnings--
2008-10-28 Manuel NickschasPimp my ChatView!
2008-10-28 Marcus Eggenbergerclean up
2008-10-16 Marcus EggenbergerSpliting the functionality of setWidth into 3 separate...
2008-10-16 Marcus Eggenbergernaming convention
2008-10-16 Marcus EggenbergerDisabling SceneIndex during resizing.
2008-10-14 Marcus EggenbergerFinally fixing the WebPreview crash bug. As a result...
2008-10-11 Marcus Eggenbergerjust some internal clean up
2008-10-06 Marcus Eggenbergerfixing auto scroll issues when chatlines are inserted...
2008-10-04 Marcus EggenbergerWebPreview is now delayed by 2 seconds.
2008-10-01 Marcus Eggenbergersmall fixes
2008-09-30 Marcus Eggenbergerhiding daychange messages at the top of the buffer
2008-09-28 Marcus Eggenbergergiving the chatscene more control over the webpreview...
2008-09-22 Marcus EggenbergerAnother Speed boost for the new ChatView.
2008-09-15 Manuel NickschasAdd accessor to check if a filter accepts a given BufferId
2008-09-11 Marcus Eggenbergereven faster resizing
2008-09-11 Marcus EggenbergerChatScene speed improvement. This might even fix the...
2008-08-30 Marcus Eggenbergerfaster ChatLine insertion into the ChatScene. And some...
2008-08-27 Manuel NickschasImprove scrolling and dynamic backlog fetching behavior
2008-08-27 Manuel NickschasSanitize the handling of ColumnHandleItems
2008-08-27 Manuel NickschasFix regression that caused crashes while selection...
2008-08-18 Marcus EggenbergerChatScene now properly react on aboutToRemoveRows(...
2008-08-18 Marcus Eggenbergerreverting the backlog request to how it was in the...
2008-08-16 Marcus EggenbergerIntroducing search in the chatview. See views -> show...
2008-08-15 Manuel NickschasClipboard will no longer be randomly overwritten with...
2008-08-13 Manuel NickschasCorrectly handle selections while new ChatLines are...
2008-08-13 Manuel NickschasRework selections to make them not fail with weird...
2008-08-12 Marcus Eggenbergerfixing a compile warning in windows
2008-08-12 Marcus Eggenbergerthe new chatwidget now highlights the first new message...
2008-08-12 Marcus EggenbergerContinuing my personal crusade against Buffer.
2008-08-11 Marcus Eggenbergerfixing BR #261 (making fields removable from the chatmo...
2008-08-11 Manuel NickschasBring back dynamic backlog fetching (move scrollbar...
2008-08-03 Manuel NickschasClean up MessageModel on disconnect
2008-08-03 Manuel NickschasMake ChatView's scrollbar behavior a bit more tolerant...
2008-08-02 Manuel NickschasPut selection into clipboard - output format config...
2008-08-02 Manuel NickschasInter- and intra-item selections now behave properly...
2008-08-02 Manuel NickschasMethod stub for implementing multiline selections next
2008-08-02 Manuel NickschasMake intra-item selections work
2008-08-02 Manuel NickschasIntroduce an id string for the views (provided by Messa...
2008-08-02 Manuel NickschasColumns are now moveable!
2008-08-02 Manuel NickschasColumn handles (but not yet the columns themselves...
2008-08-02 Manuel NickschasIntroduce column separator items; change most of ChatVi...
2008-05-22 Manuel NickschasChatView now uses MessageFilter to display only message...
2008-05-22 Manuel NickschasQuassel now handles even huge ChatScenes without slowin...
2008-05-21 Manuel NickschasHandle rowsInserted() and add new messages to the scene.
2008-05-19 Manuel NickschasMake ChatLine/-Items and ChatScene honor ChatView width.
2008-05-09 Manuel NickschasMoving branches/0.3 to trunk
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...