nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
342 stars 116 forks source link

action support #61

Closed Schlumpf closed 11 years ago

Schlumpf commented 11 years ago

Here comes support for "/me actions".

nurupo commented 11 years ago

Could you move the * into a nameLabel and the rest in the messageLabel? It's just looks weird that message is now where the name is usually displayed. Also, there is no separation line, which distinguishes messages of different users.

Schlumpf commented 11 years ago

I changed it. But it will replaced by the new QGraphicsView based message display, anyway.

nurupo commented 11 years ago

Yeah, forgot to mention that you don't have to fix it because of the new message display :) Will test and merge it, since it's fixed.

Schlumpf commented 11 years ago

Yes, currently I'm working on the new friend request widget. After that, I'll go to message display.