[EGIT] [core/efl] master 01/01: popup: remove previous object when setting new content

2017-05-30 Thread JinYong Park
conr2d pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2086530d0798e44aec163edec894e96bb90675e7 commit 2086530d0798e44aec163edec894e96bb90675e7 Author: JinYong Park Date: Wed May 31 13:12:59 2017 +0900 popup: remove previous

Re: [E-devel] efl_part and composition

2017-05-30 Thread Jean-Philippe André
On 31 May 2017 at 10:56, Carsten Haitzler wrote: > On Tue, 30 May 2017 17:33:22 +0900 Jean-Philippe André > said: > > > Hello, > > > > I have a bit of a technical question here. You may want to skip this if > > you're not familiar with efl_part and

Re: [E-devel] [EGIT] [core/efl] master 01/04: Efl text: add Font, Format and Style interfaces

2017-05-30 Thread The Rasterman
On Mon, 29 May 2017 13:16:31 +0900 Jean-Philippe André said: > On 29 May 2017 at 05:18, Davide Andreoli wrote: > > > 2017-05-28 15:00 GMT+02:00 Daniel Hirt : > > > herdsman pushed a commit to branch master. > > > > > >

Re: [E-devel] efl_part and composition

2017-05-30 Thread The Rasterman
On Tue, 30 May 2017 17:33:22 +0900 Jean-Philippe André said: > Hello, > > I have a bit of a technical question here. You may want to skip this if > you're not familiar with efl_part and efl_composite_attach. > > > I'm currently working on T5315 also known as "Refactoring

Re: [E-devel] efl_part and composition

2017-05-30 Thread Jean-Philippe André
Hi Dave, Cedric, On 31 May 2017 at 05:36, Cedric BAIL wrote: > On Tue, May 30, 2017 at 12:18 PM, Davide Andreoli > wrote: > > 2017-05-30 10:33 GMT+02:00 Jean-Philippe André : > >> I have a bit of a technical question here. You

[E-devel] eolian c++ build break...

2017-05-30 Thread The Rasterman
so i wake up to this awesome bit of fun: In file included from bin/eolian_cxx/eolian_cxx.cc:25:0: ../src/lib/eolian_cxx/grammar/klass_def.hpp: In member function ‘void efl::eolian::grammar::attributes::type_def::set(const Eolian_Type*)’: ../src/lib/eolian_cxx/grammar/klass_def.hpp:267:72: error:

[EGIT] [apps/terminology] master 02/02: termptyesc: correctly handle DECOM

2017-05-30 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=816f60369f0910ce3b3bb7079994a386b535258d commit 816f60369f0910ce3b3bb7079994a386b535258d Author: Boris Faure Date: Wed May 31 00:39:02 2017 +0200 termptyesc:

[EGIT] [apps/terminology] master 01/02: s/scroll_y1/top_margin/, s/scroll_y2/bottom_margin/

2017-05-30 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6ce96da8c4561ee9a9b74d6beed152e65af544a5 commit 6ce96da8c4561ee9a9b74d6beed152e65af544a5 Author: Boris Faure Date: Mon May 29 23:26:32 2017 +0200

[EGIT] [tools/edi] master 01/01: exe: add a helper for exe waiting

2017-05-30 Thread Andy Williams
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=7f3968298058b7d298a0ac7fdc365d559192fe27 commit 7f3968298058b7d298a0ac7fdc365d559192fe27 Author: Andy Williams Date: Tue May 30 23:30:39 2017 +0100 exe: add a helper

[EGIT] [core/efl] master 01/01: edje: temporary build fix.

2017-05-30 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=665856027d85802a29ede6f005674a8294df60fe commit 665856027d85802a29ede6f005674a8294df60fe Author: Cedric BAIL Date: Tue May 30 14:03:31 2017 -0700 edje: temporary build

Re: [E-devel] efl_part and composition

2017-05-30 Thread Cedric BAIL
On Tue, May 30, 2017 at 12:18 PM, Davide Andreoli wrote: > 2017-05-30 10:33 GMT+02:00 Jean-Philippe André : >> I have a bit of a technical question here. You may want to skip this if >> you're not familiar with efl_part and efl_composite_attach. >> >> >>

Re: [E-devel] efl_part and composition

2017-05-30 Thread Cedric BAIL
Hello, On Tue, May 30, 2017 at 1:33 AM, Jean-Philippe André wrote: > Going forward with EO API I see 3 solutions: > #1. Do not expose the widget at all, hope that someday we can expose all > useful features through generic parameter API. That would not work for function,

[EGIT] [core/efl] master 01/02: ecore-drm2: Minor formatting fix

2017-05-30 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f2a0e5ae4cc1c946eb83fe6b9fe9b702f3ef1acf commit f2a0e5ae4cc1c946eb83fe6b9fe9b702f3ef1acf Author: Chris Michael Date: Tue May 30 15:56:51 2017 -0400 ecore-drm2: Minor

[EGIT] [core/efl] master 02/02: ecore-drm2: Don't free output plane states if not using atomic

2017-05-30 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc3da871396015507801724b7b844e5865f049d0 commit dc3da871396015507801724b7b844e5865f049d0 Author: Chris Michael Date: Tue May 30 15:57:07 2017 -0400 ecore-drm2: Don't

Re: [E-devel] [EGIT] [core/efl] master 01/04: Efl text: add Font, Format and Style interfaces

2017-05-30 Thread Davide Andreoli
2017-05-29 7:07 GMT+02:00 Daniel Hirt : > Hello, > > On Mon, May 29, 2017 at 7:16 AM, Jean-Philippe André > wrote: > >> On 29 May 2017 at 05:18, Davide Andreoli wrote: >> >> > 2017-05-28 15:00 GMT+02:00 Daniel Hirt

Re: [E-devel] efl_part and composition

2017-05-30 Thread Davide Andreoli
2017-05-30 10:33 GMT+02:00 Jean-Philippe André : > Hello, > > I have a bit of a technical question here. You may want to skip this if > you're not familiar with efl_part and efl_composite_attach. > > > I'm currently working on T5315 also known as "Refactoring Edje/Elm_Layout". >

Re: [E-devel] efl_part and composition

2017-05-30 Thread Davide Andreoli
2017-05-30 10:33 GMT+02:00 Jean-Philippe André : > Hello, > > I have a bit of a technical question here. You may want to skip this if > you're not familiar with efl_part and efl_composite_attach. > > > I'm currently working on T5315 also known as "Refactoring Edje/Elm_Layout". >

[EGIT] [core/enlightenment] master 01/01: Don't require dmabuf buffers to be writeable

2017-05-30 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4fca111eb5c607451720ad406c9da57d3ebc26b5 commit 4fca111eb5c607451720ad406c9da57d3ebc26b5 Author: Derek Foreman Date: Fri May 19 16:47:57 2017 -0500 Don't

[EGIT] [core/efl] master 06/28: eolian: make by-file variable lookups take unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cee3b604a304cc2c6c2e27f75b56ac6914fa6aa9 commit cee3b604a304cc2c6c2e27f75b56ac6914fa6aa9 Author: Daniel Kolesa Date: Thu May 18 16:33:31 2017 +0200 eolian: make by-file

[EGIT] [core/efl] master 08/28: eolian: pass unit to class get_by_name/file

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=45a73a08789f0f91ea72cf647f55058e6f3d4813 commit 45a73a08789f0f91ea72cf647f55058e6f3d4813 Author: Daniel Kolesa Date: Wed May 24 16:36:23 2017 +0200 eolian: pass unit to

[EGIT] [core/efl] master 23/28: eolian: doc token ref resolver now takes unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a5e66b3421ef96c4b16fbd7a4fc57f739e6c52ff commit a5e66b3421ef96c4b16fbd7a4fc57f739e6c52ff Author: Daniel Kolesa Date: Fri May 26 15:01:00 2017 +0200 eolian: doc token ref

[EGIT] [core/efl] master 14/28: eolian: pass unit to struct get by name

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9c2dae3531d4dc282a735d5f0705a4eb8af6f4bd commit 9c2dae3531d4dc282a735d5f0705a4eb8af6f4bd Author: Daniel Kolesa Date: Thu May 25 15:11:08 2017 +0200 eolian: pass unit to

[EGIT] [core/efl] master 13/28: eolian: pass unit to alias get by name

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=52a0255e38fa483440e9a31e020adff6590ad1f8 commit 52a0255e38fa483440e9a31e020adff6590ad1f8 Author: Daniel Kolesa Date: Thu May 25 14:56:44 2017 +0200 eolian: pass unit to

[EGIT] [core/efl] master 26/28: docgen: stub out units so the generator works again

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a72cac2223f2e6baad37551dbcb7b9c0a7acc63b commit a72cac2223f2e6baad37551dbcb7b9c0a7acc63b Author: Daniel Kolesa Date: Tue May 30 16:09:59 2017 +0200 docgen: stub out units

[EGIT] [core/efl] master 16/28: eolian: use units in by_file getters for typedecls

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4f88aa424de73dfd7b45aa258c618972a534110e commit 4f88aa424de73dfd7b45aa258c618972a534110e Author: Daniel Kolesa Date: Thu May 25 15:17:29 2017 +0200 eolian: use units in

[EGIT] [core/efl] master 04/28: eolian gen: pass the unit around

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d453bc6944897c6f0de34f3c7592f608061d320 commit 6d453bc6944897c6f0de34f3c7592f608061d320 Author: Daniel Kolesa Date: Tue May 16 16:47:33 2017 +0200 eolian gen: pass the

[EGIT] [core/efl] master 22/28: eolian: type_class_get takes unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81a1d9659a12d3bee981309a3b7eb3a695169f04 commit 81a1d9659a12d3bee981309a3b7eb3a695169f04 Author: Daniel Kolesa Date: Fri May 26 14:52:44 2017 +0200 eolian: type_class_get

[EGIT] [core/efl] master 10/28: eolian: update tests according to unit API

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2f9c4cfef2a3a7ec5697a5eba890a0538c63f357 commit 2f9c4cfef2a3a7ec5697a5eba890a0538c63f357 Author: Daniel Kolesa Date: Wed May 24 17:35:34 2017 +0200 eolian: update tests

[EGIT] [core/efl] master 17/28: eolian: use unit in all getters for typedecls

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=308a3d91a39d7d50eb09d77d4b92ef97adefc0ad commit 308a3d91a39d7d50eb09d77d4b92ef97adefc0ad Author: Daniel Kolesa Date: Thu May 25 15:18:57 2017 +0200 eolian: use unit in all

[EGIT] [core/efl] master 20/28: eolian: more expr system unit updates

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4125e3f34bf3c6bc3d61aebfbe73263d0eac8b17 commit 4125e3f34bf3c6bc3d61aebfbe73263d0eac8b17 Author: Daniel Kolesa Date: Thu May 25 16:10:29 2017 +0200 eolian: more expr

[EGIT] [core/efl] master 19/28: eolian: pass unit around in expr eval

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2cfbd3a42b4c0635e715f3ee1e438dd8f8de7692 commit 2cfbd3a42b4c0635e715f3ee1e438dd8f8de7692 Author: Daniel Kolesa Date: Thu May 25 16:07:48 2017 +0200 eolian: pass unit

[EGIT] [core/efl] master 25/28: eolian: use unit in typedecl c_type_get

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d2280f91a18bb430751e3db4fc06085da3cca509 commit d2280f91a18bb430751e3db4fc06085da3cca509 Author: Daniel Kolesa Date: Fri May 26 15:09:49 2017 +0200 eolian: use unit in

[EGIT] [core/efl] master 27/28: eolian: silence a unused warning temporarily

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cc7b354db29af517e7b60f1a9279132cb35b7bfd commit cc7b354db29af517e7b60f1a9279132cb35b7bfd Author: Daniel Kolesa Date: Tue May 30 16:42:26 2017 +0200 eolian: silence a

[EGIT] [core/efl] master 12/28: eolian: return real nil on parse failure

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d0ee5d2df1b0a479465c82c41a87a9bfc2007e6 commit 6d0ee5d2df1b0a479465c82c41a87a9bfc2007e6 Author: Daniel Kolesa Date: Wed May 24 17:41:31 2017 +0200 eolian: return real nil

[EGIT] [core/efl] master 21/28: eolian: expr eval APIs now take units

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c234b5ee69186ec8dc02e3742d055ff24f0afba6 commit c234b5ee69186ec8dc02e3742d055ff24f0afba6 Author: Daniel Kolesa Date: Thu May 25 16:18:10 2017 +0200 eolian: expr eval APIs

[EGIT] [core/efl] master 02/28: eolian: units will contain multiple files

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=91411c5389b84412a983617f7577244e715fb056 commit 91411c5389b84412a983617f7577244e715fb056 Author: Daniel Kolesa Date: Fri May 12 13:54:30 2017 +0200 eolian: units will

[EGIT] [core/efl] master 03/28: eolian: make eolian_file_parse return unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7da0549970a89c7b7d85451ab78102e6f4289103 commit 7da0549970a89c7b7d85451ab78102e6f4289103 Author: Daniel Kolesa Date: Tue May 16 16:13:15 2017 +0200 eolian: make

[EGIT] [core/efl] master 15/28: eolian: pass unit to enum get by name

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=67bc32d9aced9f486d703db2ed883f5958a1a8fb commit 67bc32d9aced9f486d703db2ed883f5958a1a8fb Author: Daniel Kolesa Date: Thu May 25 15:15:04 2017 +0200 eolian: pass unit to

[EGIT] [core/efl] master 07/28: eolian: make all variable lookups take unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=83bf422159750680e0b7ae9add94ad7e4bd0edba commit 83bf422159750680e0b7ae9add94ad7e4bd0edba Author: Daniel Kolesa Date: Thu May 18 16:34:58 2017 +0200 eolian: make all

[EGIT] [core/efl] master 09/28: eolian: pass unit to all_classes_get

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9699d074bc4bfb40b87d96b2f7a80e9bb784a871 commit 9699d074bc4bfb40b87d96b2f7a80e9bb784a871 Author: Daniel Kolesa Date: Wed May 24 17:28:48 2017 +0200 eolian: pass unit to

[EGIT] [core/efl] master 01/28: eolian: initial structure for units

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5f4c2f7b798ec1eceae536471996e35768b8809a commit 5f4c2f7b798ec1eceae536471996e35768b8809a Author: Daniel Kolesa Date: Thu May 11 16:35:19 2017 +0200 eolian: initial

[EGIT] [core/efl] master 11/28: elua: update for unit api usage

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bf2ac6c93710f36882f91c7895a04bb8dce8ce3d commit bf2ac6c93710f36882f91c7895a04bb8dce8ce3d Author: Daniel Kolesa Date: Wed May 24 17:40:51 2017 +0200 elua: update for unit

[EGIT] [core/efl] master 18/28: eolian: update lua bindings with new unit apis

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0bf6fd629757ce57b328c9160696e65323e8cbfb commit 0bf6fd629757ce57b328c9160696e65323e8cbfb Author: Daniel Kolesa Date: Thu May 25 15:20:12 2017 +0200 eolian: update lua

[EGIT] [core/efl] master 05/28: eolian: make by-name variable lookups take unit

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=653cf6bac37f6d74bd18d1088a7fb2ce6d661bc2 commit 653cf6bac37f6d74bd18d1088a7fb2ce6d661bc2 Author: Daniel Kolesa Date: Thu May 18 16:31:03 2017 +0200 eolian: make by-name

[EGIT] [core/efl] master 24/28: eolian: pass unit in internal type serialization

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d4c835545b59259a0a4fd0c9ed86b46b616b264e commit d4c835545b59259a0a4fd0c9ed86b46b616b264e Author: Daniel Kolesa Date: Fri May 26 15:04:49 2017 +0200 eolian: pass unit in

[EGIT] [core/efl] master 28/28: eolian: add new unit API

2017-05-30 Thread Daniel Kolesa
q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=43eb1b16303dc0c413d9bd9b35c726e5798b4acb commit 43eb1b16303dc0c413d9bd9b35c726e5798b4acb Merge: bd189f69f2 cc7b354db2 Author: Daniel Kolesa Date: Tue May 30 17:18:31 2017 +0200

[EGIT] [core/efl] master 01/03: ecore-drm2: Remove useless return

2017-05-30 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ac2c82b87116a11aaac2e200cdfb60b716059171 commit ac2c82b87116a11aaac2e200cdfb60b716059171 Author: Chris Michael Date: Tue May 30 10:59:25 2017 -0400 ecore-drm2: Remove

[EGIT] [core/efl] master 03/03: ecore-drm2: Don't fill device atomic state if atomic is disabled

2017-05-30 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bd189f69f2926b479b334c30650606645d7fa245 commit bd189f69f2926b479b334c30650606645d7fa245 Author: Chris Michael Date: Tue May 30 11:01:22 2017 -0400 ecore-drm2: Don't

[EGIT] [core/efl] master 02/03: ecore-drm2: Don't fill output atomic states if not using atomic

2017-05-30 Thread Christopher Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ba4042da1e25ee8ff0f95be242b5a865a0141669 commit ba4042da1e25ee8ff0f95be242b5a865a0141669 Author: Chris Michael Date: Tue May 30 11:00:20 2017 -0400 ecore-drm2: Don't

[EGIT] [core/efl] master 01/01: efl_ui_image_zoomable: fix wrong initial value for zoom mode

2017-05-30 Thread Taehyub Kim
ami pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e7b302d89fd4e145b997efb9dc6b4430b7c91a02 commit e7b302d89fd4e145b997efb9dc6b4430b7c91a02 Author: Taehyub Kim Date: Tue May 30 20:33:16 2017 +0900 efl_ui_image_zoomable: fix

[EGIT] [core/efl] master 01/01: evas: Fix don't redraw map_sufarce issue

2017-05-30 Thread jiin.moon
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e250a27922ade39b098b4fc5235ce304482e8f64 commit e250a27922ade39b098b4fc5235ce304482e8f64 Author: jiin.moon Date: Tue May 30 19:25:37 2017 +0900 evas: Fix don't redraw

[EGIT] [core/efl] master 01/01: evas: Set modifiers & locks on global key events

2017-05-30 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eb27724eb9c32a954c2f75b45307a207d0ea6fca commit eb27724eb9c32a954c2f75b45307a207d0ea6fca Author: Jean-Philippe Andre Date: Tue May 30 19:16:48 2017 +0900 evas: Set modifiers

[E-devel] efl_part and composition

2017-05-30 Thread Jean-Philippe André
Hello, I have a bit of a technical question here. You may want to skip this if you're not familiar with efl_part and efl_composite_attach. I'm currently working on T5315 also known as "Refactoring Edje/Elm_Layout". The goal is to provide a uniform, simple API for both edje and elm_layout

[EGIT] [core/efl] master 01/01: elm_code: fix wrong selection delete

2017-05-30 Thread YeongJong Lee
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0b67bfc0315fdf7fed800652d10b76b7a17a7051 commit 0b67bfc0315fdf7fed800652d10b76b7a17a7051 Author: YeongJong Lee Date: Tue May 30 08:33:10 2017 +0100 elm_code: fix wrong

[EGIT] [tools/edi] master 01/01: edi_file_screens: refactor UI create/rm/rdir and add directory and file renaming method.

2017-05-30 Thread Al Poole
ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=37759291c540bcf1b3db493ed632fcfa0eb45d1e commit 37759291c540bcf1b3db493ed632fcfa0eb45d1e Author: Al Poole Date: Tue May 30 08:30:24 2017 +0100 edi_file_screens: refactor

[EGIT] [core/efl] master 01/01: elm_toolbar: added to ensure different sizes of items in shrink mode.

2017-05-30 Thread Bowon Ryu
jaehyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a4e54adb0c329c149ac03233aaf4c3d4c69b8b01 commit a4e54adb0c329c149ac03233aaf4c3d4c69b8b01 Author: Bowon Ryu Date: Fri May 26 13:01:56 2017 +0900 elm_toolbar: added to

[EGIT] [core/efl] master 01/01: elm_widget: optimize memory alignment for focus related fields

2017-05-30 Thread Jeeyong Um
conr2d pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=74ef504aa85dfe0a01e3117fa3fdcebd4a341526 commit 74ef504aa85dfe0a01e3117fa3fdcebd4a341526 Author: Jeeyong Um Date: Tue May 30 15:36:17 2017 +0900 elm_widget: optimize memory

Re: [E-devel] [EGIT] [core/efl] master 03/03: edje: Implement EO API for message_send

2017-05-30 Thread Stefan Schmidt
Hello. On 05/30/2017 04:19 AM, Jean-Philippe André wrote: I bumped the version to 0.9.10 as other test suites require at least that version. I also removed this specific _nonnull macro (to require 0.9.10 and not 0.11.0). Thanks for taking care of both. regards Stefan Schmidt

Re: [E-devel] Disabled all Jenkins builds (to see if that helps server stability)

2017-05-30 Thread Stefan Schmidt
Hello. On 05/30/2017 01:41 AM, Carsten Haitzler (The Rasterman) wrote: On Mon, 29 May 2017 12:41:41 +0200 Stefan Schmidt said: Hello. Once again I had problems with the E server being over capacity and returning 503 when accessing phab. I often heard claims that the