Re: [E-devel] The key to keeping the basket notepads icon in the E17 (43431) systray

2009-11-11 Thread David C. Rankin
On Wednesday 11 November 2009 09:08:21 and regarding: > Devs, > > Starting basket notepads (basket 1.0.3.1-1) with 'basket --start-hidden' > has been causing problems with (1) basket not starting minimized to the > systray, (2) the systray icon appearing at the top-left corner of the > sc

Re: [E-devel] evas software-x11-16 rendering quality

2009-11-11 Thread Brian Wang
[ snip ] > I really want to know screenshots of it. Really, Raster would know the > lack of dithering and blockier gradients because he has "eagle's > eyes", but generally you see minor glitches most people will not > notice. The biggest one so far is blending white on white, but I even > worked it

Re: [E-devel] E SVN: antognolli trunk/ethumb/src/plugins/emotion

2009-11-11 Thread The Rasterman
On Wed, 11 Nov 2009 18:12:12 -0200 João Paulo Rechi Vita said: > On Wed, Nov 11, 2009 at 5:13 PM, Vincent Torri wrote: > > > > > >> -   static const char *extensions[] = { "avi", "mp4", "ogv", "mov", NULL }; > >> +   static const char *extensions[] = { "avi", "mp4", "ogv", "mov", "mpg", > >> "wm

Re: [E-devel] evas software-x11-16 rendering quality

2009-11-11 Thread Gustavo Sverzut Barbieri
On Thu, Nov 12, 2009 at 12:57 AM, Brian Wang wrote: > Hello all, > > I'm mainly using elementary as my GUI framework. > > I found that when ELM_ENGINE is set to x11-16, the icon images seem to > be 'broken' and look pretty bad. > I googled a bit and it seems that it is a known problem as discussed

[E-devel] evas software-x11-16 rendering quality

2009-11-11 Thread Brian Wang
Hello all, I'm mainly using elementary as my GUI framework. I found that when ELM_ENGINE is set to x11-16, the icon images seem to be 'broken' and look pretty bad. I googled a bit and it seems that it is a known problem as discussed in openmoko project. There is a 'elementary-theme-sixteen' theme

Re: [E-devel] Sending signals to swallowed group

2009-11-11 Thread Gustavo Sverzut Barbieri
On Wed, Nov 11, 2009 at 6:14 PM, Andreas Volz wrote: > Am Wed, 11 Nov 2009 11:20:38 +0100 schrieb Cedric BAIL: > >> On Wed, Nov 11, 2009 at 3:20 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Tue, Nov 10, 2009 at 9:05 PM, Andreas Volz >> > wrote: >> >> Hello, >> >> >> >> how is it possible to se

Re: [E-devel] Sending signals to swallowed group

2009-11-11 Thread Andreas Volz
Am Wed, 11 Nov 2009 11:20:38 +0100 schrieb Cedric BAIL: > On Wed, Nov 11, 2009 at 3:20 AM, Gustavo Sverzut Barbieri > wrote: > > On Tue, Nov 10, 2009 at 9:05 PM, Andreas Volz > > wrote: > >> Hello, > >> > >> how is it possible to send a signal to a swallowed subgroup in > >> edje? Is there a spe

Re: [E-devel] E SVN: antognolli trunk/ethumb/src/plugins/emotion

2009-11-11 Thread João Paulo Rechi Vita
On Wed, Nov 11, 2009 at 5:13 PM, Vincent Torri wrote: > > >> -   static const char *extensions[] = { "avi", "mp4", "ogv", "mov", NULL }; >> +   static const char *extensions[] = { "avi", "mp4", "ogv", "mov", "mpg", >> "wmv", > > mpeg ? mkv ? > Those are the only ones I've tested so far. I'll do

Re: [E-devel] E SVN: antognolli trunk/ethumb/src/plugins/emotion

2009-11-11 Thread Vincent Torri
> - static const char *extensions[] = { "avi", "mp4", "ogv", "mov", NULL }; > + static const char *extensions[] = { "avi", "mp4", "ogv", "mov", "mpg", > "wmv", mpeg ? mkv ? Vincent -- Let Crystal Reports handle th

Re: [E-devel] Border properties have disappeared

2009-11-11 Thread Jorge Gascon Perez
Ok, sorry :-) Looking at the loaded modules, I have seen that a borders-related module was unloaded. Loading it makes the trick. Now the border options are shown again! Thank you! On Wed, Nov 11, 2009 at 6:25 PM, Rodrigo Oliveira wrote: > I have revision 43614 and the problem doesn't occurs;

Re: [E-devel] Border properties have disappeared

2009-11-11 Thread Rodrigo Oliveira
I have revision 43614 and the problem doesn't occurs; try to update your system and try again :) -- Time doesn't exist. Clock exist. -- |>> The CoRE << | Um novo portal sobre as mesmas coisas }]| http://thecoreme.org/mdk |[{ --- Projects --- -- http://thecoreme.org/mdk/projects/ -- -- On Wed, N

[E-devel] Border properties have disappeared

2009-11-11 Thread Jorge Gascon Perez
Hi! I have been using Enlightenment for eight months, and I find it really nice, but I think that I have found a (little) bug. I have found that the border properties have disappeared. The bug can be repeated in this way: Right-clicking on a window title and selecting in its contextual men

[E-devel] The key to keeping the basket notepads icon in the E17 (43431) systray

2009-11-11 Thread David C. Rankin
Devs, Starting basket notepads (basket 1.0.3.1-1) with 'basket --start-hidden' has been causing problems with (1) basket not starting minimized to the systray, (2) the systray icon appearing at the top-left corner of the screen instead of the systray. (same behavior on SuSE & ArchLinux

[E-devel] [PATCH] Add some more video extensions to ethumb emotion plugin.

2009-11-11 Thread João Paulo Rechi Vita
-- João Paulo Rechi Vita ProFUSION embedded systems jprv...@profusion.mobi Index: ethumb/src/plugins/emotion/emotion.c === --- ethumb/src/plugins/emotion/emotion.c (revision 43615) +++ ethumb/src/plugins/emotion/emotion.c (working cop

[E-devel] [PATCH] Add logging to ethumb emotion plugin.

2009-11-11 Thread João Paulo Rechi Vita
The attached patch add some debug logging info to ethumb emotion plugin. -- João Paulo Rechi Vita ProFUSION embedded systems jprv...@profusion.mobi Index: ethumb/src/plugins/emotion/emotion.c === --- ethumb/src/plugins/emotion/emotio

Re: [E-devel] Sending signals to swallowed group

2009-11-11 Thread Cedric BAIL
On Wed, Nov 11, 2009 at 3:20 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Nov 10, 2009 at 9:05 PM, Andreas Volz wrote: >> Hello, >> >> how is it possible to send a signal to a swallowed subgroup in edje? Is >> there a special syntax? > > i guess it's PARTNAME:SOURCE_TO_BE_USED_INSIDE_GROUP > > s