Skip to content

Commit

Permalink
Rename Travis Toolbar to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Nov 29, 2012
1 parent 55693a9 commit d6ecccc
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 1,477 deletions.

Large diffs are not rendered by default.

1,417 changes: 0 additions & 1,417 deletions Travis Toolbar.xcodeproj/joshkalderimis.mode1v3

This file was deleted.

2 changes: 1 addition & 1 deletion resources/Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>Travis Toolbar.icns</string> <string>Travis CI.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.travis-ci.toolbar</string> <string>org.travis-ci.toolbar</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/AppDelegate.h
@@ -1,6 +1,6 @@
// //
// AppDelegate.h // AppDelegate.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions src/AppDelegate.m
@@ -1,6 +1,6 @@
// //
// AppDelegate.m // AppDelegate.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down Expand Up @@ -57,7 +57,7 @@ - (void)setupStatusBarItem {
[[self statusItem] setAlternateImage:[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForImageResource:@"tray-alt.png"]]]; [[self statusItem] setAlternateImage:[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForImageResource:@"tray-alt.png"]]];


[[self statusItem] setMenu:[self statusMenu]]; [[self statusItem] setMenu:[self statusMenu]];
[[self statusItem] setToolTip:@"Travis Toolbar"]; [[self statusItem] setToolTip:@"Travis CI"];
[[self statusItem] setHighlightMode:YES]; [[self statusItem] setHighlightMode:YES];
} }


Expand Down
6 changes: 3 additions & 3 deletions src/Constants.h
@@ -1,13 +1,13 @@
// //
// Constants.h // Constants.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
// //


#ifndef Travis_Toolbar_Constants_h #ifndef Travis_CI_Constants_h
#define Travis_Toolbar_Constants_h #define Travis_CI_Constants_h


#define kPusherApiKey @"23ed642e81512118260e" #define kPusherApiKey @"23ed642e81512118260e"
#define kPusherChannelName @"common" #define kPusherChannelName @"common"
Expand Down
2 changes: 1 addition & 1 deletion src/Notification.h
@@ -1,6 +1,6 @@
// //
// Notification.h // Notification.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/9/12. // Created by Henrik Hodne on 11/9/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/Notification.m
@@ -1,6 +1,6 @@
// //
// Notification.m // Notification.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/9/12. // Created by Henrik Hodne on 11/9/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationDisplayer.h
@@ -1,6 +1,6 @@
// //
// NotificationManager.h // NotificationManager.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationDisplayer.m
@@ -1,6 +1,6 @@
// //
// NotificationManager.m // NotificationManager.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/Preferences.h
@@ -1,6 +1,6 @@
// //
// Preferences.h // Preferences.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/18/12. // Created by Henrik Hodne on 5/18/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/Preferences.m
@@ -1,6 +1,6 @@
// //
// Preferences.m // Preferences.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/18/12. // Created by Henrik Hodne on 5/18/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/PreferencesController.h
@@ -1,6 +1,6 @@
// //
// PreferencesController.h // PreferencesController.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/18/12. // Created by Henrik Hodne on 5/18/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/PreferencesController.m
@@ -1,6 +1,6 @@
// //
// PreferencesController.m // PreferencesController.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/18/12. // Created by Henrik Hodne on 5/18/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/RepositoryFilter.h
@@ -1,6 +1,6 @@
// //
// RepositoryFilter.h // RepositoryFilter.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/11/12. // Created by Henrik Hodne on 11/11/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/RepositoryFilter.m
@@ -1,6 +1,6 @@
// //
// RepositoryFilter.m // RepositoryFilter.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/11/12. // Created by Henrik Hodne on 11/11/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisAPI.h
@@ -1,6 +1,6 @@
// //
// TravisAPI.h // TravisAPI.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisAPI.m
@@ -1,6 +1,6 @@
// //
// TravisAPI.m // TravisAPI.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisEvent.h
@@ -1,6 +1,6 @@
// //
// TravisEvent.h // TravisEvent.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisEvent.m
@@ -1,6 +1,6 @@
// //
// TravisEvent.m // TravisEvent.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisEventFetcher.h
@@ -1,6 +1,6 @@
// //
// TravisEventFetcher.h // TravisEventFetcher.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisEventFetcher.m
@@ -1,6 +1,6 @@
// //
// TravisEventFetcher.m // TravisEventFetcher.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 5/16/12. // Created by Henrik Hodne on 5/16/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisHTTPClient.h
@@ -1,6 +1,6 @@
// //
// TravisHTTPClient.h // TravisHTTPClient.h
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/TravisHTTPClient.m
@@ -1,6 +1,6 @@
// //
// TravisHTTPClient.m // TravisHTTPClient.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/10/12. // Created by Henrik Hodne on 11/10/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/main.m
@@ -1,6 +1,6 @@
// //
// main.m // main.m
// Travis Toolbar // Travis CI
// //
// Created by Josh Kalderimis on 2/24/11. // Created by Josh Kalderimis on 2/24/11.
// Copyright Travis CI GmbH 2011. All rights reserved. // Copyright Travis CI GmbH 2011. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/PreferencesControllerTests.m
@@ -1,6 +1,6 @@
// //
// PreferencesControllerTests.m // PreferencesControllerTests.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/11/12. // Created by Henrik Hodne on 11/11/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/RepositoryFilterTests.m
@@ -1,6 +1,6 @@
// //
// RepositoryFilterTests.m // RepositoryFilterTests.m
// Travis Toolbar // Travis CI
// //
// Created by Henrik Hodne on 11/11/12. // Created by Henrik Hodne on 11/11/12.
// Copyright (c) 2012 Travis CI GmbH. All rights reserved. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.
Expand Down

0 comments on commit d6ecccc

Please sign in to comment.