~tcurdt/sparkle/devel

  • Committer: Andy Matuschak
  • Date: 2008-06-20 06:02:12 UTC
  • Revision ID: andy@andymatuschak.org-20080620060212-sz6lpefof350kvsz
Fixes 236636:

Sparkle now makes sure to make the update alert key when its host app becomes active.
Filename Latest Rev Last Changed Committer Comment Size
..
ca.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
Configurations 101 16 years ago andym Converted Sparkle's build configuration system to Diff
cs.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
cy.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
da.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
de.lproj 13 16 years ago andym Updated the German localization, courtesy Cristoph Diff
el.lproj 10 16 years ago andym Updated Greek localization, courtesy Thermaikos. Diff
en.lproj 8 16 years ago andym Added a minimum to the check interval so that deve Diff
es.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
fi.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
fr.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
fr_ca.lproj 2 16 years ago andym Added fr_ca localization (just contains french loc Diff
he.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
hu.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
id.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
is.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
it.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
ja.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
ko.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
nl.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
no.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
pl.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
pt.lproj 121 16 years ago Andy Matuschak Added string files for current translations of nib Diff
ru.lproj 3 16 years ago andym Updated Russian localization, courtesy Anton Sotko Diff
sk.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
Sparkle.xcodeproj 8 16 years ago andym Added a minimum to the check interval so that deve Diff
SUStatus.nib 43 16 years ago andym Beware of falling bricks! Huge refactoring commit Diff
sv.lproj 11 16 years ago andym Updated Swedish localization, courtesy Daniel Berg Diff
Test Application 8 16 years ago andym Added a minimum to the check interval so that deve Diff
Tests 111 16 years ago andym Finally added unit tests. For now, covering only v Diff
th.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
tr.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
zh_CN.lproj 27 16 years ago andym Removed exclamation mark from Ready to Install! as Diff
zh_TW.lproj 12 16 years ago andym Updates to the traditional Chinese localization, c Diff
.bzrignore 121 16 years ago Andy Matuschak Added string files for current translations of nib 40 bytes Diff Download File
Info.plist 168 16 years ago Andy Matuschak Fixes 239512 Changed the locale to "en_US" from " 842 bytes Diff Download File
License.txt 1 16 years ago andym Holy restructuring, batman! Watch out for falling 1 KB Diff Download File
Makefile 41 16 years ago andym Fixed up localization stuff for new strings and re 203 bytes Diff Download File
NSBundle+SUAdditions.h 140 16 years ago Andy Matuschak Fixes bug 228454. Added support for a SUPublicDSA 1.6 KB Diff Download File
NSBundle+SUAdditions.m 144 16 years ago Andy Matuschak Fixed some formatting stuff. 2.8 KB Diff Download File
NSFileManager+Aliases.h 116 16 years ago andym Touched practically every line of code in a super- 341 bytes Diff Download File
NSFileManager+Aliases.m 84 16 years ago andym Fixed the installation code to *really* not go thr 666 bytes Diff Download File
NSFileManager+Authentication.h 110 16 years ago andym Major refactoring, yay. Moved out installation pha 410 bytes Diff Download File
NSFileManager+Authentication.m 163 16 years ago Andy Matuschak Sparkle no longer fails the update if it can't tra 8.9 KB Diff Download File
NSFileManager+ExtendedAttributes.h 116 16 years ago andym Touched practically every line of code in a super- 2.1 KB Diff Download File
NSFileManager+ExtendedAttributes.m 106 16 years ago andym Ahh, the dangers of forgetting to svn add. Finishe 3 KB Diff Download File
NSFileManager+Verification.h 62 16 years ago andym Fixed warnings for missing newlines at the end of 452 bytes Diff Download File
NSFileManager+Verification.m 59 16 years ago andym Improved headers from Charles D. H. Williams. 4.4 KB Diff Download File
NSNumber+Units.h 132.1.1 16 years ago Jonas Witt added formatted file size output 258 bytes Diff Download File
NSNumber+Units.m 153 16 years ago Andy Matuschak Changed kB to KB, as it should be. Jonas, I though 858 bytes Diff Download File
NSString+extras.h 62 16 years ago andym Fixed warnings for missing newlines at the end of 2 KB Diff Download File
NSString+extras.m 68 16 years ago andym Numerous minor changes courtesy Sean McBride. Most 3.5 KB Diff Download File
NSURL+Parameters.h 116 16 years ago andym Touched practically every line of code in a super- 337 bytes Diff Download File
NSURL+Parameters.m 116 16 years ago andym Touched practically every line of code in a super- 1 KB Diff Download File
NSWorkspace+SystemVersion.h 116 16 years ago andym Touched practically every line of code in a super- 346 bytes Diff Download File
NSWorkspace+SystemVersion.m 116 16 years ago andym Touched practically every line of code in a super- 1 KB Diff Download File
NSWorkspace_RBAdditions.h 62 16 years ago andym Fixed warnings for missing newlines at the end of 1.7 KB Diff Download File
NSWorkspace_RBAdditions.m 85 16 years ago andym Fixed some memory leaks, thanks to Sean McBride. 7 KB Diff Download File
NTSynchronousTask.h 110 16 years ago andym Major refactoring, yay. Moved out installation pha 573 bytes Diff Download File
NTSynchronousTask.m 110 16 years ago andym Major refactoring, yay. Moved out installation pha 5.8 KB Diff Download File
Relaunch Tool-Info.plist 75 16 years ago andym Updated project version numbers to 1.5 Cleaned up 731 bytes Diff Download File
relaunch.m 169 16 years ago Andy Matuschak Fixes 240385 The relaunch tool sadly now polls fo 1.3 KB Diff Download File
RSS.h 130 16 years ago Andy Matuschak Fixes bug #228449: now the appcast doesn't run the 2.2 KB Diff Download File
RSS.m 163.1.2 16 years ago Brian Webster Added NSURLConnection delegate method to handle re 19.3 KB Diff Download File
File Sample Appcast.xml 147 16 years ago Andy Matuschak Fixes bug 228455 Added a sample appcast showing h 1.9 KB Diff Download File
Sparkle.h 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 1.8 KB Diff Download File
Sparkle.icns 1 16 years ago andym Holy restructuring, batman! Watch out for falling 49 KB Diff Download File
SUAppcast.h 120 16 years ago Andy Matuschak Sparkle now finds the newest update in an appcast 640 bytes Diff Download File
SUAppcast.m 162 16 years ago Andy Matuschak Fixes 240274 Sparkle no longer crashes when the a 2.2 KB Diff Download File
SUAppcastItem.h 146 16 years ago Andy Matuschak Fixes bug 228446 Finally adding real delegate sup 1006 bytes Diff Download File
SUAppcastItem.m 146 16 years ago Andy Matuschak Fixes bug 228446 Finally adding real delegate sup 5.2 KB Diff Download File
SUAutomaticUpdateAlert.h 116 16 years ago andym Touched practically every line of code in a super- 906 bytes Diff Download File
SUAutomaticUpdateAlert.m 116 16 years ago andym Touched practically every line of code in a super- 1.4 KB Diff Download File
SUAutomaticUpdateDriver.h 116 16 years ago andym Touched practically every line of code in a super- 455 bytes Diff Download File
SUAutomaticUpdateDriver.m 172 16 years ago Andy Matuschak Fixes 236636: Sparkle now makes sure to make the 1.9 KB Diff Download File
SUBasicUpdateDriver.h 170 16 years ago Andy Matuschak Oops! Fixed a warning that caused Sparkle not to c 1.5 KB Diff Download File
SUBasicUpdateDriver.m 170 16 years ago Andy Matuschak Oops! Fixed a warning that caused Sparkle not to c 11.9 KB Diff Download File
SUConstants.h 140 16 years ago Andy Matuschak Fixes bug 228454. Added support for a SUPublicDSA 1.9 KB Diff Download File
SUConstants.m 140 16 years ago Andy Matuschak Fixes bug 228454. Added support for a SUPublicDSA 1.7 KB Diff Download File
SUDiskImageUnarchiver.h 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 329 bytes Diff Download File
SUDiskImageUnarchiver.m 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 3 KB Diff Download File
SUInstaller.h 132 16 years ago Andy Matuschak Merging in David Smith's branch to fix bug #230123 749 bytes Diff Download File
SUInstaller.m 132 16 years ago Andy Matuschak Merging in David Smith's branch to fix bug #230123 3.3 KB Diff Download File
SUModelTranslation.plist 117 16 years ago andym Added 2008 iMac to the model translation list. 5.8 KB Diff Download File
SUPackageInstaller.h 116 16 years ago andym Touched practically every line of code in a super- 410 bytes Diff Download File
SUPackageInstaller.m 115 16 years ago andym Added fetching of CFBundleName as a fallback for C 1.2 KB Diff Download File
SUPipedUnarchiver.h 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 314 bytes Diff Download File
SUPipedUnarchiver.m 171 16 years ago Andy Matuschak Removed a warning, refactored the piped unarchiver 2.9 KB Diff Download File
SUPlainInstaller.h 116 16 years ago andym Touched practically every line of code in a super- 418 bytes Diff Download File
SUPlainInstaller.m 116 16 years ago andym Touched practically every line of code in a super- 1.4 KB Diff Download File
SUProbingUpdateDriver.h 116 16 years ago andym Touched practically every line of code in a super- 572 bytes Diff Download File
SUProbingUpdateDriver.m 116 16 years ago andym Touched practically every line of code in a super- 610 bytes Diff Download File
SUScheduledUpdateDriver.h 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 372 bytes Diff Download File
SUScheduledUpdateDriver.m 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 671 bytes Diff Download File
SUStandardVersionComparator.h 68 16 years ago andym Numerous minor changes courtesy Sean McBride. Most 965 bytes Diff Download File
SUStandardVersionComparator.m 111 16 years ago andym Finally added unit tests. For now, covering only v 4.9 KB Diff Download File
SUStatusController.h 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 1.1 KB Diff Download File
SUStatusController.m 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 2.6 KB Diff Download File
SUSystemProfiler.h 110 16 years ago andym Major refactoring, yay. Moved out installation pha 374 bytes Diff Download File
SUSystemProfiler.m 116 16 years ago andym Touched practically every line of code in a super- 5.3 KB Diff Download File
SUUIBasedUpdateDriver.h 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 452 bytes Diff Download File
SUUIBasedUpdateDriver.m 172 16 years ago Andy Matuschak Fixes 236636: Sparkle now makes sure to make the 5.2 KB Diff Download File
SUUnarchiver.h 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 604 bytes Diff Download File
SUUnarchiver.m 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 720 bytes Diff Download File
SUUnarchiver_Private.h 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 677 bytes Diff Download File
SUUnarchiver_Private.m 164 16 years ago Andy Matuschak Fixes 236695 Refactored Sparkle's unarchiving sys 1.8 KB Diff Download File
SUUpdateAlert.h 88 16 years ago andym Added SUWindowController to reduce duplication of 1013 bytes Diff Download File
SUUpdateAlert.m 151 16 years ago Andy Matuschak Changed the SUUpdateAlert description text to use 5 KB Diff Download File
SUUpdateDriver.h 116 16 years ago andym Touched practically every line of code in a super- 458 bytes Diff Download File
SUUpdateDriver.m 116 16 years ago andym Touched practically every line of code in a super- 600 bytes Diff Download File
SUUpdatePermissionPrompt.h 116 16 years ago andym Touched practically every line of code in a super- 901 bytes Diff Download File
SUUpdatePermissionPrompt.m 116 16 years ago andym Touched practically every line of code in a super- 3.7 KB Diff Download File
SUUpdater.h 146 16 years ago Andy Matuschak Fixes bug 228446 Finally adding real delegate sup 2.6 KB Diff Download File
SUUpdater.m 146 16 years ago Andy Matuschak Fixes bug 228446 Finally adding real delegate sup 8.9 KB Diff Download File
SUUserDefaults.h 68 16 years ago andym Numerous minor changes courtesy Sean McBride. Most 1.1 KB Diff Download File
SUUserDefaults.m 166 16 years ago Andy Matuschak Fixes 240792, 240793 Merging in Brian Webster's T 3.3 KB Diff Download File
SUUserInitiatedUpdateDriver.h 142 16 years ago Andy Matuschak Fixes bug 236235. Sparkle now gies visual indicat 412 bytes Diff Download File
SUUserInitiatedUpdateDriver.m 161 16 years ago Andy Matuschak Fixes a compile warning; using NSUInteger in place 1.4 KB Diff Download File
SUVersionComparisonProtocol.h 68 16 years ago andym Numerous minor changes courtesy Sean McBride. Most 705 bytes Diff Download File
SUWindowController.h 90 16 years ago andym Finished integrating SparklePlus profiling! Just s 544 bytes Diff Download File
SUWindowController.m 89 16 years ago andym Actually added the appropriate files this time. 788 bytes Diff Download File