3 days ago Thijs Alkemade Fix a couple of other uses of caseInsensitiveCompare is used on user-visible lists to localizedCaseInsensitiveCompare. Changed some comparators into blocks. default tip
3 days ago Thijs Alkemade Patch from rafaelglauber: Changed from "caseInsensitiveCompare" to "localizedCaseInsensitive" to get the correct ordering for languages like Swedish adium-1.5.1
3 days ago Thijs Alkemade Patch from rafaelglauber allowing a set hotkey to hide Adium again when pressed when Adium is already active, slightly modified by me.
9 days ago Robert Vehse Credit Chenguang Li for his patch, changelog the fix. References #15915. adium-1.5.1
9 days ago Thijs Alkemade Patch from horusl fixing MSN public display names not getting set. adium-1.5.1
9 days ago Thijs Alkemade Backout 6efd242bafce. This change should have not been applied to default.
9 days ago Thijs Alkemade Merged with adium-1.5.1
9 days ago Thijs Alkemade Rebuilt all the dependencis with Xcode 3 on 10.6.8. adium-1.5.1
10 days ago Evan Schoenberg The probably-smart behavior for Use Client Login for OSCAR accounts doesn't work for everyone. We probably need to add this as an actual account preference, sadly, but here's an easy stopgap that doesn't require a round of updated localization. Added hidden preference 'AIUseClientLoginWithProxies'. Refs #15137 where MG55 needs this to be able to connect; it doens't fix the issue of OP (deesto) in that ticket, which is completely beyond my comprehension. adium-1.5.1
11 days ago Robert Vehse Trivial change log corrections. adium-1.5.1
11 days ago Frank Dowsett merge
11 days ago Frank Dowsett More 1.5.1 changes adium-1.5.1
3 weeks ago Frank Dowsett Undeprecate some Keychain lookups.
3 weeks ago Frank Dowsett SHA1 is deprecated, switch to CC_SHA1.
11 days ago Evan Schoenberg 1.5.1b1 makefile adium-1.5.1
12 days ago Evan Schoenberg Added 1.5.1 changes adium-1.5.1
12 days ago Evan Schoenberg Version 1.5.1b1 adium-1.5.1
13 days ago Evan Schoenberg The entire app bundle should be signed, not just the executable. adium-1.5.1
13 days ago Evan Schoenberg Set explicit designated requirements to ensure the signing behaves properly on versions of Mac OS X that don't know about Developer ID signing (OS X 10.6) adium-1.5.1
2 weeks ago Thijs Alkemade libpurple 2.10.4 [im.pidgin.adium @ b5a51884d41f2b5ffd21b1443cc57f126a97273b] adium-1.5.1
2 weeks ago Thijs Alkemade Update build.sh to find the 10.6 SDK with Xcode 4.3. However, hardcode CC to gcc (from MacPorts). adium-1.5.1
2 weeks ago Thijs Alkemade libpurple 2.10.4 [im.pidgin.adium @ b5a51884d41f2b5ffd21b1443cc57f126a97273b] adium-1.5.1
3 weeks ago Frank Dowsett Today's lesson in not using Apple's private methods: somewhere between old/886f95f00431 and #9620 Apple changed their document icon setup process. Use the new methods and fix #9620. adium-1.5.1
12 days ago Evan Schoenberg undo versioning change
12 days ago Evan Schoenberg Version 1.5.1b1
13 days ago Evan Schoenberg The entire app bundle should be signed, not just the executable.
13 days ago Evan Schoenberg Set explicit designated requirements to ensure the signing behaves properly on versions of Mac OS X that don't know about Developer ID signing (OS X 10.6)
2 weeks ago Thijs Alkemade libpurple 2.10.4 [im.pidgin.adium @ b5a51884d41f2b5ffd21b1443cc57f126a97273b]
2 weeks ago Thijs Alkemade Update build.sh to find the 10.6 SDK with Xcode 4.3. However, hardcode CC to gcc (from MacPorts).
2 weeks ago Thijs Alkemade libpurple 2.10.4 [im.pidgin.adium @ b5a51884d41f2b5ffd21b1443cc57f126a97273b]
3 weeks ago Frank Dowsett Proper retain counts prevent crashes. Fixes #15864
3 weeks ago Frank Dowsett Undeprecate some Keychain lookups. ARC
3 weeks ago Frank Dowsett Switch kABAIMInstantProperty to kABInstantMessageServiceAIM and the others as well. ARC
3 weeks ago Frank Dowsett SHA1 is deprecated, switch to CC_SHA1. ARC
3 weeks ago Frank Dowsett Silence some warnings about old, unsupported OSs. ARC
3 weeks ago Frank Dowsett merge from default ARC
3 weeks ago Frank Dowsett merge from default ARC
3 weeks ago Frank Dowsett Don't need this definition anymore. ARC
3 weeks ago Frank Dowsett Silence some warnings about unused return values. ARC
3 weeks ago Frank Dowsett Enable "Combine High Resolution Artwork" ARC
3 weeks ago Frank Dowsett Today's lesson in not using Apple's private methods: somewhere between old/886f95f00431 and #9620 Apple changed their document icon setup process. Use the new methods and fix #9620.
3 weeks ago Frank Dowsett Remove some unused/old files.
3 weeks ago Frank Dowsett I thought I switched status prefs to use bindings when I did f286fac450e3.
3 weeks ago Frank Dowsett Whoops that's not a dealloc. ARC
3 weeks ago Frank Dowsett Remove some no-longer-needed deallocs. ARC
3 weeks ago Frank Dowsett Add some more fast enumeration.
4 weeks ago Frank Dowsett NSMenu in 10.6 has a better -removeAllItems, remove ours and fix a warning.
4 weeks ago Frank Dowsett Upgrade some deprecated table view functions.
4 weeks ago Frank Dowsett Two preference panes with the same identifier isn't good.
4 weeks ago Frank Dowsett Update the update_adium_from_bundle script for the xib changeover in b9ffdf44f4b4. Also made the indenting consistent and added a usage output for invalid arguments.
4 weeks ago Frank Dowsett Update `make localizable-strings` for 01a79023a03b's reorg
4 weeks ago Frank Dowsett Use a copy of the pane's image so that the size isn't set on the original.
4 weeks ago Frank Dowsett Create a menu and attach it to the "Show All" button for display on held clicks. Fixes #15976
4 weeks ago Frank Dowsett Disable scrolling elasticity on the pref rows and move the text closer to the image. Fixes #15978
4 weeks ago Adrian Godoroja Converted nib to xib.
4 weeks ago Frank Dowsett Close prefs branch for real. PreferencesRedux
4 weeks ago Frank Dowsett merge this stray commit.
4 weeks ago Frank Dowsett Fix some property declarations that need to be strong. ARC
4 weeks ago Frank Dowsett ARC-ify Adium Framework. ARC
4 weeks ago Frank Dowsett ARC-ify libpurple framework. ARC