From 5f82f03483585a5f947e5fd7313674ecd71699c0 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 20 Nov 2008 02:54:30 +0000 Subject: Functional changes: - Refreshing or reloading a table view will now attempt to preserve sorting and filters. Other changes: - Initial cleanup of TableContent loadTable: - Replacing project-distributed column sort arrows with the OS-provided images --- sequel-pro.xcodeproj/project.pbxproj | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sequel-pro.xcodeproj') diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 3514d168..35ceec42 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -47,8 +47,6 @@ 4D700D4C0EC2B97C00C9F09E /* sheettotable.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D160EC2B97C00C9F09E /* sheettotable.tiff */; }; 4D700D4D0EC2B97C00C9F09E /* showconsole.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D170EC2B97C00C9F09E /* showconsole.tiff */; }; 4D700D4E0EC2B97C00C9F09E /* showvariables.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D180EC2B97C00C9F09E /* showvariables.tiff */; }; - 4D700D4F0EC2B97C00C9F09E /* sort-down.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D190EC2B97C00C9F09E /* sort-down.tiff */; }; - 4D700D500EC2B97C00C9F09E /* sort-up.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D1A0EC2B97C00C9F09E /* sort-up.tiff */; }; 4D700D510EC2B97C00C9F09E /* spyglass.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D1B0EC2B97C00C9F09E /* spyglass.tiff */; }; 4D700D520EC2B97C00C9F09E /* table-small.tif in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D1C0EC2B97C00C9F09E /* table-small.tif */; }; 4D700D530EC2B97C00C9F09E /* tableadd.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 4D700D1D0EC2B97C00C9F09E /* tableadd.tiff */; }; @@ -162,8 +160,6 @@ 4D700D160EC2B97C00C9F09E /* sheettotable.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = sheettotable.tiff; sourceTree = ""; }; 4D700D170EC2B97C00C9F09E /* showconsole.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = showconsole.tiff; sourceTree = ""; }; 4D700D180EC2B97C00C9F09E /* showvariables.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = showvariables.tiff; sourceTree = ""; }; - 4D700D190EC2B97C00C9F09E /* sort-down.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "sort-down.tiff"; sourceTree = ""; }; - 4D700D1A0EC2B97C00C9F09E /* sort-up.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "sort-up.tiff"; sourceTree = ""; }; 4D700D1B0EC2B97C00C9F09E /* spyglass.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = spyglass.tiff; sourceTree = ""; }; 4D700D1C0EC2B97C00C9F09E /* table-small.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "table-small.tif"; sourceTree = ""; }; 4D700D1D0EC2B97C00C9F09E /* tableadd.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = tableadd.tiff; sourceTree = ""; }; @@ -354,8 +350,6 @@ 4D700D160EC2B97C00C9F09E /* sheettotable.tiff */, 4D700D170EC2B97C00C9F09E /* showconsole.tiff */, 4D700D180EC2B97C00C9F09E /* showvariables.tiff */, - 4D700D190EC2B97C00C9F09E /* sort-down.tiff */, - 4D700D1A0EC2B97C00C9F09E /* sort-up.tiff */, 4D700D1B0EC2B97C00C9F09E /* spyglass.tiff */, 4D700D1C0EC2B97C00C9F09E /* table-small.tif */, 4D700D1D0EC2B97C00C9F09E /* tableadd.tiff */, @@ -568,8 +562,6 @@ 4D700D4C0EC2B97C00C9F09E /* sheettotable.tiff in Resources */, 4D700D4D0EC2B97C00C9F09E /* showconsole.tiff in Resources */, 4D700D4E0EC2B97C00C9F09E /* showvariables.tiff in Resources */, - 4D700D4F0EC2B97C00C9F09E /* sort-down.tiff in Resources */, - 4D700D500EC2B97C00C9F09E /* sort-up.tiff in Resources */, 4D700D510EC2B97C00C9F09E /* spyglass.tiff in Resources */, 4D700D520EC2B97C00C9F09E /* table-small.tif in Resources */, 4D700D530EC2B97C00C9F09E /* tableadd.tiff in Resources */, -- cgit v1.2.3