[EGIT] [core/efl] master 01/01: evas generic loaders fix timeout on windows where no alarm exists

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e8c396a6e2aae0f9da189930d0c55cd3d2500d58 commit e8c396a6e2aae0f9da189930d0c55cd3d2500d58 Author: Carsten Haitzler (Rasterman) Date: Thu Jul 14 14:23:49 2016 +0900 evas

[EGIT] [tools/enventor] master 01/01: updated authors.

2016-07-13 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=29c89341fa72b0d008f5f158bfe52032914ab38c commit 29c89341fa72b0d008f5f158bfe52032914ab38c Author: Hermet Park Date: Thu Jul 14 14:01:50 2016 +0900 updated authors. ---

[EGIT] [tools/enventor] master 01/01: template: don't localize floats in the edje editor

2016-07-13 Thread Jean Guyomarc'h
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=e910826ade524e413106772b2e3df410045c8cda commit e910826ade524e413106772b2e3df410045c8cda Author: Jean Guyomarc'h Date: Thu Jul 14 13:58:06 2016 +0900 template: don't

[EGIT] [core/efl] master 01/01: evas headers - remove duplicate declarations of the same function

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b1f2c335e65ef1e711879412ea0f7fbca93b7a15 commit b1f2c335e65ef1e711879412ea0f7fbca93b7a15 Author: Carsten Haitzler (Rasterman) Date: Thu Jul 14 13:28:10 2016 +0900 evas

[EGIT] [core/efl] master 01/01: elementary tooltip: --printf

2016-07-13 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c54cd413165724f3869aba475a11ba9f0ac0fb67 commit c54cd413165724f3869aba475a11ba9f0ac0fb67 Author: Hermet Park Date: Thu Jul 14 12:10:09 2016 +0900 elementary tooltip:

Re: [E-devel] [EGIT] [tools/eflete] master 02/02: project_manager: temporary fix thread blocking when imported edc contain scripts

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 11:02:58 -0700 Cedric BAIL said: > On Wed, Jul 13, 2016 at 3:00 AM, Vitalii Vorobiov > wrote: > > rimmed pushed a commit to branch master. > > > >

[EGIT] [core/efl] master 01/01: ecore - add more ecore main loop checks that were missing in some places

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=04c63131147e7ea834a848922637451a1e004fb8 commit 04c63131147e7ea834a848922637451a1e004fb8 Author: Carsten Haitzler (Rasterman) Date: Thu Jul 14 08:55:03 2016 +0900 ecore -

[EGIT] [core/efl] efl-1.17 02/02: eina thread create - use pthread_sigmask as this can be called from thread

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch efl-1.17. http://git.enlightenment.org/core/efl.git/commit/?id=12c061e336d96b1bb03a54abc4e6d2f3e17034bf commit 12c061e336d96b1bb03a54abc4e6d2f3e17034bf Author: Carsten Haitzler (Rasterman) Date: Thu Jul 14 08:32:16 2016 +0900 eina

[EGIT] [core/efl] efl-1.17 01/02: eina thread - fix window build with sigprocmask

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch efl-1.17. http://git.enlightenment.org/core/efl.git/commit/?id=940f61536cd5990fd34e6b39e8b10fb55586a151 commit 940f61536cd5990fd34e6b39e8b10fb55586a151 Author: Carsten Haitzler (Rasterman) Date: Fri Jul 8 21:09:17 2016 +0900 eina

[EGIT] [core/efl] master 01/01: eina thread create - use pthread_sigmask as this can be called from thread

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4bbe5ee058b2789adec2f6b02a5eaa02ed352b1a commit 4bbe5ee058b2789adec2f6b02a5eaa02ed352b1a Author: Carsten Haitzler (Rasterman) Date: Thu Jul 14 08:32:16 2016 +0900 eina

Re: [E-devel] [EGIT] [tools/eflete] master 02/02: project_manager: temporary fix thread blocking when imported edc contain scripts

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 11:02:58 -0700 Cedric BAIL said: > On Wed, Jul 13, 2016 at 3:00 AM, Vitalii Vorobiov > wrote: > > rimmed pushed a commit to branch master. > > > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 06:38:02 +0900 Kim Shinwoo said: > oops... wayland application.. yes this commit could have compatability > issue. Why does it happen only for wl-app.. :/ do I have revert this commit? don't worry. the reason it happened for wayland apps is because of

Re: [E-devel] [EGIT] [core/efl] master 05/10: eet - fix possible integer overflow in ptr diff on parse

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 14:08:22 -0700 Cedric BAIL said: > On Mon, Jul 11, 2016 at 6:25 AM, Carsten Haitzler > wrote: > > raster pushed a commit to branch master. > > > >

Re: [E-devel] [EGIT] [tools/eflete] master 02/02: project_manager: temporary fix thread blocking when imported edc contain scripts

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 11:02:58 -0700 Cedric BAIL said: > On Wed, Jul 13, 2016 at 3:00 AM, Vitalii Vorobiov > wrote: > > rimmed pushed a commit to branch master. > > > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 19:08:10 +0200 marcel-hollerb...@t-online.de said: > On Wed, Jul 13, 2016 at 08:49:11PM +0900, Carsten Haitzler wrote: > > On Wed, 13 Jul 2016 08:20:15 +0200 marcel-hollerb...@t-online.de said: > > > > > On Wed, Jul 13, 2016 at 08:51:04AM +0900, Carsten Haitzler wrote: > > >

[EGIT] [core/efl] master 03/04: elm_colorselector: selected item is updated when color is changed.

2016-07-13 Thread Sungtaek Hong
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cebbf43881f599e3a1492dfce43730a55c960626 commit cebbf43881f599e3a1492dfce43730a55c960626 Author: Sungtaek Hong Date: Wed Jul 13 16:06:58 2016 -0700 elm_colorselector:

[EGIT] [core/efl] master 01/04: eo: rationalize naming to follow other use of ref and wref in our API.

2016-07-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d85c07e4a70e06de04820aebe5277cd491263e64 commit d85c07e4a70e06de04820aebe5277cd491263e64 Author: Cedric BAIL Date: Wed Jul 13 16:05:58 2016 -0700 eo: rationalize naming

[EGIT] [core/efl] master 04/04: eo: fix tests after renaming.

2016-07-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7bb8afe4f9bcfe3a86fdf3b1cdfea083c1b68164 commit 7bb8afe4f9bcfe3a86fdf3b1cdfea083c1b68164 Author: Cedric BAIL Date: Wed Jul 13 16:17:16 2016 -0700 eo: fix tests after

[EGIT] [core/efl] master 02/04: elementary: switch code accordingly to use new ref version.

2016-07-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=03915fc07b4771725714388bf15969823b98f825 commit 03915fc07b4771725714388bf15969823b98f825 Author: Cedric BAIL Date: Wed Jul 13 16:06:30 2016 -0700 elementary: switch code

[EGIT] [core/efl] master 01/02: ecore: early destruction of animator allow for tick end to always be triggered.

2016-07-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fd5d31696d834a6c0fad3fe89cfb523899c04531 commit fd5d31696d834a6c0fad3fe89cfb523899c04531 Author: Cedric BAIL Date: Wed Jul 13 15:09:03 2016 -0700 ecore: early destruction

[EGIT] [core/efl] master 02/02: ecore: add test case for tick begin/end.

2016-07-13 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=649f120326d800b596fa54fbef633bba9b98c3fc commit 649f120326d800b596fa54fbef633bba9b98c3fc Author: Cedric BAIL Date: Wed Jul 13 15:31:51 2016 -0700 ecore: add test case for

Re: [E-devel] [EGIT] [core/efl] master 05/10: eet - fix possible integer overflow in ptr diff on parse

2016-07-13 Thread Cedric BAIL
On Mon, Jul 11, 2016 at 6:25 AM, Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=679af3271fbc577602fded804dee6fe59748178f > > commit 679af3271fbc577602fded804dee6fe59748178f > Author: Carsten

[EGIT] [core/enlightenment] master 01/02: Make sure the same keyboard resource doesn't end up on the focus list twice

2016-07-13 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e32db0e7e3aba07c9a7a04c5634f3e1d1a6e94cd commit e32db0e7e3aba07c9a7a04c5634f3e1d1a6e94cd Author: Derek Foreman Date: Wed Jul 13 16:01:51 2016 -0500 Make sure

[EGIT] [core/enlightenment] master 02/02: Fix xdg_shell focus logic

2016-07-13 Thread Derek Foreman
derekf pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=248fa6d1e6d2c767dd148ae58d21a448d2162c7d commit 248fa6d1e6d2c767dd148ae58d21a448d2162c7d Author: Derek Foreman Date: Wed Jul 13 16:03:55 2016 -0500 Fix

[EGIT] [core/efl] master 02/02: elementary: Make wl frame borders above content

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=46904e19a71dbeecbcdb6950c0f372c34f6d0db6 commit 46904e19a71dbeecbcdb6950c0f372c34f6d0db6 Author: Chris Michael Date: Wed Jul 13 15:13:17 2016 -0400 elementary: Make

[EGIT] [core/efl] master 01/02: evas-wayland-shm: Create buffers with ARGB by default

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=91437a342443dbb1e4a7ec7a86e3a9022aed410a commit 91437a342443dbb1e4a7ec7a86e3a9022aed410a Author: Chris Michael Date: Wed Jul 13 14:43:49 2016 -0400 evas-wayland-shm:

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread Christopher Michael
On 07/13/2016 01:08 PM, marcel-hollerb...@t-online.de wrote: > On Wed, Jul 13, 2016 at 08:49:11PM +0900, Carsten Haitzler wrote: >> On Wed, 13 Jul 2016 08:20:15 +0200 marcel-hollerb...@t-online.de said: >> >>> On Wed, Jul 13, 2016 at 08:51:04AM +0900, Carsten Haitzler wrote: On Tue, 12 Jul

Re: [E-devel] [EGIT] [tools/eflete] master 02/02: project_manager: temporary fix thread blocking when imported edc contain scripts

2016-07-13 Thread Cedric BAIL
On Wed, Jul 13, 2016 at 3:00 AM, Vitalii Vorobiov wrote: > rimmed pushed a commit to branch master. > > http://git.enlightenment.org/tools/eflete.git/commit/?id=e6f5055353da08540421c2a53b49ccfb0131e348 > > commit e6f5055353da08540421c2a53b49ccfb0131e348 > Author: Vitalii

[EGIT] [tools/eflete] master 01/01: property_group: fix value update in second action

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=99c9e1f36ecee95984c0f875ea77846c96a78b30 commit 99c9e1f36ecee95984c0f875ea77846c96a78b30 Author: Andrii Kroitor Date: Wed Jul 13 19:11:34 2016 +0300 property_group:

[EGIT] [core/enlightenment] master 02/02: e_comp_data: NULL out source once it is freed

2016-07-13 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fde72ce193df31e7de7281dbca13d00eac2ee368 commit fde72ce193df31e7de7281dbca13d00eac2ee368 Author: Marcel Hollerbach Date: Wed Jul 13 18:08:02 2016 +0200

[EGIT] [core/enlightenment] master 01/02: readme: update keyboard entry

2016-07-13 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c0353da074101c87ec6ef4aa995ec9e23d808a99 commit c0353da074101c87ec6ef4aa995ec9e23d808a99 Author: Marcel Hollerbach Date: Wed Jul 13 18:06:45 2016 +0200

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread marcel-hollerbach
On Wed, Jul 13, 2016 at 08:49:11PM +0900, Carsten Haitzler wrote: > On Wed, 13 Jul 2016 08:20:15 +0200 marcel-hollerb...@t-online.de said: > > > On Wed, Jul 13, 2016 at 08:51:04AM +0900, Carsten Haitzler wrote: > > > On Tue, 12 Jul 2016 13:40:33 +0200 marcel-hollerb...@t-online.de said: > > > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread The Rasterman
On Wed, 13 Jul 2016 08:20:15 +0200 marcel-hollerb...@t-online.de said: > On Wed, Jul 13, 2016 at 08:51:04AM +0900, Carsten Haitzler wrote: > > On Tue, 12 Jul 2016 13:40:33 +0200 marcel-hollerb...@t-online.de said: > > > > > Hello, > > > > > > this commit breaks wl-apps. They dont receive any

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread marcel-hollerbach
On Wed, Jul 13, 2016 at 08:51:04AM +0900, Carsten Haitzler wrote: > On Tue, 12 Jul 2016 13:40:33 +0200 marcel-hollerb...@t-online.de said: > > > Hello, > > > > this commit breaks wl-apps. They dont receive any mouseinput anymore. > > > > To reproduce, just start terminology in weston. > >

[E-devel] Reminder about upcoming freeze for 1.18

2016-07-13 Thread Stefan Schmidt
Hello. We revised the 1.18 schedule and we will now start the freeze 18.07, next Monday. Please make sure all the feature you want in 1.18 have landed before that day. The updated schedule, with the hopefully shorted stabilization period, can be found here:

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

2016-07-13 Thread Stefan Schmidt
Hello. Summary: o Raster, JP, Chris, Derek and others had a good run on Coverity defetcs. These are not even the lastest numbers (next analysis should happen tomorrow) o Our pending patches queue also dropped nicely This should give everyone an overview over what has happened in the last week

Re: [E-devel] 1.18, a new plan

2016-07-13 Thread Stefan Schmidt
Hello. On 08/07/16 10:55, Stefan Schmidt wrote: > Hello. > > > On 08/07/16 04:20, Carsten Haitzler (The Rasterman) wrote: >> On Thu, 7 Jul 2016 10:38:25 +0200 Stefan Schmidt >> said: >> >>> Hello. >>> >>> >>> Nobody can be fooled here, we are late. :-) >> yeah... but

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread The Rasterman
On Tue, 12 Jul 2016 13:40:33 +0200 marcel-hollerb...@t-online.de said: > Hello, > > this commit breaks wl-apps. They dont receive any mouseinput anymore. > > To reproduce, just start terminology in weston. actually wl was broken some time ago it seems. the child content was no longer

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread Kim Shinwoo
oops... wayland application.. yes this commit could have compatability issue. Why does it happen only for wl-app.. :/ do I have revert this commit? 2016. 7. 12. 오후 8:41에 님이 작성: Hello, this commit breaks wl-apps. They dont receive any mouseinput anymore. To

[EGIT] [website/www-content] master 01/01: about enventor: updated content

2016-07-13 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=63eb585c8712ed9a7a780b05831d67e2636fc58c commit 63eb585c8712ed9a7a780b05831d67e2636fc58c Author: Hermet Park Date: Thu Jul 14 00:59:53 2016 +0900 about enventor:

[EGIT] [core/efl] master 01/02: ethumb: tell the user if the connection to the deamon failed

2016-07-13 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a393a90ccc18462b4886793109c3ca24fcc6b08e commit a393a90ccc18462b4886793109c3ca24fcc6b08e Author: Marcel Hollerbach Date: Mon Jul 11 22:59:55 2016 +0200 ethumb:

[EGIT] [core/efl] master 02/02: ecore_wl2: clear out read_data and len

2016-07-13 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=67917c27fe1279e76b752504909dc66ed662607f commit 67917c27fe1279e76b752504909dc66ed662607f Author: Marcel Hollerbach Date: Wed Jul 13 17:38:05 2016 +0200 ecore_wl2:

[EGIT] [core/efl] master 01/01: elput: Cleanup erroneous errors when trying to get output name

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2437d5327806c3b1c489adf4e78018a7bcfa4ced commit 2437d5327806c3b1c489adf4e78018a7bcfa4ced Author: Chris Michael Date: Wed Jul 13 11:40:12 2016 -0400 elput: Cleanup

[EGIT] [core/enlightenment] master 01/01: set unmax flag for xdg shell unmaximize

2016-07-13 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5546c2a425b72ab01b4007697f88517910dc874b commit 5546c2a425b72ab01b4007697f88517910dc874b Author: Mike Blumenkrantz Date: Wed Jul 13 11:26:16 2016 -0400 set

[EGIT] [tools/eflete] master 01/01: property_group: hide colors block for textblock

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=d8cdb5a911352d918ee01e5cd0da207454b6563e commit d8cdb5a911352d918ee01e5cd0da207454b6563e Author: Andrii Kroitor Date: Wed Jul 13 17:51:52 2016 +0300 property_group:

[EGIT] [core/efl] master 01/02: evas-generic: Fix gcc warning of incorrect format

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ea7fe4efdc11fef405b906d628f39d4c80c3fb5c commit ea7fe4efdc11fef405b906d628f39d4c80c3fb5c Author: Chris Michael Date: Wed Jul 13 10:05:03 2016 -0400 evas-generic: Fix

[EGIT] [core/efl] master 02/02: evas-generic: Fix gcc wanring

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e3b00d37b7abaa83b0f927130b230553091e8801 commit e3b00d37b7abaa83b0f927130b230553091e8801 Author: Chris Michael Date: Wed Jul 13 10:06:12 2016 -0400 evas-generic: Fix

[EGIT] [website/www-content] master 01/01: about enventor: updated content.

2016-07-13 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=aee2cd92fe54e42f0e59f6e3ba320f02e05b7ede commit aee2cd92fe54e42f0e59f6e3ba320f02e05b7ede Author: Hermet Park Date: Wed Jul 13 23:02:20 2016 +0900 about enventor:

[EGIT] [tools/eflete] master 01/02: tabs: show project info tab on second and further new theme creating

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=7f9535998885e84cef4016223a5f5cf8401bf17d commit 7f9535998885e84cef4016223a5f5cf8401bf17d Author: Vitalii Vorobiov Date: Wed Jul 13 16:09:19 2016 +0300 tabs: show

[EGIT] [tools/eflete] master 02/02: property_textblock: remove value duplication in font_glow_list

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=a2c0d40abc00a2dd035ab98cb55cdfb3f9871ec9 commit a2c0d40abc00a2dd035ab98cb55cdfb3f9871ec9 Author: Vitalii Vorobiov Date: Wed Jul 13 16:16:34 2016 +0300

[EGIT] [core/efl] master 01/01: elementary: Fix issue of minimum resizing in wayland

2016-07-13 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e4b9afeb0817ac70c84884885aecb3518b7fe5d commit 0e4b9afeb0817ac70c84884885aecb3518b7fe5d Author: Chris Michael Date: Wed Jul 13 09:40:22 2016 -0400 elementary: Fix

[EGIT] [tools/exactness] master 01/01: Use correct output dir for reports

2016-07-13 Thread Daniel Hirt
herdsman pushed a commit to branch master. http://git.enlightenment.org/tools/exactness.git/commit/?id=365630b8db0df938fa090e14732fb64bfac26f7d commit 365630b8db0df938fa090e14732fb64bfac26f7d Author: Daniel Hirt Date: Wed Jul 13 16:25:39 2016 + Use correct

[EGIT] [tools/eflete] master 03/06: group_navigator: fix selection after state_del

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=8e033e583ab4e6de80935ed6fef109d15bf2de73 commit 8e033e583ab4e6de80935ed6fef109d15bf2de73 Author: Andrii Kroitor Date: Wed Jul 13 14:16:53 2016 +0300 group_navigator:

[EGIT] [tools/eflete] master 05/06: group_navigator: fix selection after program_del

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=81178a2c30e7ff8149ac8b85a606f4c451023f46 commit 81178a2c30e7ff8149ac8b85a606f4c451023f46 Author: Andrii Kroitor Date: Wed Jul 13 15:17:00 2016 +0300 group_navigator:

[EGIT] [tools/eflete] master 01/06: sound_manager: fix little typo

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=b279f62e2ffbcec12f351f232aca01243853a3d7 commit b279f62e2ffbcec12f351f232aca01243853a3d7 Author: Vitalii Vorobiov Date: Wed Jul 13 15:09:52 2016 +0300 sound_manager:

[EGIT] [tools/eflete] master 02/06: group_navigator: fix selection after part_del

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=c29077cc50e89fe2d122cb54c1b67fb1d1a8d01c commit c29077cc50e89fe2d122cb54c1b67fb1d1a8d01c Author: Andrii Kroitor Date: Wed Jul 13 11:08:10 2016 +0300 group_navigator:

[EGIT] [tools/eflete] master 06/06: group_navigator: fix selection after data_del

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=d0b4d55be3e392b1016989590c2f751bd440e70d commit d0b4d55be3e392b1016989590c2f751bd440e70d Author: Andrii Kroitor Date: Wed Jul 13 15:33:07 2016 +0300 group_navigator:

[EGIT] [tools/eflete] master 04/06: group_navigator: fix selection after item_del

2016-07-13 Thread Andrii Kroitor
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=4314334e52caea272af934b17e73a591948df79f commit 4314334e52caea272af934b17e73a591948df79f Author: Andrii Kroitor Date: Wed Jul 13 15:03:26 2016 +0300 group_navigator:

[EGIT] [website/www-content] master 01/01: about enventor: updated content.

2016-07-13 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=2f9ccfb9b34a1f036739d5325c23bc82e1259bbe commit 2f9ccfb9b34a1f036739d5325c23bc82e1259bbe Author: Hermet Park Date: Wed Jul 13 21:03:07 2016 +0900 about enventor:

[EGIT] [core/efl] master 01/01: [Bug] EFL memory leak on Windows(handler continuously increasing)

2016-07-13 Thread Ivan Furs
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4387f34b5475bdf6136a12fdf791efe3131d07ac commit 4387f34b5475bdf6136a12fdf791efe3131d07ac Author: Ivan Furs Date: Wed Jul 13 21:01:50 2016 +0900 [Bug] EFL memory leak on

[EGIT] [tools/eflete] master 01/01: property_textblock: update GLOW_SHADOW_DIRECTION combobox on value change

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=ab16de3b7b577e151af4a1349bc4d29cbc4a4c64 commit ab16de3b7b577e151af4a1349bc4d29cbc4a4c64 Author: Vitalii Vorobiov Date: Wed Jul 13 14:03:49 2016 +0300

[EGIT] [core/efl] master 01/01: ecore_evas_extn: Check whether server_data sender is client's server.

2016-07-13 Thread Minkyoung Kim
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1733b09e1b33b8a25dfee3731e8097db3b97b136 commit 1733b09e1b33b8a25dfee3731e8097db3b97b136 Author: Minkyoung Kim Date: Wed Jul 13 21:00:07 2016 +0900 ecore_evas_extn: Check

[EGIT] [core/efl] master 01/01: Revert "edje_cc: Fix minor coverity defect"

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f77c5ab55316ea27dcac7df48f8d4abcb1f1c02 commit 9f77c5ab55316ea27dcac7df48f8d4abcb1f1c02 Author: Carsten Haitzler (Rasterman) Date: Wed Jul 13 20:54:04 2016 +0900 Revert

[EGIT] [tools/eflete] master 02/02: project_manager: temporary fix thread blocking when imported edc contain scripts

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e6f5055353da08540421c2a53b49ccfb0131e348 commit e6f5055353da08540421c2a53b49ccfb0131e348 Author: Vitalii Vorobiov Date: Wed Jul 13 12:33:49 2016 +0300

[EGIT] [tools/eflete] master 01/02: property_group: allow to put 0 font size for text

2016-07-13 Thread Vitalii Vorobiov
rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e13445ee98887b7d3785db15ba6e000c262f21d3 commit e13445ee98887b7d3785db15ba6e000c262f21d3 Author: Vitalii Vorobiov Date: Tue Jul 12 18:02:13 2016 +0300

[EGIT] [core/efl] master 01/01: elm tooltips - fix positioning and more to be sane and have less bugs

2016-07-13 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7fda68dc47d5e82e3d9cc5929114dd3ac71a41e8 commit 7fda68dc47d5e82e3d9cc5929114dd3ac71a41e8 Author: Carsten Haitzler (Rasterman) Date: Wed Jul 13 18:37:21 2016 +0900 elm

[EGIT] [core/efl] master 08/12: evas: Fix some CID in generic loaders

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ad848f5c5a580d0c07178c457a687b2bd99de2b commit 3ad848f5c5a580d0c07178c457a687b2bd99de2b Author: Jean-Philippe Andre Date: Wed Jul 13 15:21:06 2016 +0900 evas: Fix some CID

[EGIT] [core/efl] master 07/12: pdf: Tentative implementation of mono support

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0368adfcba149c17a25eaf1ab2291ec89d303506 commit 0368adfcba149c17a25eaf1ab2291ec89d303506 Author: Jean-Philippe Andre Date: Wed Jul 13 15:04:53 2016 +0900 pdf: Tentative

[EGIT] [core/efl] master 04/12: elm test: Shut up coverity warning

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bed1e28d8505f9c013ef3f7b5edeb284c2736855 commit bed1e28d8505f9c013ef3f7b5edeb284c2736855 Author: Jean-Philippe Andre Date: Wed Jul 13 12:58:43 2016 +0900 elm test: Shut up

[EGIT] [core/efl] master 11/12: gfx: Add NULL check to silence coverity

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9cf72fe80a81cabb36f40e6186852b78750cc48d commit 9cf72fe80a81cabb36f40e6186852b78750cc48d Author: Jean-Philippe Andre Date: Wed Jul 13 16:16:02 2016 +0900 gfx: Add NULL check

[EGIT] [core/efl] master 10/12: edje: Fix coverity warning

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1b6825d3fef6307b5bd93b7160b97dcae0143f73 commit 1b6825d3fef6307b5bd93b7160b97dcae0143f73 Author: Jean-Philippe Andre Date: Wed Jul 13 15:44:58 2016 +0900 edje: Fix coverity

[EGIT] [core/efl] master 01/12: edje_pick: Fix use after free

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=82f546fc1fd7a2c85c3eb415b0cbf7bab8bbb088 commit 82f546fc1fd7a2c85c3eb415b0cbf7bab8bbb088 Author: Jean-Philippe Andre Date: Wed Jul 13 11:16:33 2016 +0900 edje_pick: Fix use

[EGIT] [core/efl] master 09/12: edje: Add missing 'break' in edje_embryo switch

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cdc8d15a5ca0eb478882e670af89fa914ffec8ce commit cdc8d15a5ca0eb478882e670af89fa914ffec8ce Author: Jean-Philippe Andre Date: Wed Jul 13 15:33:13 2016 +0900 edje: Add missing

[EGIT] [core/efl] master 05/12: embro_cc: Shut up some coverity warning

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3d16cdc67e66642e12279edeb5c90438e9dc7f21 commit 3d16cdc67e66642e12279edeb5c90438e9dc7f21 Author: Jean-Philippe Andre Date: Wed Jul 13 13:16:34 2016 +0900 embro_cc: Shut up

[EGIT] [core/efl] master 03/12: elm test: Fix non sense check

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5871593ed16b081a3da2ef4cdb53fed8fc3612cb commit 5871593ed16b081a3da2ef4cdb53fed8fc3612cb Author: Jean-Philippe Andre Date: Wed Jul 13 12:02:20 2016 +0900 elm test: Fix non

[EGIT] [core/efl] master 12/12: eina_safepointer: Fix coverity warning

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4d9de121d174873ff254046f1eec17171197e5b3 commit 4d9de121d174873ff254046f1eec17171197e5b3 Author: Jean-Philippe Andre Date: Wed Jul 13 16:22:00 2016 +0900 eina_safepointer:

[EGIT] [core/efl] master 02/12: edje_cc: Fix minor coverity defect

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0106455588a7390f36bae9ac6d789e94410a5216 commit 0106455588a7390f36bae9ac6d789e94410a5216 Author: Jean-Philippe Andre Date: Wed Jul 13 11:57:07 2016 +0900 edje_cc: Fix minor

[EGIT] [core/efl] master 06/12: pdf: Fix page index and

2016-07-13 Thread Jean-Philippe ANDRÉ
jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=db27a6b9403d911f76345ecd04f53a3e29aad0ea commit db27a6b9403d911f76345ecd04f53a3e29aad0ea Author: Jean-Philippe Andre Date: Wed Jul 13 14:40:18 2016 +0900 pdf: Fix page index