Hello! I created patch that can: 1. Change tab position (Top, Bottom, Left, Right). 2.Select tab position from Menu - Options - Advanced - Tab Position
http://www.nuos.edu.ua/~pavel/psi/psi-options.PNG
And if you prefer to have vertical tab position with horizontal text like Pidgin-Gaim (
psi1.pngpsi-win2.png) you have to patch Qt lib qt4-patch.tar.gz for qt-x11-opensource-src-4.3.2
You have to patch 3 files: /src/gui/styles/qcommonstyle.cpp /src/gui/widgets/qtabbar.cpp
/src/gui/widgets/qtabwidget.cpp
--------------------------
Also
I added function interceptMessage for plugin system that invokes
interceptor on the specific message. The interceptor can modify message. interceptMessage calls each time when user sends a message. I am working on Plugin that has a table, in the first column - short messages, in the second one — long message.
For example: hl - Hello brb - Be right back hau - How are you? ..... and etc.
User types just "hl" or "brb" and Psi should send "Hello" or "Be right back".