From 6d5927b835706d28ee8ec24254d7b5c19bf6e5fe Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 3 Nov 2010 01:42:32 +0000 Subject: Add a new category to SPDatabaseDocument, allowing code cleanup and moving central functionality out of SPTablesList: - Centralise control over table loading, moving it away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Centralise control over the main tab view, moving control away from SPTablesList and into SPDatabaseDocument and the new SPDatabaseViewController category - Simplify and clean up view loading logic - Improve thread safety - Update localisable strings --- Resources/English.lproj/DBView.strings | Bin 100836 -> 99710 bytes Resources/English.lproj/FieldEditorSheet.strings | Bin 11500 -> 11502 bytes Resources/English.lproj/Localizable.strings | Bin 183032 -> 183004 bytes Resources/English.lproj/MainMenu.strings | Bin 41002 -> 42638 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'Resources/English.lproj') diff --git a/Resources/English.lproj/DBView.strings b/Resources/English.lproj/DBView.strings index 3573001b..440d66bb 100644 Binary files a/Resources/English.lproj/DBView.strings and b/Resources/English.lproj/DBView.strings differ diff --git a/Resources/English.lproj/FieldEditorSheet.strings b/Resources/English.lproj/FieldEditorSheet.strings index 84f66d66..f6f508dd 100644 Binary files a/Resources/English.lproj/FieldEditorSheet.strings and b/Resources/English.lproj/FieldEditorSheet.strings differ diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings index ac4a1524..5a482a5d 100644 Binary files a/Resources/English.lproj/Localizable.strings and b/Resources/English.lproj/Localizable.strings differ diff --git a/Resources/English.lproj/MainMenu.strings b/Resources/English.lproj/MainMenu.strings index ff2e820a..e2be88de 100644 Binary files a/Resources/English.lproj/MainMenu.strings and b/Resources/English.lproj/MainMenu.strings differ -- cgit v1.2.3