lp:~vcs-imports/sparkle/1.5

Created by VCS imports and last modified
Get this branch:
bzr branch lp:~vcs-imports/sparkle/1.5

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Sparkle
Status:
Development

Import details

Import Status: Invalid

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 10 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 30 seconds — see the log

Whiteboard

host doesn't resolve

Recent revisions

119. By andym

Now SUUpdater removes itself as an observer of an update driver before it releases it.

118. By andym

Added 2008 iMac to the model translation list.

117. By andym

Touched practically every line of code in a super-monster-awesome refactoring. Please read:
- Broke out SUUpdater functionality into update drivers. There's a basic one from which everything else inherits, then a user-initiated one, an automatic one, and a scheduled one. It's super-clean-and-shiny.
- Destroyed the abomination that was SUStatusChecker. In its place is SUProbingUpdateDriver, which is like 10 lines long.
- Made automatic installation less stupid. It used to install, THEN offer to relaunch. That's dumb, beacuse if the user says no, the app is running from the trash. Now it offers to install and relaunch or to install on quit.
- Renamed like every method and symbol. I hope you didn't branch anything.
- Reorganized the project hierarchy to be much clearer and easier to navigate.
- Reworked the error system to no use NSError instead of exceptions; extra technical information is now logged to the console so that we can find problems.
- A bunch of other small bugfixes in things I noticed along the way but no longer remember.
- Probably a ton of other stuff.
Read over the code and see what I've done. Then PLEASE test this with your app internally and let me know how it goes. This revision is hereby NOT YET DECLARED SAFE FOR PUBLIC RELEASE. But because I'm still using SVN, this is how things have to be.

116. By andym

Added fetching of CFBundleName as a fallback for CFBundleDisplayName in -[NSBundle(SUAdditions) name].
Fixed an uninitialized variable.
Fixed autorelease pool errors during installation thread.
Fixed error including SUInstaller.h from host app.
Patch courtesy Ben Kazez.

115. By andym

Because we use CF calls to update user defaults for the sake of bundles, our synchronize calls don't cause NSUserDefaultsControllers to update. I can't totally fix this for non-app bundles, since there's no way I know of to get an NSUserDefaults object for their defaults, but this patch will fix things for apps.
Thanks to boredzo for reporting the bug.
Fixes #185.

114. By andym

Moved some update alert things into bindings for code simpliciation.
Removed the frame saving feature from the update alert, as it was causing bugs and didn't seem particularly useful.
Fixes #164; thanks to Adam Radestock for his help.

113. By andym

Doh added missing unit test info.plist. Sorry, guys.

112. By andym

Finally added unit tests.
For now, covering only version comparison.
Actually found and fixed a bug that made 1.0b1 < 1.0a1
Feel free to add more tests.

111. By andym

Major refactoring, yay.
Moved out installation phase to separate classes, separating packages and flat-file installs.
Made the DMG cleanup less horrifying.
All-around prettification.
This may or may not break the world; please let me know.

110. By andym

Removed an extraneous build phase that was necessary for relaunch.app and which may have been causing problems for people.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.