From 11e10321f97577204b74f84b528029490e64ef47 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 18 Jul 2009 16:02:04 +0000 Subject: 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) --- Resources/Images/link-arrow-clicked.png | Bin 0 -> 287 bytes Resources/Images/link-arrow-highlighted.png | Bin 0 -> 249 bytes Resources/Images/link-arrow.png | Bin 0 -> 287 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Resources/Images/link-arrow-clicked.png create mode 100644 Resources/Images/link-arrow-highlighted.png create mode 100644 Resources/Images/link-arrow.png (limited to 'Resources/Images') diff --git a/Resources/Images/link-arrow-clicked.png b/Resources/Images/link-arrow-clicked.png new file mode 100644 index 00000000..541f9b04 Binary files /dev/null and b/Resources/Images/link-arrow-clicked.png differ diff --git a/Resources/Images/link-arrow-highlighted.png b/Resources/Images/link-arrow-highlighted.png new file mode 100644 index 00000000..5ce39b58 Binary files /dev/null and b/Resources/Images/link-arrow-highlighted.png differ diff --git a/Resources/Images/link-arrow.png b/Resources/Images/link-arrow.png new file mode 100644 index 00000000..3b5759c4 Binary files /dev/null and b/Resources/Images/link-arrow.png differ -- cgit v1.2.3