diff --git a/Linux/Bungloo.py b/Linux/Bungloo.py index 836d2fc..8b3445c 100755 --- a/Linux/Bungloo.py +++ b/Linux/Bungloo.py @@ -106,9 +106,9 @@ class Controller(QtCore.QObject): def unreadMentions(self, count): i = int(count) if i > 0: - self.app.timeline.set_window_title("bungloo (^" + str(i) + ")") + self.app.timeline.set_window_title("Bungloo (^" + str(i) + ")") else: - self.app.timeline.set_window_title("bungloo") + self.app.timeline.set_window_title("Bungloo") self.app.mentions.evaluateJavaScript("bungloo_instance.unread_mentions = 0;") @QtCore.pyqtSlot(str, str, str, str) diff --git a/Linux/Windows.py b/Linux/Windows.py index 26584dc..9a132c3 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -76,7 +76,7 @@ class Preferences: class Timeline: - def __init__(self, app, action="timeline", title="bungloo"): + def __init__(self, app, action="timeline", title="Bungloo"): self.app = app self.action = action self.title = title @@ -106,7 +106,7 @@ class Timeline: exitAction = QtGui.QAction("&Exit", self.window) exitAction.setShortcut("Ctrl+Q") - exitAction.setStatusTip("Exit bungloo") + exitAction.setStatusTip("Exit Bungloo") exitAction.triggered.connect(QtGui.qApp.quit) menubar = self.window.menuBar() @@ -265,7 +265,7 @@ class NewPost(Helper.RestorableWindow): exitAction = QtGui.QAction("&Exit", self) exitAction.setShortcut("Ctrl+Q") - exitAction.setStatusTip("Exit bungloo") + exitAction.setStatusTip("Exit Bungloo") exitAction.triggered.connect(QtGui.qApp.quit) menubar = self.menuBar() diff --git a/Mac/bungloo-Info.plist b/Mac/Bungloo-Info.plist similarity index 96% rename from Mac/bungloo-Info.plist rename to Mac/Bungloo-Info.plist index 19bf511..8ef761b 100644 --- a/Mac/bungloo-Info.plist +++ b/Mac/Bungloo-Info.plist @@ -26,9 +26,9 @@ CFBundleExecutable - bungloo + Bungloo CFBundleHelpBookFolder - bungloo.help + Bungloo.help CFBundleHelpBookName nu.jabs.apps.bungloo.help CFBundleIconFile @@ -38,7 +38,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - bungloo + Bungloo CFBundlePackageType APPL CFBundleShortVersionString diff --git a/Mac/bungloo_Prefix.pch b/Mac/Bungloo.temp_caseinsensitive_rename_Prefix.pch similarity index 100% rename from Mac/bungloo_Prefix.pch rename to Mac/Bungloo.temp_caseinsensitive_rename_Prefix.pch diff --git a/Mac/bungloo.xcodeproj/jeena.mode1v3 b/Mac/Bungloo.xcodeproj/jeena.mode1v3 similarity index 100% rename from Mac/bungloo.xcodeproj/jeena.mode1v3 rename to Mac/Bungloo.xcodeproj/jeena.mode1v3 diff --git a/Mac/bungloo.xcodeproj/jeena.pbxuser b/Mac/Bungloo.xcodeproj/jeena.pbxuser similarity index 100% rename from Mac/bungloo.xcodeproj/jeena.pbxuser rename to Mac/Bungloo.xcodeproj/jeena.pbxuser diff --git a/Mac/bungloo.xcodeproj/project.pbxproj b/Mac/Bungloo.xcodeproj/project.pbxproj similarity index 94% rename from Mac/bungloo.xcodeproj/project.pbxproj rename to Mac/Bungloo.xcodeproj/project.pbxproj index 3be1917..e6c4060 100644 --- a/Mac/bungloo.xcodeproj/project.pbxproj +++ b/Mac/Bungloo.xcodeproj/project.pbxproj @@ -66,6 +66,7 @@ 1F2D79BC165E8C6B000E8428 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = /System/Library/Frameworks/CoreLocation.framework; sourceTree = ""; }; 1F303BE21660752700891D71 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = /System/Library/Frameworks/QuickLook.framework; sourceTree = ""; }; 1F3F129D164F202000C7C983 /* dsa_pub.pem */ = {isa = PBXFileReference; lastKnownFileType = text; name = dsa_pub.pem; path = publish/dsa_pub.pem; sourceTree = ""; }; + 1F55BA1216C852FB009F0306 /* Bungloo_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Bungloo_Prefix.pch; sourceTree = ""; }; 1F618EC812DB5E6100E500D9 /* PostModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = PostModel.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; 1F618EC912DB5E6100E500D9 /* PostModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = PostModel.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; @@ -86,7 +87,7 @@ 1FFA36D41177D879006C8562 /* ViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewDelegate.h; sourceTree = ""; }; 1FFA36D51177D879006C8562 /* ViewDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewDelegate.m; sourceTree = ""; }; 1FFA37061177DAF4006C8562 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; - 2564AD2C0F5327BB00F57823 /* bungloo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = bungloo_Prefix.pch; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2564AD2C0F5327BB00F57823 /* Bungloo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Bungloo_Prefix.pch; sourceTree = ""; }; 2A37F4ACFDCFA73011CA2CEA /* NewMessageWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = NewMessageWindow.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2A37F4AEFDCFA73011CA2CEA /* NewMessageWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = NewMessageWindow.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; 2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; @@ -94,8 +95,8 @@ 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 6B68359A166015C4004F4732 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = ""; }; - 8D15AC360486D014006FF6A4 /* bungloo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "bungloo-Info.plist"; sourceTree = ""; }; - 8D15AC370486D014006FF6A4 /* bungloo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bungloo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D15AC360486D014006FF6A4 /* Bungloo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Bungloo-Info.plist"; sourceTree = ""; }; + 8D15AC370486D014006FF6A4 /* Bungloo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Bungloo.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -148,7 +149,7 @@ 19C28FB0FE9D524F11CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8D15AC370486D014006FF6A4 /* bungloo.app */, + 8D15AC370486D014006FF6A4 /* Bungloo.app */, ); name = Products; sourceTree = ""; @@ -192,7 +193,8 @@ 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = { isa = PBXGroup; children = ( - 2564AD2C0F5327BB00F57823 /* bungloo_Prefix.pch */, + 2564AD2C0F5327BB00F57823 /* Bungloo_Prefix.pch */, + 1F55BA1216C852FB009F0306 /* Bungloo_Prefix.pch */, 2A37F4B0FDCFA73011CA2CEA /* main.m */, ); name = "Other Sources"; @@ -206,7 +208,7 @@ 1F3F129D164F202000C7C983 /* dsa_pub.pem */, 1F132C781666CD9700E4E661 /* TB_SendTemplate.png */, 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */, - 8D15AC360486D014006FF6A4 /* bungloo-Info.plist */, + 8D15AC360486D014006FF6A4 /* Bungloo-Info.plist */, 089C165FFE840EACC02AAC07 /* InfoPlist.strings */, 1DDD58280DA1D0D100B32029 /* NewMessageWindow.xib */, 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */, @@ -227,9 +229,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8D15AC270486D014006FF6A4 /* bungloo */ = { + 8D15AC270486D014006FF6A4 /* Bungloo */ = { isa = PBXNativeTarget; - buildConfigurationList = C05733C708A9546B00998B17 /* Build configuration list for PBXNativeTarget "bungloo" */; + buildConfigurationList = C05733C708A9546B00998B17 /* Build configuration list for PBXNativeTarget "Bungloo" */; buildPhases = ( 8D15AC2B0486D014006FF6A4 /* Resources */, 8D15AC300486D014006FF6A4 /* Sources */, @@ -240,10 +242,10 @@ ); dependencies = ( ); - name = bungloo; + name = Bungloo; productInstallPath = "$(HOME)/Applications"; productName = "Twittia 2"; - productReference = 8D15AC370486D014006FF6A4 /* bungloo.app */; + productReference = 8D15AC370486D014006FF6A4 /* Bungloo.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -254,7 +256,7 @@ attributes = { LastUpgradeCheck = 0450; }; - buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "bungloo" */; + buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "Bungloo" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 1; @@ -268,7 +270,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 8D15AC270486D014006FF6A4 /* bungloo */, + 8D15AC270486D014006FF6A4 /* Bungloo */, ); }; /* End PBXProject section */ @@ -361,11 +363,11 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = bungloo_Prefix.pch; - INFOPLIST_FILE = "bungloo-Info.plist"; + GCC_PREFIX_HEADER = Bungloo_Prefix.pch; + INFOPLIST_FILE = "Bungloo-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = bungloo; + PRODUCT_NAME = Bungloo; SDKROOT = ""; }; name = Debug; @@ -383,11 +385,11 @@ ); GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = bungloo_Prefix.pch; - INFOPLIST_FILE = "bungloo-Info.plist"; + GCC_PREFIX_HEADER = Bungloo_Prefix.pch; + INFOPLIST_FILE = "Bungloo-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = bungloo; + PRODUCT_NAME = Bungloo; SDKROOT = ""; }; name = Release; @@ -402,6 +404,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.5; ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = Bungloo; SDKROOT = ""; }; name = Debug; @@ -415,6 +418,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.5; ONLY_ACTIVE_ARCH = NO; + PRODUCT_NAME = Bungloo; SDKROOT = ""; }; name = Release; @@ -422,7 +426,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - C05733C708A9546B00998B17 /* Build configuration list for PBXNativeTarget "bungloo" */ = { + C05733C708A9546B00998B17 /* Build configuration list for PBXNativeTarget "Bungloo" */ = { isa = XCConfigurationList; buildConfigurations = ( C05733C808A9546B00998B17 /* Debug */, @@ -431,7 +435,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "bungloo" */ = { + C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "Bungloo" */ = { isa = XCConfigurationList; buildConfigurations = ( C05733CC08A9546B00998B17 /* Debug */, diff --git a/Mac/bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Mac/Bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 71% rename from Mac/bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Mac/Bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 9178401..0fa3cc5 100644 --- a/Mac/bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Mac/Bungloo.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:Bungloo.xcodeproj"> diff --git a/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate b/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a38376e Binary files /dev/null and b/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Mac/bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/WorkspaceSettings.xcsettings b/Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/WorkspaceSettings.xcsettings similarity index 100% rename from Mac/bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/WorkspaceSettings.xcsettings rename to Mac/Bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/WorkspaceSettings.xcsettings diff --git a/Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist similarity index 100% rename from Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist rename to Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist diff --git a/Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme b/Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme similarity index 86% rename from Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme rename to Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme index 098bf41..9f3077c 100644 --- a/Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme +++ b/Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/Tentia.xcscheme @@ -16,8 +16,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "8D15AC270486D014006FF6A4" BuildableName = "bungloo.app" - BlueprintName = "bungloo" - ReferencedContainer = "container:bungloo.xcodeproj"> + BlueprintName = "Bungloo" + ReferencedContainer = "container:Bungloo.xcodeproj"> @@ -34,8 +34,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "8D15AC270486D014006FF6A4" BuildableName = "bungloo.app" - BlueprintName = "bungloo" - ReferencedContainer = "container:bungloo.xcodeproj"> + BlueprintName = "Bungloo" + ReferencedContainer = "container:Bungloo.xcodeproj"> @@ -53,8 +53,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "8D15AC270486D014006FF6A4" BuildableName = "bungloo.app" - BlueprintName = "bungloo" - ReferencedContainer = "container:bungloo.xcodeproj"> + BlueprintName = "Bungloo" + ReferencedContainer = "container:Bungloo.xcodeproj"> @@ -71,8 +71,8 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "8D15AC270486D014006FF6A4" BuildableName = "bungloo.app" - BlueprintName = "bungloo" - ReferencedContainer = "container:bungloo.xcodeproj"> + BlueprintName = "Bungloo" + ReferencedContainer = "container:Bungloo.xcodeproj"> diff --git a/Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/xcschememanagement.plist b/Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from Mac/bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/xcschememanagement.plist rename to Mac/Bungloo.xcodeproj/xcuserdata/jeena.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/Mac/Bungloo_Prefix.pch b/Mac/Bungloo_Prefix.pch new file mode 100644 index 0000000..f7b0d9b --- /dev/null +++ b/Mac/Bungloo_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Tentia' target in the 'Tentia' project +// + +#ifdef __OBJC__ +#import +#endif diff --git a/Mac/Constants.h b/Mac/Constants.h index 726ddb6..11a32e2 100644 --- a/Mac/Constants.h +++ b/Mac/Constants.h @@ -14,7 +14,7 @@ } -#define APP_NAME @"bungloo" +#define APP_NAME @"Bungloo" #define MESSAGE_MAX_LENGTH 256 + (NSString *)stringFromVirtualKeyCode:(NSInteger)code; diff --git a/Mac/Controller.m b/Mac/Controller.m index 7fb5bd1..feb0f8f 100644 --- a/Mac/Controller.m +++ b/Mac/Controller.m @@ -373,12 +373,12 @@ { if (![mentionsViewWindow isVisible] && count > 0) { - [timelineViewWindow setTitle:[NSString stringWithFormat:@"bungloo (^%i)", count]]; + [timelineViewWindow setTitle:[NSString stringWithFormat:@"Bungloo (^%i)", count]]; [[[NSApplication sharedApplication] dockTile] setBadgeLabel:[NSString stringWithFormat:@"%i", count]]; } else { - [timelineViewWindow setTitle:[NSString stringWithFormat:@"bungloo"]]; + [timelineViewWindow setTitle:[NSString stringWithFormat:@"Bungloo"]]; [[[NSApplication sharedApplication] dockTile] setBadgeLabel:nil]; [mentionsView stringByEvaluatingJavaScriptFromString:@"bungloo_instance.unread_mentions = 0;"]; } @@ -517,7 +517,7 @@ - (NSString *) applicationNameForGrowl { - return @"bungloo"; + return @"Bungloo"; } /* CARBON */ diff --git a/Mac/English.lproj/MainMenu.xib b/Mac/English.lproj/MainMenu.xib index 0722dcf..076e733 100644 --- a/Mac/English.lproj/MainMenu.xib +++ b/Mac/English.lproj/MainMenu.xib @@ -62,7 +62,7 @@ YES - bungloo + Bungloo 1048576 2147483647 @@ -76,12 +76,12 @@ submenuAction: - bungloo + Bungloo YES - About bungloo + About Bungloo 2147483647 @@ -153,7 +153,7 @@ - Hide bungloo + Hide Bungloo.temp_caseinsensitive_rename h 1048576 2147483647 @@ -191,7 +191,7 @@ - Quit bungloo + Quit Bungloo.temp_caseinsensitive_rename q 1048576 2147483647 @@ -808,7 +808,7 @@ YES - bungloo Help + Bungloo ? 1048576 2147483647 @@ -833,12 +833,12 @@ 2 {{712, 280}, {397, 581}} 1685586944 - bungloo + Bungloo NSWindow - + 256 YES @@ -868,6 +868,7 @@ {397, 581} + @@ -886,6 +887,8 @@ {397, 581} + + {{0, 0}, {2560, 1418}} @@ -906,7 +909,7 @@ - + 256 YES @@ -936,6 +939,7 @@ {376, 581} + @@ -952,6 +956,8 @@ {376, 581} + + {{0, 0}, {2560, 1418}} @@ -1081,7 +1087,7 @@ - + 256 YES @@ -1102,6 +1108,7 @@ {{20, 20}, {146, 146}} + YES @@ -1124,6 +1131,7 @@ 268 {{194, 82}, {266, 22}} + _NS:9 YES @@ -1170,6 +1178,7 @@ 268 {{191, 112}, {163, 17}} + _NS:1535 YES @@ -1203,6 +1212,8 @@ 268 {{391, 46}, {75, 32}} + + _NS:9 YES @@ -1226,6 +1237,7 @@ 268 {{373, 55}, {16, 16}} + _NS:945 28938 @@ -1233,6 +1245,8 @@ {480, 186} + + _NS:20 @@ -1254,7 +1268,7 @@ - + 256 YES @@ -1263,6 +1277,7 @@ 268 {{17, 79}, {192, 17}} + _NS:1535 YES @@ -1283,6 +1298,7 @@ 268 {{20, 49}, {333, 22}} + _NS:9 YES @@ -1305,6 +1321,8 @@ 268 {{285, 13}, {74, 32}} + + _NS:9 YES @@ -1325,6 +1343,8 @@ {373, 116} + + _NS:21 @@ -3111,11 +3131,7 @@ clearCache: login: logout: - openNewMessageWindow: - sendTweet: - showConversationForPostId:andEntity: showProfile: - showProfileForEntity: YES @@ -3123,10 +3139,6 @@ id id id - id - NSString - id - NSString @@ -3136,11 +3148,7 @@ clearCache: login: logout: - openNewMessageWindow: - sendTweet: - showConversationForPostId:andEntity: showProfile: - showProfileForEntity: YES @@ -3156,26 +3164,10 @@ logout: id - - openNewMessageWindow: - id - - - sendTweet: - id - - - showConversationForPostId:andEntity: - NSString - showProfile: id - - showProfileForEntity: - NSString - @@ -3371,7 +3363,7 @@ YES - {512, 512} + {256, 256} {11, 11} {10, 3} diff --git a/Mac/NewMessageWindow.m b/Mac/NewMessageWindow.m index a9c0cc6..9d969d2 100644 --- a/Mac/NewMessageWindow.m +++ b/Mac/NewMessageWindow.m @@ -324,7 +324,7 @@ -(BOOL)panel:(id)sender shouldShowFilename:(NSString *)filename { NSString* ext = [filename pathExtension]; - if (ext == @"" || ext == @"/" || ext == nil || ext == NULL || [ext length] < 1) { + if ([ext isEqualToString:@""] || [ext isEqualToString:@"/"] || ext == nil || ext == NULL || [ext length] < 1) { return YES; } diff --git a/Mac/ViewDelegate.m b/Mac/ViewDelegate.m index 2428799..38f6321 100644 --- a/Mac/ViewDelegate.m +++ b/Mac/ViewDelegate.m @@ -41,7 +41,7 @@ } - (BOOL)webView:(WebView *)sender runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame { - NSInteger result = NSRunCriticalAlertPanel(NSLocalizedString(@"bungloo", @""), // title + NSInteger result = NSRunCriticalAlertPanel(NSLocalizedString(@"Bungloo", @""), // title message, // message NSLocalizedString(@"OK", @""), // default button NSLocalizedString(@"Cancel", @""), // alt button diff --git a/Mac/bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate b/Mac/bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 271adce..0000000 Binary files a/Mac/bungloo.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/Mac/publish/ReleaseNotes.html b/Mac/publish/ReleaseNotes.html index b0c4911..5c2a774 100644 --- a/Mac/publish/ReleaseNotes.html +++ b/Mac/publish/ReleaseNotes.html @@ -16,7 +16,7 @@

Bungloo 1.0.0

-

Renamed the application from Tentia to bungloo as proposed by ^nn.tent.is +

Renamed the application from Tentia to Bungloo as proposed by ^nn.tent.is (Thank you for that!). Watch OfficeHours 2013-01-22 if you want to know why it needed to be renamed

Added new icon by http://www.fasticon.com

diff --git a/WebKit/index.html b/WebKit/index.html index a05f7cc..098642f 100644 --- a/WebKit/index.html +++ b/WebKit/index.html @@ -1,7 +1,7 @@ - bungloo + Bungloo diff --git a/WebKit/scripts/controller/Oauth.js b/WebKit/scripts/controller/Oauth.js index 51f3559..293fbdc 100644 --- a/WebKit/scripts/controller/Oauth.js +++ b/WebKit/scripts/controller/Oauth.js @@ -9,7 +9,7 @@ function(HostApp, Paths, Hmac) { function Oauth() { this.app_info = { "id": null, - "name": "bungloo on " + HostApp.osType(), + "name": "Bungloo on " + HostApp.osType(), "description": "A small TentStatus client.", "url": "http://jabs.nu/bungloo/", "icon": "http://jabs.nu/bungloo/icon.png",