Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport combo box in property renderer | Matthias Vogelgesang | 2012-07-09 | 1 | -2/+97 |
| | |||||
* | Remove unused variable | Matthias Vogelgesang | 2012-07-06 | 1 | -3/+0 |
| | |||||
* | Add property tree view | Matthias Vogelgesang | 2012-07-04 | 1 | -0/+502 |
The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView. |