Merge branch 'stable' of git://github.com/pieter/gitx

Conflicts:
	PBViewController.m
This commit is contained in:
Aron Cedercrantz
2009-09-23 20:05:39 +02:00
4 changed files with 45 additions and 15 deletions
+12
View File
@@ -21,8 +21,20 @@
@property (readonly) NSToolbar *viewToolbar;
- (id)initWithRepository:(PBGitRepository *)theRepository superController:(PBGitWindowController *)controller;
/* removeView is called whenever the view is removed, either to be swapped
* with a different view, or when the repository window will be destroyed
*/
- (void) removeView;
/* Updateview is called every time it is loaded into the main view */
- (void) updateView;
/* Called after awakeFromNib:, and the view has been loaded into the main view.
* Useful for resizing stuff after everything has been set in the right position
*/
- (void)viewLoaded;
- (NSResponder *)firstResponder;
- (IBAction) refresh:(id)sender;