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
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 {
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
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 {
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
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
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
>
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
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
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/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
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
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
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
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
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
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
17 matches
Mail list logo