ConnectionBundle.git
13 years agoUpdated Xcode and Mac OS X target versions in Nib file. master
Shaun Rowland [Tue, 3 May 2011 06:01:02 +0000]
Updated Xcode and Mac OS X target versions in Nib file.

13 years agoUpdated .gitignore file for Xcode 4
Shaun Rowland [Mon, 2 May 2011 05:06:44 +0000]
Updated .gitignore file for Xcode 4

13 years agoAdded new Broccoli header file.
Shaun Rowland [Mon, 2 May 2011 04:22:24 +0000]
Added new Broccoli header file.

13 years agoUpdated to build with Xcode 4 and Bro 1.5.3.
Shaun Rowland [Mon, 2 May 2011 04:00:47 +0000]
Updated to build with Xcode 4 and Bro 1.5.3.

14 years agoRemoved [pool release] call after [pool drain].
Shaun Rowland [Sun, 9 May 2010 22:59:19 +0000]
Removed [pool release] call after [pool drain].

This is redundant as [pool drain] will do the same thing and should be
used in code that is designed for both a memory managed and garbage collected
environment.

15 years agoI hate extra whitesapce.
Shaun Rowland [Mon, 27 Apr 2009 02:38:06 +0000]
I hate extra whitesapce.

Yes, I am crazy.

15 years agoAdded license details.
Shaun Rowland [Mon, 27 Apr 2009 02:27:12 +0000]
Added license details.

I am going with the BSD license here. Note: I did this for BroMonitor too,
but apparently my hook was wrong. Hopefully this works :-)

15 years agoUpdated XIB file for resizing.
Shaun Rowland [Fri, 9 Jan 2009 05:43:47 +0000]
Updated XIB file for resizing.

15 years agoUpdated focus ring setting on the table view.
Shaun Rowland [Fri, 9 Jan 2009 04:49:07 +0000]
Updated focus ring setting on the table view.

15 years agoSet view to expand when resized.
Shaun Rowland [Mon, 5 Jan 2009 07:45:37 +0000]
Set view to expand when resized.

15 years agoSmall comment pragma fix.
Shaun Rowland [Sun, 28 Dec 2008 08:17:09 +0000]
Small comment pragma fix.

15 years agoAdded NSTableView delegate method to handle coloring.
Shaun Rowland [Sun, 28 Dec 2008 08:08:43 +0000]
Added NSTableView delegate method to handle coloring.

The NSTableView delegate method now handles coloring foreground text.

15 years agoAdded multithreading to Growl notifications.
Shaun Rowland [Mon, 22 Dec 2008 03:49:17 +0000]
Added multithreading to Growl notifications.

15 years agoDisabled editing of columns.
Shaun Rowland [Sun, 21 Dec 2008 07:10:27 +0000]
Disabled editing of columns.

15 years agoAdjusted table header sizes.
Shaun Rowland [Wed, 17 Dec 2008 04:32:30 +0000]
Adjusted table header sizes.

15 years agoFixed resizing the bundle view when the app changes size.
Shaun Rowland [Wed, 17 Dec 2008 04:09:00 +0000]
Fixed resizing the bundle view when the app changes size.

15 years agoMisspelled Connection.
Shaun Rowland [Mon, 15 Dec 2008 05:09:36 +0000]
Misspelled Connection.

15 years agoAdded all and default Growl notifications.
Shaun Rowland [Mon, 15 Dec 2008 03:08:24 +0000]
Added all and default Growl notifications.

15 years agoDeleting whitespace.
Shaun Rowland [Mon, 15 Dec 2008 01:16:37 +0000]
Deleting whitespace.

15 years agoBroke host and port parts out.
Shaun Rowland [Mon, 15 Dec 2008 00:58:03 +0000]
Broke host and port parts out.

Broke the host and port portions out while still providing a convenient
combination of the two for the display.

15 years agoAdded Growl notifications.
Shaun Rowland [Sun, 14 Dec 2008 09:26:34 +0000]
Added Growl notifications.

15 years agoSwitched to using the shared broccoli library.
Shaun Rowland [Sun, 14 Dec 2008 01:49:52 +0000]
Switched to using the shared broccoli library.

15 years agoInitial import of ConnectionBundle BroMonitor bundle.
Shaun Rowland [Thu, 11 Dec 2008 07:12:03 +0000]
Initial import of ConnectionBundle BroMonitor bundle.

This bundle reports on various connection events.