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
4dd7a46b86
Allow Toolbar customization
...
This allows both toolbars to be customized.
2008-12-01 13:50:51 +01:00
Pieter de Bie
3dd6385440
Fix memory leaks
2008-11-26 17:44:24 +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