[E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Peter van de Werken
When the quickpanel uniconifies it stays put and obscures the indicator window. This happens it gets uniconify in another way than through clicking on the indicator. With this patch it always moves to its regular position. diff --git a/e/src/modules/illume2/e_mod_quickpanel.c b/e/src/modules/il

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -29739,7 +29739,6 @@ collections {

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_Gadcon_Client *gcc, E_Menu *menu_main, if ((gcc->gadcon->shelf) || (gcc->gadcon->toolb

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e/data/themes/default.edc @@ -35726,7 +35726,8 @@ collections {

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index 2fb9f69..e413f33 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gad

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Christopher Michael
Can you resend this patch ? It appears to have 'inlined' into the email message. If possible, please send as an attachment. Thanks, dh On 12/29/2010 11:27 AM, Peter van de Werken wrote: > When the quickpanel uniconifies it stays put and obscures the indicator > window. This happens it gets unic

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread pwerken-e
On Wed, Dec 29, 2010 at 11:51:30AM -0500, Christopher Michael wrote: > Can you resend this patch ? It appears to have 'inlined' into the > email message. If possible, please send as an attachment.\ Sorry about that. Should I resend the other patches as well? regards, Peter > > Thanks, > dh >

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Christopher Michael
Indeed dh On 12/29/2010 12:11 PM, pwerke...@a-eskwadraat.nl wrote: > On Wed, Dec 29, 2010 at 11:51:30AM -0500, Christopher Michael wrote: >> Can you resend this patch ? It appears to have 'inlined' into the >> email message. If possible, please send as an attachment.\ > > Sorry about that. Shoul

[E-devel] [PATCH] Remove double definition of system-restart icon.

2010-12-29 Thread Peter van de Werken
For some reason this caused the reboot button in the System Control popup to have the lock icon. --- e/data/themes/default.edc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index 3b9d752..adaf472 100644 --- a/e/data/t

[E-devel] [PATCH] Make the compact gadcon menu the default.

2010-12-29 Thread Peter van de Werken
The illume indicator would also benefit of the less deep gadcon menu. Since there is no quick check for that situation, make the compact menu the default instead. --- e/src/bin/e_gadcon.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bi

[E-devel] [PATCH] Only add a separator if there is something to separate.

2010-12-29 Thread Peter van de Werken
--- e/src/bin/e_gadcon.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e/src/bin/e_gadcon.c b/e/src/bin/e_gadcon.c index e413f33..d36a6c1 100644 --- a/e/src/bin/e_gadcon.c +++ b/e/src/bin/e_gadcon.c @@ -1365,9 +1365,11 @@ e_gadcon_client_util_menu_items_append(E_G

[E-devel] [PATCH] Make illume2 indicator buttons square.

2010-12-29 Thread Peter van de Werken
It looks better and also the button edges no longer overlap. --- e/data/themes/default.edc | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/e/data/themes/default.edc b/e/data/themes/default.edc index adaf472..a807517 100644 --- a/e/data/themes/default.edc +++ b/e

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Christopher Michael
On 12/29/2010 11:27 AM, Peter van de Werken wrote: > When the quickpanel uniconifies it stays put and obscures the indicator > window. This happens it gets uniconify in another way than through clicking > on the indicator. With this patch it always moves to its regular position. > I went and man

[E-devel] [Patch] Tree support for elm_genlist_item_prepend() API.

2010-12-29 Thread Daniel Juyung Seo
Hello, I added tree feature support to elm_genlist_item_prepend() API. (elm_genlist_item_append() already supports tree.) This patch is tested with elementary_test -> Genlist Tree. Please review this and apply it to upstream. I'll send a successive patch for tree support in elm_genlist_item_insert

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Lucas De Marchi
On Wed, Dec 29, 2010 at 8:07 PM, Christopher Michael wrote: > On 12/29/2010 11:27 AM, Peter van de Werken wrote: >> When the quickpanel uniconifies it stays put and obscures the indicator >> window.  This happens it gets uniconify in another way than through clicking >> on the indicator.  With thi

Re: [E-devel] [PATCH] call quickpanel show func on uniconify

2010-12-29 Thread Christopher Michael
On 12/29/2010 09:51 PM, Lucas De Marchi wrote: > On Wed, Dec 29, 2010 at 8:07 PM, Christopher Michael > wrote: >> On 12/29/2010 11:27 AM, Peter van de Werken wrote: >>> When the quickpanel uniconifies it stays put and obscures the indicator >>> window. This happens it gets uniconify in another w

[E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2010-12-29 Thread Daniel Juyung Seo
Hello, I added tree feature support to elm_genlist_item_insert_before/after() APIs. This patch assumes that the previous patch, '[E-devel] [Patch] Tree support for elm_genlist_item_prepend() API.', is already applied to upstream. So this patch does not include the changes of the previous patch. T