ou like more.
> If you are working on existing efl code just follow the first rule from the
> wiki: ALWAYS KEEP EXISTING CODING STYLE.
>
> Hope I'm not starting a new flame-war :)
> bye
>
>
> 2016-12-12 11:48 GMT+01:00 Shuhrat Dehkanov :
>
>> Hello,
>>
>>
bu5hm4n pushed a commit to branch master.
http://git.enlightenment.org/tools/clouseau.git/commit/?id=a2af39e8cdb4cdb8726172d8d792fbd2206817a9
commit a2af39e8cdb4cdb8726172d8d792fbd2206817a9
Author: Shuhrat Dehkanov
Date: Fri Dec 16 09:38:24 2016 +0100
Remove redundant addition operator
Hello,
Yes, I googled. The most relevant link that came up
https://sourceforge.net/p/enlightenment/mailman/message/33443401/
seems to talk only about Mussolini. So, not much of a help.
Nothing much at https://phab.enlightenment.org/w/ecoding/#coding-style either.
Existing code seems to use varying
Right \:
Thanks!
On Fri, Dec 2, 2016 at 9:39 AM, Jean-Philippe André wrote:
> Hi,
>
> On 1 December 2016 at 21:10, Shuhrat Dehkanov wrote:
>
>> Hello.
>>
>> It seems to me that the last execution line in _key_action_move() is 3737,
>> https://git.enlight
Hello.
It seems to me that the last execution line in _key_action_move() is 3737,
https://git.enlightenment.org/core/efl.git/tree/src/lib/elementary/elm_gengrid.c#n3737
Or am I missing something?
--
__
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=ec12506a88dffc4758a7a51a5136a356f4501346
commit ec12506a88dffc4758a7a51a5136a356f4501346
Author: Shuhrat Dehkanov
Date: Thu Nov 17 16:15:35 2016 -0800
elm/datetime: default case for default
cedric pushed a commit to branch master.
http://git.enlightenment.org/tools/clouseau.git/commit/?id=eafc27dc05bc3e0c722a683285fbbd7f47e288ea
commit eafc27dc05bc3e0c722a683285fbbd7f47e288ea
Author: Shuhrat Dehkanov
Date: Thu Nov 17 15:55:23 2016 -0800
call _shutdown() before return/exit
Nov 11, 2016 at 10:15 AM, Jean Guyomarc'h
> wrote:
> > Shouldn't these return anything but 0? If these are in main(),
> > returning 0 would mean the program terminated successfully, which is
> > not the case here.
> > Jean
> >
> >
> > On Fri,
cedric pushed a commit to branch master.
http://git.enlightenment.org/tools/clouseau.git/commit/?id=9f62d5914032c3d159f40b8e32e1901b145ec654
commit 9f62d5914032c3d159f40b8e32e1901b145ec654
Author: Shuhrat Dehkanov
Date: Fri Nov 11 09:47:01 2016 -0800
return 0 from main()
Summary
cedric pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=008b74372fc4a861e5561e228d150a0ec62784de
commit 008b74372fc4a861e5561e228d150a0ec62784de
Author: Shuhrat Dehkanov
Date: Tue Oct 25 13:33:36 2016 -0700
elementary: enable setting custom access
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=c1df3a99cf629a85e7498ea075309488dae7f848
commit c1df3a99cf629a85e7498ea075309488dae7f848
Author: Shuhrat Dehkanov
Date: Fri Oct 21 08:57:15 2016 -0400
elm test: correct
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=33750f8facbe0b2f0aebd42e7b9200924b5e26d8
commit 33750f8facbe0b2f0aebd42e7b9200924b5e26d8
Author: Shuhrat Dehkanov
Date: Fri Oct 14 19:37:46 2016 +0900
ELM: sync "clicked" usage with ot
Hello,
As far as I can see number of buttons is fixed.
Increasing ELM_POPUP_ACTION_BUTTON_MAX would not help as there will be
no part to swallow more than 3 buttons in the layout.
According to the docs, one will have to use content area to add more buttons.
> Action area can have up to 3 buttons
hermet pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=4768b1d04e49e924cbf9ab765c465989840d48a9
commit 4768b1d04e49e924cbf9ab765c465989840d48a9
Author: Shuhrat Dehkanov
Date: Thu Sep 22 22:57:28 2016 +0900
elm: remove dulicate
:19:45 +0900
> Shuhrat Dehkanov wrote:
>
>> Hello,
>>
>> Current the latest head (97a2d7ff33d9e8493427bf4eb4fdea4163808bf2) is
>> failing on my end with the following error:
>>
>> > CCLD bin/ecore_evas/ecore_evas_convert
>> > /usr/local/lib/libeco
Hello,
Current the latest head (97a2d7ff33d9e8493427bf4eb4fdea4163808bf2) is
failing on my end with the following error:
> CCLD bin/ecore_evas/ecore_evas_convert
> /usr/local/lib/libecore_con.so.1: undefined reference to `eo_manual_free_set'
> /usr/local/lib/libecore_con.so.1: undefined ref
Hello,
You could actually make edits directly on that page. You will have to
register and login in order to do so.
On Tue, Aug 2, 2016 at 12:49 AM, Jiwon Kim wrote:
> Hi All.
>
> I found some doubtful example code on EFL Programming guide.
> (https://www.enlightenment.org/program_guide/evas/imag
That was quick, thanks! :)
On Tue, Jul 5, 2016 at 7:52 PM, Jean-Philippe André wrote:
> Hi,
>
> On 5 July 2016 at 18:25, Shuhrat Dehkanov wrote:
>
>> Hello,
>>
>> This patch seems to have broken apps and causing SIGSEGV.
>>
>> https://git
Hello,
This patch seems to have broken apps and causing SIGSEGV.
https://git.enlightenment.org/core/efl.git/commit/?id=9f0fd66ab818d212fa88faef316ac17625f1a2f5
Specifically, removal of the following line from
src/lib/evas/canvas/evas_events.c:
@@ -989,7 +998,6 @@ _evas_event_object_list_in_get(
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=0757e209d26d884979476fdce1aba6234c3a7c07
commit 0757e209d26d884979476fdce1aba6234c3a7c07
Author: Shuhrat Dehkanov
Date: Thu Jun 30 16:05:28 2016 +0900
slider: fix edje warning
Summary
jpeg pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=9c69afd535a7e8ebe72f590cb634733fcac23da1
commit 9c69afd535a7e8ebe72f590cb634733fcac23da1
Author: Shuhrat Dehkanov
Date: Mon Jun 27 16:16:00 2016 +0900
Fix 'maybe used uninitialized
cedric pushed a commit to branch master.
http://git.enlightenment.org/games/elemines.git/commit/?id=cee2eb73328d54ed22706fc7626bd6ec9ea09e4b
commit cee2eb73328d54ed22706fc7626bd6ec9ea09e4b
Author: Shuhrat Dehkanov
Date: Wed Jun 8 14:56:47 2016 -0700
clear 'group has a non-fixed
On Mon, May 23, 2016 at 10:56 PM, Jason Vas Dias
wrote:
> Oh wow - I just realized efl-1.17.99 from GIT actually CONTAINS the
> elementary distribution .
> I was trying to build the elementary git master:
> git://git.enlightenment.org/core/elementary.git
> after building and installing the efl-1
Sorry, but what's "Christmas release"?
On Mon, May 23, 2016 at 8:10 PM, Stefan Schmidt wrote:
> Hello.
>
> I just uploaded the tarballs for 1.17.1 which is the first stable
> release of our 1.17.x branch.
>
> If I hear nothing problematic within the next 24 hours, I will do a
> Christmas release.
stefan pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=cab208e83f86930f998d463ae4887d5ec73ef84b
commit cab208e83f86930f998d463ae4887d5ec73ef84b
Author: Shuhrat Dehkanov
Date: Tue May 17 14:36:59 2016 +0200
docs: progressbar: correct minor typos
cedric pushed a commit to branch master.
http://git.enlightenment.org/games/elemines.git/commit/?id=87727b9a936354885a967d965a14624e5672147c
commit 87727b9a936354885a967d965a14624e5672147c
Author: Shuhrat Dehkanov
Date: Tue May 10 15:24:11 2016 -0700
do not call init() from main
On Fri, Apr 22, 2016 at 2:40 PM, Cedric BAIL wrote:
> On Thu, Apr 21, 2016 at 8:36 PM, Cedric BAIL wrote:
>> On Thu, Apr 21, 2016 at 7:24 PM, Shuhrat Dehkanov wrote:
>>> The latest Enlightenment build is sigfaulting on login. I already tried
>>> cleaning everything (
Hello,
The latest Enlightenment build is sigfaulting on login. I already tried
cleaning everything (EFL/Enlightenment), pulling the latest changes and
rebuilding. Still the same issue.
Is anyone else facing this?
#0 0x7ff0eefe9c5d in pause () at ../sysdeps/unix/syscall-template.S:81
No local
> Now I fix the elemines
>
You may want to take a look on https://phab.enlightenment.org/D3820
On Thu, Apr 21, 2016 at 4:21 PM, Viacheslav Reutskiy wrote:
> Cedric, you broke the all edje_edit_part_item_* API's, in case
> when part items have not name.
> This patch was added for unify the names
does that mean?
Thanks,
Shuhrat Dehkanov
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applicatio
Working just fine on my end, but what's devel branch? I am using master
branch for efl and enlightenment...
18-apr, 2016 14:01, "Hermet Park" yozgan:
> All of sudden , enlightenment CTRL key doesn't work anymore.
> Not only Enventor but even Gimp doesnt work.
> I checked this with other e user(jp
31 matches
Mail list logo