Re: [E-devel] taskbar patch -- indent and cleanup

2006-06-12 Thread Morten Nilsen
Morten Nilsen wrote: >>> http://home.4th-age.com/taskbar-0.0.6.tar.bz2 I have now resolved the problem of icons appearing in the taskbar when they shouldn't, when e first starts up. I have also done some more cleanups of the code, and bumped the version to 0.1.0.. Enjoy :) http://home.4th-age.co

Re: [E-devel] discussion: new features in E. try 2.

2006-06-12 Thread Aleksej Struk
On Mon, Jun 12, 2006 at 01:05:27PM +0200, muzzle wrote: > On 6/10/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: > >Hey raster, > > > >H, actually, I already implemented all the things in > >e_modules/language module. Now it is standalone. It is able to manage > >actual input language for each wi

[E-devel] taskbar 0.1.1

2006-06-12 Thread Morten Nilsen
Time to start a new thread here I think.. http://home.4th-age.com/taskbar-0.1.1.tar.bz2 New in this version: - Configuration: Show all icons - Clicking icons now change the desktop if show_all is on -- Morten :wq ___ enlightenment-devel mailing list

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Hisham Mardam Bey
On 6/12/06, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Time to start a new thread here I think.. > > http://home.4th-age.com/taskbar-0.1.1.tar.bz2 > > New in this version: > - Configuration: Show all icons > - Clicking icons now change the desktop if show_all is on > Try to enable this module then

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Hisham Mardam Bey
On 6/12/06, Bruno Deferrari <[EMAIL PROTECTED]> wrote: > > Btw, how do you bring up the shelf menu for the taskbar to do things > > like set inset appearence? > > Alt + Right Click > This doesnt work for me. I always get the border menu. -- Hisham Mardam Bey MSc (Computer Science) http://hisham.

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Morten Nilsen
Hisham Mardam Bey wrote: > On 6/12/06, Bruno Deferrari <[EMAIL PROTECTED]> wrote: >>> Btw, how do you bring up the shelf menu for the taskbar to do things >>> like set inset appearence? >> Alt + Right Click > This doesnt work for me. I always get the border menu. I can only use the infamous "works

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Morten Nilsen
Hisham Mardam Bey wrote: > Try to enable this module then run etk_test, choose the combobox test, > and try to select something. E will either segfault or the popup will > become sticky. I didnt look the root of the problem yet, but I thought > I'd let you know. indeed it does, but I haven't got t

Re: [E-devel] discussion: new features in E. try 2.

2006-06-12 Thread muzzle
On 6/12/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: > On Mon, Jun 12, 2006 at 01:05:27PM +0200, muzzle wrote: > > On 6/10/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: [...] > > > > mhm I tried to use it (on my x86 laptop with Debian sid), but the list > > of available keyboard layouts in the confi

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Sthithaprajna Garapaty
Looks good so far. Everything works for me.One request: Can you make the configuration per shelf item rather than global?Also, why'd ya suddenly bump up the version numbers?--Sthitha On 6/12/06, Morten Nilsen <[EMAIL PROTECTED]> wrote: Hisham Mardam Bey wrote:> Try to enable this module then run et

Re: [E-devel] patch for edje

2006-06-12 Thread Tilman Sauerbeck
ZigsMcKenzie [2006-06-11 20:50]: Some comments. > + STATE_COLOR_CLASS = 10, > + STATE_REL1 = 11, > +STATE_REL1_TO = 12, Obviously bad indentation here (and in some other places). > + case EDJE_STATE_PARAM_COLOR_CLASS: > + CHKPARAM(3); > + > + char *cc; Declaring v

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Morten Nilsen
Sthithaprajna Garapaty wrote: > Looks good so far. Everything works for me. > > One request: Can you make the configuration per shelf item rather than > global? I don't really know how, but I'll give it a try.. > Also, why'd ya suddenly bump up the version numbers? I just felt like the changes

Re: [E-devel] discussion: new features in E. try 2.

2006-06-12 Thread Morten Nilsen
muzzle wrote: > On 6/12/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: >> Actully with the modern Xorg server this file should be xorg.xml. But >> for the compatibility I use xfree86.xml. >> >> Maybe I have to use the following file /etc/X11/xkb/xfree86.xml ? > > In my Debian system the xfree86.xml

Re: [E-devel] discussion: new features in E. try 2.

2006-06-12 Thread muzzle
On 6/10/06, Aleksej Struk <[EMAIL PROTECTED]> wrote: > Hey raster, > > H, actually, I already implemented all the things in > e_modules/language module. Now it is standalone. It is able to manage > actual input language for each window, and flip between keybord > layouts on the fly. Moreover it

[E-devel] [PATCH] eet: mmap + cache

2006-06-12 Thread Cedric BAIL
Hi, The attached patch introduce two functionnalities : - mmap for loading and manipulating eet file with introducion of eet_read_direct. - replace caching system by enabling it and using stat syscall to know if file need to be reloaded. It also remove eet_cacheburst by eet_cl

[E-devel] [PATCH] evas_list_sort

2006-06-12 Thread Cedric BAIL
Here is another old patch that improve evas_list_sort (It's the same algorithm, but iterative without allocation/freeing of any temporary list). Cedric Index: src/lib/data/evas_list.c === RCS file: /var/cvs/e/e17/libs/evas/src/lib/da

Re: [E-devel] discussion: new features in E. try 2.

2006-06-12 Thread Rafael Ugalde Bariain
El Mon, 12 Jun 2006 13:05:27 +0200 muzzle <[EMAIL PROTECTED]> escribió: I have debian SID installed and my list is empty. xfree86.xml is at /usr/share/X11/xkb/rules/xfree86.xml and xorg.xml is at /usr/share/X11/xkb/rules/xorg.xml maybe this the problem with empty list?. > On 6/10/06, Alekse

Re: [E-devel] patch for edje

2006-06-12 Thread ZigsMcKenzie
Try #2, thanks for the comments. Fixed the ugly indentation. Vim tabstop confilcts. On Mon, 12 Jun 2006 18:42:03 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: > > + case EDJE_STATE_PARAM_COLOR_CLASS: > > + CHKPARAM(3); > > + > > +char *cc; > > Declaring variables in the mi

[E-devel] image-scaling patch..

2006-06-12 Thread [EMAIL PROTECTED]
Attached is a small patch to address the 'images with borders' scaling issue mentioned earlier. jose. Index: e17/libs/evas/src/lib/engines/common/evas_scale_smooth_scaler_up.c === RCS file: /var/cvs/e/e17/libs/eva

Re: [E-devel] taskbar 0.1.1

2006-06-12 Thread Bruno Deferrari
> This doesnt work for me. I always get the border menu. > Well, it works here, but I'm using an older version (0.0.5 or 0.0.4). ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo