mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge branch 'stable' of git://github.com/pieter/gitx
Conflicts: PBViewController.m
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user