Adium

Ticket #5104 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 weeks ago

Contact list opacity of 0%

Reported by: ShadowBottle Assigned to: nobody
Priority: normal Milestone: Adium X 1.3
Component: Adium UI Version: 1.0b8
Severity: normal Keywords: transparent, contact list, opacity
Cc: Patch: Accepted
Pending: 0

Description

Currently the contact list opacity is limited at 5%. Why is 0% not an option? This seems like a reasonable request and I haven't seen any other requests for it. 5% opacity is good for most wallpapers however its annoying to see it when your desktop cycles and it appears on some and not on others.

Attachments

clickthrough.diff (0.6 kB) - added by hortont424 on 03/20/2008 06:11:47 AM.
Don't Clickthrough on Transparent Contact List Fix

Change History

(follow-up: ↓ 2 ) 08/09/2006 06:06:31 PM changed by anonymous

lower than 5% and OS X lets you click through it. Sorry, Apple Issue

(in reply to: ↑ 1 ) 08/09/2006 06:18:35 PM changed by anonymous

Replying to anonymous:

lower than 5% and OS X lets you click through it. Sorry, Apple Issue

BLAST! Damn you apple!

08/09/2006 06:20:40 PM changed by edr1084

  • milestone changed from Adium X 1.0 to Waiting on Apple.

09/27/2006 10:16:54 AM changed by cosmotic

Has some one reported this as a problem to Apple? I think the best way to handle transparency is make it only click through at 0.0% opacity. That way, the Adium contact list minimum could be set to 1% or 0.1% etc, and be virtually invisible, yet still allow clicks.

Would it be possible to use some other method to catch clicks instead of the current way?

06/01/2007 12:42:55 PM changed by smashbrosfan

I think Apple does this as a security thing, so spyware apps and such that got through to your computer could not use transparency to "hide" in front of the app you're working on.

08/23/2007 08:27:15 PM changed by unknowndomain

I know the background not being their means the window cannot be clicked but you can still click the contacts.

Adium does not check the saves preference, it simply forces the slider not to go lower than 0.5 so you can edit the preference file and it will work fine, I have been using it like this for about 6 to 8 months now without any issues.

Heres instructions on how to do it...

1. Ensure Adium is closed
2. With a Finder window open hit Apple+Shift+G
3. Enter this and hit enter '/Applications/Adium.app/Contents/Resources'
4. Right click AppearanceDefaults.plist
5. Choose open with, then select /Applications/TextEdit and select open
6. Just change 'Window Opacity' to 1.0
7. Save and reopen Adium and enjoy

If you wish to change it back at any time you can from the normal preference pane.

10/16/2007 01:42:55 AM changed by Superdotman

Would something like this work better? I know that there are some, including myself, who don't want to click that which is invisible, so this would cater to our needs. (I have my contacts set up to act like desktop icons; I don't need the negative space.)

http://img80.imageshack.us/img80/8664/picture3vv3.png

03/20/2008 06:11:17 AM changed by hortont424

This seems to be fixed now, with a one line change. If this works everywhere (I can only test on Leopard...), we should remove the 5% limit. Patch follows.

03/20/2008 06:11:47 AM changed by hortont424

  • attachment clickthrough.diff added.

Don't Clickthrough on Transparent Contact List Fix

03/20/2008 10:45:08 AM changed by evands

  • patch_status set to Needs Dev Review.
  • pending changed.
  • milestone changed from Waiting on Apple to Adium X 1.3.

03/20/2008 09:08:01 PM changed by evands

  • status changed from new to closed.
  • resolution set to fixed.

(In [22962]) Patch from hortont424 which fixes a very longstanding problem which forced us to limit minimum transparency of the contact list to 5% opaque. Turns out we can tell windows not to ignore mouse events! I modified the patch slightly to maintain the old behavior for the "Bubbles (To Fit)" window style.

Put the minimum opacity at 0% where it belongs. Hooray!

Fixes #5104.

03/20/2008 09:08:41 PM changed by evands

(In [22963]) Merged [22962]: Patch from hortont424 which fixes a very longstanding problem which forced us to limit minimum transparency of the contact list to 5% opaque. Turns out we can tell windows not to ignore mouse events! I modified the patch slightly to maintain the old behavior for the "Bubbles (To Fit)" window style.

Put the minimum opacity at 0% where it belongs. Hooray!

Fixes #5104.

07/12/2008 07:01:51 AM changed by Robby

  • patch_status changed from Needs Dev Review to Accepted.