[E-devel] [PATCH] Bug fix for gengrid item size

2011-10-06 Thread Benjamin Drucker
This patch fixes a type-o bug in a recent gengrid commit that causes incorrect horizontal item positioning on horizontal gengrids. The problem is only visible when items are not square. I have observed that it fixes a problem I was having. Please review, thanks. Ben gengrid-item-size.patch Des

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes doc/widgets src/lib src/modules/access_output src/modules/test_map

2011-10-06 Thread Daniel Juyung Seo
Yay! This is COOL! Btw, what does 'u' stands for in 'elu_xxx'? Daniel Juyung Seo (SeoZ) On Thu, Oct 6, 2011 at 7:18 AM, Enlightenment SVN wrote: > Log: > Elementary support for EWS, with simplistic window manager. > >  This contains a very simple and stupid window manager to be used in >  FB, PS

Re: [E-devel] e_config_dialog

2011-10-06 Thread Leif Middelschulte
2011/10/6 Christopher Michael : > On 10/06/2011 10:10 AM, Leif Middelschulte wrote: >> >> Dear ladies and gents, especially devilhorns (as I was told) >> >> as many of you know, I'm writing the display configuration dialog for >> randr>=1.2 stuff. >> >> While doing so, I wrote an evas smart object,

[E-devel] Elm entry sizing issue

2011-10-06 Thread Ausmus, James
Hi All- It appears that a standard Elementary entry widget has a minimum height that it refuses to size beneath, regardless of the font size being used, as demonstrated by the entry.c and entry.edc files below. Is there any way around this? How can I get a "short" Elm entry that actually obeys th

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2011-10-06 Thread Michael Jennings
On Wednesday, 05 October 2011, at 16:43:03 (-0700), Enlightenment SVN wrote: > - _elm_ews_wm_border_theme_set((void*)tp->key, tp->data, NULL); > + _elm_ews_wm_border_theme_set(*(void**)tp->key, tp->data, NULL); http://c-faq.com/ptrs/genericpp.html Michael -- Michael Jennings

Re: [E-devel] e_config_dialog

2011-10-06 Thread Christopher Michael
On 10/06/2011 10:10 AM, Leif Middelschulte wrote: > Dear ladies and gents, especially devilhorns (as I was told) > > as many of you know, I'm writing the display configuration dialog for > randr>=1.2 stuff. > > While doing so, I wrote an evas smart object, for the monitor arrangement. > > Now, I fa

Re: [E-devel] Patch - fix make dist for e

2011-10-06 Thread Josef Reidinger
Vincent Torri write: > > Hey, > > > On Thu, 6 Oct 2011, Josef Reidinger wrote: > > > Josef Reidinger write: > >> During my nightly build I discover, that there is two missing files in > >> tarball for enlightenment, so I fix makefile. Patch attached. > >> Josef > >> > > > > Hi, could you pleas

Re: [E-devel] Patch - fix make dist for e

2011-10-06 Thread Tom Hacohen
On 06/10/11 16:36, Josef Reidinger wrote: > Josef Reidinger write: >> During my nightly build I discover, that there is two missing files in >> tarball for enlightenment, so I fix makefile. Patch attached. >> Josef >> > > Hi, could you please review this patch? It is trivial and needed for my > a

Re: [E-devel] Patch - fix make dist for e

2011-10-06 Thread Vincent Torri
Hey, On Thu, 6 Oct 2011, Josef Reidinger wrote: > Josef Reidinger write: >> During my nightly build I discover, that there is two missing files in >> tarball for enlightenment, so I fix makefile. Patch attached. >> Josef >> > > Hi, could you please review this patch? It is trivial and needed f

Re: [E-devel] Patch - fix make dist for e

2011-10-06 Thread Josef Reidinger
Josef Reidinger write: > During my nightly build I discover, that there is two missing files in > tarball for enlightenment, so I fix makefile. Patch attached. > Josef > Hi, could you please review this patch? It is trivial and needed for my automatic night build script otherwise make dist prod

[E-devel] e_config_dialog

2011-10-06 Thread Leif Middelschulte
Dear ladies and gents, especially devilhorns (as I was told) as many of you know, I'm writing the display configuration dialog for randr >=1.2 stuff. While doing so, I wrote an evas smart object, for the monitor arrangement. Now, I face an issue which seems to happen as follows: 1.) e: smart res

Re: [E-devel] [Patch] elm_diskselector, set icon to added item

2011-10-06 Thread cnook
Please review this patch. Thanks. 2011/9/22 cnook : > Dear All, Hello! > > If the diskselector is round mode, the scroller of diskselector has > additional items for its rounding(carousel) effect. > Previously, elm_diskselector_item_icon_set(); did not care about > theses additional items. > Pleas

[E-devel] [Patch] elc_ctxpopup, compress item

2011-10-06 Thread cnook
Dear All, Hi! If the ctxpopup is vertical mode and it has too long text item to display, then the text item is not compressed and the ctxpopup has vertical scrollbar, horizontal scrollbar both. User can scroll both sides and diagonally(?) also. So, the attached patch will compress text item, when

Re: [E-devel] [Patch] Evas touch event patch.

2011-10-06 Thread Tom Hacohen
On 06/10/11 10:15, EunMi Lee wrote: > Dear Tom, > >> What do you think about removing this from upstream and moving it to your >> code? > => My answer is I really need touch event in the evas. > Yes, it just unifies mouse/multi event and it was in my code before. > However, I think it i

Re: [E-devel] [Patch] Evas touch event patch.

2011-10-06 Thread EunMi Lee
Dear Tom, > What do you think about removing this from upstream and moving it to your > code? => My answer is I really need touch event in the evas. Yes, it just unifies mouse/multi event and it was in my code before. However, I think it is better to move that code to the evas, because it

Re: [E-devel] [Patch] Evas touch event patch.

2011-10-06 Thread Tom Hacohen
On 06/10/11 04:32, EunMi Lee wrote: > Dear Tom, > > Thanks for reporting that issue :) > I could not think about event_flags problem when I add touch event. > So, I'm trying to solve that problem and I'd like to share my idea. > > The basic idea is "connecting event_flags between mouse(multi) event