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

Status dot icon #126

Open Schlumpf opened 10 years ago

Schlumpf commented 10 years ago

Simple implementation of the status icons of the mockup images.

nurupo commented 10 years ago

Any reason against using image files from the mockup UI repo?

nurupo commented 10 years ago

To be honest, I don't really like that status indicator also being used to indicate unread messages, but I guess following the mockup for now it's fine, we always can change things if needed.

If you want to work on styling, one of the steps of styling would be porting the way Quassel does themeing, with those Qt style sheet files (Qt doc, Quassel themes). I think Quassel just uses a custom parser which feeds things in Qt, so there is not that much code (I might be wrong).

Schlumpf commented 10 years ago

I just didn't know, that the mockup repo exists, so there is no reason. I will change do those icons. I like the combination of status and notification icon. It saves space and looks fine, in my opinion ;)

Currently I'm still working on smileys, emoji and chat view. But I'm very busy with my masters, and I needed a simple task to do.