diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-18 16:02:04 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-18 16:02:04 +0000 |
commit | 11e10321f97577204b74f84b528029490e64ef47 (patch) | |
tree | 624f2897d1937f02996471b681a485d6358a8535 /Resources | |
parent | 4aa27ac121818e97bb70f28943d11590226a64ce (diff) | |
download | sequelpro-11e10321f97577204b74f84b528029490e64ef47.tar.gz sequelpro-11e10321f97577204b74f84b528029490e64ef47.tar.bz2 sequelpro-11e10321f97577204b74f84b528029490e64ef47.zip |
Add the ability to navigate between tables via foreign key relationships, 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)
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Images/link-arrow-clicked.png | bin | 0 -> 287 bytes |
-rw-r--r-- | Resources/Images/link-arrow-highlighted.png | bin | 0 -> 249 bytes |
-rw-r--r-- | Resources/Images/link-arrow.png | bin | 0 -> 287 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/Resources/Images/link-arrow-clicked.png b/Resources/Images/link-arrow-clicked.png Binary files differnew file mode 100644 index 00000000..541f9b04 --- /dev/null +++ b/Resources/Images/link-arrow-clicked.png diff --git a/Resources/Images/link-arrow-highlighted.png b/Resources/Images/link-arrow-highlighted.png Binary files differnew file mode 100644 index 00000000..5ce39b58 --- /dev/null +++ b/Resources/Images/link-arrow-highlighted.png diff --git a/Resources/Images/link-arrow.png b/Resources/Images/link-arrow.png Binary files differnew file mode 100644 index 00000000..3b5759c4 --- /dev/null +++ b/Resources/Images/link-arrow.png |