Re: [E-devel] [EGIT] [core/efl] master 07/10: eldbus: fix tests to properly take into account the presence of ecore system module.

2013-12-23 Thread Jose Souza
I think should be better call ecore_app_no_system_modules() If no objections I will revert this patch and add some calls to this function. On Mon, Dec 23, 2013 at 1:01 AM, Cedric BAIL cedric.b...@free.fr wrote: cedric pushed a commit to branch master.

Re: [E-devel] [EGIT] [core/efl] master 01/01: allow ecore to not load system modules.

2013-11-14 Thread Jose Souza
Nice! On Thu, Nov 14, 2013 at 1:30 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8e362c7ad41bd4c48960400c890dd362e50f5389 commit 8e362c7ad41bd4c48960400c890dd362e50f5389 Author:

Re: [E-devel] Eolian meta-data parsing

2013-10-21 Thread Jose Souza
json++ On Mon, Oct 21, 2013 at 5:38 PM, Davide Andreoli d...@gurumeditation.itwrote: Json +1 also for me, It is more clear that is a descriptive thing and not real code. It is also more easily parsable by other tools/languages 2013/10/21 Gustavo Sverzut Barbieri barbi...@gmail.com JSon

Re: [E-devel] [EGIT] [core/efl] master 04/04: eina: add functions to alloc strings from a printf fmt

2013-09-23 Thread Jose Souza
s/@since 1.7.9/@since 1.8 On Tue, Sep 24, 2013 at 12:20 AM, Jorge Zapata jorgeluis.zap...@gmail.comwrote: cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b5fce696c743c50ea0a049c4f879756b5ed231d4 commit b5fce696c743c50ea0a049c4f879756b5ed231d4

Re: [E-devel] [EGIT] [core/enlightenment] origin/enlightenment-0.17 01/01: s/edbus/eldbus/g

2013-09-19 Thread Jose Souza
But I think that e17 don't use eldbus, it uses edbus v1. On Thu, Sep 19, 2013 at 3:30 PM, discomfitor michael.blumenkra...@gmail.com wrote: discomfitor pushed a commit to branch origin/enlightenment-0.17.

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add elm_table_child_get()

2013-09-10 Thread Jose Souza
Sorry about that, already fixed. On Tue, Sep 10, 2013 at 6:56 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote: On Tue, Sep 10, 2013 at 5:50 PM, Davide Andreoli d...@gurumeditation.it wrote: 2013/9/9 José Roberto de Souza - Enlightenment Git no-re...@enlightenment.org zehortigoza

Re: [E-devel] RFC Enlightenment Application spec

2013-09-10 Thread Jose Souza
, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 6 Sep 2013 16:01:53 -0300 Jose Souza zehortig...@profusion.mobi said: I just push elm_app_server/client classes in elementary and the implementation of they in terminology. http://git.enlightenment.org/core/elementary.git/log/?h=devs

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_table: clean up newly added function elm_table_child_get.

2013-09-10 Thread Jose Souza
Thanks I fully forgot the const. On Tue, Sep 10, 2013 at 1:47 AM, Daniel Juyung Seo - Enlightenment Git no-re...@enlightenment.org wrote: seoz pushed a commit to branch master. commit 6d6f0e1b0b89d790bc68a2eecbbd2a7d64f6e286 Author: Daniel Juyung Seo seojuyu...@gmail.com Date: Tue Sep

Re: [E-devel] RFC Enlightenment Application spec

2013-09-06 Thread Jose Souza
I just push elm_app_server/client classes in elementary and the implementation of they in terminology. http://git.enlightenment.org/core/elementary.git/log/?h=devs/zehortigoza/app_spec_impl http://git.enlightenment.org/apps/terminology.git/log/?h=devs/zehortigoza/app_spec_impl On Mon, Aug 26,

Re: [E-devel] [EGIT] [core/efl] master 04/04: eldbus: Add timeout message error as a macro

2013-09-03 Thread Jose Souza
If there a FDO I will change, thanks for the tip. On Tue, Sep 3, 2013 at 12:53 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Mon, Sep 2, 2013 at 4:16 PM, José Roberto de Souza - Enlightenment Git no-re...@enlightenment.org wrote: zehortigoza pushed a commit to branch master.

Re: [E-devel] RFC Enlightenment For Mobile

2013-08-14 Thread Jose Souza
Tizen have a vconf key to configure if user wants to see time in 12hours or 24hours format. Should we store this information in ecore as we do with memory and battery? Thanks On Mon, Aug 12, 2013 at 6:51 PM, Gustavo Sverzut Barbieri barbi...@gmail.com wrote: Added some comments, I guess

Re: [E-devel] eldbus bug

2013-07-25 Thread Jose Souza
in _ecore_main_loop_iterate_internal (once_only=0) at lib/ecore/ecore_main.c:1920 #24 0x77bb27f3 in ecore_main_loop_begin () at lib/ecore/ecore_main.c:963 #25 0x0040451a in main (argc=1, argv=0x7fffdfd8) at e_fm_main.c:146 On Wed, Jul 24, 2013 at 3:58 PM, Jose Souza zehortig

Re: [E-devel] eldbus bug

2013-07-24 Thread Jose Souza
Could you show me where you are trying read this message? There several places that read a{sv} without any errors. On Wed, Jul 24, 2013 at 6:23 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: _eldbus_message_iter_arguments_vget() with a signature of a{sv}, as seen in efm

Re: [E-devel] eldbus bug

2013-07-24 Thread Jose Souza
What call? in witch file? so I can debug here. On Wed, Jul 24, 2013 at 11:52 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 24 Jul 2013 11:40:19 -0300 Jose Souza zehortig...@profusion.mobi wrote: Could you show me where you are trying read this message

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread Jose Souza
On Wed, Jul 3, 2013 at 8:42 PM, Carsten Haitzler - Enlightenment Git no-re...@enlightenment.org wrote: raster pushed a commit to branch master. commit bdd57af1136dd6c81244c15b0456ec06d10fa59e Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Thu Jul 4 08:41:45 2013 +0900

Re: [E-devel] [EGIT] [core/efl] master 02/02: eldbus - only unref client conns that are not null after dispatch

2013-07-03 Thread Jose Souza
Now it increase reference of libdbus_connection not eldbus_connection, some callback are removing the last reference of eldbus_connection. On Wed, Jul 3, 2013 at 10:57 PM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 3 Jul 2013 22:33:18 -0300 Jose Souza zehortig...@profusion.mobi said

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: Fix edje box crash

2013-05-18 Thread Jose Souza
Sure, I will do this. On Sat, May 18, 2013 at 6:42 AM, Cedric BAIL cedric.b...@free.fr wrote: On Sat, May 18, 2013 at 6:46 AM, José Roberto de Souza - Enlightenment Git no-re...@enlightenment.org wrote: glima pushed a commit to branch master. commit

Re: [E-devel] edbus - Annoying inconsistency

2013-04-18 Thread Jose Souza
eldbus+1 On Thu, Apr 18, 2013 at 10:25 AM, Davide Andreoli d...@gurumeditation.itwrote: 2013/4/17 Cedric BAIL cedric.b...@free.fr Cedric Bail On Apr 17, 2013 2:22 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 17/04/13 02:28, Jérôme Pinot wrote: On 04/17/13 10:11, David

Re: [E-devel] edbus patchs: one feature request and two bug fixes

2013-03-23 Thread Jose Souza
://phab.enlightenment.org https://phab.enlightenment.org/w/arcanist/ Daniel Juyung Seo (SeoZ) On Sat, Mar 23, 2013 at 2:05 PM, Jose Souza zehortig...@profusion.mobi wrote: Hello zmike ask to add a fixed array append function in edbus so here is a patch, also I find 2 minor issues, someone could review

[E-devel] edbus patchs: one feature request and two bug fixes

2013-03-22 Thread Jose Souza
Hello zmike ask to add a fixed array append function in edbus so here is a patch, also I find 2 minor issues, someone could review and push to git? Thanks 0001-edbus-Add-edbus_message_iter_fixed_array_append.patch Description: Binary data

Re: [E-devel] [EGIT] [core/enlightenment] devs/stefan/music-control 01/01: e/music_control: Add option to pause music on desklock.

2013-03-08 Thread Jose Souza
Good feature. But in _desklock_cb() you should return in all cases ECORE_CALLBACK_PASS_ON. So everyplace that was listen for E_EVENT_DESKLOCK will be called. On Tue, Mar 5, 2013 at 12:19 PM, Stefan Schmidt - Enlightenment Git no-re...@enlightenment.org wrote: stefan pushed a commit to branch

Re: [E-devel] edbus

2013-02-18 Thread Jose Souza
Hi Daniel I don't see any leaks. method-cb_name = strdup(NULL); is because the method have no reply annotation and this is only know after /method The DBus_Method and all strings of they will be freed when object_free()-inteface_free()-method_free() is called. On Mon, Feb 18, 2013 at 10:53 AM,

Re: [E-devel] edbus

2013-02-18 Thread Jose Souza
In method_new() the method is append to inlist of methods in interface. On Mon, Feb 18, 2013 at 1:21 PM, Daniel Willmann d.willm...@samsung.comwrote: On 18/02/13 14:35, Jose Souza wrote: Hi Daniel I don't see any leaks. method-cb_name = strdup(NULL); is because the method have no reply

Re: [E-devel] [PATCH edbus] Actually implement edbus_proxy_data_{get, set, del}

2013-01-23 Thread Jose Souza
Good catch. nitpick: You could call edbus_data_del_all((proxy-data)); inside of _edbus_proxy_free(). Someone could apply? On Wed, Jan 23, 2013 at 7:45 PM, Raphael Kubo da Costa raphael.kubo.da.co...@intel.com wrote: Raphael Kubo da Costa raphael.kubo.da.co...@intel.com writes: The

[E-devel] [efl/edbus Patch] Fix edbus_name_owner_changed when bus name is not registered

2013-01-19 Thread Jose Souza
Someone could review and apply? Thanks 0001-efl-edbus-Init-ecore-on-test-suites.patch Description: Binary data 0002-efl-edbus-Fix-edbus_name_owner_changed-when-bus-name.patch Description: Binary data -- Master Visual

[E-devel] [efl/edbus Patch] Fix edbus_name_owner_changed when bus name is not registered

2013-01-19 Thread Jose Souza
Someone could review and apply? Thanks 0001-efl-edbus-Init-ecore-on-test-suites.patch Description: Binary data 0002-efl-edbus-Fix-edbus_name_owner_changed-when-bus-name.patch Description: Binary data -- Master Visual

[E-devel] edbus: Fix signal handler extra match check

2013-01-04 Thread Jose Souza
Could someone review and apply? Thanks 0001-edbus-Fix-signal-handler-extra-match-check.patch Description: Binary data -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development

Re: [E-devel] edbus: Fix signal handler extra match check

2013-01-04 Thread Jose Souza
Nops, this counter is used to know what argument of message we are pointing. On Fri, Jan 4, 2013 at 8:08 PM, Leandro Dorileo dori...@profusion.mobi wrote: On Fri, Jan 04, 2013 at 07:40:52PM -0200, Jose Souza wrote: Could someone review and apply? shouldn't counter be reset on every

Re: [E-devel] E SVN: barbieri IN trunk/ethumb: . src/bin src/lib/client

2013-01-03 Thread Jose Souza
I will check. On Thu, Jan 3, 2013 at 7:28 AM, Cedric BAIL cedric.b...@free.fr wrote: er get any thumbnail and scrolling the grid -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8

Re: [E-devel] E SVN: barbieri IN trunk/ethumb: . src/bin src/lib/client

2013-01-03 Thread Jose Souza
Yep fixed in r82131. On Thu, Jan 3, 2013 at 10:03 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Thu, Jan 3, 2013 at 7:28 AM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Dec 4, 2012 at 6:27 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ethumb: Port to edbus v2

[E-devel] [HEADS UP] EDBus lifecycle change

2012-12-18 Thread Jose Souza
Gustavo Barbieri raised a concern about the lifecycle of objects and proxies in edbus: if 2 e17 modules are using the same object path or interface and one of them is unloaded, the object/proxy it's using will end up being freed. So we changed edbus_object_get() and edbus_proxy_get() to always

Re: [E-devel] E SVN: englebass trunk/efreet/src/bin

2012-11-12 Thread Jose Souza
Good catch, I will write a EDBus_Connection_Event_Type for Disconnection. On Sun, Nov 11, 2012 at 6:59 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: efreet: shutdown on error and disconnect When bus stops it send Disconnect signal. Trap and die. Author: englebass

Re: [E-devel] applications at startup

2012-11-08 Thread Jose Souza
Try copy {where you install}/share/dbus-1/services/org.enlightenment.Efreet.service to /usr/share/dbus-1/services But must be fixed on build system. On Thu, Nov 8, 2012 at 2:14 PM, P Purkayastha ppu...@gmail.com wrote: The recent b0rk-fest has tasted success! On 11/08/2012 11:20 PM, Brian

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
Hi Sebastian See our suggestion in attach. On Mon, Nov 5, 2012 at 1:17 AM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: Hi Sebastian, [ CC'ing José ] On Sat, Nov 3, 2012 at 7:21 PM, Sebastian Dransfeld s...@tango.flipp.net wrote: But it seems like there is no way to get watch

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
, Jose Souza zehortig...@profusion.mobi wrote: Hi Sebastian See our suggestion in attach. ahn? this isn't tracking the clients. Lucas De Marchi -- LogMeIn Central: Instant, anywhere, Remote PC access and management

Re: [E-devel] E SVN: lucas IN trunk/edbus/src: examples lib

2012-10-16 Thread Jose Souza
edbus was not released, e_dbus was. On Tue, Oct 16, 2012 at 5:11 PM, Michaël Bouchaud y...@efl.so wrote: Hum that smell the revert !!! you break api and abi of a released library 2012/10/16 Enlightenment SVN no-re...@enlightenment.org Log: edbus: Rename functions to obey EFL codding

Re: [E-devel] edbus build issue.

2012-10-09 Thread Jose Souza
englebass already fixed it. http://trac.enlightenment.org/e/changeset/77629 On Tue, Oct 9, 2012 at 4:03 AM, David Seikel onef...@gmail.com wrote: On Tue, 9 Oct 2012 07:37:05 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: this is defined in dbus-protocol.h from libdbus. not

Re: [E-devel] E SVN: stefan trunk/PROTO/elocation/src/lib

2012-10-03 Thread Jose Souza
In your case its unnecessary this line: if (strcmp(bus, GEOCLUE_DBUS_NAME) != 0) Only do that if you use the same callback to multiple bus names. On Wed, Oct 3, 2012 at 12:03 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: PROTO/elocation: Use edbus infra to keep track of name

Re: [E-devel] e_dbus blocks

2012-09-12 Thread Jose Souza
I think theres no reason to pass the last argument. We could check if an error occurred, but like documentation said are generally unrecoverable. On Wed, Sep 12, 2012 at 5:18 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: currently calls to dbus_bus_add_match() have an error

Re: [E-devel] E SVN: lucas trunk/e_dbus

2012-07-31 Thread Jose Souza
Why elm depends of edbus? On Mon, Jul 30, 2012 at 11:20 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 30 Jul 2012 19:30:41 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Mon, Jul 30, 2012 at 7:05 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 30 Jul

Re: [E-devel] E SVN: lucas trunk/e_dbus

2012-07-31 Thread Jose Souza
So its better move performance test to elm? Or remove performance test from build, and add a script to compile manually? I could make a patch to that. On Tue, Jul 31, 2012 at 4:22 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jul 31, 2012 at 12:14 PM, Jose Souza zehortig

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Jose Souza
It's working like Lucas said, see a example in attachment. On Tue, Jul 24, 2012 at 12:30 PM, Nick Hughart mek...@mekius.net wrote: On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Tue, Jul 24, 2012 at 12:36 AM, Nick Hughart mek...@mekius.net wrote: