Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | Clean up include files | Dirk Hohndel | |
They should have a newline at the end. Forward declarations of classes should be 'class'. Function / method definitions don't end on a ';' Remove obsolete QStateMachine forward reference. 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> |