[E-devel] Theme/Wallpaper dialog suggestion

2008-09-21 Thread Toma
Howdee, Since these 2 dialogs are most probably the most used ones around, it would be a good idea to have them operate in mostly the same way. Heres the dialogs at smallest size. http://members.iinet.net.au/~haste/e17/e17-ui1.png The only issue really is the centre aligned buttons for Import and

Re: [E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread hsim
Apparently ITask and what I wrote are similar... ITask has some additional features this thing doesn't do, but is also lacking a lot of the IBox features like display of program name and flashing. ITask does not come with Enlightenment though, and the button on the left side is ugly. But thanks f

[E-devel] R: [Announce] Edje_Player

2008-09-21 Thread Dave Andreoli
- "Andreas Volz" <[EMAIL PROTECTED]> ha scritto: > Hello, > > I wrote a little tool called 'Edje_Player'. The main reason was that > I > needed a light weight tool to preview my hand written Edje file. See > here how to use it: > > > ./edje_player --help > Usage: edje_player [OPTION...] >

[E-devel] Patch: add jpeg thumbnail format to epsilon

2008-09-21 Thread Hendrik Siedelmann
Okay here it is, this patch adds the possibility to epsilon to create thumbnails in jpg format. The thumbnails are saved in FDO naming convention, just with ending .jpg. Would be glad if you could give me some feedback so this could eventually be included in svn. Patch works for me, but there are s

Re: [E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread Luca De Marini
Exscuse me, but isn't that what ITask does? I mean, if I understood what you wrote here, you are looking for a taskbar showing appications in an iconified form, like those from Ibox isn't that what the Itask module does already if you configure it to do it? Maybe I just misunderstood you ;) Bye

[E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread hsim
I really want to have an icon box of all my windows (like XFCE), here is the patch. I hope it can be included with Enlightenment :-) Index: e_mod_main.c === --- e_mod_main.c(revision 36154) +++ e_mod_main.c(working co

Re: [E-devel] [Announce] Edje_Player

2008-09-21 Thread Gustavo Sverzut Barbieri
On Sun, Sep 21, 2008 at 1:49 PM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Am Sun, 21 Sep 2008 12:13:57 -0300 schrieb Gustavo Sverzut Barbieri: > >> On Sun, Sep 21, 2008 at 10:34 AM, Andreas Volz <[EMAIL PROTECTED]> >> wrote: >> > Hello, >> > >> > I wrote a little tool called 'Edje_Player'. The mai

Re: [E-devel] [Announce] Edje_Player

2008-09-21 Thread Andreas Volz
Am Sun, 21 Sep 2008 12:13:57 -0300 schrieb Gustavo Sverzut Barbieri: > On Sun, Sep 21, 2008 at 10:34 AM, Andreas Volz <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > I wrote a little tool called 'Edje_Player'. The main reason was > > that I needed a light weight tool to preview my hand written Edj

Re: [E-devel] some questions/propositions on evas/ewl/epsilon

2008-09-21 Thread Hendrik Siedelmann
2008/9/20 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > ok basically scrolling. not likely to happen. the problem with the test code > is > - it may have the ability to detect "motion vectors" but it also adds constant > overhead. in the end i am doubtful if it would be that useful in the

Re: [E-devel] E SVN: toma IN trunk: THEMES/b_and_w e/src/modules/conf_imc

2008-09-21 Thread Gustavo Sverzut Barbieri
On Sun, Sep 21, 2008 at 12:06 PM, Enlightenment SVN <[EMAIL PROTECTED]> wrote: > Log: > Also, it would be much appreciated if someone can fix the layout of Profiles > config to not have a seperate Select button and just have a regular old Ok > Apply Close. done. -- Gustavo Sverzut Barbieri htt

Re: [E-devel] [Announce] Edje_Player

2008-09-21 Thread Gustavo Sverzut Barbieri
On Sun, Sep 21, 2008 at 10:34 AM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Hello, > > I wrote a little tool called 'Edje_Player'. The main reason was that I > needed a light weight tool to preview my hand written Edje file. See > here how to use it: > >> ./edje_player --help > Usage: edje_player [

[E-devel] [Announce] Edje_Player

2008-09-21 Thread Andreas Volz
Hello, I wrote a little tool called 'Edje_Player'. The main reason was that I needed a light weight tool to preview my hand written Edje file. See here how to use it: > ./edje_player --help Usage: edje_player [OPTION...] -g, --group=STRING The Edje group to display. -e, --engine=STRING

Re: [E-devel] Interface guidelines

2008-09-21 Thread Luca De Marini
Plus having a default guideline to follow when developing this kind of things would help us all in creating scripts / tools able of performing routine modifications / changes in general (we are developing a tool which converts from GTK to Edje and viceversa a default theme for example). Luca 2008

[E-devel] Interface guidelines

2008-09-21 Thread Toma
Hey all, Im looking at some of the icons and their buttons and meaning at the moment. There seems to be a bit of inconsistency in the button names and functions. Especially from some of the older modules. One example Im looking at now, is the use of 'enlightenment/new' and 'enlightenment/add' icons

[E-devel] patch: fix exebuf segfault

2008-09-21 Thread Chidambar 'ilLogict' Zinnoury
Hello! This patch that fixes a segfault that occurs when your exebuf history is empty and you try to display it. Cheers! Chidambar "ilLogict" Zinnoury Index: trunk/e/src/modules/exebuf/e_exebuf.c === --- trunk/e/src/modules/exeb

[E-devel] Patch: bug: exebuf on other zones doesn't allow mouse to work properly

2008-09-21 Thread Chidambar 'ilLogict' Zinnoury
Hello! Here is a patch for the bug: "exebuf on other zones doesn't allow mouse to work properly (only zone/screen 0 works properly)". There is no need to add zone coordinates while computing fed mouse event. Cheers! Chidambar "ilLogict" Zinnoury Index: trunk/e/src/modules/exebuf/e_exebuf.c