added zoom feature: "ctrl +" magnifies, "ctrl -" demagnifies and "ctrl 0" normalizes
authorAlexander von Renteln <phon@quassel-irc.org>
Sat, 25 Oct 2008 21:57:58 +0000 (23:57 +0200)
committerAlexander von Renteln <phon@quassel-irc.org>
Sat, 25 Oct 2008 22:01:45 +0000 (00:01 +0200)
commitdcdc88676f6bf6c961c554e1ff0d160082ba0973
tree7c6cb5acd1f491aaeea52dcbfeaeb77bca6a429d
parentd7a03811630fcaad68c38f1dbe3b240d2c62f1ef
added zoom feature: "ctrl +" magnifies, "ctrl -" demagnifies and "ctrl 0" normalizes
page-up and page-down key in the inputline now scrolls the bufferwidget
src/qtui/bufferwidget.cpp
src/qtui/bufferwidget.h
src/qtui/chatview.cpp
src/qtui/chatview.h
src/qtui/inputwidget.cpp
src/qtui/inputwidget.h
src/qtui/jumpkeyhandler.cpp
src/qtui/mainwin.cpp