[EGIT] [core/elementary] master 01/02: hoversel: Removed unnecessary null check for elm_object apis.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8a68d8293f5967964edf39c2bb110edb63d299cb commit 8a68d8293f5967964edf39c2bb110edb63d299cb Author: Daniel Juyung Seo Date: Mon Feb 3 14:58:08 2014 +0900 hoversel: Removed unnecessary null chec

[EGIT] [core/elementary] master 02/02: focus: Added "focus_part" support on elm widget.

2014-02-03 Thread Amitesh Singh
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d1ef695dfbcb4a4569d2b906f2ec27201fdc1b65 commit d1ef695dfbcb4a4569d2b906f2ec27201fdc1b65 Author: Amitesh Singh Date: Mon Feb 3 17:44:16 2014 +0900 focus: Added "focus_part" support on elm wi

Re: [E-devel] [EGIT] [core/efl] master 01/01: Patcna: fix wrong widgth and height in eina_rectangle computation logic.

2014-02-03 Thread Daniel Juyung Seo
Hi Cedric, you took Rajeev's credit. The patch was from Rajeev. Daniel Juyung Seo (SeoZ) On Mon, Feb 3, 2014 at 4:20 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=90cd40753dc1e59622c174585282210cacbcd30e > > commit

[EGIT] [core/elementary] master 01/01: test_focus2: Remove unnecessary test file as test_focus2 is moved into test_focus.c

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=f220c9cd6baaef06fe315e46d1def5692ea72d68 commit f220c9cd6baaef06fe315e46d1def5692ea72d68 Author: Daniel Juyung Seo Date: Mon Feb 3 19:08:33 2014 +0900 test_focus2: Remove unnecessary test fi

[EGIT] [tools/enventor] master 01/01: improved gui.

2014-02-03 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=3a586dface0f813efc4c65f9114840945f012e5f commit 3a586dface0f813efc4c65f9114840945f012e5f Author: ChunEon Park Date: Mon Feb 3 19:15:37 2014 +0900 improved gui. added layout backgro

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - fix the build break.

2014-02-03 Thread ChunEon Park
Strange. I couldn't get any errors such as. Could you please try ldconfig after install efl core? $sudo make install && sudo ldconfig? -Regards, Hermet- -Original Message- From: "Simon" To: ; Cc: Sent: 2014-02-02 (일) 20:04:31 Subject: Re: [E-devel]

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - fix the build break.

2014-02-03 Thread Simon
On 02/03/2014 09:12 PM, ChunEon Park wrote: > Strange. > I couldn't get any errors such as. > > Could you please try ldconfig after install efl core? > $sudo make install && sudo ldconfig? well after my latest version my pkgconfig files are now saying eina's version is 1.8.99.24*** so i don't know

Re: [E-devel] [EGIT] [core/efl] master 01/01: Patcna: fix wrong widgth and height in eina_rectangle computation logic.

2014-02-03 Thread Cedric BAIL
On Mon, Feb 3, 2014 at 5:54 PM, Daniel Juyung Seo wrote: > Hi Cedric, you took Rajeev's credit. > The patch was from Rajeev. Yeah, I don't know what my editor did here, but something went wrong when doing this commit. I am not sure why. > Daniel Juyung Seo (SeoZ) > > > On Mon, Feb 3, 2014 at 4:2

[EGIT] [tools/enventor] master 01/02: enventor - fixed build warnings.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=7c5c7dd99948c506756c69d282db13e6d20b49c8 commit 7c5c7dd99948c506756c69d282db13e6d20b49c8 Author: Daniel Juyung Seo Date: Mon Feb 3 20:34:33 2014 +0900 enventor - fixed build warnings. --- sr

[EGIT] [tools/enventor] master 02/02: enventor - mark unimplemented shortcuts as "not implemented"

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=4c8aee0710d0fd093edbcee0591dcb8ab57b70c9 commit 4c8aee0710d0fd093edbcee0591dcb8ab57b70c9 Author: Daniel Juyung Seo Date: Mon Feb 3 20:39:32 2014 +0900 enventor - mark unimplemented shortcuts

Re: [E-devel] [EGIT] [tools/enventor] master 01/02: enventor - fixed build warnings.

2014-02-03 Thread ChunEon Park
but cause of this i got the new warnings. build.c: In function ‘build_edc’: build.c:38:37: warning: ignoring return value of ‘open_memstream’, declared with attribute warn_unused_result [-Wunused-result] build.c:40:24: warning: ignoring return value of ‘system’, declared with attribute warn_unus

Re: [E-devel] BROKE BOLD -> [EGIT] [core/efl] master 01/02: Evas font: Added support for weight/width/slant font tags.

2014-02-03 Thread Tom Hacohen
On 02/02/14 01:19, Carsten Haitzler (The Rasterman) wrote: > On Wed, 29 Jan 2014 06:37:39 -0800 Tom Hacohen said: > > this broke all bold text in evas. bold shows up as normal weight all the timee > now. just look at titlebars in the default theme (were bold, now not). :) > >> tasn pushed a commit

Re: [E-devel] BROKE BOLD -> [EGIT] [core/efl] master 01/02: Evas font: Added support for weight/width/slant font tags.

2014-02-03 Thread Tom Hacohen
On 02/02/14 01:19, Carsten Haitzler (The Rasterman) wrote: > On Wed, 29 Jan 2014 06:37:39 -0800 Tom Hacohen said: > > this broke all bold text in evas. bold shows up as normal weight all the timee > now. just look at titlebars in the default theme (were bold, now not). :) > >> tasn pushed a commit

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - fix the build break.

2014-02-03 Thread Sebastian Dransfeld
On 02/03/2014 12:09 PM, Simon wrote: > On 02/03/2014 09:12 PM, ChunEon Park wrote: >> Strange. >> I couldn't get any errors such as. >> >> Could you please try ldconfig after install efl core? >> $sudo make install && sudo ldconfig? > well after my latest version my pkgconfig files are now saying

Re: [E-devel] BROKE BOLD -> [EGIT] [core/efl] master 01/02: Evas font: Added support for weight/width/slant font tags.

2014-02-03 Thread The Rasterman
On Mon, 03 Feb 2014 12:47:21 + Tom Hacohen said: > On 02/02/14 01:19, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 29 Jan 2014 06:37:39 -0800 Tom Hacohen said: > > > > this broke all bold text in evas. bold shows up as normal weight all the > > timee now. just look at titlebars in the

Re: [E-devel] BROKE BOLD -> [EGIT] [core/efl] master 01/02: Evas font: Added support for weight/width/slant font tags.

2014-02-03 Thread Tom Hacohen
On 03/02/14 14:58, Carsten Haitzler (The Rasterman) wrote: > On Mon, 03 Feb 2014 12:47:21 + Tom Hacohen said: > >> On 02/02/14 01:19, Carsten Haitzler (The Rasterman) wrote: >>> On Wed, 29 Jan 2014 06:37:39 -0800 Tom Hacohen said: >>> >>> this broke all bold text in evas. bold shows up as nor

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - fix the build break.

2014-02-03 Thread Doug Newgard
What changed was a fix to efl.m4, which happened at the same time as the changes to elm. You just never updated efl, it seems. > Date: Mon, 3 Feb 2014 21:39:36 +1030 > From: si...@simotek.net > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [

[EGIT] [core/elementary] master 01/01: Colorselector: Item_signal_emit_hook added.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a6d73966de31b996b79129a3ffb4007751af2f5e commit a6d73966de31b996b79129a3ffb4007751af2f5e Author: Daniel Juyung Seo Date: Tue Feb 4 00:30:37 2014 +0900 Colorselector: Item_signal_emit_hook ad

Re: [E-devel] [EGIT] [core/efl] master 01/01: Patcna: fix wrong widgth and height in eina_rectangle computation logic.

2014-02-03 Thread Daniel Juyung Seo
On Mon, Feb 3, 2014 at 8:34 PM, Cedric BAIL wrote: > On Mon, Feb 3, 2014 at 5:54 PM, Daniel Juyung Seo > wrote: > > Hi Cedric, you took Rajeev's credit. > > The patch was from Rajeev. > > Yeah, I don't know what my editor did here, but something went wrong > when doing this commit. I am not sure

Re: [E-devel] [EGIT] [tools/enventor] master 01/02: enventor - fixed build warnings.

2014-02-03 Thread Daniel Juyung Seo
Oops. I didn't get that error because of my configurations. I fixed it again. https://git.enlightenment.org/tools/enventor.git/commit/?id=34f3e57d9e752cf155426436f4528d9a1cc872b2 Thanks. Daniel Juyung Seo (SeoZ) On Mon, Feb 3, 2014 at 9:44 PM, ChunEon Park wrote: > but cause of this > i got

[EGIT] [tools/enventor] master 01/01: enventor - fixed build warnings in build.c

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=34f3e57d9e752cf155426436f4528d9a1cc872b2 commit 34f3e57d9e752cf155426436f4528d9a1cc872b2 Author: Daniel Juyung Seo Date: Tue Feb 4 00:50:36 2014 +0900 enventor - fixed build warnings in build

[EGIT] [core/enlightenment] enlightenment-0.18 01/01: bugfix: hide drag icons after dnd operation ends

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ae385f7e98f1a6bfc441338599e08207daf96b37 commit ae385f7e98f1a6bfc441338599e08207daf96b37 Author: Mike Blumenkrantz Date: Mon Feb 3 11:07:21 2014 -0500 bugfix: hide drag

[EGIT] [core/enlightenment] master 01/01: bugfix: hide drag icons after dnd operation ends

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ebeffa1a91c0419796c3cedc044b7c4889b762f6 commit ebeffa1a91c0419796c3cedc044b7c4889b762f6 Author: Mike Blumenkrantz Date: Mon Feb 3 11:05:15 2014 -0500 bugfix: hide drag icons after

[EGIT] [apps/terminology] master 01/01: improved manpage in formatting and a small bugfix

2014-02-03 Thread Thanatermesis
thanatermesis pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=4641ad1a0519138ff53b99d1c706c658680c17c3 commit 4641ad1a0519138ff53b99d1c706c658680c17c3 Author: Thanatermesis Date: Mon Feb 3 17:11:38 2014 +0100 improved manpage in formatting an

[EGIT] [core/elementary] master 01/01: fileselector: Fixed typo of warning message in ELM_FILESELECTOR_INTERFACE_CHECK

2014-02-03 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=dd54af226897b63dfd87df49064ca4990937f487 commit dd54af226897b63dfd87df49064ca4990937f487 Author: Ryuan Choi Date: Tue Feb 4 01:23:10 2014 +0900 fileselector: Fixed typo of warning message i

[EGIT] [core/elementary] master 01/01: elm: Fixed comments and documentations on test_focus and genlist header.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5ac13f70bf37e16c154f54732fb8c1b948f57315 commit 5ac13f70bf37e16c154f54732fb8c1b948f57315 Author: Daniel Juyung Seo Date: Tue Feb 4 01:34:34 2014 +0900 elm: Fixed comments and documentations

[EGIT] [core/elementary] master 01/01: datetime: fix doxygen

2014-02-03 Thread Ryuan Choi
ryuan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=eaa17d1d11c860fc12d5d855d81d940db5967187 commit eaa17d1d11c860fc12d5d855d81d940db5967187 Author: Ryuan Choi Date: Tue Feb 4 01:41:45 2014 +0900 datetime: fix doxygen --- src/lib/elm_dateti

[EGIT] [core/efl] master 01/01: edje freeze count can no longer become negative

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a5a907023dd7e7abdc75c20117eeacfa3992d776 commit a5a907023dd7e7abdc75c20117eeacfa3992d776 Author: Mike Blumenkrantz Date: Mon Feb 3 11:51:45 2014 -0500 edje freeze count can no longer become

[EGIT] [core/efl] efl-1.8 01/01: edje freeze count can no longer become negative

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=5809234c08dc4e1512723adeeda81c21c0d1e2e0 commit 5809234c08dc4e1512723adeeda81c21c0d1e2e0 Author: Mike Blumenkrantz Date: Mon Feb 3 11:51:45 2014 -0500 edje freeze count can no longer become

[EGIT] [core/enlightenment] master 01/01: track main loop edje freeze state

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ad8b4e6d4d84edbc9b2cca3e803874101dbe01dc commit ad8b4e6d4d84edbc9b2cca3e803874101dbe01dc Author: Mike Blumenkrantz Date: Mon Feb 3 11:58:02 2014 -0500 track main loop edje freeze s

[EGIT] [core/enlightenment] master 02/02: bugfix: initial client positioning with multiple monitors improved

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3c436b5c09ac43053f17b6c8401be894ae5f8d72 commit 3c436b5c09ac43053f17b6c8401be894ae5f8d72 Author: Mike Blumenkrantz Date: Mon Feb 3 13:03:01 2014 -0500 bugfix: initial client positi

[EGIT] [core/enlightenment] master 01/02: bugfix: screen limits policy no longer breaks X client positioning

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d293b368b871cec83d0fff307cff78da81f32429 commit d293b368b871cec83d0fff307cff78da81f32429 Author: Mike Blumenkrantz Date: Mon Feb 3 12:43:08 2014 -0500 bugfix: screen limits policy

[EGIT] [core/enlightenment] enlightenment-0.18 02/02: bugfix: initial client positioning with multiple monitors improved

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=87b273d314fe32317c457eaf3ea518a27cbb22b1 commit 87b273d314fe32317c457eaf3ea518a27cbb22b1 Author: Mike Blumenkrantz Date: Mon Feb 3 13:06:47 2014 -0500 bugfix: initial c

[EGIT] [core/enlightenment] enlightenment-0.18 01/02: bugfix: screen limits policy no longer breaks X client positioning

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7870eda74d25289aec7222325741e33ab0866700 commit 7870eda74d25289aec7222325741e33ab0866700 Author: Mike Blumenkrantz Date: Mon Feb 3 12:47:06 2014 -0500 bugfix: screen li

[EGIT] [core/enlightenment] master 02/04: don't change zone after moving client

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f4de16df08e6f2fa11637ffcc2a6d86b4b3ee0ca commit f4de16df08e6f2fa11637ffcc2a6d86b4b3ee0ca Author: Mike Blumenkrantz Date: Mon Feb 3 13:57:45 2014 -0500 don't change zone after movin

[EGIT] [core/enlightenment] master 04/04: remember comp object dirty state and update when necessary

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=de9dde6daf5cba1896531770275ffb68d5b3b5c8 commit de9dde6daf5cba1896531770275ffb68d5b3b5c8 Author: Mike Blumenkrantz Date: Mon Feb 3 14:00:12 2014 -0500 remember comp object dirty st

[EGIT] [core/enlightenment] master 03/04: don't check client zone during idler

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=20c09a3891e058895ff105d9f813c5fbae02bfc4 commit 20c09a3891e058895ff105d9f813c5fbae02bfc4 Author: Mike Blumenkrantz Date: Mon Feb 3 13:58:57 2014 -0500 don't check client zone durin

[EGIT] [core/enlightenment] master 01/04: don't overwrite existing coords on creation of override client

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7efa7b3f2795256d9e1fd87ab953e890960e12ca commit 7efa7b3f2795256d9e1fd87ab953e890960e12ca Author: Mike Blumenkrantz Date: Mon Feb 3 13:55:38 2014 -0500 don't overwrite existing coor

[E-devel] GSOC 2014

2014-02-03 Thread Boris Faure
Hi! It's that time of year again when we need to decide to apply for Google Summer Of Code. We need to register as an organization before 2014-03-10 19:00:00. Does anyone is willing to help? Should we have an Enlightenment umbrella and attach Terminology to it? -- Boris Faure Pointer Arithmet

[EGIT] [core/enlightenment] master 01/01: PackageKit: fixed icon state for newly created gadget.

2014-02-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0d0907ec2a8d854711f6be959ba8c5322424ef88 commit 0d0907ec2a8d854711f6be959ba8c5322424ef88 Author: davemds Date: Mon Feb 3 21:37:43 2014 +0100 PackageKit: fixed icon state for newly crea

[EGIT] [core/enlightenment] master 01/01: PackageKit: split config stuff to a proper e_mod_config.c file.

2014-02-03 Thread davemds
davemds pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bf33f34b4cb5a900f0ddab36b7956bdd86a2e60f commit bf33f34b4cb5a900f0ddab36b7956bdd86a2e60f Author: davemds Date: Mon Feb 3 22:21:25 2014 +0100 PackageKit: split config stuff to a proper

[EGIT] [core/efl] master 01/01: edje embryo now supports reset_timer()

2014-02-03 Thread zmike
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0ee6327035ea1109fddfe929547c3c1c6e521429 commit 0ee6327035ea1109fddfe929547c3c1c6e521429 Author: zmike Date: Mon Feb 3 17:18:52 2014 -0500 edje embryo now supports reset_timer() wor

[EGIT] [core/efl] master 01/01: edje embryo reset timer should probably call the reset function

2014-02-03 Thread zmike
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c3ece042114cb541ec42ad0487eb1604bb978f41 commit c3ece042114cb541ec42ad0487eb1604bb978f41 Author: zmike Date: Mon Feb 3 18:23:50 2014 -0500 edje embryo reset timer should probably call the re

Re: [E-devel] [EGIT] [core/efl] master 01/01: Patcna: fix wrong widgth and height in eina_rectangle computation logic.

2014-02-03 Thread The Rasterman
On Tue, 4 Feb 2014 00:39:24 +0900 Daniel Juyung Seo said: > On Mon, Feb 3, 2014 at 8:34 PM, Cedric BAIL wrote: > > > On Mon, Feb 3, 2014 at 5:54 PM, Daniel Juyung Seo > > wrote: > > > Hi Cedric, you took Rajeev's credit. > > > The patch was from Rajeev. > > > > Yeah, I don't know what my edito

[EGIT] [core/enlightenment] master 01/01: e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses

2014-02-03 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=231b780996ab7afab6ce14d1102fb44272504999 commit 231b780996ab7afab6ce14d1102fb44272504999 Author: Carsten Haitzler (Rasterman) Date: Sun Feb 2 17:22:07 2014 +0900 e_main_idler_freeze/tha

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses

2014-02-03 Thread Michael Blumenkrantz
On Mon, 03 Feb 2014 15:58:06 -0800 Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=231b780996ab7afab6ce14d1102fb44272504999 > > commit 231b780996ab7afab6ce14d1102fb44272504999 > Author: Carsten Haitzler (Raste

[EGIT] [core/enlightenment] master 01/01: Revert "e_main_idler_freeze/thaw - disable - this causes no end of wierdnesses"

2014-02-03 Thread Mike Blumenkrantz
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3067f600eeb1f2ad9b21e02e20e763166fed15bf commit 3067f600eeb1f2ad9b21e02e20e763166fed15bf Author: Mike Blumenkrantz Date: Mon Feb 3 19:16:11 2014 -0500 Revert "e_main_idler_freeze/t

[EGIT] [core/elementary] master 01/01: mapbuf - don't leave the dangling static map pointer that won't be freed.

2014-02-03 Thread ChunEon Park
hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=ba596f2b0bdd7cf77d66bf75c290397c62121ee3 commit ba596f2b0bdd7cf77d66bf75c290397c62121ee3 Author: ChunEon Park Date: Tue Feb 4 10:21:04 2014 +0900 mapbuf - don't leave the dangling static m

[E-devel] Widget item focus in elementary

2014-02-03 Thread Amitesh Singh
Hello All, I would like to discuss about "widget item-focus" feature in elementary that we are starting just now. We have created a page on wiki and list down all the requirements related to this feature. [1]https://phab.enlightenment.org/w/elementary_focus/ Genlist and

Re: [E-devel] [EGIT] [core/efl] master 01/01: Patcna: fix wrong widgth and height in eina_rectangle computation logic.

2014-02-03 Thread Daniel Juyung Seo
On Tue, Feb 4, 2014 at 8:49 AM, Carsten Haitzler wrote: > On Tue, 4 Feb 2014 00:39:24 +0900 Daniel Juyung Seo > said: > > > On Mon, Feb 3, 2014 at 8:34 PM, Cedric BAIL wrote: > > > > > On Mon, Feb 3, 2014 at 5:54 PM, Daniel Juyung Seo < > seojuyu...@gmail.com> > > > wrote: > > > > Hi Cedric, you

[EGIT] [core/elementary] master 01/01: po: Update POTFILES.in according to the latest elementary test changes.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=db4f3050232d12bade1b3dace425bd61b9b4cba3 commit db4f3050232d12bade1b3dace425bd61b9b4cba3 Author: Daniel Juyung Seo Date: Tue Feb 4 12:15:48 2014 +0900 po: Update POTFILES.in according to the

[EGIT] [core/elementary] master 01/02: theme: Fixed distcheck by adding necessary image lists needed by efm theme.

2014-02-03 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=80fad11ed201f6075e72da1d12077c9163ad3e93 commit 80fad11ed201f6075e72da1d12077c9163ad3e93 Author: Daniel Juyung Seo Date: Tue Feb 4 12:23:37 2014 +0900 theme: Fixed distcheck by adding necess

Re: [E-devel] Widget item focus in elementary

2014-02-03 Thread Daniel Juyung Seo
Hi all, I am also involved in this project. Supporting focus in widget item is super important in some devices. Please give us any kind of feedback if you have any. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Feb 4, 2014 at 11:07 AM, Amitesh Singh wrote: > >Hello All, > > >I would like t

[EGIT] [core/elementary] master 01/01: config: Change the value of THUMBSCROLL_SENSITIVITY_FRICTION in mobile config for an optimization.

2014-02-03 Thread Jaehwan Kim
jaehwan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=5c581e92c566bc7efe755ed7eaebb75c22cbc108 commit 5c581e92c566bc7efe755ed7eaebb75c22cbc108 Author: Jaehwan Kim Date: Tue Feb 4 16:00:42 2014 +0900 config: Change the value of THUMBSCROLL_SE