Instantiate the QmlChatView instead of the QGV-based ChatView
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Aug 2011 16:53:02 +0000 (18:53 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 10 Aug 2011 13:31:22 +0000 (15:31 +0200)
commit6721aa2039d9e4e7af548a03aabbb4f73483de0d
tree6d3753d64e78d6623453e94e36f21dbc21bedccf
parent4f3598de2cd5464775eec8a7c410c9f83c3d964d
Instantiate the QmlChatView instead of the QGV-based ChatView

If Quassel is built with -DWITH_QML=ON, we now create and display the
ChatView component rather than the traditional QGraphicsView-based widget.

Note that some features like the ChatMonitor are disabled for now.
src/qtui/bufferwidget.cpp
src/qtui/mainwin.cpp
src/qtui/qtui.cpp