Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-22 | Added a Delegate for editing Cylinders | Tomaz Canabrava | |
Now when you edit 'Type', a drop-down list will appear and will enable you to choose from it's contents. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> | |||
2013-05-02 | Test the CSS for styling the TableView | Tomaz Canabrava | |
This is a test and I shouldn't be taken seriously. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-04-27 | Added support for showing the Stars on the DiveTable | Tomaz Canabrava | |
For the stars on the dive table I had to rework a bit my StarRating widget, because it used a pixmap for each widget that were created. Not it uses only 2 pixmaps: the active and inactive ones. A new file was created named modeldelegates(h, cpp) that should hold all delegates of the models. For the GTK / C folks, a 'Delegate' ia s way to bypass the default behavior of the view that's displaying the data. I also added the code to display the stars if no delegate is set ( good for debugging. ) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> |