[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-04-07 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#966 - Color values with alpha channel reported as invalid
User who did this - Uli Schlachter (psychon)

Reason for closing: Fixed
Additional comments about closing: commit 
00059d2d73009883ad666c44d2449004fff2257e
Author: Uli Schlachter psyc...@znc.in
Date:   Sat Apr 7 22:03:38 2012 +0200

   C color code: Ignore alpha component (FS#966)
   
   The only place where we silently have to ignore alpha components are window

   borders and systray background. However, because these color strings could be
   coming from the beautiful theme, we shouldn't error out when an alpha 
component
   is present.
   
   With this commit, we silently ignore this alpha component.
   
   Signed-off-by: Uli Schlachter psyc...@znc.in


commit 5c7a3501d01a22f6cf4637bc057b46598e41e69a
Author: Uli Schlachter psyc...@znc.in
Date:   Sat Apr 7 21:54:51 2012 +0200

   wibox: Add pseudo-transparency support
   
   If you now set a wibox' background to e.g. #0080, the wibox will do fake

   transparency and draw the wallpaper as its background.
   
   This should cover 90% of uses of wibox transparency. For the remaining 10% I'll

   wait for bug reports. :-)
   
   Signed-off-by: Uli Schlachter psyc...@znc.in


commit 2bd29f2ab4538bc8398b09a205af6aec7e45ca66
Author: Uli Schlachter psyc...@znc.in
Date:   Sat Apr 7 21:52:24 2012 +0200

   Add a wallpaper_changed signal
   
   This signal fires whenever the, well, wallpaper changes. Who would have guessed?
   
   Signed-off-by: Uli Schlachter psyc...@znc.in


commit f9d7ac595cc4fac6537a99147a9ecba8b0246d3a
Author: Uli Schlachter psyc...@znc.in
Date:   Sat Apr 7 21:32:45 2012 +0200

   Add root.wallpaper() for querying the wallpaper
   
   Signed-off-by: Uli Schlachter psyc...@znc.in



More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-09 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has been re-opened:

FS#966 - Color values with alpha channel reported as invalid
User who did this - Uli Schlachter (psychon)

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Björn Åström (bjoast) 


Attached to Project - awesome
Summary - Color values with alpha channel reported as invalid
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - Linux

Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Color values in the form of #00aa, where aa is an alpha channel 
value, are reported as being invalid. These types of color values are accepted 
in the latest stable release but not in the git master.

Looking at color.c from the git release shows no mention of an alpha channel at 
all.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#966 - Color values with alpha channel reported as invalid
User who did this - Uli Schlachter (psychon)

Reason for closing: Not a bug
Additional comments about closing: The difference is that awesome 3.4 silently 
ignores the alpha channel in lots of places. In git master, all the places 
where the alpha channel was used were moved out of the C code and into lua, so 
there is no reason to parse the alpha value in C anymore. (And no, X11 doesn't 
allow alpha values for window borders)

So what are you using the color for and why do you think this use should handle 
alpha?

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#966 - Color values with alpha channel reported as invalid
User who did this - Björn Åström (bjoast)

--
Okay, I see.

The thing is, in 3.4.11, I was able to set the transparency of theme.bg_normal 
(and some other color values in the theme file) by setting it to something like 
#0088. This also worked when directly setting the bg of a wibox.

If I try to set the alpha channel using this format in git master Awesome spits out 
a message saying awesome: error, invalid color '#0080' and the wibox gets 
rendered with a black background. I am aware that I can set the opacity of a wibox, 
but this results in everything inside the wibox being transparent too.

Thanks!
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966#comment2875

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#966 - Color values with alpha channel reported as invalid
User who did this - Uli Schlachter (psychon)

--
Oh, yeah. There was some hack to make a transparent background work via some 
dark magic. Will investigate.

Perhaps it really would be best to continue ignoring them, because e.g. 
theme.bg_normal is used for lots and lots of stuff
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=966#comment2876

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.