Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-16 | Whitespace and coding style updates | Dirk Hohndel | |
Another futile attempt to cleanup the code and make coding style and whitespace consistent. I tried to add a file that describes the key points of our coding style. I have no illusions that this will help the least bit... This commit should ONLY change whitespace Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2014-01-16 | Added a QGraphicsPixmapItem subclass that handles Animations. | Tomaz Canabrava | |
This class is useful for adding / removing icons on the future profile in a way that they are smoothly added to / removed from the canvas. It uses the QProperty System to deal with animations. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |