BroMonitor.git
13 years agoUpdated Xcode and Mac OS X target versions in Nib file. master
Shaun Rowland [Tue, 3 May 2011 05:59:40 +0000]
Updated Xcode and Mac OS X target versions in Nib file.

13 years agoFinal version of .gitigmore file.
Shaun Rowland [Mon, 2 May 2011 05:04:03 +0000]
Final version of .gitigmore file.

This was a pain :-)

13 years agoUpdating .gitignore file and removing previously tracked files.
Shaun Rowland [Mon, 2 May 2011 05:00:50 +0000]
Updating .gitignore file and removing previously tracked files.

13 years agoAdding new .gitignore file.
Shaun Rowland [Mon, 2 May 2011 04:54:41 +0000]
Adding new .gitignore file.

13 years agoDoesn't seem the .gitignore file is working :-(
Shaun Rowland [Mon, 2 May 2011 04:44:50 +0000]
Doesn't seem the .gitignore file is working :-(

13 years agoIgnoring user specific project settings for Xcode 4.
Shaun Rowland [Mon, 2 May 2011 04:33:32 +0000]
Ignoring user specific project settings for Xcode 4.

13 years agoAdded Brocolli initialization.
Shaun Rowland [Mon, 2 May 2011 04:30:15 +0000]
Added Brocolli initialization.

This is now required.

13 years agoAdded new Broccoli header file.
Shaun Rowland [Mon, 2 May 2011 04:21:51 +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 03:58:18 +0000]
Updated to build with Xcode 4 and Bro 1.5.3.

14 years agoFixed a typo I happened to notice.
Shaun Rowland [Mon, 15 Jun 2009 04:04:32 +0000]
Fixed a typo I happened to notice.

15 years agoRemoved Hide button.
Shaun Rowland [Mon, 27 Apr 2009 03:55:25 +0000]
Removed Hide button.

This is not needed as it is already in the main menu and Mac OS X handles
it in a standard way.

15 years agoUpdated with new license.
Shaun Rowland [Mon, 27 Apr 2009 02:17:38 +0000]
Updated with new license.

I am going with the BSD license here.

15 years agoSet nextKeyView references for add connection sheet window.
Shaun Rowland [Sun, 11 Jan 2009 03:55:46 +0000]
Set nextKeyView references for add connection sheet window.

15 years agoFinal fixes for gui branch.
Shaun Rowland [Sun, 11 Jan 2009 03:31:19 +0000]
Final fixes for gui branch.

Fixed some behavior issues with making sure the right window is selected
for the error window and add/remove connection window. Fixed some issues
where the add/remove controls were not enabled when the connection was
lost. Fixed a problem where the application removed itself from all
notifications in one case instead of just the file handle data ready
notification. Made sure everything was released when necessary.

15 years agoFixed subview resizing issue.
Shaun Rowland [Sat, 10 Jan 2009 23:45:31 +0000]
Fixed subview resizing issue.

The bundle views need to be added to the outlineDataView initially and
hidden. This way they are resized, even if not shown, when the windows size
changes. If they are simply replaced each time a new bundle is selected,
they will have their initial size even if the window is different. That
messes up the resizing.

15 years agoAdded NSWindow delegate method to AppController.h.
Shaun Rowland [Sat, 10 Jan 2009 23:27:41 +0000]
Added NSWindow delegate method to AppController.h.

15 years agoUpdating XIB file.
Shaun Rowland [Fri, 9 Jan 2009 05:42:50 +0000]
Updating XIB file.

15 years agoChanged outline view to use the source list highlight style.
Shaun Rowland [Fri, 9 Jan 2009 04:47:33 +0000]
Changed outline view to use the source list highlight style.

15 years agoRemoved old tabView code that was commented out.
Shaun Rowland [Mon, 5 Jan 2009 07:50:35 +0000]
Removed old tabView code that was commented out.

15 years agoChanged GUI to use NSSplitView and NSOutlineView.
Shaun Rowland [Mon, 5 Jan 2009 07:46:02 +0000]
Changed GUI to use NSSplitView and NSOutlineView.

This version of the GUI uses an NSSplitView with an NSOutlineView on
the left side that lists the bundles and an NSView on the right side
that contains the bundle view for the selected bundle.

This also adds connection management. Connections are automatically saved
and removed from the user defaults. Even the last selected connection is
saved so that it is the selected connection on application restart.

15 years agoFixed whitespace. Yeah, I know...
Shaun Rowland [Mon, 22 Dec 2008 03:52:23 +0000]
Fixed whitespace. Yeah, I know...

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

15 years agoAdded a category to override NSColor's selectedControlColor: method.
Shaun Rowland [Sun, 21 Dec 2008 07:07:24 +0000]
Added a category to override NSColor's selectedControlColor: method.

This was done because the system default color did not look good when
NSTableView elements were colored attributed strings. The color chosen
here should work with any colors used.

15 years agoAdded a button to hide the application easily.
Shaun Rowland [Sun, 21 Dec 2008 04:16:37 +0000]
Added a button to hide the application easily.

15 years agoProject changes while working on bundle view size changes.
Shaun Rowland [Wed, 17 Dec 2008 04:10:06 +0000]
Project changes while working on bundle view size changes.

15 years agoProject file update.
Shaun Rowland [Tue, 16 Dec 2008 07:10:51 +0000]
Project file update.

15 years agoMade AppController the NSApplication delegate and fixed direct dependencies.
Shaun Rowland [Tue, 16 Dec 2008 07:08:23 +0000]
Made AppController the NSApplication delegate and fixed direct dependencies.

AppController is now the delegate for NSApplication so that the application
ends when the main windows is closed (it is not document based). I also
added the HTTPBundle as a direct dependency so it will be built properly.
Don't forget this step.

15 years agoAdded some new pragma comments.
Shaun Rowland [Mon, 15 Dec 2008 08:14:36 +0000]
Added some new pragma comments.

15 years agoAdded a reference to HTTPBundle.
Shaun Rowland [Mon, 15 Dec 2008 07:38:25 +0000]
Added a reference to HTTPBundle.

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

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

15 years agoAdded dynamic, automatic bundle loading.
Shaun Rowland [Sun, 14 Dec 2008 05:09:01 +0000]
Added dynamic, automatic bundle loading.

15 years agoProject settings update.
Shaun Rowland [Sun, 14 Dec 2008 02:31:41 +0000]
Project settings update.

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

This includes copying the shared broccoli library to the SharedSupport
directory and using a run script to reset the search path to be
referenced from @executable_path so that it will load no matter where
it is installed.

15 years agoProject file update.
Shaun Rowland [Fri, 12 Dec 2008 07:13:49 +0000]
Project file update.

15 years agoAdded a new reference to the new ConnectionBundle.
Shaun Rowland [Thu, 11 Dec 2008 07:12:59 +0000]
Added a new reference to the new ConnectionBundle.

15 years agoRemoved NSLog() output and made small fixes.
Shaun Rowland [Wed, 10 Dec 2008 05:02:41 +0000]
Removed NSLog() output and made small fixes.

Removed NSLog() output and made sure to unregister the observer when the
Bro connection is lost.

15 years agoInitial BroMonitor application code.
Shaun Rowland [Tue, 9 Dec 2008 10:49:12 +0000]
Initial BroMonitor application code.

The initial import of the BroMonitor application code.