| 2007-08-14 |
The first generation of appcasts has ended.
|
file | diff | annotate |
| 2007-08-06 |
You will now be prompted before quitting unless you choose 'Don't show again'.
|
file | diff | annotate |
| 2007-07-14 |
Moved the iChat importer into GBImportPlugin, putting it in the File->Import menu instead of the Help menu. Fixes #7307
|
file | diff | annotate |
| 2007-07-11 |
AIAlwaysUpdateToBetas should actually work now. Previously, a release seeing a beta from Sparkle would always return NSOrderedSame in compareVersion:toVersion:
|
file | diff | annotate |
| 2007-07-09 |
Finished fixed the BETA_RELEASE usage in adium-1.0
|
file | diff | annotate |
| 2007-07-09 |
* Removed BETA_BUILD from AIAdiumProtocol, defining it instead in the release Makefile.
|
file | diff | annotate |
| 2007-07-05 |
Fixed forced checking for betas when AIAlwaysUpdateToBetas is enabled. Previously, the beta check would only be performed for a release if enough time had elapsed to also submit anonymous usage data. Fixes #7254
|
file | diff | annotate |
| 2007-07-05 |
Fixed forced checking for betas when AIAlwaysUpdateToBetas is enabled. Previously, the beta check would only be performed for a release if enough time had elapsed to also submit anonymous usage data. Fixes #7254
|
file | diff | annotate |
| 2007-07-05 |
Merged [20111]: Fixed checking for beta builds when AIAlwaysUpdateToBetas is enabled and anonymous usage data is not being sent via Sparkle. Refs #7254
|
file | diff | annotate |
| 2007-07-05 |
Fixed checking for beta builds when AIAlwaysUpdateToBetas is enabled and anonymous usage data is not being sent via Sparkle. Refs #7254
|
file | diff | annotate |
| 2007-07-04 |
Merge the results of the adium-ichatimport branch (the iChat Import Assistant) to the trunk for cleanup and testing.
|
file | diff | annotate |
| 2007-07-04 |
Merged [19897]: Patch from Krzysztof Godlewski which fixes installation of .AdiumLibpurplePlugin
|
file | diff | annotate |
| 2007-06-16 |
Patch from Krzysztof Godlewski which fixes installation of .AdiumLibpurplePlugin bundles
|
file | diff | annotate |
| 2007-06-16 |
Reverted unintentional commit in [19895]"
|
file | diff | annotate |
| 2007-06-16 |
Only use AIClickThroughThemeDocumentButton on 10.4, not 10.5. Perhaps we'll use some NSWindow delegation method to serve the function in 10.5.
|
file | diff | annotate |
| 2007-05-20 |
Remove stray comment closer doohickey
|
file | diff | annotate |
| 2007-05-18 |
Merged [19767] (gbooker): SIGPIPE should be ignored always.
|
file | diff | annotate |
| 2007-05-17 |
SIGPIPE should be ignored always.
|
file | diff | annotate |
| 2007-05-14 |
I forgot to commit this before building 1.0.4b2; thanks, Juan
|
file | diff | annotate |
| 2007-05-13 |
Capitlization fix
|
file | diff | annotate |
| 2007-05-13 |
Merged [19721]: Don't post the distributed and local notifications that Adium is ready until the NSConnection has been registered
|
file | diff | annotate |
| 2007-05-13 |
Don't post the distributed and local notifications that Adium is ready until the NSConnection has been registered
|
file | diff | annotate |
| 2007-05-13 |
Merged [19719]: Patch from Joe Ranieri, discussed on adium-devl, which publishes Adium via NSConnection under the name 'com.adiumx.adiumx' to allow distant object (out of process) communication.
|
file | diff | annotate |
| 2007-05-13 |
Patch from Joe Ranieri, discussed on adium-devl, which publishes Adium via NSConnection under the name 'com.adiumx.adiumx' to allow distant object (out of process) communication.
|
file | diff | annotate |
| 2007-05-11 |
Merge [19661]
|
file | diff | annotate |
| 2007-05-11 |
Add a hidden default, AIAlwaysUpdateToBetas, that causes release builds to still look for betas in sparkle
|
file | diff | annotate |
| 2007-05-01 |
Revert part of [19574]; we'll keep the crash reporter around and in the project file for now, as it may not be a viable longterm solution to use Smart Crash Reports and it's much easier to revert it now than later. It's still not being built, copied in, or used (either the reporter itself or the crash/exception catching).
|
file | diff | annotate |
| 2007-05-01 |
Merged [19574]: Removed the Adium crash reporter; moved the awesome burning duck to Other for po
|
file | diff | annotate |
| 2007-05-01 |
Removed the Adium crash reporter; moved the awesome burning duck to Other for posterity
|
file | diff | annotate |
| 2007-04-17 |
Added DiskImageUtilities and AuthorizedTaskManager from Google's MacFUSE repository; they are BSD licensed. DiskImageUtilities is used in AIAdium to check if we are running from our read-only installation disk image and, if so, to prompt the user as to whether s/he would like to copy to Applications instead. If the user agrees, Adium is copied to Applications and relaunched from there. If the user declines, no further prompting is done.
|
file | diff | annotate |
| 2007-04-08 |
Reworked how the preferences window is generated and displayed.
|
file | diff | annotate |
| 2007-04-01 |
Merged [19300] (AINetworkDidChange notification), [19301], (inform libgaim of network changes, and enable nat-pmp support in adium-1.0), and [19302] (don't force Gaim accounts to Block Certain Contacts on load; fixes #4770
|
file | diff | annotate |
| 2007-04-01 |
* Added AINetworkDidChange notification, posted shortly after Adium detects a network configuration change occurred
|
file | diff | annotate |
| 2007-03-24 |
Fix the case of the extension when installing AdiumXtras, which makes them work properly on case-sensitive file systems. Fixes #176. Refs #6620.
|
file | diff | annotate |
| 2007-03-19 |
When the system time zone changes, as notified via the (undocumented) {{{NSSystemTimeZoneDidChangeDistributedNotification}}} distributed notification, reset NSTimeZone's cache for the system time zone. It then updates it next time it's used... which means that {{{NSDateFormatter}}}s everywhere see the new time zone, as well. Fixes #5383
|
file | diff | annotate |
| 2007-02-12 |
Don't bother to link against JavaVM.framework. Also disable compilation of AIVideoConfController.m, and the now-unused QuickTime plugin. I can't tell if we can stop linking against QuickTime.framework at this point, so I left it in.
|
file | diff | annotate |
| 2007-02-11 |
Compile fix. Thanks for pointing that out, Kent
|
file | diff | annotate |
| 2007-02-11 |
Merging [18941]
|
file | diff | annotate |
| 2007-02-11 |
I believe this is more correct
|
file | diff | annotate |
| 2007-02-11 |
Merge a number of version checking changes to trunk, as well as split the appcast into appcast-release and appcast-beta
|
file | diff | annotate |
| 2007-02-11 |
fixfix
|
file | diff | annotate |
| 2007-02-11 |
Sparkle now sends type=release or type=beta to allow selecting which appcast to use
|
file | diff | annotate |
| 2007-02-11 |
Merging part of [18935]
|
file | diff | annotate |
| 2007-02-11 |
removing some last vestiges of java
|
file | diff | annotate |
| 2007-02-04 |
Merged [18828]: When quitting, wait a run loop between the quit menu item being selected and the actual quit; this way, we can register any final incoming messages or file transfers that may have occurred while the menu was open, thereby triggerring the confirmation dialogues as appropriate. Fixes #5668
|
file | diff | annotate |
| 2007-02-04 |
When quitting, wait a run loop between the quit menu item being selected and the actual quit; this way, we can register any final incoming messages or file transfers that may have occurred while the menu was open, thereby triggerring the confirmation dialogues as appropriate. Fixes #5668
|
file | diff | annotate |
| 2007-02-02 |
merged [18740]: Report a bug menu item now points to the ReportingBugs wiki page. Fixes #6192. Thanks to mdippery.
|
file | diff | annotate |
| 2007-02-02 |
Merged [18793]: Register our help schtuff on launch; the Help Viewer will thereafter know about it even when Adium isn't running.
|
file | diff | annotate |
| 2007-02-02 |
Register our help schtuff on launch; the Help Viewer will thereafter know about it even when Adium isn't running.
|
file | diff | annotate |
| 2007-02-01 |
Resolve duplicate symbols warnings; these functions are also declared in Sparkle somewhere, I believe. So long as we're using our own versions, let's make sure they're actually used.
|
file | diff | annotate |
| 2007-01-29 |
Report a bug menu item now points to the ReportingBugs wiki page. Fixes #6192. Thanks to mdippery.
|
file | diff | annotate |
| 2007-01-15 |
Somehow my patch to Sparkle wasn't applied when whoever built it last did so; I really need to get that all worked out and committed to S+ trunk. This makes certain that rc1 > b10 > a20. It's kinda ugly though, so I'll revisit it later.
|
file | diff | annotate |
| 2007-01-10 |
Introducing Menu Bar Xtras! Hopefully I didn't break too much. If I did, yell at me. I'll be posting on the wiki entry MenuBarIcons how to create them.
|
file | diff | annotate |
| 2007-01-04 |
Apparently it's this
|
file | diff | annotate |
| 2007-01-04 |
Gems isn't the default anymore. Good catch Zac
|
file | diff | annotate |
| 2006-12-31 |
This is better
|
file | diff | annotate |
| 2006-12-31 |
Changing how this works, AGAIN. No longer relies on the -description method, because relying on that is a Bad Thing. It's also simpler. The downside is that b21 or whatever will resubmit once before getting back on the weekly schedule
|
file | diff | annotate |
| 2006-12-28 |
Merging + Improvements (wkmv2 branch)
|
file | diff | annotate |
| 2006-12-22 |
The ongoing saga of 'how many times can David **** up this logic' continues
|
file | diff | annotate |
| 2006-12-19 |
Need this...
|
file | diff | annotate |