aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-03 22:10:38 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-03 22:10:38 +0000
commit89719b64e4f6fa793c4ed7d4d1a63f8b4938812c (patch)
treeaf76d4247f35cdd77d3defdfadc144bfb79beb27 /sequel-pro.xcodeproj/project.pbxproj
parente173979e6dd7b343a7a6d4a5b694b938de0956c6 (diff)
downloadsequelpro-89719b64e4f6fa793c4ed7d4d1a63f8b4938812c.tar.gz
sequelpro-89719b64e4f6fa793c4ed7d4d1a63f8b4938812c.tar.bz2
sequelpro-89719b64e4f6fa793c4ed7d4d1a63f8b4938812c.zip
Various improvements to default connection favorites handling, including:
- Updating the default favorite popup button to reflect the sorted order of the favorites tableview. - A new icon indicating the default favorite in the favorites tableview. - A new 'Make Default' menu item in the favorites tableview context menu. (Outstanding issue: Incorrect default favorite being selected upon launch because the sorting of favorites on the connection screen and preferences are independent of each other).
Diffstat (limited to 'sequel-pro.xcodeproj/project.pbxproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index d29903bf..823ed7d2 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -87,6 +87,7 @@
17CC97F310B4ABE90034CD7A /* SPAboutController.m in Sources */ = {isa = PBXBuildFile; fileRef = 17CC97F210B4ABE90034CD7A /* SPAboutController.m */; };
17CC97F710B4AC6C0034CD7A /* AboutPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17CC97F510B4AC6C0034CD7A /* AboutPanel.xib */; };
17CC993B10B4C9C80034CD7A /* License.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 17CC993A10B4C9C80034CD7A /* License.rtf */; };
+ 17D3649811DFE61B00CC9413 /* blue-tick.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 17D3649711DFE61B00CC9413 /* blue-tick.tiff */; };
17DCC5C7115C202700F89A00 /* MCPStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 17DCC5C5115C202700F89A00 /* MCPStringAdditions.h */; };
17DD52B7115071D0007D8950 /* sequel-pro-print-template.html in Resources */ = {isa = PBXBuildFile; fileRef = 17DD52B6115071D0007D8950 /* sequel-pro-print-template.html */; };
17DD52B911507217007D8950 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 17DD52B811507217007D8950 /* Credits.rtf */; };
@@ -547,6 +548,7 @@
17CC97F210B4ABE90034CD7A /* SPAboutController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPAboutController.m; sourceTree = "<group>"; };
17CC97F610B4AC6C0034CD7A /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Interfaces/English.lproj/AboutPanel.xib; sourceTree = "<group>"; };
17CC993A10B4C9C80034CD7A /* License.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = License.rtf; sourceTree = "<group>"; };
+ 17D3649711DFE61B00CC9413 /* blue-tick.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "blue-tick.tiff"; sourceTree = "<group>"; };
17DA04EA0FC1A7DA00D66140 /* Unit Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Unit Tests-Info.plist"; sourceTree = "<group>"; };
17DCC5C5115C202700F89A00 /* MCPStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MCPStringAdditions.h; sourceTree = "<group>"; };
17DD52B6115071D0007D8950 /* sequel-pro-print-template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sequel-pro-print-template.html"; sourceTree = "<group>"; };
@@ -1594,6 +1596,8 @@
17E6418B0EF01FF7001BC333 /* Images */ = {
isa = PBXGroup;
children = (
+ 17BFC80D10D3FF5200A3B112 /* Icons */,
+ 17D3649711DFE61B00CC9413 /* blue-tick.tiff */,
BCCDED62115940CB00285E65 /* sync_arrows_01.tiff */,
BCCDED63115940CB00285E65 /* sync_arrows_02.tiff */,
BCCDED64115940CB00285E65 /* sync_arrows_03.tiff */,
@@ -1601,7 +1605,6 @@
BCCDED66115940CB00285E65 /* sync_arrows_05.tiff */,
BCCDED67115940CB00285E65 /* sync_arrows_06.tiff */,
BCEF78C5115215CA0023F8C2 /* network-small.tif */,
- 17BFC80D10D3FF5200A3B112 /* Icons */,
BC1E55C3100DC92200AAE9F0 /* table-view-small-square.tiff */,
177E792B0FCB54EC00E9E122 /* database-small.png */,
177E792C0FCB54EC00E9E122 /* dummy-small.png */,
@@ -2302,6 +2305,7 @@
BCCDED6D115940CB00285E65 /* sync_arrows_06.tiff in Resources */,
58A8A72711A0149100B95749 /* MainWindow.xib in Resources */,
17A7773811C52E61001E27B4 /* IndexesView.xib in Resources */,
+ 17D3649811DFE61B00CC9413 /* blue-tick.tiff in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};