descriptionAll previous history of Adium from 2002 until development began on 1.4. Pull is disabled, this repository is 1.6GB.
ownerAdium Team
last changeFri, 17 Apr 2009 02:52:09 +0000
changes
2009-04-17 convert-repo update tags default tip
2008-06-15 Evan Schoenberg Use NSOrderedSame, no 0, when looking at the result of a comparison
2008-06-15 Evan Schoenberg Patch from Gregory Shapiro to improve display of Address Book info in the contact inspector. We now declare the info we want and add it in a sane order rather than getting spurious information and adding it in random order. Thanks! :) Fixes #10106
2008-06-15 Zachary West Fix the case of a metacontact which was available on connect going away causing the "come back" event to be fired. This would occur when the cache had a nil-entry and an event fires causing the cache to be updated before the meta contact is fully away, which triggers the "came back" event. Refs #468.
2008-06-15 Zachary West Now that's just ironic.
2008-06-15 Zachary West Pesky NSLog().
2008-06-15 Zachary West Fix the contextual menus for address book integration in the webkit context menu, since it uses AIMenuItem copies, `-isEqual` always ends up saying `NO`. Other than comparing the titles for equality (which I don't think is a good idea) I can't think of a simpler way other than using the tags.
2008-06-15 Matt Handley Added useful name property for chats with a single user in them.
2008-06-15 Matt Handley go online with message works again. The problem was the assumption that the passed messagae would be an NSAttributedString when, really it would be either an NSString or an NSAttributedString.
2008-06-15 Matt Handley In what may be the most amount of time spent on debugging a problem with an obvious solution, I have changed the various status properties to be rw, rather than just r.
2008-06-15 Zachary West Fix the world's most oddly placed bang, fixing a longstanding issue where the wrong event would fire for a contact. Fixes #468. Fixes #5551.
2008-06-15 Evan Schoenberg Fixed sizing of the checkboxes in the German status preferences
2008-06-15 Zachary West (Prefix)PurpleAccount already does this when it processes an alias change for meta contacts; stop wasting time setting preferences for all contained objects to no end. I could have sworn I removed this before, but I guess not.
2008-06-15 Zachary West Revert part of [23278] to allow all outline views to expand or collapse based on where we think the disclosure arrow is. Fixes #10027. This exacerbates the problem of meta contacts expanding in the contact list with a single click on the left side, refs #9979.
2008-06-15 Zachary West Restore all group chats to visible when ending a search. Fixes #10097.
2008-06-15 Zachary West Add a HiddenPreferences to hide group counts when collapsed. Use `defaults write com.adiumx.adiumx AIHideCollapsedGroupCount -bool YES` to hide the count, and `defaults write com.adiumx.adiumx AIHideCollapsedGroupCount -bool NO` to disable hiding it. Fixes #9986. Closes #9763.
2008-06-14 Evan Schoenberg * Renamed `-[AIChatLog path]` to `-[AIChatLog relativePath]`. This reflects its true nature.
2008-06-14 Evan Schoenberg When escape is pressed in the standard contact list while in a search, it removes the selection on first press as it normally. Once there is no selection, pressing escape again now closes the search field. Refs #10031
2008-06-14 Evan Schoenberg 1.3b3 appcast
2008-06-14 Evan Schoenberg 1.3b3 for fixes thus far and our localization updates
2008-06-14 Evan Schoenberg Added Danish away & idle localized images for the dock icons
2008-06-14 Evan Schoenberg cmd-f refocuses the contact list search field if it is already visible. Closes #10031
2008-06-14 Evan Schoenberg Cleanup
2008-06-14 Evan Schoenberg libpurple.framework im.pidgin.pidgin libpurple 2.5.0mtn @ b85fc7b346686a23aef2ede5c3bcb6eae2ecd6a2 which fixes flickering of OSCAR (AIM/ICQ) away messages through (null) when other aspects of status such as idleness change. Fixes #10056
2008-06-14 Evan Schoenberg Removed excessive loggification
2008-06-14 Evan Schoenberg Updated Renkoo and renkooNaked to be version 4 instead of version 2 message styles. Fixed display of consecutive and of coalesced status notifications.
2008-06-14 Evan Schoenberg * Define a Version 4 message style version, which has the replaceLastMessage() in its template.html. David, I think you wanted to make use of a new version, as well - this is just a tentative set of changes for version 4. Refs #10102 for the versioning.
2008-06-14 Zachary West Save and restore the active chats in containers. Fixes #10045.
2008-06-14 Zachary West For the log viewer, display the formatted UID along with the alias if the contact has an alias set. I find it very hard to follow meta contacts without this (and I don't want to see UIDs in the contact list).
2008-06-14 Evan Schoenberg s/usingCustomBaseHTML/usingCustomTemplateHTML/ as the name makes more sense when it matches the file name
2008-06-14 Evan Schoenberg Remove the options view (server/port) from the Facebook account editing sheet
2008-06-14 Evan Schoenberg Brazilian Portuguese update from Marcos Frazão
2008-06-14 Evan Schoenberg French update from biglittledragoon
2008-06-14 Evan Schoenberg Simplified Chinese (zh_CN) update from JT Lee
2008-06-14 Evan Schoenberg German update from Markus Wulftange
2008-06-14 Evan Schoenberg Finnish update from Lassi Veikkonen
2008-06-14 Evan Schoenberg Dutch update from Remko Brugman
2008-06-14 Evan Schoenberg Traditional Chinese (zh_TW) update from Jack Lin
2008-06-14 Evan Schoenberg Italian update from ATMB
2008-06-14 Evan Schoenberg Catalan update from Albert Samaniego
2008-06-14 Evan Schoenberg Danish update from David Munch
2008-06-14 Evan Schoenberg French Canadian update from Ronald Leroux
2008-06-14 Evan Schoenberg Czech localization update from Czech X Team - Frantisek Erben
2008-06-14 Evan Schoenberg Added `AIWebKitPreviewMessageViewController` to factor out some code needed only for the preview and allow easy modification of its behavior. Disabled the contextual menu in the preview. Fixes #10016
2008-06-13 Evan Schoenberg * When rejoining a group chat, call `-[CBPurpleAccount addChat:]`. This fixes display of 'you have connected' in group chats and allows further fixage.
2008-06-13 Evan Schoenberg Use public API
2008-06-13 Evan Schoenberg Added AIiTunesTrackPboardType to the drag types the webkit message view knows about and can therefore pass on to the text view. Fixes #5114
2008-06-13 Evan Schoenberg Fixed ESChatUserListController to use the dragItems, which are noted by all list controllers when a drag begins, rather than [self draggedContacts] which is always nil if the drag started from another controller. Fixes #10058
2008-06-13 Evan Schoenberg Removed draggedContacts silliness
2008-06-13 Evan Schoenberg When an object's address book prefs change, including its assigned card, update its name and other info from the AB
2008-06-13 Evan Schoenberg When an object's address book prefs change, update the object rather than corrupting our understanding of global prefs. Fixes #10051
2008-06-13 Evan Schoenberg Use AIListContact's setAddressBookPesrson: method
2008-06-13 Stephen Holt This should work for the AdiumSyncHelper's main(). Calling methods and objects which don't yet exist (but will, I swear!) adium_syncservices
2008-06-13 Stephen Holt copied sycnServices dir and recreated Xcode targets adium_syncservices
2008-06-13 Stephen Holt Ugh, for somereason the adium_syncing branch is messy and missing stuff. I know what changed now, so making a new branch and merging relevant changes from branches/adium_syncing over adium_syncservices
2008-06-12 Peter Hosey Patch from David: Simplify autorelease-pool code in AWBonjourAccount.
2008-06-12 Peter Hosey Merged r23614:23936 from [source:/trunk trunk] to [source:/branches/summer_of_code_2008/unit_testing BJ Homer's GSoC 2008 unit testing branch]. Merge checkpoint: 23936. summer_of_code_2008
2008-06-12 bjhomer Added an assert to verify that Mock Object creation is working. summer_of_code_2008
2008-06-12 Andreas Monitzer Added = to the list of allowed characters. Fixes #10083. This should probably be handled in a cleaner way (e.g. by implementing the whole spec for this).
2008-06-12 bjhomer Merged new Doxyfile summer_of_code_2008
2008-06-12 Peter Hosey Switching the Doxyfile to use XML output so that we can use DoxyClean to generate the HTML.
2008-06-12 bjhomer The scripts to clear old coverage data weren't working, since *s don't expand inside quotes. summer_of_code_2008
2008-06-12 bjhomer Makes it easier to locate failures, since Xcode can find the actual line. summer_of_code_2008
2008-06-12 Evan Schoenberg Finished fixing message view custom backgrounds; in 1.3b2, one could be set, but Adium had to be restarted to change the background. Fixes #10013
2008-06-12 Evan Schoenberg Truth in commenting
2008-06-12 Evan Schoenberg Simplified determination of whether a facebook contact has a status message or not. No functional change.
2008-06-12 Evan Schoenberg Fixed and simplified determination of preferred accounts for messaging contacts. Removed a couple public methods which shouldn't exist in the process. Fixes opening message windows for offline contacts on accounts which don't support offline messaging, among other problems. Fixes #9970
2008-06-11 bjhomer Tests for [AdiumAccounts _loadAccounts]. Includes tests which are failing; trac tickets will be filed. summer_of_code_2008
2008-06-11 Stephen Holt There is little reason this should not be a class method. Why require the cost of a full instance if it'll just get tossed anyway?
2008-06-11 Stephen Holt a more reliable method for checking encoding sizes, courtesy of boredzo
2008-06-11 Stephen Holt Better output for encoded URI strings, especiall with international characters
2008-06-11 Stephen Holt Rather than assume UTF8 is the best encoding to use for flex (though it is a good one), use -[NSString fastestEncoding] to get the optimal c string encoding for the platform, and only fall back on UTF8 if the given encoding is > 8-bits/char.
2008-06-11 Stephen Holt Make the threaded stress test use more threads (8), and make both that and the LinkDriver share the same AHHyperlinkScanner instance between threads
2008-06-11 Stephen Holt Added a new target for a threaded stress tester in the AutoHyperlinks.xcodeproj
2008-06-11 durin42 Don't declare a selector to which we don't respond. Instead, declare one we
...
tags
2008-04-29 AdiumX_1.2.5
2008-03-30 AdiumX_1.2.4
2008-02-25 AdiumX_1.2.3
2008-02-19 AdiumX_1.2.2
2008-01-18 AdiumX_1.2.1
2008-01-05 AdiumX_1.2
2007-11-05 AdiumX_1.1.4
2007-09-30 AdiumX_1.1.3
2007-09-03 AdiumX_1.1.2
2007-08-14 AdiumX_1.1.1
...
branches
2009-04-17 5958b7ee90dc default
2008-06-13 b6954ccd8760 adium_syncservices
2008-06-12 c10af1be05d9 summer_of_code_2008
2008-05-16 56fdbff64908 Twitter-DotView
2008-05-07 212a647dad9d adium-1.2
2008-03-13 7c6138bf52bb adium-av
2008-02-14 1aeab1405567 get_info_inspector
2007-12-30 354119ceb7f6 tooltip-fixes
2007-11-26 74278a6cb122 adium-1.1
2007-08-30 71072a068f10 summer_of_code_2006
2007-08-26 305588b612ab adium-1.0
2007-05-17 c1535183494a twitter
2007-04-11 7eec69d95248 Adium-LoggerMixupDebugging
2007-03-25 05aefc709fb3 AdiumX_1.0.2
2007-03-10 934b4ead7097 adium-1.2-parental_controls
2007-03-07 2759cacc2fae smoothop
2006-12-28 95855562b0eb windowScriptObject_insteadOf_stringByEvaluatingJavaScriptFromString
2006-12-27 c50d01f6a780 scrollbar-improvements
2006-12-26 d8408e92bad7 adium-1.0-libgaim_pref_setter_plugin
2006-12-26 f9463a519e7e adium-io-plugin
2006-12-06 cae0238da830 adium-libgaim-oscar-testing
2006-11-24 1b59697ab1b0 adium-hom
2006-11-09 d1d5d358ebf2 adium-parallelized_project
2006-10-20 dc1d822176c3 adium_unit_testing
...