Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Convert all old .tiff resource images to .png format | rowanbeentje | 2012-12-21 | 1 | -0/+0 |
| | | | | | | | - Recompress all pngs losslessly to reduce disk use slightly - Remove old unused images - Switch some code over to imageNamed: to allow easier Retina additions in future | ||||
* | Add the ability to navigate between tables via foreign key relationships, ↵ | rowanbeentje | 2009-07-18 | 1 | -0/+0 |
addressing the first part of #209: - For the first column linked by each foreign key, display a link arrow within the table cell - When clicking on the link arrow, select the reference table and set the table filters to select the clicked value - Also uses the table cell subclass to allow the entire cell to be editable, not just the contained text (addresses #250) |