Thijs Alkemade <thijsalkemade@gmail.com> [Wed, 11 Jan 2012 23:30:27 +0100] rev 4494
Rewrote the AdiumApplescriptRunner to use XPC instead of distributed notifications.
Thijs Alkemade <thijsalkemade@gmail.com> [Wed, 11 Jan 2012 19:14:11 +0100] rev 4493
Make sure AdiumApplescriptRunner can still be started from within Adium, this broke in 5d52dabbebe4.
LSOpenFromRefSpec adds a argument like -psn_0_1234, which got interpreted as the path of a script.
Thijs Alkemade <thijsalkemade@gmail.com> [Wed, 11 Jan 2012 18:29:29 +0100] rev 4492
Chats can no longer refuse to quit when they're still processing content. The user won't see the content anyway, and they would make Adium freeze.
Even if the content wasn't completely stuck (but in a delayed content filter, for example), because this works as a busy wait, it would never finish processing.
Thijs Alkemade <thijsalkemade@gmail.com> [Tue, 10 Jan 2012 20:15:53 +0100] rev 4491
Add a "Configure Room..." option to the MUC cog menu.
On a new branch, as this breaks string freeze.
Thijs Alkemade <thijsalkemade@gmail.com> [Tue, 10 Jan 2012 20:12:10 +0100] rev 4490
Add the generic menu items to the group chat cog button for XMPP groupchats too.
Adrian Godoroja <robotive@me.com> [Tue, 10 Jan 2012 20:29:58 +0200] rev 4489
Fix enable/disable View Chat Transcripts menu item, in group chat's (user list) context menu. Regression introduced (probably) with be26860de314.
Frank Dowsett <wixardy@adium.im> [Mon, 09 Jan 2012 22:54:15 -0500] rev 4488
merge from default
Frank Dowsett <wixardy@adium.im> [Mon, 09 Jan 2012 22:45:16 -0500] rev 4487
Fix a bug caused by 5171715ffe18 where clicking away from the search field would cause the main view to be shown.
Frank Dowsett <wixardy@adium.im> [Mon, 09 Jan 2012 20:40:08 -0500] rev 4486
Show the preferences window after the pane has been loaded and the window resized, looks better than a resize after opening.
Thijs Alkemade <thijsalkemade@gmail.com> [Tue, 10 Jan 2012 00:13:07 +0100] rev 4485
Rounded all other cases of non-integer view sizes I could find, though I don't think any contain scrollviews.
Refs #12237
Adrian Godoroja <robotive@me.com> [Tue, 10 Jan 2012 00:51:48 +0200] rev 4484
A better way of solving draw artifacts in Chat Transcripts window when scrolling. Also minor position/size fixes to 'Get Info -> Events' . Refs #12237.
Adrian Godoroja <robotive@me.com> [Tue, 10 Jan 2012 00:21:49 +0200] rev 4483
A better way of solving draw artifacts in 'Get Info -> Events' window when scrolling. Refs #12237.
Adrian Godoroja <robotive@me.com> [Tue, 10 Jan 2012 00:01:36 +0200] rev 4482
CACHE_ROOT should be added to make clean also.
Adrian Godoroja <robotive@me.com> [Mon, 09 Jan 2012 23:36:53 +0200] rev 4481
CACHE_ROOT to /var/tmp
Adrian Godoroja <robotive@me.com> [Mon, 09 Jan 2012 23:04:17 +0200] rev 4480
An attempt to fix the nightly builds failing due to inclusion of wrong precompiled headers.
Adrian Godoroja <robotive@me.com> [Mon, 09 Jan 2012 21:47:41 +0200] rev 4479
Fixed ghosting artifacts when scrolling transcript contents (when searching). Refs #12237.
Adrian Godoroja <robotive@me.com> [Mon, 09 Jan 2012 21:44:50 +0200] rev 4478
Minor redraw problem in 'Get Info -> Events' window when scrolling. Fixes #12237.
Peter Hosey <hg@boredzo.org> [Sun, 08 Jan 2012 17:27:02 -0800] rev 4477
Merged with Thijs.
Peter Hosey <hg@boredzo.org> [Sun, 08 Jan 2012 17:25:38 -0800] rev 4476
Log the arguments to SKIndexCreateWithURL, so we can be sure it isn't our fault (or find out how it is). Refs #15699.
Thijs Alkemade <thijsalkemade@gmail.com> [Sun, 08 Jan 2012 15:46:01 +0100] rev 4475
Reconnect runToolbarCustomizationPalette and toggleToolbarShown IBActions, which got removed in 1d96c04dc242, so "Show Toolbar" and "Customize Toolbar" should work and be localizable again.
Refs #15751, fixes #15759
Robert Vehse [Sun, 08 Jan 2012 06:26:45 +0100] rev 4474
Updated Italian localisation for 1.5b9 from pi++. Fixes #15758.
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 20:42:32 -0800] rev 4473
Changed the disk image script to use key codes, not character keystrokes, to send keyboard shortcuts to the Finder. Like the comment says, +3 Dvorak compatibility.
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 18:43:00 -0800] rev 4472
Code that uses @autoreleasepool won't build on 10.6. Switching to NSAutoreleasePool in the meantime. Also restored the return statement, which the compiler suspiciously didn't warn about.
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 18:30:48 -0800] rev 4471
Restored the ability of AdiumApplescriptRunner to run scripts from the command line, and committed a new build from the fixed sources. Fixes breakage of disk image background and custom icons added in [68df2b3513ec].
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 17:48:06 -0800] rev 4470
Changed AAR main to use @autoreleasepool.
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 15:00:47 -0800] rev 4469
Replacing the old PowerPC build of AdiumAppleScriptRunner with an x86_64/i386 build. Enables building on Lion (where Rosetta no longer exists).
Robert Vehse [Sat, 07 Jan 2012 20:30:28 +0100] rev 4468
Fix typo
Robert Vehse [Sat, 07 Jan 2012 20:29:08 +0100] rev 4467
Versioning up to 1.5b9 and changelogging.
Frank Dowsett <wixardy@adium.im> [Sat, 07 Jan 2012 12:40:35 -0500] rev 4466
Round the info window width up to 300px and provide a bit more space to the alias label in the info pane for localizers. Fixes #15712
Frank Dowsett <wixardy@adium.im> [Sat, 07 Jan 2012 12:24:22 -0500] rev 4465
Widen the advanced preferences and adjust three panes for the new width.
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 13:00:40 +0200] rev 4464
Credit Igor Kryzhanovskyi for the menu bar icon set.
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:50:16 +0200] rev 4463
Remove the old icon set.
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:49:39 +0200] rev 4462
New Adiumy Menu Bar Iconset. Thanks to Igor Kryzhanovskyi!
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:41:04 +0200] rev 4461
New Year is coming to the About Window :)
Thijs Alkemade <thijsalkemade@gmail.com> [Thu, 05 Jan 2012 23:33:38 +0100] rev 4460
Changelogging previous commit
Thijs Alkemade <thijsalkemade@gmail.com> [Thu, 05 Jan 2012 23:27:45 +0100] rev 4459
Updated Growl.framework to 1.3.1.
Fixes #15728
Thijs Alkemade <thijsalkemade@gmail.com> [Thu, 05 Jan 2012 20:06:33 +0100] rev 4458
Started working on (and pretty much finished) implementing a "server console"
for IRC. This contains _all_ that is sent/received from an IRC server
(salvaged to be valid UTF8). Works pretty similar to the Jabber console.
Creating a branch for this, as it's not ready for inclusion in 1.5.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 20:50:57 -0500] rev 4457
Remove some connections that no longer exist in MainMenu.xib which fixes #15751.
Paul Wilde me@paulwilde.co.uk [Thu, 05 Jan 2012 01:38:08 +0000] rev 4456
Fix the alignment of sound icons on the Events preference pane.
Paul Wilde me@paulwilde.co.uk [Wed, 04 Jan 2012 13:15:44 +0000] rev 4455
Compress all images saving approximately 273.5KB, Fixes #15740.
Paul Wilde me@paulwilde.co.uk [Wed, 04 Jan 2012 11:18:24 +0000] rev 4454
Update SoundLow.png and SoundHigh.png images to look the same as OS X default, the current ones are somewhat distorted and have jagged edges. Fixes #15750
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 15:54:28 -0500] rev 4453
Increase the log viewer window's height by one which seems to fix the visual badness when scrolling that some people were seeing. Refs #15091
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 13:27:46 -0500] rev 4452
Resave MainMenu.xib and ContactListWindow.xib to will fix a lot of 'no longer defined' warnings. Refs #15751
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 19:33:26 -0500] rev 4451
Save and load the last viewed preference pane.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 18:49:36 -0500] rev 4450
Update Xtras installation pref loader for the new pane names and layout.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 18:44:15 -0500] rev 4449
Opening preferences works a lot better when the window exists.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 18:25:22 -0500] rev 4448
Some search terms don't work if there are two entries (the pane name and the term section).
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 18:24:36 -0500] rev 4447
Rename Appearance preferences to the more apt Icons.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 17:30:44 -0500] rev 4446
Recreate the search index if there are newer terms.
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 16:23:07 -0500] rev 4445
merge from default
Paul Wilde me@paulwilde.co.uk [Wed, 04 Jan 2012 19:20:32 +0000] rev 4444
Update the copyright year to 2012
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 00:01:47 -0500] rev 4443
Fix a missed case in 188f837e19eb, logging enabled without chat context being enabled. Refs #15133.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 23:54:12 -0500] rev 4442
Changelog updates.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 23:34:03 -0500] rev 4441
Don't make the message entry area huge when the user hasn't set a preference for its size yet.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 22:31:15 -0500] rev 4440
Correct two "method name not found" warnings.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 22:06:36 -0500] rev 4439
Move the setup wizard's position so that it is not under the menu bar.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 22:04:22 -0500] rev 4438
Xcode likes when UFT-16 files are marked as UTF-16 and not UTF-8.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 22:01:36 -0500] rev 4437
Create a more generic file for supporting new OS features than the previous AILeopardCompatibility. This silences 4 warnings.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 21:01:03 -0500] rev 4436
Disable the contact list windows' restorable property which fixes #15341 and #15480.
Thijs Alkemade <thijsalkemade@gmail.com> [Mon, 26 Dec 2011 20:17:38 +0100] rev 4435
Google Plus allows you to add people to your GTalk contact list without having
to reveal their email. These people show up as
(randomstring)@public.talk.google.com. Show these people as GTalk users instead
of generic Jabber users too.
Thijs Alkemade <thijsalkemade@gmail.com> [Sat, 24 Dec 2011 16:00:53 +0100] rev 4434
Refactor Jabber account preferences a bit.
Frank Dowsett <wixardy@adium.im> [Fri, 23 Dec 2011 16:21:31 -0500] rev 4433
Adjust the user list's divider colour by three points which'll fix #15567 and make mathuaerknedam happy.
Frank Dowsett <wixardy@adium.im> [Fri, 23 Dec 2011 16:12:23 -0500] rev 4432
Correct the user list's size calculation by verifying the allowed width after the minimum is set. Fixes #15577
Frank Dowsett <wixardy@adium.im> [Fri, 23 Dec 2011 00:28:37 -0500] rev 4431
Localize this string.
Robert Vehse [Fri, 23 Dec 2011 21:30:18 +0100] rev 4430
Updated French localisation for 1.5b8r4422 from biglittledragoon. Fixes #15734.
Robert Vehse [Thu, 22 Dec 2011 18:18:11 +0100] rev 4429
Update beta changelog.
Frank Dowsett <wixardy@adium.im> [Thu, 22 Dec 2011 01:39:49 -0500] rev 4428
Make the status pane's settings tab the first item since it is more interesting than saved statuses.
Frank Dowsett <wixardy@adium.im> [Thu, 22 Dec 2011 01:34:24 -0500] rev 4427
Reorganize message alerts pane, add a new group and spacing to better separate the mass of settings.
Frank Dowsett <wixardy@adium.im> [Thu, 22 Dec 2011 01:21:16 -0500] rev 4426
Fix the message style's controls dimming for group chats.
Paul Wilde me@paulwilde.co.uk [Wed, 21 Dec 2011 18:57:04 +0000] rev 4425
Cleanup the alignments and some organisation of every preference pane and create two separate images for Window Handling and Message Styles
Frank Dowsett <wixardy@adium.im> [Tue, 20 Dec 2011 18:40:18 -0500] rev 4424
Add missing colons to OTR's pref's labels.
Frank Dowsett <wixardy@adium.im> [Tue, 20 Dec 2011 18:35:52 -0500] rev 4423
More terms with which to search. We need to have a way to invalidate the cache when there are updates.
Adrian Godoroja <robotive@me.com> [Thu, 22 Dec 2011 01:53:01 +0200] rev 4422
Fix, enable/disable some labels/controls in Prefernces: General -> Messages & Advanced -> Address Book. Thanks to Paul Wilde's "sharp" eyes :)
Details:
General -> Messages: -> blank out "recent messages in new chats" and disable "Customize" button when "Log messages" is unticked.
Advanced -> Address Book -> blank out "Type text and drag name elements to create a custom name format." when "Import my contacts' names from the Address Book" is unticked.
Robert Vehse [Tue, 20 Dec 2011 23:06:42 +0100] rev 4421
Updated Swedish localisation for 1.5b8 from PBobbenB. Fixes #15726.
Robert Vehse [Tue, 20 Dec 2011 21:35:36 +0100] rev 4420
Updated German localisation for 1.5b8 from mwulftange. References #15586, references #15658.