diff --git a/Mac/Controller.h b/Mac/Controller.h index 5a7a499..44b1874 100644 --- a/Mac/Controller.h +++ b/Mac/Controller.h @@ -51,7 +51,7 @@ - (void)openNewMessageWindowInReplyTo:(NSString *)userName statusId:(NSString *)statusId withString:(NSString *)string; - (NSString *)pluginURL; - (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent; -- (void)unreadMentions:(NSInteger)count; +- (void)unreadMentions:(int)count; - (void)notificateUserAboutMention:(NSString *)text fromName:(NSString *)name withPostId:(NSString *)postId andEntity:(NSString *)entity; - (void)openURL:(NSString *)url; diff --git a/Mac/Controller.m b/Mac/Controller.m index 6f2764d..8d2e9cb 100644 --- a/Mac/Controller.m +++ b/Mac/Controller.m @@ -247,7 +247,7 @@ return nil; } -- (void)unreadMentions:(NSInteger)count { +- (void)unreadMentions:(int)count { if (![mentionsViewWindow isVisible] && count > 0) { [timelineViewWindow setTitle:[NSString stringWithFormat:@"Tentia (^%i)", count]]; [[[NSApplication sharedApplication] dockTile] setBadgeLabel:[NSString stringWithFormat:@"%i", count]]; diff --git a/Mac/English.lproj/MainMenu.xib b/Mac/English.lproj/MainMenu.xib index 23ae427..807fb4d 100644 --- a/Mac/English.lproj/MainMenu.xib +++ b/Mac/English.lproj/MainMenu.xib @@ -920,7 +920,7 @@ - + 12 YES @@ -942,7 +942,7 @@ mentions YES - + 15 2 {{1292, 328}, {376, 581}} @@ -951,13 +951,13 @@ NSWindow - + 256 YES - - + + 274 YES @@ -981,12 +981,12 @@ {376, 581} - + - + NO YES @@ -994,7 +994,7 @@ {376, 581} - + {{0, 0}, {2560, 1418}} {10000000000000, 10000000000000} @@ -1133,6 +1133,7 @@ {{391, 46}, {75, 32}} + _NS:9 YES @@ -1625,7 +1626,7 @@ conversationView - + 632 @@ -1633,7 +1634,7 @@ conversationViewWindow - + 633 @@ -1696,7 +1697,7 @@ delegate - + 631 @@ -2452,27 +2453,27 @@ 628 - + YES - + Mentions 629 - + YES - + - + 630 - - + + @@ -2747,6 +2748,7 @@ logout: openNewMessageWindow: sendTweet: + showConversationForPostId:andEntity: YES @@ -2754,6 +2756,7 @@ id id id + NSString @@ -2764,6 +2767,7 @@ logout: openNewMessageWindow: sendTweet: + showConversationForPostId:andEntity: YES @@ -2783,6 +2787,10 @@ sendTweet: id + + showConversationForPostId:andEntity: + NSString + diff --git a/TimelineView.js b/TimelineView.js deleted file mode 100644 index af1750b..0000000 --- a/TimelineView.js +++ /dev/null @@ -1,4 +0,0 @@ -function TimelineView() { - -} - diff --git a/publish/ReleaseNotes.html b/publish/ReleaseNotes.html index df6285d..fa691fd 100644 --- a/publish/ReleaseNotes.html +++ b/publish/ReleaseNotes.html @@ -12,7 +12,16 @@ - + +Tentia 0.2.0 + +Bugfixes +Implemented Notification Center +Implemented new Conversation view +Needs to reauthenticate to get all needed permissions + + + Tentia 0.1.2 Bugfixes Mentions now appear as realnames
Bugfixes
Implemented Notification Center
Implemented new Conversation view
Needs to reauthenticate to get all needed permissions
Mentions now appear as realnames