Re: [E-devel] efl documentation etc...

2012-08-03 Thread Donn Jeferson R Atienza
anyone here who knows how to start development using efl in vala? I have access to vapi files, i just don't know how to use it yet... -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [E-devel] E SVN: cedric IN trunk/elementary: . src/lib

2012-08-03 Thread Christopher Michael
Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary: on focus loss actually hide the entry and show label. Author: cedric Date: 2012-08-03 00:27:02 -0700 (Fri, 03 Aug 2012) New Revision: 74819 Trac: http://trac.enlightenment.org/e/changeset/74819 Modified:

[E-devel] [patch][elementary] slider - accessibility feature

2012-08-03 Thread Kim Shinwoo
dear all hello. The patch is for the accessibility of slider. that's it. ah.. i used eina_strbuf* stuff, please give me feedback on using that. that's very hot. shinoo kim. elm_slider.access.diff Description: Binary data

[E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-03 Thread zhiwen . wu
Changes for v2: 1. Get elementary entry cnp worked on wayland engine. 2. Rebase to commit http://svn.enlightenment.org/svn/e@74816 Changes from v1: 1. According to Robert's comments, in elm_cnp.c, add HAVE_ELEMENTARY_WAYLAND path to explicitly build against wayland engine, add runtime engine

[E-devel] [PATCH 1/3] ecore_wayland: Add Copy and Paste support

2012-08-03 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Add a global Ecore_Wl_Dnd object to handle copy and paste. I think it is more appropriate to name this struct Ecore_Wl_Selection, which is responsible for both dnd and cnp. This patch just cover the copy and paste and not support clear clipboard, due to

[E-devel] [PATCH 2/3] elem_cnp: Add Copy and Paste support for wayland.

2012-08-03 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Just support type of ELM_SEL_TYPE_CLIPBOARD. Use HAVE_ELEMENTARY_WAYLAND macro to build againt wayland engine, and use elm_win_wl_window_get() run-time engine check. --- trunk/elementary/src/lib/elm_cnp.c | 121 +++- 1 file

[E-devel] [PATCH 3/3] wayland: Add cnp functionality for elementary entry widget.

2012-08-03 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com --- trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h |1 + trunk/ecore/src/lib/ecore_wayland/ecore_wl_dnd.c |9 + trunk/elementary/src/lib/elm_cnp.c|5 +++-- trunk/elementary/src/lib/elm_entry.c | 12

[E-devel] (no subject)

2012-08-03 Thread Donn Jeferson R Atienza
anyone here who knows how to start development using efl in vala? I have access to vapi files, i just don't know how to use it yet... I will also appreciate it if anyone can instruct me on using vapi files thank you :)

Re: [E-devel] [PATCH 0/3 v3] Add Copy and Paste support for wayland engine

2012-08-03 Thread Chris Michael
Thank you Alex for the patches !! :) I do not think I will have time to get to them today (and I know I have delayed these patches all week) :( It's just that for something this large, it will take time to review, test, etc, etc...and I don't have that time available today :( However, I will make

[E-devel] [patch][elementary] progressbar - accessibility feature

2012-08-03 Thread Kim Shinwoo
dear all hello. the patch provides accessibility feature for the progressbar. to get MOUSE_IN event properly, some parts which have 'mouse_event: 0' should be changed its value by using an way like.. evas_obect_pass_events_set(part_obj, EINA_FALSE); i'm not sure this is the best way to getting

[E-devel] [PATCH][wayland] Check for NULL surface/shell surface pointers on events

2012-08-03 Thread Bradford, Robert
2012-08-03 Rob Bradford * In the Wayland backend handle the case that events can be received for surfaces that have been since destroyed - the client side marshaller changes the pointer to NULL to when the object is destroyed on the client side. Fixes #1258.

Re: [E-devel] [PATCH][wayland] Check for NULL surface/shell surface pointers on events

2012-08-03 Thread Chris Michael
In svn now, thanks :) Dh -Original Message- From: Bradford, Robert [mailto:robert.bradf...@intel.com] Sent: 03 August 2012 14:10 To: Enlightenment developer list Subject: [E-devel] [PATCH][wayland] Check for NULL surface/shell surface pointers on events 2012-08-03 Rob Bradford

Re: [E-devel] E SVN: cedric IN trunk/elementary: . src/lib

2012-08-03 Thread Gustavo Sverzut Barbieri
On Fri, Aug 3, 2012 at 4:00 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary: add smart callback focus-in and focus-out. NOTE: Glima could you review this, I am really not sure I should have implemented it this way. I'm not glima, but it's wrong :-D See: static

[E-devel] Elev8 and EasyUI Framework

2012-08-03 Thread Fábio Mello
Hi all, I'm working on Elev8 and on an MVC framework for it named EasyUI. I recently made a post about them on my blog (http://makall.wordpress.com/) and I appreciate your reading and comments. Thanks. -- Live Security

Re: [E-devel] Bug

2012-08-03 Thread Sebastian Dransfeld
Better late than newer. Should be fixed in r74865. Sebastian On 07/18/2012 11:17 PM, kanenas tipota wrote: aparently no file that i 'm aware of...! 2012/7/17 Sebastian Dransfeld s...@tango.flipp.net On 07/16/2012 02:30 PM, kanenas tipota wrote: Hello everybody! There is a bug on removing

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

2012-08-03 Thread Cedric BAIL
On Fri, Aug 3, 2012 at 6:43 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: [elm] Handle focus out on spinner the right way. Thanks :-) I was thinking of something more like this but wasn't able to properly make it work. -- Cedric BAIL