~andymatuschak/sparkle/main

« back to all changes in this revision

Viewing changes to SUStatusController.h

  • Committer: Andy Matuschak
  • Date: 2008-05-31 05:15:24 UTC
  • Revision ID: andy@andymatuschak.org-20080531051524-g3h0wigo98x31yd0
Fixes bug 236235.

Sparkle now gies visual indication that it's checking for updates when hte update's user initiated. ie: it pops up a status controller saying "checking for updates..."

What was SUUserInitiatedUpdateDriver is now SUUIBasedUpdateDriver; SUUserInitiatedUpdateDriver now is a subclass of that, along with SUScheduledUpdateDriver. This is a happy little refactoring that let me remove some redundant code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
// If isDefault is YES, the button's key equivalent will be \r.
29
29
- (void)setButtonTitle:(NSString *)buttonTitle target:target action:(SEL)action isDefault:(BOOL)isDefault;
30
30
- (void)setButtonEnabled:(BOOL)enabled;
 
31
- (void)setButtonHidden:(BOOL)hidden;
31
32
 
32
33
- (double)progressValue;
33
34
- (void)setProgressValue:(double)value;