8
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a compile warning; using NSUInteger in place of unsigned.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes #236948: Sparkle no longer fails to close the "checking for updates" progress window when an appcast fails to load.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes several warnings More... almost 16 years ago
Let there be nibs More... almost 16 years ago
Initial import, no nibs More... almost 16 years ago
Agh, changed the GC settings again. I had made the release configuration before use the gc and the gc configuration use the normal configuration. This should be right.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Added some version comparison tests for things like 1.0b9 -> 1.0b10 and double-digit nonsense. Things still pass.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes bug 236694
lemniscate
as Andy Matuschak
More... almost 16 years ago
Made the dual-mode build configuration actually use the .xcconfig which will build it with GC support. Doh!
lemniscate
as Andy Matuschak
More... almost 16 years ago
Merged in the Dutch localization, courtesy Maarten Van Coile.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Removed a double-space in the permission prompt NIB.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Changed kB to KB, as it should be. Jonas, I thought you got this!
lemniscate
as Andy Matuschak
More... almost 16 years ago
Forgot to add the non-existing nib files More... almost 16 years ago
Added Dutch translation More... almost 16 years ago
Doh! Fixed a dumb double-release that would cause crashes in non-GC apps when the user cancels an update's download. That's kind of a big mistake. Sorry about that guys.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Changed the SUUpdateAlert description text to use better notation for its em-dash so that localizations can not have an em-dash if they want.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Changed the disk image failure string to "%1$@ can't be updated when it's running from a disk image. Move %1$@ to your Applications folder, relaunch it from there, and try again." to make it more clear.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Updated en.lproj/Sparkle.strings to have all the new strings in Sparkle 1.5b1.
lemniscate
as Andy Matuschak
More... almost 16 years ago
In an attempt to improve 10.3 support, I've added a new build configuration: Release (GC-support; 10.5-only). Compile with this if your app uses garbage collection. The normal Release configuration will compile 10.3-compatible-y with no GC support.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes bug 228455
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes bug 228446
lemniscate
as Andy Matuschak
More... almost 16 years ago
Removed the checkInterval IV and factored out its assignment to a checkInterval method in SUUpdater. Now when future updates are scheduled after an initial one exits, they'll use the current interval.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixed some formatting stuff.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixed a confounding bug that somehow slipped in: when an update check was aborted, I was calling -automaticallyUpdates to determine whether I should reschedule another update check.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes bug 236235.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Moved the check for whether the host is running from a disk image to SUBasicUpdateDriver so that all drivers could take advantage of this check.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixes bug 228454.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Fixing bug 228469: Now if the developer sets a value for SUEnableAutomaticChecks in Info.plist, we assume that's a good default value to take, and we don't ask the user what he wants to do on startup. If he doesn't specify any preference of his own, we take the Info.plist value to be the canonical one.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Sparkle now works correctly with LSUIElements: it focuses them before displaying the update alert. This fixes bug 228471.
lemniscate
as Andy Matuschak
More... almost 16 years ago
Oops, fixing a problem with revision 133, which added fancy version labeling scripts. Now we add /usr/local/bin to the path as well. We still don't fail gracefully if we can't find bzr because I can't figure out how to do that. Hm...
lemniscate
as Andy Matuschak
More... almost 16 years ago