[EGIT] [core/elementary] master 01/01: elementary/mapbuf - resize content only when mapbuf is resized.

2013-09-26 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7650acb1f89a05b0800a9d004de45225db40852c commit 7650acb1f89a05b0800a9d004de45225db40852c Author: ChunEon Park Date: Thu Sep 26 16:25:48 2013 +0900 elementary/mapbuf - resize content only w

[EGIT] [core/elementary] master 02/02: elementary: cast an uintptr_t when pushing stuff into a pointer.

2013-09-26 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f63243de3c1db0acc790ad6a11c9e4a495806df6 commit f63243de3c1db0acc790ad6a11c9e4a495806df6 Author: Cedric Bail Date: Thu Sep 26 16:34:35 2013 +0900 elementary: cast an uintptr_t when pushing

[EGIT] [core/elementary] master 01/02: elm_app: _close and some friends are defined on windows, so prefixed.

2013-09-26 Thread Cedric Bail
cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ab275fe5439c26360d922d5c8c35ba69bc26365f commit ab275fe5439c26360d922d5c8c35ba69bc26365f Author: Cedric Bail Date: Thu Sep 26 16:28:28 2013 +0900 elm_app: _close and some friends are defin

[EGIT] [core/efl] master 01/01: edje swallowing on the currently-swallowed part, which is a noop, now once again returns true

2013-09-26 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dfb0e32bb66691bf784402ab5860fe3454b57b6c commit dfb0e32bb66691bf784402ab5860fe3454b57b6c Author: Mike Blumenkrantz Date: Thu Sep 26 09:02:54 2013 +0100 edje swallowing on the currently-swall

[EGIT] [core/elementary] master 01/01: elc_fileselector: support ui-mirroring for files_grid.

2013-09-26 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=97836ca759a76c9f25ec32ff6378da80e1237c0f commit 97836ca759a76c9f25ec32ff6378da80e1237c0f Author: Ryuan Choi Date: Thu Sep 26 17:37:48 2013 +0900 elc_fileselector: support ui-mirroring for f

[EGIT] [core/enlightenment] master 01/01: greatly improve window positioning after ConfigureRequest

2013-09-26 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=00362b2e6443af74d5d33a8efa12824cffcd8216 commit 00362b2e6443af74d5d33a8efa12824cffcd8216 Author: Mike Blumenkrantz Date: Thu Sep 26 10:53:01 2013 +0100 greatly improve window posit

[EGIT] [core/enlightenment] master 01/01: add special happy fun time note for e_pointer_mode function usage

2013-09-26 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1eb26ec077d3e2a3754f90ca681069f1654b974f commit 1eb26ec077d3e2a3754f90ca681069f1654b974f Author: Mike Blumenkrantz Date: Thu Sep 26 10:56:57 2013 +0100 add special happy fun time n

Re: [E-devel] Evas image problem

2013-09-26 Thread Nicolas ALCOUFFE
Hi, For some reason, i need to convert an OpenCV image to Evas Image, i do: opencv_image = imread("fruits.jpg", 1); cvtColor(opencv_image, opencv_image, CV_BGR2BGRA); evas_image = evas_object_image_add(canvas); evas_object_image_colorspace_set(evas_image, EVAS_COLORSPACE_ARGB); evas_object_i

[EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-09-26 Thread Jean-Philippe Andre
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a5c851ff1e1e5c3182600503fed41eaa7161eb35 commit a5c851ff1e1e5c3182600503fed41eaa7161eb35 Author: Jean-Philippe Andre Date: Thu Sep 26 18:55:44 2013 +0900 elm_image: Fix remote image loading

Re: [E-devel] Evas image problem

2013-09-26 Thread Michael Blumenkrantz
you're freeing your image data before it gets rendered. On Thu, Sep 26, 2013 at 10:58 AM, Nicolas ALCOUFFE wrote: > Hi, > > For some reason, i need to convert an OpenCV image to Evas Image, i do: > > opencv_image = imread("fruits.jpg", 1); > cvtColor(opencv_image, opencv_image, CV_BGR2BGRA); >

Re: [E-devel] Evas image problem

2013-09-26 Thread Nicolas ALCOUFFE
What do you mean ? > you're freeing your image data before it gets rendered. > > > On Thu, Sep 26, 2013 at 10:58 AM, Nicolas ALCOUFFE > wrote: >> Hi, >> >> For some reason, i need to convert an OpenCV image to Evas Image, i do: >> >> opencv_image = imread("fruits.jpg", 1); >> cvtColor(opencv_image,

[EGIT] [core/efl] master 01/01: evas gl engine - simplify and optimise pipe region intersection checks.

2013-09-26 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4861504127c8a2d7375b076c18c22086914e94c commit d4861504127c8a2d7375b076c18c22086914e94c Author: Carsten Haitzler (Rasterman) Date: Thu Sep 26 19:19:50 2013 +0900 evas gl engine - simplify and op

Re: [E-devel] Evas image problem

2013-09-26 Thread The Rasterman
On Thu, 26 Sep 2013 12:18:57 +0200 Nicolas ALCOUFFE said: when you set the image data, evas doesnt COPY it... it refers to it. directly. at any point that image object may possibly need to be rendered evas will need access to the image data pointer and it must be VALID at all times until the imag

[E-devel] IRC commit notifications are back

2013-09-26 Thread Tom Hacohen
Dear IRC dwellers, I'm happy to announce, that thanks to combined efforts by Beber, enark and myself, we got IRC notifications working again. #e-commits @ FreeNode. Took us a while to get it going following the demise of CIA, but finally we got another us government agency/agent working for us

Re: [E-devel] Evas image problem

2013-09-26 Thread Nicolas ALCOUFFE
Ok, it is working perfectly with: evas_object_image_size_set(evas_image, opencv_image.size().width, opencv_image.size().height); if (opencv_image.data) { evas_object_image_data_copy_set(evas_image, opencv_image.data); evas_object_image_data_update_add(evas_image, 0, 0,

[EGIT] [core/enlightenment] master 03/04: Bump e_randr config version so everyone starts with a clean, fresh working configuration...now that the dialog issues are sorted ;)

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=04da4c6406a5c38ff380498ad55d16ddcb31d7ce commit 04da4c6406a5c38ff380498ad55d16ddcb31d7ce Author: Chris Michael Date: Thu Sep 26 12:12:45 2013 +0100 Bump e_randr config version so ev

[EGIT] [core/efl] master 01/01: Fix doxy typo/grammar

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3cc4efaf500d5eb41e47fe5781c053b5273d6c6b commit 3cc4efaf500d5eb41e47fe5781c053b5273d6c6b Author: Chris Michael Date: Thu Sep 26 08:35:22 2013 +0100 Fix doxy typo/grammar Signed-off-b

[EGIT] [core/enlightenment] master 02/04: Add Clone Change to Changes Enum

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7a2bfc790789496bb4f444fc82cf849d034652ac commit 7a2bfc790789496bb4f444fc82cf849d034652ac Author: Chris Michael Date: Thu Sep 26 12:12:19 2013 +0100 Add Clone Change to Changes Enum

[EGIT] [core/enlightenment] master 01/04: RandR: Fix issues discovered here during testing

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8b28549aea2a6b28e6426f5f13f32677d6608e63 commit 8b28549aea2a6b28e6426f5f13f32677d6608e63 Author: Chris Michael Date: Thu Sep 26 11:49:45 2013 +0100 RandR: Fix issues discovered here

[EGIT] [core/enlightenment] master 04/04: Fix RandR dailog issues.

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2b4a0e675b455fba4db56f07827f60eb299db42f commit 2b4a0e675b455fba4db56f07827f60eb299db42f Author: Chris Michael Date: Thu Sep 26 12:13:50 2013 +0100 Fix RandR dailog issues.

Re: [E-devel] Evas image problem

2013-09-26 Thread The Rasterman
On Thu, 26 Sep 2013 13:05:48 +0200 Nicolas ALCOUFFE said: > Ok, it is working perfectly with: > > evas_object_image_size_set(evas_image, opencv_image.size().width, > opencv_image.size().height); > if (opencv_image.data) { > evas_object_image_data_copy_set(evas_image, opencv_i

Re: [E-devel] IRC commit notifications are back

2013-09-26 Thread Daniel Juyung Seo
Great :) enark speaks too much which is good :) But, be careful that NSA is watching you... Daniel Juyung Seo (SeoZ) On Thu, Sep 26, 2013 at 7:28 PM, Tom Hacohen wrote: > Dear IRC dwellers, > > I'm happy to announce, that thanks to combined efforts by Beber, enark > and myself, we got IRC noti

[EGIT] [core/enlightenment] master 01/01: mixer: gadget conf set card name when none

2013-09-26 Thread Jérémy Zurcher
jeyzu pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1a2865abec8ecea524a632db785bab044547322d commit 1a2865abec8ecea524a632db785bab044547322d Author: Jérémy Zurcher Date: Thu Sep 26 16:50:54 2013 +0200 mixer: gadget conf set card name when

[EGIT] [core/efl] master 01/01: Eo: remove the classe's EINA_MAGIC when using eo_id.

2013-09-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1845ffe5b0bef83d67c5173a0a23dbc49bc68481 commit 1845ffe5b0bef83d67c5173a0a23dbc49bc68481 Author: Tom Hacohen Date: Thu Sep 26 16:06:46 2013 +0100 Eo: remove the classe's EINA_MAGIC when using eo_id

[EGIT] [core/elementary] master 01/01: elementary/naviframe - don't delete the animator.

2013-09-26 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1eb541ffe663347c247168eca067602a3f928ef4 commit 1eb541ffe663347c247168eca067602a3f928ef4 Author: ChunEon Park Date: Fri Sep 27 00:39:05 2013 +0900 elementary/naviframe - don't delete the a

Re: [E-devel] [EGIT] [core/elementary] master 01/01: [naviframe] Enable item pop during item push.

2013-09-26 Thread ChunEon Park
ah... this looks wrong to me. if you delete the animator, then item on pushing will be corrupted. I revised the patch. commit 1eb541ffe663347c247168eca067602a3f928ef4 -Regards, Hermet- -Original Message- From: "Jaehyun Cho" To: ; Cc: Sent: 20

[EGIT] [core/efl] master 01/01: Evas image: Moved a variable decl into the ifdef.

2013-09-26 Thread Tom Hacohen
tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=933998b93da3967e07729061eee3cb79852dd864 commit 933998b93da3967e07729061eee3cb79852dd864 Author: Tom Hacohen Date: Thu Sep 26 16:57:37 2013 +0100 Evas image: Moved a variable decl into the ifdef.

Re: [E-devel] [EGIT] [core/elementary] master 01/01: [naviframe] Enable item pop during item push.

2013-09-26 Thread Daniel Juyung Seo
Thanks for the fix but how they're different? It looks same to me with/without animator_del. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Sep 27, 2013 at 12:54 AM, ChunEon Park wrote: > ah... this looks wrong to me. > > if you delete the animator, then item on pushing will be corrupted. > > I re

[EGIT] [core/elementary] master 01/01: elementary/layout - fix the layout to swallow contents again when theme is changed.

2013-09-26 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ef94c9a6f1588e7ec6711ae4dd57a506a87353e2 commit ef94c9a6f1588e7ec6711ae4dd57a506a87353e2 Author: ChunEon Park Date: Fri Sep 27 02:05:00 2013 +0900 elementary/layout - fix the layout to swa

Re: [E-devel] [EGIT] [core/elementary] master 01/01: [naviframe] Enable item pop during item push.

2013-09-26 Thread ChunEon Park
If it removes the animator while the animator is to push item, then the item would be dangled. Of course, the popping of the item is canceld also. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list";

[EGIT] [core/enlightenment] master 01/01: Fix uninitialized variable warning.

2013-09-26 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8404e3c180d38d3cc5102a0dbb7456c2a9e73d8a commit 8404e3c180d38d3cc5102a0dbb7456c2a9e73d8a Author: Chris Michael Date: Thu Sep 26 20:07:01 2013 +0100 Fix uninitialized variable warnin

[EGIT] [apps/terminology] master 03/05: compat: fix backspace

2013-09-26 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=8df2ed4c21b2061eec56f71827737b910f638488 commit 8df2ed4c21b2061eec56f71827737b910f638488 Author: Boris Faure Date: Tue Jun 18 23:43:00 2013 +0200 compat: fix backspace According

[EGIT] [apps/terminology] master 05/05: screw terminfo: have a config to decide whether erase is del or backspace

2013-09-26 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=f539eba7ca61e5fe28fda3d8c29673ee70f7 commit f539eba7ca61e5fe28fda3d8c29673ee70f7 Author: Boris Faure Date: Sun Sep 22 17:10:39 2013 +0200 screw terminfo: have a config to decide

[EGIT] [apps/terminology] master 01/05: have a config to choose whether to set TERM to xterm-256color

2013-09-26 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=ef543aa753bc0540b1e32ce4f5c012863975a7fd commit ef543aa753bc0540b1e32ce4f5c012863975a7fd Author: Boris Faure Date: Sun Jun 16 22:32:50 2013 +0200 have a config to choose whether to set T

[EGIT] [apps/terminology] master 04/05: set correct mode with fcntl

2013-09-26 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=ed36063690c388d92644cd825a39b698f957d843 commit ed36063690c388d92644cd825a39b698f957d843 Author: Boris Faure Date: Sun Sep 22 00:15:56 2013 +0200 set correct mode with fcntl --- src/bin

[EGIT] [apps/terminology] master 02/05: add -2/--256color option to set TERM to xterm-256color

2013-09-26 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=68133d2614ca98b50e8b18f77f3772636e86284f commit 68133d2614ca98b50e8b18f77f3772636e86284f Author: Boris Faure Date: Sun Jun 16 23:07:58 2013 +0200 add -2/--256color option to set TERM to

[EGIT] [misc/entrance] master 01/01: entrance: fix make dist

2013-09-26 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=51d6a4d44e190264817ca7f1fec12dff2e7f044e commit 51d6a4d44e190264817ca7f1fec12dff2e7f044e Author: Michael Bouchaud Date: Thu Sep 26 23:46:39 2013 +0200 entrance: fix make dist --- configure.ac

[EGIT] [legacy/ecore] ecore-1.7 01/01: ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()

2013-09-26 Thread Etrunko
etrunko pushed a commit to branch ecore-1.7. http://git.enlightenment.org/legacy/ecore.git/commit/?id=ea3d7dad2584ee12c41493aa93e80de191aaa1fe commit ea3d7dad2584ee12c41493aa93e80de191aaa1fe Author: Eduardo Lima (Etrunko) Date: Thu Sep 26 18:31:36 2013 -0300 ecore_evas/wayland_egl: Add mi

[EGIT] [misc/entrance] master 01/01: entrance: remove unused files

2013-09-26 Thread Michael Bouchaud
yoz pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=91415dbc1d597a2149f4bf723ed280ebe9327934 commit 91415dbc1d597a2149f4bf723ed280ebe9327934 Author: Michael Bouchaud Date: Thu Sep 26 23:52:09 2013 +0200 entrance: remove unused files --- data/th

Re: [E-devel] EFL borkage.

2013-09-26 Thread David Seikel
On Thu, 26 Sep 2013 15:02:31 +0900 Cedric BAIL wrote: > On Thu, Sep 26, 2013 at 12:55 AM, David Seikel > wrote: > > On Thu, 26 Sep 2013 00:04:23 +1000 David Seikel > > wrote: > >> On Wed, 25 Sep 2013 22:15:54 +0900 Cedric BAIL > >> wrote: > >> > On Wed, Sep 25, 2013 at 9:14 PM, David Seikel >

[EGIT] [core/enlightenment] master 02/03: ignore netwm activate messages during startup to avoid annoying desk flips

2013-09-26 Thread discomfitor
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f5aa2779b1ad787c0388db4d3117e3f5f31ea677 commit f5aa2779b1ad787c0388db4d3117e3f5f31ea677 Author: discomfitor Date: Thu Sep 26 18:42:40 2013 +0100 ignore netwm activate messages dur

[EGIT] [core/enlightenment] master 03/03: use more accurate heuristics when calculating ConfigureRequest move coords:

2013-09-26 Thread discomfitor
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8b596394d6d33c0c4d85c07a990194b456e7329d commit 8b596394d6d33c0c4d85c07a990194b456e7329d Author: discomfitor Date: Thu Sep 26 19:11:33 2013 +0100 use more accurate heuristics when

[EGIT] [core/enlightenment] master 01/03: never apply window placement policy on ConfigureRequest

2013-09-26 Thread discomfitor
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6b41a6dba9e877e5298c813f3730985997cc8aed commit 6b41a6dba9e877e5298c813f3730985997cc8aed Author: discomfitor Date: Thu Sep 26 18:16:32 2013 +0100 never apply window placement polic

[EGIT] [core/elementary] master 01/01: panes - removed redundant code.

2013-09-26 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=84cc92d2ad3482e7a1fc79ce2fb606c26ecbce26 commit 84cc92d2ad3482e7a1fc79ce2fb606c26ecbce26 Author: ChunEon Park Date: Fri Sep 27 15:28:57 2013 +0900 panes - removed redundant code.