+#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
submenuAction:
{{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",