bu5hm4n pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=1a3086b2c20c79a63f266ebf8dfddc05e9bc193e
commit 1a3086b2c20c79a63f266ebf8dfddc05e9bc193e
Author: Marcel Hollerbach
Date: Wed Sep 7 11:02:46 2016 +0200
mixer: introduce emix_max_volume_
bu5hm4n pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=1da2bbcd9c8504925b4b585753d4d7061ba073c6
commit 1da2bbcd9c8504925b4b585753d4d7061ba073c6
Author: Marcel Hollerbach
Date: Wed Sep 7 11:02:02 2016 +0200
mixer: introduce Barrier checks
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=09f19c3c73b734201bb462bad9f2b5276409
commit 09f19c3c73b734201bb462bad9f2b5276409
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 17:53:33 2016 +0900
eo - make eo id table TLS private
Hey,
Good job doing it, but I have to say, I'm quite disappointed you decided
to push it in.
No tests... Eo is a core piece of infrastructure. I kept it stable and
reliable over the years by making sure every contribution includes
testing, especially big changes like this one. We have no assur
Hello,
I would like to ask how the elm_gengrid rewrite is proceeding.
I am using gengrid in verne and i have quite some problems with it. So
is there some document or RFC?
I would also like to give feedback on the problems i am having with it,
so that those problems are not rising in the new wid
Amen!
On Wed, Sep 7, 2016 at 1:13 AM, Carsten Haitzler
wrote:
> On Wed, 7 Sep 2016 08:13:54 +0900 Carsten Haitzler (The Rasterman)
> said:
>
> > > Assuming it's what we talked about on IRC, I'm happy with it. It's
> > > essentially an implementation what I wanted from the beginning (Eo
> being
How will this effect users of Windows, OSX and *BSD???
If it is changed will your changes affect building on non-Linux systems???
On Wed, Sep 7, 2016 at 7:37 AM, Simon Lees wrote:
> Hi All,
> I noticed today while configuring efl that we give a big warning if you
> are running a distro with sys
Hi,
I finally managed to run './configure' on OSX without having to
provide fancy flags, and was pretty happy about this.
Having to run './configure --disable-systemd' every time would not
make me happy :'(
The systemd stuff is a very system-specific feature, so I think it
should stay disabled by
On Wed, 7 Sep 2016 10:44:33 +0100 Tom Hacohen said:
> Hey,
>
> Good job doing it, but I have to say, I'm quite disappointed you decided
> to push it in.
>
> No tests... Eo is a core piece of infrastructure. I kept it stable and
jp was pestering me because there is a patch in phab that fixes
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=4478654be185718ade7482df55c8643d3224fb37
commit 4478654be185718ade7482df55c8643d3224fb37
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 20:52:50 2016 +0900
eo resolv call cache - make TLS w
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=25d1318d140b7a46c8bb334fdf4f157052bdd568
commit 25d1318d140b7a46c8bb334fdf4f157052bdd568
Author: Andrii Kroitor
Date: Wed Sep 7 13:38:29 2016 +0300
example: add map test
---
example/example.
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9600fcb3aebf36cc45815eec8c09b10754235916
commit 9600fcb3aebf36cc45815eec8c09b10754235916
Author: Vitalii Vorobiov
Date: Tue Aug 9 13:29:59 2016 +0300
resource_manager2: initial commit
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=84d7634e4a3cefa7d2c1e0f1a8c438b876844904
commit 84d7634e4a3cefa7d2c1e0f1a8c438b876844904
Author: Vitalii Vorobiov
Date: Tue Aug 9 14:40:43 2016 +0300
resource_manager2: add some structures in
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=695c24c1ead4a22de98a2837dc038ebfa00fedbd
commit 695c24c1ead4a22de98a2837dc038ebfa00fedbd
Author: Andrii Kroitor
Date: Wed Sep 7 13:01:56 2016 +0300
example: add color_class test
---
example/
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=e9712a386f5beab900c65085911614b3198997dd
commit e9712a386f5beab900c65085911614b3198997dd
Author: Vitalii Vorobiov
Date: Tue Aug 9 16:54:50 2016 +0300
resource_manager2: initial empty function
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9ad4e836eadd5e2aa6e0dbe7adb8231694d1165c
commit 9ad4e836eadd5e2aa6e0dbe7adb8231694d1165c
Author: Vitalii Vorobiov
Date: Wed Aug 10 12:32:36 2016 +0300
resource_manager2: avoid redefinition an
I'm runnig a distro with systemd (debian stretch) but it's not detected
by efl and I don't get any warning, so I think it looks for something
more specific at configure time.
Bye
Massimo
Simon Lees ha scritto il 07/09/2016 alle 08:37:
> Hi All,
> I noticed today while configuring efl that we give
> +/**
> + * @brief Get the native domain for the current thread
> + *
> + * @return The native domain
> + *
> + * This will return the native eo object allocation domain for the current
> + * thread. This can only be changed with efl_domain_switch() and this can
> + * only be called before any obj
On Wed, Sep 7, 2016 at 6:44 AM, Tom Hacohen wrote:
> Hey,
>
> Good job doing it, but I have to say, I'm quite disappointed you decided
> to push it in.
>
> No tests... Eo is a core piece of infrastructure. I kept it stable and
> reliable over the years by making sure every contribution includes
>
On Wed, Sep 7, 2016 at 8:35 AM, Jean Guyomarc'h
wrote:
> Hi,
>
> I finally managed to run './configure' on OSX without having to
> provide fancy flags, and was pretty happy about this.
> Having to run './configure --disable-systemd' every time would not
> make me happy :'(
> The systemd stuff is a
On Wed, Sep 7, 2016 at 8:35 AM, Carsten Haitzler wrote:
> On Wed, 7 Sep 2016 10:44:33 +0100 Tom Hacohen said:
...
>> Shared object and recursive wrapping: I'm not really sure I get what you
>> were talking about, but if I understand correctly it sounds unnecessary.
>> People should manage their
nikawhite pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=16a3509906ec5d133294e0ac8ba56c6170648f01
commit 16a3509906ec5d133294e0ac8ba56c6170648f01
Author: Andrii Kroitor
Date: Wed Sep 7 15:16:47 2016 +0300
edje_cc: fix group inherit
Summary:
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=6b63d9d6ec1f634833414b7d2c6d2e813ae4da8a
commit 6b63d9d6ec1f634833414b7d2c6d2e813ae4da8a
Author: Chris Michael
Date: Wed Sep 7 08:21:09 2016 -0400
evas: Remove set but unused variables
nikawhite pushed a commit to branch efl-1.18.
http://git.enlightenment.org/core/efl.git/commit/?id=a9f44fd168c1710783412f5af89f14eab37a1cf9
commit a9f44fd168c1710783412f5af89f14eab37a1cf9
Author: Andrii Kroitor
Date: Wed Sep 7 15:16:47 2016 +0300
edje_cc: fix group inherit
Summar
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=578099f91539e60d9379ec8482193f60535744b4
commit 578099f91539e60d9379ec8482193f60535744b4
Author: Chris Michael
Date: Wed Sep 7 08:28:08 2016 -0400
evas: Remove set but unused variables
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=24c5df29b3b7fb8ae857959ba53a066a69409eaa
commit 24c5df29b3b7fb8ae857959ba53a066a69409eaa
Author: Chris Michael
Date: Wed Sep 7 08:31:39 2016 -0400
evas: Remove set but not used variable
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=c3d5ccf0f95938720b6be3f02ec91d3af0c1f27b
commit c3d5ccf0f95938720b6be3f02ec91d3af0c1f27b
Author: Chris Michael
Date: Wed Sep 7 08:35:30 2016 -0400
Revert "evas: Remove set but not used variab
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=ebfa4a97cd6d9e801c9dd2dc0d169f4bd8a0bbc5
commit ebfa4a97cd6d9e801c9dd2dc0d169f4bd8a0bbc5
Author: Chris Michael
Date: Wed Sep 7 08:57:41 2016 -0400
Remove unused variables from ibar_
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=3361e6347a4d28d8f8dfc37b063d005816daa43a
commit 3361e6347a4d28d8f8dfc37b063d005816daa43a
Author: Vitalii Vorobiov
Date: Wed Aug 10 15:43:42 2016 +0300
resource_manager2: font import
---
src/
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=8891d107cc917c47564b4493bcb2b1ff41a812c2
commit 8891d107cc917c47564b4493bcb2b1ff41a812c2
Author: Vitalii Vorobiov
Date: Tue Aug 30 16:06:31 2016 +0300
resource_manager2: part -> group depende
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=6374faf0b4952354dc3baf540cd36bdb4cc4b9d9
commit 6374faf0b4952354dc3baf540cd36bdb4cc4b9d9
Author: Vitalii Vorobiov
Date: Thu Aug 11 15:54:13 2016 +0300
resource_manager2: load groups, parts, s
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=56649bcf0b40aff91dcbf1252c914fedc680fcad
commit 56649bcf0b40aff91dcbf1252c914fedc680fcad
Author: Vitalii Vorobiov
Date: Tue Aug 30 15:13:52 2016 +0300
resource_manager2: load dependencies of
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=e8594205558e4c8e82e62acb0168fb60f9b8828c
commit e8594205558e4c8e82e62acb0168fb60f9b8828c
Author: Vitalii Vorobiov
Date: Wed Aug 10 15:33:45 2016 +0300
resource_manager2: load and import tone
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=2e1ba3811a7cc2b42325c9a0d6610b7dc28c1cc6
commit 2e1ba3811a7cc2b42325c9a0d6610b7dc28c1cc6
Author: Vitalii Vorobiov
Date: Thu Aug 11 12:00:06 2016 +0300
resource_manager2: load global data
---
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c264aed100b70e67df2cfb1ac6ecd888cdbc2e16
commit c264aed100b70e67df2cfb1ac6ecd888cdbc2e16
Author: Vitalii Vorobiov
Date: Mon Aug 15 11:46:29 2016 +0300
group_manager: apply little prefix fast
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=aca6dbb3d2201cd002d8a1a72ae0f533ce863974
commit aca6dbb3d2201cd002d8a1a72ae0f533ce863974
Author: Vitalii Vorobiov
Date: Wed Aug 10 21:09:02 2016 +0300
resource_manager2: load and save image_s
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c1d57814fd4b09013d237c0c454cc71b91d68d19
commit c1d57814fd4b09013d237c0c454cc71b91d68d19
Author: Vitalii Vorobiov
Date: Wed Aug 10 15:22:56 2016 +0300
resource_manager2: simple sound import
-
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/enlightenment.git/commit/?id=adfa905e095c8a6657c991f94a833c302ea8443e
commit adfa905e095c8a6657c991f94a833c302ea8443e
Author: Chris Michael
Date: Wed Sep 7 09:03:10 2016 -0400
add missing EINA_UNUSED for functi
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=546c15d79812946569d6c8154ee7851c08ca2994
commit 546c15d79812946569d6c8154ee7851c08ca2994
Author: Vitalii Vorobiov
Date: Wed Aug 10 15:59:33 2016 +0300
resource_manager2: the rest import
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9ec696bea37ffbc63c75a028cef2f71b64edf4a5
commit 9ec696bea37ffbc63c75a028cef2f71b64edf4a5
Author: Vitalii Vorobiov
Date: Mon Aug 29 19:20:32 2016 +0300
resource_manager2: add dependencies of i
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=a60df981671af118e47ad133293d9dba5f39cb3d
commit a60df981671af118e47ad133293d9dba5f39cb3d
Author: Vitalii Vorobiov
Date: Mon Aug 29 18:05:10 2016 +0300
resource_manager2: internal API to appen
> when the system is detected it will set some defaults, so if done
> properly under the linux block it shouldn't impact windows or mac.
Well, current defaults are: disable systemd. Whether it is detected or not.
IIRC, auto-enabling features when available are seen as a bad thing.
There are defaul
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=4f0f99bb54090838d65d8b49a00c07dd0d958385
commit 4f0f99bb54090838d65d8b49a00c07dd0d958385
Author: Vitalii Vorobiov
Date: Wed Aug 31 13:52:49 2016 +0300
resource_manager2: group and part item r
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=d1d60f0907664829a40909ecedf7c1f6252ba1e5
commit d1d60f0907664829a40909ecedf7c1f6252ba1e5
Author: Vitalii Vorobiov
Date: Tue Aug 30 18:21:56 2016 +0300
resource_manager2: separate dependency b
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=5c68abd3725986137c72b7a8d228d7c1089bc120
commit 5c68abd3725986137c72b7a8d228d7c1089bc120
Author: Vitalii Vorobiov
Date: Thu Sep 1 15:12:33 2016 +0300
resource_manager2: use correct and not de
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=1fb9c359b9a7172e71190962d2188128b3c7ea9b
commit 1fb9c359b9a7172e71190962d2188128b3c7ea9b
Author: Vitalii Vorobiov
Date: Wed Aug 31 15:56:02 2016 +0300
resource_manager2: add resource_manager_
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=a73259ec73e0eddc2099b6726038471cd18b681a
commit a73259ec73e0eddc2099b6726038471cd18b681a
Author: Vitalii Vorobiov
Date: Thu Sep 1 18:01:57 2016 +0300
resource_manager2: load afters and target
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=b052cfdd457b49084bcef3a386a58c9181a8e7d0
commit b052cfdd457b49084bcef3a386a58c9181a8e7d0
Author: Mykyta Biliavskyi
Date: Wed Sep 7 15:53:17 2016 +0300
Property demo: update layout style in sw
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=0b2f0207fcaa59abcf6d68e7bbe3c2b15d5eee05
commit 0b2f0207fcaa59abcf6d68e7bbe3c2b15d5eee05
Author: Vitalii Vorobiov
Date: Wed Aug 31 18:12:55 2016 +0300
resource_manager2: clean up top level re
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=5c6a3d57a576dc043e3e0c723fec7b1c2f359cf6
commit 5c6a3d57a576dc043e3e0c723fec7b1c2f359cf6
Author: Vitalii Vorobiov
Date: Thu Sep 1 16:56:20 2016 +0300
resource_manager2: list of tweens and sav
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=b36d30c43f9d55b556528d9ccaa72c111fef997c
commit b36d30c43f9d55b556528d9ccaa72c111fef997c
Author: Vitalii Vorobiov
Date: Wed Aug 31 19:07:16 2016 +0300
resource_manager2: group, part, states e
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=bfe1f91c38acab2819d7d0f8b944fcc64f226007
commit bfe1f91c38acab2819d7d0f8b944fcc64f226007
Author: Vitalii Vorobiov
Date: Wed Aug 31 15:49:36 2016 +0300
resource_manager2: program dependencies
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=b72a653e72b38aa1003f6b4a6b209b61df53c813
commit b72a653e72b38aa1003f6b4a6b209b61df53c813
Author: Vitalii Vorobiov
Date: Fri Sep 2 11:57:52 2016 +0300
Move resource manager to same level with
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=1432b863676107d4b557a94656eba37c43a9d830
commit 1432b863676107d4b557a94656eba37c43a9d830
Author: Vitalii Vorobiov
Date: Mon Aug 15 11:18:58 2016 +0300
project_manager_export_resources: remove
WWW-www.enlightenment.org pushed a commit to branch master.
http://git.enlightenment.org/website/www-content.git/commit/?id=2343aa004e0192847262e1d43a6556dfbe963a69
commit 2343aa004e0192847262e1d43a6556dfbe963a69
Author: Lauro Moura
Date: Wed Sep 7 08:08:34 2016 -0700
Wiki page javascript
On Wed, 7 Sep 2016 09:04:04 -0300 Gustavo Sverzut Barbieri
said:
> > +/**
> > + * @brief Get the native domain for the current thread
> > + *
> > + * @return The native domain
> > + *
> > + * This will return the native eo object allocation domain for the current
> > + * thread. This can only be
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=f695762d0686b89543eada2675843e9e8f5a96b4
commit f695762d0686b89543eada2675843e9e8f5a96b4
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 23:13:11 2016 +0900
eo - add single global mutex for
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=fc6759ef4d0e44460fffaf1043977eb5e60601a5
commit fc6759ef4d0e44460fffaf1043977eb5e60601a5
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 23:55:36 2016 +0900
eodomain related docs - update as
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=1d26e614789a598c7562a4e826a80b74f6f45d60
commit 1d26e614789a598c7562a4e826a80b74f6f45d60
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 23:12:02 2016 +0900
eina - add recursive mutex lock -
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=3ce5d1ebc7b14d84660ba3e5e10544bf922ee845
commit 3ce5d1ebc7b14d84660ba3e5e10544bf922ee845
Author: Carsten Haitzler (Rasterman)
Date: Thu Sep 8 00:05:25 2016 +0900
eo_compatible - improve usability
raster pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=9d2786896b8fe5b53b47545678fb03b7ae84d822
commit 9d2786896b8fe5b53b47545678fb03b7ae84d822
Author: Carsten Haitzler (Rasterman)
Date: Wed Sep 7 23:25:28 2016 +0900
eo - fix indenting in a file that
It's not auto detect and enable. It's to enable per system. Like evil is
enabled on Windows.
Em quarta-feira, 7 de setembro de 2016, Jean Guyomarc'h <
jean.guyoma...@gmail.com> escreveu:
> > when the system is detected it will set some defaults, so if done
> > properly under the linux block it sh
kuuko pushed a commit to branch master.
http://git.enlightenment.org/apps/epour.git/commit/?id=9037ecddc447dc3efc68ae7e8b1c36dcbc6a7ee7
commit 9037ecddc447dc3efc68ae7e8b1c36dcbc6a7ee7
Author: Kai Huuhko
Date: Wed Sep 7 18:17:18 2016 +0300
Change gui to use add_torrent_alert instead of tor
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=0387b67011a0f178a96cff378e24d94ab9c2f638
commit 0387b67011a0f178a96cff378e24d94ab9c2f638
Author: Vitalii Vorobiov
Date: Mon Sep 5 14:33:44 2016 +0300
resource_manager2: little refactor of 'pa
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9892906fba2f134f60001f659533f6b6bc9210d1
commit 9892906fba2f134f60001f659533f6b6bc9210d1
Author: Vitalii Vorobiov
Date: Mon Sep 5 14:17:34 2016 +0300
resource_manager2: part resource delete
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=e4903ad4026fcbf37cbd929050e2b81a15e1b443
commit e4903ad4026fcbf37cbd929050e2b81a15e1b443
Author: Vitalii Vorobiov
Date: Mon Sep 5 16:11:42 2016 +0300
resource_manager2: add and del program re
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=62aa50fda9ecb0aa06636ac0441d8889ad321c00
commit 62aa50fda9ecb0aa06636ac0441d8889ad321c00
Author: Vitalii Vorobiov
Date: Mon Sep 5 15:28:15 2016 +0300
resource_manager2: state resource add and
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=9b9e76744f6cbbec359f6cd19de6be5af61390a3
commit 9b9e76744f6cbbec359f6cd19de6be5af61390a3
Author: Vitalii Vorobiov
Date: Fri Sep 2 15:30:55 2016 +0300
resource_manager: temporary list of group
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=db042f830b9346def02076367a477126c5229081
commit db042f830b9346def02076367a477126c5229081
Author: Vitalii Vorobiov
Date: Fri Sep 2 14:58:53 2016 +0300
resource_manager2: add reaction to editor
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=a3005c1af45efd1d8c769143ebb6c72cc7f5e66a
commit a3005c1af45efd1d8c769143ebb6c72cc7f5e66a
Author: Vitalii Vorobiov
Date: Fri Sep 2 17:07:45 2016 +0300
resource_manager2: additional signals for
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=41df20f72861e73d2451066638b0c3798433e31a
commit 41df20f72861e73d2451066638b0c3798433e31a
Author: Vitalii Vorobiov
Date: Wed Sep 7 18:11:58 2016 +0300
resource_manager2: fix RM decomposition <
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=50bbd57b217c114a05934e86914f15a0ab196d84
commit 50bbd57b217c114a05934e86914f15a0ab196d84
Author: Vitalii Vorobiov
Date: Mon Sep 5 13:16:32 2016 +0300
resource_manager2: add and rename part re
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=983981459a4ba9659f0b558739a545a585bb54e1
commit 983981459a4ba9659f0b558739a545a585bb54e1
Author: Vitalii Vorobiov
Date: Fri Sep 2 14:14:00 2016 +0300
Decomposition of Resource Manager 2
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=848ec35d8ecd162f42118342b6302ab07d3f7f6e
commit 848ec35d8ecd162f42118342b6302ab07d3f7f6e
Author: Vitalii Vorobiov
Date: Mon Sep 5 12:09:22 2016 +0300
resource_manager2: prototypes for top-lev
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=835958c25a4c21ca83d2cf78113f99afbaca1324
commit 835958c25a4c21ca83d2cf78113f99afbaca1324
Author: Vitalii Vorobiov
Date: Mon Sep 5 17:11:09 2016 +0300
resource_manager2: temporary holders for
kuuko pushed a commit to branch master.
http://git.enlightenment.org/apps/epour.git/commit/?id=b611fc3c8aa38df769685912054040db0d2d4d28
commit b611fc3c8aa38df769685912054040db0d2d4d28
Author: Kai Huuhko
Date: Wed Sep 7 18:56:25 2016 +0300
Note that libtorrent-1.1.1 is recommended
---
REA
kuuko pushed a commit to branch master.
http://git.enlightenment.org/apps/epour.git/commit/?id=44b5485e379965355db2b12e9b3d411d1f25d7a9
commit 44b5485e379965355db2b12e9b3d411d1f25d7a9
Author: Kai Huuhko
Date: Wed Sep 7 19:12:36 2016 +0300
Work around a libtorrent 1.1.0 issue
Ther
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=d43796db03b985cef7b5756f5cdf366f039c6708
commit d43796db03b985cef7b5756f5cdf366f039c6708
Author: Vitalii Vorobiov
Date: Mon Sep 5 18:40:42 2016 +0300
resource_manager2: group data resource ad
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=152979638e9a08b52dfff8c8706838ec92d8982b
commit 152979638e9a08b52dfff8c8706838ec92d8982b
Author: Vitalii Vorobiov
Date: Mon Sep 5 17:42:28 2016 +0300
resource_manager2: part item resource add
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=f1da8e87a09c2f24d32a5fe315c05fa04aab5f7a
commit f1da8e87a09c2f24d32a5fe315c05fa04aab5f7a
Author: Vitalii Vorobiov
Date: Tue Sep 6 14:06:49 2016 +0300
resource_manager2: separate resources fro
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=a0b360d8aa1f663d4712bd44238ea10e59d1b2e9
commit a0b360d8aa1f663d4712bd44238ea10e59d1b2e9
Author: Vitalii Vorobiov
Date: Mon Sep 5 19:04:50 2016 +0300
resource_manager2: restack part resources
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=7fc6e57726565afd71ad13c26d6c65ad7fb0f28a
commit 7fc6e57726565afd71ad13c26d6c65ad7fb0f28a
Author: Vitalii Vorobiov
Date: Tue Sep 6 14:10:49 2016 +0300
resource_manager2: move edje_edit_image_a
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=0e4c5c9f97650e6bcc3b833d24520992792c32a0
commit 0e4c5c9f97650e6bcc3b833d24520992792c32a0
Author: Vitalii Vorobiov
Date: Mon Sep 5 18:00:35 2016 +0300
resource_manager2: to avoid edje_edit use
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=12fb68d7a576f6345c2fa3197a87a7af233984d5
commit 12fb68d7a576f6345c2fa3197a87a7af233984d5
Author: Vitalii Vorobiov
Date: Mon Sep 5 19:23:27 2016 +0300
resource_manager2: restack of part item r
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=c500e83ccd3d1e8c2ada9508e03ca86c417ce077
commit c500e83ccd3d1e8c2ada9508e03ca86c417ce077
Author: Vitalii Vorobiov
Date: Tue Sep 6 19:04:11 2016 +0300
resource_manager2: add new group as resou
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=451d2cb3be34edbf75e31489185a5f45101ad390
commit 451d2cb3be34edbf75e31489185a5f45101ad390
Author: Vitalii Vorobiov
Date: Tue Sep 6 16:42:02 2016 +0300
property_color: avoid SIGSEGV after first
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=adef79ab17a07db1c2d38d9e413457705705caae
commit adef79ab17a07db1c2d38d9e413457705705caae
Author: Vitalii Vorobiov
Date: Tue Sep 6 16:47:04 2016 +0300
editor: API fro edje_edit_colorclass... a
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=96de38aa3b934521314b91a974f314f8166f18a5
commit 96de38aa3b934521314b91a974f314f8166f18a5
Author: Vitalii Vorobiov
Date: Tue Sep 6 18:08:40 2016 +0300
tab_home_common: remove unsused function
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=d135b078e4447c6f0b55e697f0c810899703808c
commit d135b078e4447c6f0b55e697f0c810899703808c
Author: Vitalii Vorobiov
Date: Wed Sep 7 20:27:55 2016 +0300
group_manager: avoid abort if it's exist
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=13c4ba0c8f9fa0441da41476b6b14277b034cc07
commit 13c4ba0c8f9fa0441da41476b6b14277b034cc07
Author: Vitalii Vorobiov
Date: Tue Sep 6 17:45:24 2016 +0300
editor: cover edje_edit API of styles and
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=7674a30c6b414397130b804c4b5a72f55af28e61
commit 7674a30c6b414397130b804c4b5a72f55af28e61
Author: Vitalii Vorobiov
Date: Tue Sep 6 17:49:13 2016 +0300
resource_manager2: prototype function for
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=0a5dda85925daa83055f000fd82ee47eef9a4a33
commit 0a5dda85925daa83055f000fd82ee47eef9a4a33
Author: Vitalii Vorobiov
Date: Tue Sep 6 18:12:26 2016 +0300
editor: send signal that new group added/
rimmed pushed a commit to branch master.
http://git.enlightenment.org/tools/eflete.git/commit/?id=bb666ed43a82036670213b424fa36fb4cac009c7
commit bb666ed43a82036670213b424fa36fb4cac009c7
Author: Vitalii Vorobiov
Date: Tue Sep 6 17:12:02 2016 +0300
editor: edje_edit API for sound samples a
I would appear that commit 405680e836eb47d7dd8f59a4761386e7a80d9244
changed the way that hold events are sent. They are no longer being sent
to the child objects, but rather the main 'obj':
-EV_CALL(eo_child, child, EVAS_CALLBACK_HOLD, ev, event_id, he,
parent_he);
+evas_object_
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=e6a810efa75ac4e6941964a8737beb03f83bb2fa
commit e6a810efa75ac4e6941964a8737beb03f83bb2fa
Author: Cedric BAIL
Date: Wed Sep 7 11:42:29 2016 -0700
elementary: fix call to efl_data_scope_get from an
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=2f1d23648a0fcab361dd32f5c5fafea6f8ddf6a7
commit 2f1d23648a0fcab361dd32f5c5fafea6f8ddf6a7
Author: Cedric BAIL
Date: Wed Sep 7 11:28:24 2016 -0700
autotools: time to turn on systemd integration by
On Wed, 07 Sep 2016 13:52:40 -0400 Christopher Michael
said:
> I would appear that commit 405680e836eb47d7dd8f59a4761386e7a80d9244
> changed the way that hold events are sent. They are no longer being sent
> to the child objects, but rather the main 'obj':
>
> -EV_CALL(eo_child, child,
On Wed, 07 Sep 2016 11:43:12 -0700 Cedric BAIL said:
what? it was doing legacy calls (thus eo calls) from a thread without a
begin/end around it or any kind of proper "send result back to mainloop"?
BAD CODE! BAD!
i'm so happy this change found it! :) good eo. GOOD BOY. here. have a codesnack.
On Wed, 07 Sep 2016 11:43:12 -0700 Cedric BAIL said:
actually on 2nd thought.. this is all hiding a nice big fat race condition. FAT.
_efl_ui_image_async_file_set() will spawn a thread. ecore_thread_run().
now let's pretend IMMEDIATELY we del the object:
efl_ui_image_async_file_set(obj,
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=a19f7301377fbcf4fd1301913edf531af5b3f586
commit a19f7301377fbcf4fd1301913edf531af5b3f586
Author: Al Poole
Date: Wed Sep 7 16:41:59 2016 -0700
eio: fix kevent monitor to not SIGBUS.
---
AUTHORS
1 - 100 of 108 matches
Mail list logo