Re: [E-devel] Things I have encounter while making a keyboard

2019-11-21 Thread Hermet Park
Seems edje compiler doesn't care of slash + symbols moment, How about sending markup name instead? i.e "" Probably you can remap the signal source to actual key name in the code. On Thu, Nov 21, 2019 at 8:59 PM Pablo Muñiz Gadea wrote: > Hi guys. > > I have 1 problem with EDJE and 2 weird

[EGIT] [apps/terminology] master 01/01: Merge branch 'terminology-1.6'

2019-11-21 Thread Boris Faure
billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b2ff5f3ccdcd758af8a76c288ba758e6166197ae commit b2ff5f3ccdcd758af8a76c288ba758e6166197ae Merge: 7461c98 1333e80 Author: Boris Faure Date: Thu Nov 21 21:51:54 2019 +0100 Merge branch

[EGIT] [apps/terminology] terminology-1.6 01/01: tests: add one about selecting over empty lines

2019-11-21 Thread Boris Faure
billiob pushed a commit to branch terminology-1.6. http://git.enlightenment.org/apps/terminology.git/commit/?id=1333e80866591f4507b5e038f47aaf4647030399 commit 1333e80866591f4507b5e038f47aaf4647030399 Author: Boris Faure Date: Thu Nov 21 21:50:18 2019 +0100 tests: add one about selecting

[EGIT] [core/efl] master 01/01: efl_canvas_object_animation: fix possible invalid pointer

2019-11-21 Thread Marcel Hollerbach
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=17ba8515f1c9534ebd47a71adda71db2eff6799a commit 17ba8515f1c9534ebd47a71adda71db2eff6799a Author: Marcel Hollerbach Date: Thu Nov 21 18:41:08 2019 +0100 efl_canvas_object_animation: fix possible

[EGIT] [legacy/imlib2_loaders] master 01/01: Fix make dist

2019-11-21 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2_loaders.git/commit/?id=5049e8840e35ee53e5f0375c15835a9c4d0b4b5d commit 5049e8840e35ee53e5f0375c15835a9c4d0b4b5d Author: Kim Woelders Date: Thu Nov 21 17:16:30 2019 +0100 Fix make dist ---

[EGIT] [core/efl] master 01/01: efl_canvas_object_animation: make this all more safe

2019-11-21 Thread Marcel Hollerbach
xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eeff991076aa39f336557c72b4914576dcb76449 commit eeff991076aa39f336557c72b4914576dcb76449 Author: Marcel Hollerbach Date: Thu Nov 21 12:22:41 2019 +0100 efl_canvas_object_animation: make this

[E-devel] Things I have encounter while making a keyboard

2019-11-21 Thread Pablo Muñiz Gadea
Hi guys. I have 1 problem with EDJE and 2 weird things. I will link the videos so you can see what I mean. On EDJE, displaying quotations on a text with text.text: "\""; works fine. But when I try to send the signal with script{ if(get_int(toggle_shift_state) == 0) { emit("key_pressed",

[EGIT] [core/efl] master 01/01: elm/hoversel: Recalculate items before box calculate.

2019-11-21 Thread JunsuChoi
jsuya pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=044bc28e3a7087ae66ef463d0b8bce7e818cb195 commit 044bc28e3a7087ae66ef463d0b8bce7e818cb195 Author: JunsuChoi Date: Thu Nov 21 19:49:01 2019 +0900 elm/hoversel: Recalculate items before box

[EGIT] [core/efl] master 01/01: eina_matrix: replace cosf by cos to gain more accuracy

2019-11-21 Thread Wonki Kim
jsuya pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4a4525cb4bdc207611bca2d8b3997ddd9c7b908d commit 4a4525cb4bdc207611bca2d8b3997ddd9c7b908d Author: Wonki Kim Date: Thu Nov 21 17:43:42 2019 +0900 eina_matrix: replace cosf by cos to gain more

[EGIT] [core/efl] master 01/01: vector lottie: reset vg tree each frames.

2019-11-21 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5eab3bff6830d2d2e8cc3f49a11b50b0b986344b commit 5eab3bff6830d2d2e8cc3f49a11b50b0b986344b Author: Hermet Park Date: Thu Nov 21 17:37:33 2019 +0900 vector lottie: reset vg tree each frames.

[EGIT] [core/efl] master 01/01: Revert "evas animation: removed unnecessray checking."

2019-11-21 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=cf79e1f7e62ea18ed20d94a2238c8c9d1773fed2 commit cf79e1f7e62ea18ed20d94a2238c8c9d1773fed2 Author: Hermet Park Date: Thu Nov 21 17:45:36 2019 +0900 Revert "evas animation: removed unnecessray

[EGIT] [core/efl] master 01/01: vector json: checking valid pointer before accessing it.

2019-11-21 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ce30a952b2521632c4cde8bbb5c33313c62e47ae commit ce30a952b2521632c4cde8bbb5c33313c62e47ae Author: Hermet Park Date: Thu Nov 21 17:28:54 2019 +0900 vector json: checking valid pointer before

[EGIT] [core/efl] master 01/01: evas animation: removed unnecessray checking.

2019-11-21 Thread Hermet Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=959c503a718ed548fa3251fc245bfe9c8c82d521 commit 959c503a718ed548fa3251fc245bfe9c8c82d521 Author: Hermet Park Date: Thu Nov 21 17:26:21 2019 +0900 evas animation: removed unnecessray checking.