4 months agoAdd a "Configure Room..." option to the MUC cog menu. AddConfigureRoomForMUCs
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.

4 months agoAdd the generic menu items to the group chat cog button for XMPP groupchats too.
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.

4 months agoFix enable/disable View Chat Transcripts menu item, in group chat's (user list) context menu. Regression introduced (probably) with be26860de314.
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.

4 months agomerge from default PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Mon, 09 Jan 2012 22:54:15 -0500] rev 4488
merge from default

4 months agoFix a bug caused by 5171715ffe18 where clicking away from the search field would cause the main view to be shown. PreferencesRedux
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.

4 months agoShow the preferences window after the pane has been loaded and the window resized, looks better than a resize after opening. PreferencesRedux
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.

4 months agoRounded all other cases of non-integer view sizes I could find, though I don't think any contain scrollviews.
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

4 months agoA 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: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.

4 months agoA 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:21:49 +0200] rev 4483
A better way of solving draw artifacts in 'Get Info -> Events' window when scrolling. Refs #12237.

4 months agoCACHE_ROOT should be added to make clean also.
Adrian Godoroja <robotive@me.com> [Tue, 10 Jan 2012 00:01:36 +0200] rev 4482
CACHE_ROOT should be added to make clean also.

4 months agoCACHE_ROOT to /var/tmp
Adrian Godoroja <robotive@me.com> [Mon, 09 Jan 2012 23:36:53 +0200] rev 4481
CACHE_ROOT to /var/tmp

4 months agoAn attempt to fix the nightly builds failing due to inclusion of wrong precompiled headers.
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.

4 months agoFixed ghosting artifacts when scrolling transcript contents (when searching). Refs #12237.
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.

4 months agoMinor redraw problem in 'Get Info -> Events' window when scrolling. Fixes #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.

4 months agoMerged with Thijs.
Peter Hosey <hg@boredzo.org> [Sun, 08 Jan 2012 17:27:02 -0800] rev 4477
Merged with Thijs.

4 months agoLog the arguments to SKIndexCreateWithURL, so we can be sure it isn't our fault (or find out how it is). Refs #15699.
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.

4 months agoReconnect runToolbarCustomizationPalette and toggleToolbarShown IBActions, which got removed in 1d96c04dc242, so "Show Toolbar" and "Customize Toolbar" should work and be localizable again.
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

4 months agoUpdated Italian localisation for 1.5b9 from pi++. Fixes #15758.
Robert Vehse [Sun, 08 Jan 2012 06:26:45 +0100] rev 4474
Updated Italian localisation for 1.5b9 from pi++. Fixes #15758.

4 months agoChanged 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 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.

4 months agoCode 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: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.

4 months agoRestored 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 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].

4 months agoChanged AAR main to use @autoreleasepool.
Peter Hosey <hg@boredzo.org> [Sat, 07 Jan 2012 17:48:06 -0800] rev 4470
Changed AAR main to use @autoreleasepool.

4 months agoReplacing the old PowerPC build of AdiumAppleScriptRunner with an x86_64/i386 build. Enables building on Lion (where Rosetta no longer exists).
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).

4 months agoFix typo
Robert Vehse [Sat, 07 Jan 2012 20:30:28 +0100] rev 4468
Fix typo

4 months agoVersioning up to 1.5b9 and changelogging.
Robert Vehse [Sat, 07 Jan 2012 20:29:08 +0100] rev 4467
Versioning up to 1.5b9 and changelogging.

4 months agoRound 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: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

4 months agoWiden the advanced preferences and adjust three panes for the new width.
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.

4 months agoCredit Igor Kryzhanovskyi for the menu bar icon set.
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 13:00:40 +0200] rev 4464
Credit Igor Kryzhanovskyi for the menu bar icon set.

4 months agoRemove the old icon set.
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:50:16 +0200] rev 4463
Remove the old icon set.

4 months agoNew Adiumy Menu Bar Iconset. Thanks to Igor Kryzhanovskyi!
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:49:39 +0200] rev 4462
New Adiumy Menu Bar Iconset. Thanks to Igor Kryzhanovskyi!

4 months agoNew Year is coming to the About Window :)
Adrian Godoroja <robotive@me.com> [Fri, 06 Jan 2012 12:41:04 +0200] rev 4461
New Year is coming to the About Window :)

4 months agoChangelogging previous commit
Thijs Alkemade <thijsalkemade@gmail.com> [Thu, 05 Jan 2012 23:33:38 +0100] rev 4460
Changelogging previous commit

4 months agoUpdated Growl.framework to 1.3.1.
Thijs Alkemade <thijsalkemade@gmail.com> [Thu, 05 Jan 2012 23:27:45 +0100] rev 4459
Updated Growl.framework to 1.3.1.

Fixes #15728

4 months agoStarted working on (and pretty much finished) implementing a "server console" IRCServerConsole
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.

4 months agoRemove some connections that no longer exist in MainMenu.xib which fixes #15751.
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.

4 months agoFix the alignment of sound icons on the Events preference pane. PreferencesRedux
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.

4 months agoCompress all images saving approximately 273.5KB, Fixes #15740.
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.

4 months agoUpdate 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
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

4 months agoIncrease 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 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

4 months agoResave 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 13:27:46 -0500] rev 4452
Resave MainMenu.xib and ContactListWindow.xib to will fix a lot of 'no longer defined' warnings. Refs #15751

4 months agoSave and load the last viewed preference pane. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 19:33:26 -0500] rev 4451
Save and load the last viewed preference pane.

4 months agoUpdate Xtras installation pref loader for the new pane names and layout. PreferencesRedux
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.

4 months agoOpening preferences works a lot better when the window exists. PreferencesRedux
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.

4 months agoSome search terms don't work if there are two entries (the pane name and the term section). PreferencesRedux
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).

4 months agoRename Appearance preferences to the more apt Icons. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 18:24:36 -0500] rev 4447
Rename Appearance preferences to the more apt Icons.

4 months agoRecreate the search index if there are newer terms. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 17:30:44 -0500] rev 4446
Recreate the search index if there are newer terms.

4 months agomerge from default PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Wed, 04 Jan 2012 16:23:07 -0500] rev 4445
merge from default

4 months agoUpdate the copyright year to 2012
Paul Wilde me@paulwilde.co.uk [Wed, 04 Jan 2012 19:20:32 +0000] rev 4444
Update the copyright year to 2012

4 months agoFix a missed case in 188f837e19eb, logging enabled without chat context being enabled. Refs #15133.
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.

4 months agoChangelog updates.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 23:54:12 -0500] rev 4442
Changelog updates.

4 months agoDon'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 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.

4 months agoCorrect two "method name not found" warnings.
Frank Dowsett <wixardy@adium.im> [Tue, 03 Jan 2012 22:31:15 -0500] rev 4440
Correct two "method name not found" warnings.

4 months agoMove the setup wizard's position so that it is not under the menu bar.
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.

4 months agoXcode likes when UFT-16 files are marked as UTF-16 and not UTF-8.
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.

4 months agoCreate 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 22:01:36 -0500] rev 4437
Create a more generic file for supporting new OS features than the previous AILeopardCompatibility. This silences 4 warnings.

4 months agoDisable the contact list windows' restorable property which fixes #15341 and #15480.
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.

5 months agoGoogle Plus allows you to add people to your GTalk contact list without having
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.

5 months agoRefactor Jabber account preferences a bit. XMPPClientCerts
Thijs Alkemade <thijsalkemade@gmail.com> [Sat, 24 Dec 2011 16:00:53 +0100] rev 4434
Refactor Jabber account preferences a bit.

5 months agoAdjust 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:21:31 -0500] rev 4433
Adjust the user list's divider colour by three points which'll fix #15567 and make mathuaerknedam happy.

5 months agoCorrect 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 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

5 months agoLocalize this string.
Frank Dowsett <wixardy@adium.im> [Fri, 23 Dec 2011 00:28:37 -0500] rev 4431
Localize this string.

5 months agoUpdated French localisation for 1.5b8r4422 from biglittledragoon. Fixes #15734.
Robert Vehse [Fri, 23 Dec 2011 21:30:18 +0100] rev 4430
Updated French localisation for 1.5b8r4422 from biglittledragoon. Fixes #15734.

5 months agoUpdate beta changelog.
Robert Vehse [Thu, 22 Dec 2011 18:18:11 +0100] rev 4429
Update beta changelog.

5 months agoMake the status pane's settings tab the first item since it is more interesting than saved statuses. PreferencesRedux
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.

5 months agoReorganize message alerts pane, add a new group and spacing to better separate the mass of settings. PreferencesRedux
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.

5 months agoFix the message style's controls dimming for group chats. PreferencesRedux
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.

5 months agoCleanup the alignments and some organisation of every preference pane and create two separate images for Window Handling and Message Styles PreferencesRedux
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

5 months agoAdd missing colons to OTR's pref's labels. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Tue, 20 Dec 2011 18:40:18 -0500] rev 4424
Add missing colons to OTR's pref's labels.

5 months agoMore terms with which to search. We need to have a way to invalidate the cache when there are updates. PreferencesRedux
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.

5 months agoFix, enable/disable some labels/controls in Prefernces: General -> Messages & Advanced -> Address Book. Thanks to Paul Wilde's "sharp" eyes :)
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.

5 months agoUpdated Swedish localisation for 1.5b8 from PBobbenB. Fixes #15726.
Robert Vehse [Tue, 20 Dec 2011 23:06:42 +0100] rev 4421
Updated Swedish localisation for 1.5b8 from PBobbenB. Fixes #15726.

5 months agoUpdated German localisation for 1.5b8 from mwulftange. References #15586, references #15658.
Robert Vehse [Tue, 20 Dec 2011 21:35:36 +0100] rev 4420
Updated German localisation for 1.5b8 from mwulftange. References #15586, references #15658.

5 months agoMake every pane be 600px wide. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Tue, 20 Dec 2011 14:04:59 -0500] rev 4419
Make every pane be 600px wide.

5 months agoMerge from default. PreferencesRedux
Frank Dowsett <wixardy@adium.im> [Mon, 19 Dec 2011 23:42:29 -0500] rev 4418
Merge from default.

5 months agoAllow OTRPrefs.nib to be localised in pt and pt_PT.
Robert Vehse [Tue, 20 Dec 2011 16:09:09 +0100] rev 4417
Allow OTRPrefs.nib to be localised in pt and pt_PT.