mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add a Refresh menu item
This commit is contained in:
+362
-623
File diff suppressed because it is too large
Load Diff
@@ -39,6 +39,7 @@
|
||||
- (IBAction) setRawView: sender;
|
||||
- (IBAction) setTreeView: sender;
|
||||
|
||||
- (IBAction) refresh: sender;
|
||||
- (IBAction) toggleQuickView: sender;
|
||||
- (IBAction) openSelectedFile: sender;
|
||||
- (void) updateQuicklookForce: (BOOL) force;
|
||||
|
||||
@@ -147,6 +147,12 @@
|
||||
|
||||
}
|
||||
|
||||
- (IBAction) refresh: sender
|
||||
{
|
||||
repository.currentBranch = repository.currentBranch;
|
||||
}
|
||||
|
||||
|
||||
- (void)tableView:(NSTableView *)aTableView willDisplayCell:(id)aCell forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex
|
||||
{
|
||||
if (![[aTableColumn identifier] isEqualToString:@"subject"])
|
||||
|
||||
Reference in New Issue
Block a user