[PATCH] Fixed an issue with wibox-layout-align

2013-12-26 Thread John Kha
This fixes an issue I had trying to nest a horizontal align widget inside a vertical flex widget. The align widget was pushing the flex widget to take up all the available space inside of another horizontal align widget in which it was nested. The problem was that the code used width where it

[awesome bugs] #1201 - [PATCH] menu: allow markup in menu entries (Attachment added)

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Enrico Scholz (ensc) Attached to Project - awesome Summary - [PATCH] menu: allow markup in menu entries Task Type - Feature Request Category - Core Status - Unconfirmed

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-26 Thread Uli Schlachter
Hi, On 26.12.2013 03:51, John Kha wrote: This fixes an issue I had trying to nest a horizontal align widget inside a vertical flex widget. The align widget was pushing the flex widget to take up all the available space inside of another horizontal align widget in which it was nested. The

[awesome bugs] #750 - Pango markup in menus does not work

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#750 - Pango markup in menus does not work User who did this - Uli Schlachter (psychon) -- Another proposed patch was reported as FS#1201. -- More information can be found at the following

[awesome bugs] #1201 - [PATCH] menu: allow markup in menu entries

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1201 - [PATCH] menu: allow markup in menu entries User who did this - Uli Schlachter (psychon) -- Uhm, what? The item content can be: [...] a function taking a wibox.widget.textbox object as

[awesome bugs] #1202 - [PATCH] menu: do not double escape name in 'menu:clients()' (Attachment added)

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Enrico Scholz (ensc) Attached to Project - awesome Summary - [PATCH] menu: do not double escape name in 'menu:clients()' Task Type - Bug Report Category - Widgets Status -

[awesome bugs] #1202 - [PATCH] menu: do not double escape name in 'menu:clients()'

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1202 - [PATCH] menu: do not double escape name in 'menu:clients()' User who did this - Uli Schlachter (psychon) -- Oh and: I tested this with the following command in a terminal: $ printf

[awesome bugs] #1202 - [PATCH] menu: do not double escape name in 'menu:clients()'

2013-12-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#1202 - [PATCH] menu: do not double escape name in 'menu:clients()' User who did this - Uli Schlachter (psychon) Reason for closing: Fixed Additional comments about closing: commit

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-26 Thread John Kha
Awesome team, My main issue with the current code is that it is only useful in an edge case: When you want to align to as much space that could possibly be used. I think the align widget would be more useful if it worked in all cases where it might be used, such as the place where I used it.