descriptionThe main repository of Adium from version 1.4 onwards.
ownerAdium Team
last changeThu, 02 Feb 2012 14:54:34 +0200
changes
38 hours ago Adrian Godoroja Silence 2 warnings. default tip
38 hours ago Adrian Godoroja Update credits. We don't use this anymore.
44 hours ago Frank Dowsett merge from default with a lot of effort ARC
45 hours ago Frank Dowsett These cannot be weak. ARC
45 hours ago Frank Dowsett By request, switch to 10.7 to take full advantage of ARC. ARC
45 hours ago Frank Dowsett ARC-ify AdiumLibpurple. ARC
45 hours ago Frank Dowsett ARC-ify AIUtilities. ARC
2 days ago Robert Vehse Improvements to the change logs.
2 days ago Adrian Godoroja Fixed contact list wrong position at start-up under Mac OS X Lion. Fix suggested by wixardy. Fixes #15341. Fixes #15480.
2 days ago Adrian Godoroja Updated Makefile.
2 days ago Adrian Godoroja 1.5rc3
2 days ago Thijs Alkemade Finished the sentence of this comment.
2 days ago Thijs Alkemade Blacklist the Skype plugin in 1.5, as it's known to be broken.
3 days ago Adrian Godoroja This works better then previous way.
3 days ago Adrian Godoroja Better way of using two Xcode versions.
4 days ago Frank Dowsett Make use of the scores when searching in preferences and select the best match. Fixes #15796 PreferencesRedux
4 days ago Frank Dowsett Rename 'Message Style' pane to 'Message View' fixing #15802. PreferencesRedux
4 days ago Frank Dowsett Fix #15801 by defining a minimum width for the preferences window. PreferencesRedux
4 days ago Frank Dowsett A better fix for 281ad094f064 which caused the search terms to be skipped. PreferencesRedux
4 days ago Robert Vehse Updated Italian localisation for 1.5rc2 from pi++. Fixes #15810. Fixes #15808.
4 days ago Thijs Alkemade Merged
4 days ago Thijs Alkemade Remove the hard-coded server name for LiveJournal accounts, they have an SRV record now.
5 days ago Robert Vehse Fix version requirement. Also fix minor changelogging boo-boos.
5 days ago Robert Vehse Updated change logs.
5 days ago Thijs Alkemade Forgot to refactor this part calling ESPresetNameSheetController.
5 days ago Adrian Godoroja Updated LMX. Removed PPC stuff.
5 days ago Adrian Godoroja Added -DNS_BLOCK_ASSERTIONS to JSONKit to improve performance.
5 days ago Adrian Godoroja Updated OAuthConsumer. Removed PPC stuff.
5 days ago Thijs Alkemade Refactored AINewContactWindowController to be acceptable to the static analyzer.
5 days ago Thijs Alkemade Keep the NSConnection AIAdium creates around, so the static analyzer can be happy about it.
5 days ago Thijs Alkemade Merged
5 days ago Thijs Alkemade This autorelease was wrong, the superclass calls [self autorelease] in -windowWillClose:. Made sure that's commented everywhere.
5 days ago Thijs Alkemade Fixed three new warnings that were introduced in the static analyzer (showOnWindow: is marked to release the receiver, so don't use it after calling it).
5 days ago Adrian Godoroja Removed a bunch of broken links/references to frameworks, looks like used and removed by the AV branch.
5 days ago Adrian Godoroja Updated JSONKit. Looks like analyzer won't complain anymore.
5 days ago Thijs Alkemade Refactor SHLinkEditorWindowController and ESPresetNameSheetController to be accepted by the static analyzer, and fix leaking when closing.
5 days ago Thijs Alkemade Some more annotations to AIAccount about authorization requests, I think the static analyzer is still not happy with it, though.
5 days ago Thijs Alkemade ESOTRPrivateKeyGenerationWindowController doesn't need to release itself in the -windowWillClose, but that does mean it leaks here.
5 days ago Thijs Alkemade Refactor ESPresetManagementController to be acceptable to the static analyzer, and fix it leaking after closing the window.
5 days ago Thijs Alkemade Refactor and annotate AdiumSetupWizard to be acceptable to the static analyzer.
5 days ago Thijs Alkemade This plugin is never unloaded, but handle it just in case, so this doesn't look like a leak.
5 days ago Thijs Alkemade Annotate XtrasInstaller to be acceptable for the static analyzer.
5 days ago Thijs Alkemade Refactor AIListLayoutWindowController to be acceptable to the static analyzer, and fix it leaking after closing the window.
5 days ago Thijs Alkemade Refactor ESTextAndButtonsWindowController and ESEditStatusGroupWindowController to be acceptable to the static analyzer, and fix them leaking after closing the window.
5 days ago Robert Vehse Correct 065615aec05d. Apparently, in Mac OS X (English) all words in menu items are capitalised.
5 days ago Eric Richie 1.5rc2
5 days ago Adrian Godoroja Linked the rest of the used libs, to the Xcode project.
5 days ago Adrian Godoroja Added this back. http://hg.adium.im/adium/rev/6c3cd092c3d4
5 days ago Adrian Godoroja Update ShortcutRecorder.
5 days ago Adrian Godoroja Move those two to the appropriate directory.
5 days ago Thijs Alkemade Refactor AINewBookmarkWindowController to be acceptable to the static analyzer, and fix it leaking after closing the window.
5 days ago Thijs Alkemade Refactored AINewGroupWindowController to be acceptable to the static analyzer, and fix it leaking after closing the window.
5 days ago Thijs Alkemade Refactored AITemporaryIRCAccountWindowController to be acceptable to the static analyzer.
5 days ago Thijs Alkemade Refactored AIListThemeWindowController to be acceptable to the static analyzer.
5 days ago Thijs Alkemade I think this way is better, to avoid saving the frame of the sheet as if it were a window.
5 days ago Thijs Alkemade Refactored AIEditAccountWindowController to be acceptable to the static analyzer.
5 days ago Thijs Alkemade Refactored AIDockIconSelectionSheet into a way the static analyzer accepts.
5 days ago Thijs Alkemade Fix a couple of leaks and incorrect memory management in AIEmoticonPreferences, also, create and open it in a way the static analyzer will accept.
5 days ago Adrian Godoroja Updated FriBidi to version 2 (0.19.2). Fixed few analyzer warnings.
5 days ago Thijs Alkemade This leak fix was wrong. NSWindowController subclasses aren't released until -windowWillClose:
6 days ago Thijs Alkemade Avoid a lot of false positives of the static analyzer.
6 days ago Thijs Alkemade Backout my changes to immutableCopy and use __attribute__((objc_method_family(copy))), as pointed out by Peter Hosey.
6 days ago Thijs Alkemade Another bunch of leak fixes, found by the static analyzer.
6 days ago Thijs Alkemade Fix another bunch of leaks found by the static analyzer.
6 days ago Thijs Alkemade Rename our immutableCopy to copyImmutable, to avoid a lot of false positive analyzer warnings.
6 days ago Thijs Alkemade Fix leaks in the deallocation of AIMetaContacts, found (partially) by the static analyzer.
6 days ago Thijs Alkemade Fix a couple of leaks found by the static analyzer in the initialization of the AILoggerPlugin.
6 days ago Adrian Godoroja Fixed 3 "Call to free data when error was returned during allocation" in AIKeychain. Analyzer Warnings--.
6 days ago Adrian Godoroja Fixed a bunch of "Argument to 'NSDictionary' method 'dictionaryWithObjectsAndKeys:' should be an Objective-C pointer type, not '_SOME_Ref'". Analyzer Warnings--.
7 days ago Adrian Godoroja Minor fix to previous fix :).
7 days ago Adrian Godoroja Fixed a mega bunch of "Method accepting NSError** should have a non-void return value to indicate whether or not an error occurred". Analyzer Warnings--.
7 days ago Frank Dowsett Make some search terms match their group's title so that searching for tooltips works like it should. PreferencesRedux
7 days ago Frank Dowsett Use different icons for preferences messages and window handling than the duplicates they were using. PreferencesRedux
7 days ago Adrian Godoroja Fixed "Argument in message expression is an uninitialized value" in AIChat.m. Analyzer Warnings--.
8 days ago Adrian Godoroja Fixed "Value stored to 'level' during its initialization is never read". Analyzer Warnings--.
...
tags
...
branches
38 hours ago 04605b9e9b83 default
44 hours ago ecae0b8c089a ARC
4 days ago 525b4caa1484 PreferencesRedux
3 weeks ago 962310cfb7a0 AdiumApplescriptRunnerUsingXPC
3 weeks ago ecf5bc9f7d89 AddConfigureRoomForMUCs
4 weeks ago 6d1f9b903525 IRCServerConsole
5 weeks ago 79f3cbfc38eb XMPPClientCerts
7 weeks ago b06ab45b7b91 EmoticonsMenu
2 months ago 2462557cacc1 voice-video
4 months ago 887d1ea665d4 MSN-XMPP
7 months ago 15bba3633447 eventloop_libdispatch
9 months ago ee01675e683f FloatingMessageWindowTextField
9 months ago 36e5308aa1ee RemoveRBSplitView
10 months ago 2021a30141d9 AILoggerWithBlocks
10 months ago 288abfbe17d7 10.6+
10 months ago 66454fabaa40 HistoricMUCMessages
...