Re: [E-devel] add new win apis.

2015-03-09 Thread ChunEon Park
interface is not decided yet. and yes, we may need a infrastructure for capturing since it depends on the window system. but mostly app just want a capture the screen in sync as far as i think, and in case of x, maybe we can do like what colorselector does. -R

[EGIT] [core/enlightenment] master 01/01: wayland: Check for potential OOM from wl_array_add()

2015-03-09 Thread Bryce Harrington
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=13f4582c761d96d7404ffa2a3b95477bffbedc4a commit 13f4582c761d96d7404ffa2a3b95477bffbedc4a Author: Bryce Harrington Date: Tue Mar 10 15:07:38 2015 +0900 wayland: Check for potential OOM f

Re: [E-devel] add new win apis.

2015-03-09 Thread ChunEon Park
the reason elm_win_class_name_set() is let user know how to set the class name explicitly. if app doesn't know the backened window system, and how does class name set behind, the api will be much easier in their point of view. many apps needs to capture their view and store and share as the imag

Re: [E-devel] add new win apis.

2015-03-09 Thread Cedric BAIL
Hello, On Tue, Mar 10, 2015 at 5:46 AM, ChunEon Park wrote: > I suggest adding some window functions. > > Setting window class name as well as window capture function. > > Still, there are a few applications requesting capture function in Tizen. > So how about supporting function, kind of elm_wi

Re: [E-devel] add new win apis.

2015-03-09 Thread The Rasterman
On Tue, 10 Mar 2015 13:46:33 +0900 (KST) ChunEon Park said: > Hi. > > I suggest adding some window functions. > > Setting window class name as well as window capture function. ummm class + name are set by elm on creation. it's part of the parameters. name is the string your provide as second p

[E-devel] add new win apis.

2015-03-09 Thread ChunEon Park
Hi. I suggest adding some window functions. Setting window class name as well as window capture function. Still, there are a few applications requesting capture function in Tizen. So how about supporting function, kind of elm_win_capture() ? It's capable capture the window with x, buffer, and

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread The Rasterman
On Mon, 9 Mar 2015 07:21:23 -0500 Jeff Hoogland said: > If size is always at a minimum why does my image display properly when I do > a resize add to a window object? How does resize add affect the alignment > size of an object? size is not ALWAYS at minimim. it starts there - if the parent (con

[EGIT] [bindings/python/python-efl] master 02/03: Evas.SmartObject: Trivial changes

2015-03-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d416425f5130263c9cee26672c76bbf9c2fd09ea commit d416425f5130263c9cee26672c76bbf9c2fd09ea Author: Kai Huuhko Date: Mon Mar 9 21:01:55 2015 +0200 Evas.SmartObject: Trivial changes

[EGIT] [bindings/python/python-efl] master 03/03: Evas.SmartObject: Handle object deletion in a saner way

2015-03-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=a11fadc82df6155c3cefde17ee683ac72c59 commit a11fadc82df6155c3cefde17ee683ac72c59 Author: Kai Huuhko Date: Tue Mar 10 00:04:28 2015 +0200 Evas.SmartObject: Handle object d

[EGIT] [bindings/python/python-efl] master 01/03: Make Evas.SO iterator a generic Eo iterator and move to efl.eo

2015-03-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fbc22d850d600bcae4e145f81e2ce6c7c3b02d46 commit fbc22d850d600bcae4e145f81e2ce6c7c3b02d46 Author: Kai Huuhko Date: Mon Mar 9 19:36:42 2015 +0200 Make Evas.SO iterator a generic Eo

[EGIT] [apps/terminology] master 01/01: configure.ac: better check with LINK to know if a function is available

2015-03-09 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b2802baf958b025bed04b2afc5e69e965a0009c4 commit b2802baf958b025bed04b2afc5e69e965a0009c4 Author: Boris Faure Date: Mon Mar 9 22:46:29 2015 +0100 configure.ac: better check with LINK to k

[EGIT] [apps/empc] master 01/08: add clip for filesystem content swallow

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=68eb71ef7140e2bb5f09e75c675aae0e9f2ba176 commit 68eb71ef7140e2bb5f09e75c675aae0e9f2ba176 Author: Mike Blumenkrantz Date: Mon Mar 9 16:50:19 2015 -0400 add clip for filesystem content swallo

[EGIT] [apps/empc] master 08/08: attempt to disable awful giant blue focus rectangles

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=7aea5c7a2141252b9aa256e816896c9c6754e1a2 commit 7aea5c7a2141252b9aa256e816896c9c6754e1a2 Author: Mike Blumenkrantz Date: Mon Mar 9 17:30:03 2015 -0400 attempt to disable awful giant blue fo

[EGIT] [apps/empc] master 07/08: ensure correct button/back state on filesystem layout when hiding entry

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=37e4f028500aa3feceeabb4dd074d7bc72069803 commit 37e4f028500aa3feceeabb4dd074d7bc72069803 Author: Mike Blumenkrantz Date: Mon Mar 9 17:06:55 2015 -0400 ensure correct button/back state on fi

[EGIT] [apps/empc] master 03/08: pressing enter while filesystem entry is active now activates current item

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=fd4ae8f7913e8526d952641b297f45816fc2944c commit fd4ae8f7913e8526d952641b297f45816fc2944c Author: Mike Blumenkrantz Date: Mon Mar 9 16:52:08 2015 -0400 pressing enter while filesystem entry

[EGIT] [apps/empc] master 02/08: unify filesystem entry hiding signal sending

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=ecfd8e779d42b12df5813436695e036cb1ad2b59 commit ecfd8e779d42b12df5813436695e036cb1ad2b59 Author: Mike Blumenkrantz Date: Mon Mar 9 16:51:44 2015 -0400 unify filesystem entry hiding signal s

[EGIT] [apps/empc] master 04/08: disable focus on filesystem gengrid while entry is active

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=514c60df5029919b24199c389190a7fdf1d9e906 commit 514c60df5029919b24199c389190a7fdf1d9e906 Author: Mike Blumenkrantz Date: Mon Mar 9 16:53:12 2015 -0400 disable focus on filesystem gengrid wh

[EGIT] [apps/empc] master 06/08: fix BackSpace keyname in filesystem entry key handler

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=11592116f58c2bd8b9fc4c7106b735f871edf3d6 commit 11592116f58c2bd8b9fc4c7106b735f871edf3d6 Author: Mike Blumenkrantz Date: Mon Mar 9 16:56:36 2015 -0400 fix BackSpace keyname in filesystem en

[EGIT] [apps/empc] master 05/08: filesystem entry receives focus now to fix backspace+compose functionality

2015-03-09 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=fd566329eb187ab732808dd4ecb081452cbda351 commit fd566329eb187ab732808dd4ecb081452cbda351 Author: Mike Blumenkrantz Date: Mon Mar 9 16:53:44 2015 -0400 filesystem entry receives focus now to

[EGIT] [core/enlightenment] master 01/01: Send modifiers to wayland clients on focus in

2015-03-09 Thread Derek Foreman
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b7f3a81f59f91b3da07088477aa1e9305da3e755 commit b7f3a81f59f91b3da07088477aa1e9305da3e755 Author: Derek Foreman Date: Mon Mar 9 16:37:02 2015 -0400 Send modifiers to wayland clients

[EGIT] [core/enlightenment] master 01/01: Break e_comp_wl_input_keyboard_modifiers_update into two functions

2015-03-09 Thread Derek Foreman
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5c345bf37f43d92aaae8e27f426329916a1258ed commit 5c345bf37f43d92aaae8e27f426329916a1258ed Author: Derek Foreman Date: Mon Mar 9 15:49:08 2015 -0400 Break e_comp_wl_input_keyboard_mo

[EGIT] [bindings/python/python-efl] master 01/02: Evas: Copy SO methods member_add/del to Object.smart_member_add/del

2015-03-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9dbff82aacc182bf66d9c799641d5b8c8707da4c commit 9dbff82aacc182bf66d9c799641d5b8c8707da4c Author: Kai Huuhko Date: Mon Mar 9 13:11:15 2015 +0200 Evas: Copy SO methods member_add/d

[EGIT] [bindings/python/python-efl] master 02/02: Evas.SmartObject: Move documentation to right places

2015-03-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=16f04ee2ec91c86dfcbd36c28d727ea4441958c2 commit 16f04ee2ec91c86dfcbd36c28d727ea4441958c2 Author: Kai Huuhko Date: Mon Mar 9 17:40:34 2015 +0200 Evas.SmartObject: Move documentati

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread Jeff Hoogland
No. The box and image both had weight set to EXPANDED. After adding the image to the box I had to set the alignment of the image to FILL to be displayed. On Mon, Mar 9, 2015 at 8:18 AM, ChunEon Park wrote: > maybe your image had the weight set EXPANDED and box didn't? > > ---

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread ChunEon Park
maybe your image had the weight set EXPANDED and box didn't? -Regards, Hermet- -Original Message- From: "Jeff Hoogland" To: "Carsten Haitzler"; Cc: "Enlightenment developer list"; Sent: 2015-03-09 (월) 21:21:23 Subject: Re: [E-devel] Trouble Displayi

Re: [E-devel] Editable feature in hoversel

2015-03-09 Thread ChunEon Park
hoversel + scroller in the main window will be nice. and im not sure how does the widget manage the separate window nicely, since windows are asynchronous. At least we need the drop-down with the embeded way. -Regards, Hermet- -Original Message- From:

Re: [E-devel] Trouble Displaying an Image inside of a Box

2015-03-09 Thread Jeff Hoogland
If size is always at a minimum why does my image display properly when I do a resize add to a window object? How does resize add affect the alignment size of an object? On Mon, Mar 9, 2015 at 1:23 AM, Carsten Haitzler wrote: > On Sun, 8 Mar 2015 22:44:17 -0500 Jeff Hoogland > said: > > > Issue

[EGIT] [core/efl] master 01/01: Evas GL example: Fix usage of the config struct

2015-03-09 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7b6f4820bc4f024903f5b094471d1e78aad57ac1 commit 7b6f4820bc4f024903f5b094471d1e78aad57ac1 Author: Jean-Philippe Andre Date: Mon Mar 9 21:15:33 2015 +0900 Evas GL example: Fix usage of the config str

[EGIT] [core/efl] master 01/01: Evas GL texture: Fix invalid interpolation pixel

2015-03-09 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b7d1615be7cad3bd8abad77918427d9708e0772d commit b7d1615be7cad3bd8abad77918427d9708e0772d Author: Jean-Philippe Andre Date: Mon Mar 9 20:32:01 2015 +0900 Evas GL texture: Fix invalid interpolation p

Re: [E-devel] Editable feature in hoversel

2015-03-09 Thread Viacheslav Reutskyi
Hello, sorry for delay, I haven't time to write this email early. Â About combobox. Now we (Eflete team) have a worked combobox, but this widget hasn't editable feature, I mean search/filter in the combobox. Main feature of this widget, it's a drop-down list in the separatel

Re: [E-devel] Editable feature in hoversel

2015-03-09 Thread Cedric BAIL
Le 9 mars 2015 10:39, "SHILPA ONKAR SINGH" a écrit : > > Hi Cedric, > > We will work on the same and raise a patch to this branch > devs/cedric/combobox based on current widget code. Great ! Let me know if you have any question. Thanks, Cedric > Best Regards, > Shilpa Singh > > --- Original

[E-devel] Weekly news from the automated build and QA front

2015-03-09 Thread Stefan Schmidt
Hello. Summary: o xcb build job for efl is now also working o A bunch new Coverity issues found in Elementary o We are about to reach 600 open issues on our tracker. If everyone could spare a few minutes to look to five of them this week this could already help. This should give everyone an overv

[EGIT] [website/www] master 02/02: www: Add arcanist config file.

2015-03-09 Thread Stefan Schmidt
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=1ee870ba3d75ad1eb3ef0e837597fb7ef022a147 commit 1ee870ba3d75ad1eb3ef0e837597fb7ef022a147 Author: Stefan Schmidt Date: Mon Mar 9 10:43:26 2015 +0100 www: Add arcanist config file. --- .arcconf

[EGIT] [website/www] master 01/02: Corrected misspelling

2015-03-09 Thread Yomi
stefan pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=0a65c19a0e5429d82c9722f34500ec2436ea4750 commit 0a65c19a0e5429d82c9722f34500ec2436ea4750 Author: Yomi Date: Mon Mar 9 10:43:03 2015 +0100 Corrected misspelling Summary: Corrected misp

Re: [E-devel] Editable feature in hoversel

2015-03-09 Thread SHILPA ONKAR SINGH
Hi Cedric, We will work on the same and raise a patch to this branch devs/cedric/combobox based on current widget code. Best Regards, Shilpa Singh --- Original Message --- Sender : Cedric BAIL Date : Mar 06, 2015 22:44 (GMT+09:00) Title : Re: [E-devel] Editable feature in hoversel Hel