Aron Cedercrantz
68ea0b1afd
Merge branch 'stable' of git://github.com/pieter/gitx
...
Conflicts:
PBViewController.m
2009-09-23 20:05:39 +02:00
Pieter de Bie
acfa464eb4
PBViewController: add a method that is called when a view is loaded for the first time
2009-09-21 22:09:33 +02:00
Aron Cedercrantz
4e0871c2e2
Add on window selection refresh.
...
The changes in PBViewController is only there to
supress a compiler warning.
2009-07-23 23:51:28 +02:00
Nicholas Riley
f2a37df9f5
Set keyboard focus reasonably when switching between views.
...
When you switch to the commit view, the commit message gets focus;
when you switch to the history view, the commit list gets focus.
2009-07-07 11:56:40 +01:00
Pieter de Bie
cd4ee1b993
Update views when switching
2008-12-22 20:47:36 +01:00
Pieter de Bie
e329493154
Move toolbar to view xib
2008-10-03 17:18:26 +02:00
Pieter de Bie
1028157cbc
Fix memory leaks
...
This changes a bunch of ivars to __weak's, to avoid reference loops.
Furthermore, in PBGitHistoryController, we need to call [webView close],
otherwise some memory will never be freed?
2008-09-28 16:14:00 +02:00
Pieter de Bie
53dfea545e
PBViewController: Extract common code to a superclass
2008-09-22 21:40:42 +02:00