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
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
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
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
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
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
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
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
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
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);
>
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,
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
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
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
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,
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
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
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
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
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.
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
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
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
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
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
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
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.
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
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
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";
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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.
44 matches
Mail list logo