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

New message display #41

Closed Schlumpf closed 11 years ago

Schlumpf commented 11 years ago

I'm implementing a new message display. At the end it should looking like the mockup. The work is still in progress but I would like to present the current state.

screenshot

On this state it is only a replacement for the old one. The only new feature is emoticon support. I added some smileys from fatcows icon set, which can easily replaced later.

As I said, work in progress. You can always find the current state on https://github.com/Schlumpf/ProjectTox-Qt-GUI/tree/message-display till the next pull request.

aviau commented 11 years ago

Nice Work :+1:

nurupo commented 11 years ago

May I merge it? It seems that you already implemented the new message display and working on statuses now.

nurupo commented 11 years ago

And could you make a separate pull request for statuses (the last commit in here).

Schlumpf commented 11 years ago

OK, I reverted the status messages from this branch. Yes, you can merge it. Visualization of message send status isn't implemented jet, but it will come. I read, that the core has changed the API. So I think I should wait with the Visualization for the new API.

nurupo commented 11 years ago

Tested it a little, looks good, except some minor details, which is fine.

test1 test2

nurupo commented 11 years ago

Could you add copyright notices with your nickname/realname and working email address to files with significant modifications?

nurupo commented 11 years ago

Thank you for the contribution :)