Revamp InputLine
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 17 Apr 2009 12:03:03 +0000 (14:03 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 17 Apr 2009 12:07:56 +0000 (14:07 +0200)
commit914118e3b22cdd91191aea8568130f831db0cb8d
treeb3ade988ec988d17f87f711aa197c54b072c27e0
parent755ae9469c82d0e3557a4fe2e05461ca0c270bb2
Revamp InputLine

* Use {Q|K}TextEdit rather than QLineEdit on all platforms - we need this for fancy stuff to come
* Replaced hacky hardcoded height calculation by proper QStyle-based information, should finally
  fix the jumpy input line everywhere, the oversized widget in Oxygen, and other issues
* Use sizeHint() rather than setting a maximumHeight() to make the input line work in layouts
* Cleanups
src/qtui/bufferwidget.cpp
src/qtui/ui/inputwidget.ui
src/uisupport/inputline.cpp
src/uisupport/inputline.h