Skip to content

Commit d71cef9

Browse files
author
jnj
committed
Move plugins back into trunk
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@20 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
1 parent 797b6e8 commit d71cef9

File tree

502 files changed

+80047
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+80047
-0
lines changed
52 KB
Binary file not shown.

ColloquyPlugin/tags/v1.0.5/ColloquyPlugin.xcode/project.pbxproj

+485
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// Prefix header for all source files of the 'TSColloquyPlugin' target in the 'TSColloquyPlugin' project.
3+
//
4+
5+
#ifdef __OBJC__
6+
#import <Foundation/Foundation.h>
7+
#import <AppKit/AppKit.h>
8+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
//
2+
// ColloquySource.h
3+
// Quicksilver
4+
//
5+
6+
#import <Foundation/Foundation.h>
7+
8+
#import <QSCore/QSObjectSource.h>
9+
#import <QSCore/QSActionProvider.h>
10+
11+
@interface ColloquySource : QSObjectSource {
12+
NSMutableDictionary *servers;
13+
NSMutableDictionary *objectChildren;
14+
NSImage *roomImage;
15+
NSImage *personImage;
16+
NSImage *bookmarkImage;
17+
NSImage *entryImage;
18+
}
19+
20+
@end
21+
22+
@interface NSURL (TSURLAdditions)
23+
- (BOOL) matchesURL:(NSURL *)other;
24+
@end
25+
26+
@interface ColloquyActionProvider : QSActionProvider {
27+
NSImage *roomImage;
28+
NSImage *chatImage;
29+
}
30+
@end

0 commit comments

Comments
 (0)