Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 06:58:57 +0200 Vincent Torri vincent.to...@gmail.com said:

 On Mon, Aug 13, 2012 at 4:40 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Mon, 13 Aug 2012 08:32:27 +0700 Cedric BAIL moa.blueb...@gmail.com
  said:
 
  Cedric Bail
  On Aug 12, 2012 9:00 PM, Gustavo Sverzut Barbieri
  barbi...@profusion.mobi wrote:
  
   On Sunday, August 12, 2012, Vincent Torri wrote:
  
1) aren't we in feature freeze ?
 
  It's a bug fix for elementary quicklaunch not a feature.
 
2) missing @since somewhere
 
  Sorry no access to SVN for a week.
 
  wot? haven't u figured out svn-over-email? :)
 
   3) I believe it's something bad to have manual. Users that do fork on
  their
   own should get things working automatically.
 
  I didn't find a proper way. Bugs case is when you fork an ecore apps, if
  you have a better idea feel free.
 
  it may be possible by every api call checking getpid() compared to the pid
  at ecore_init() time and if this every changes call this internally. that's
  a lot of getpid's... :) this is probably the better solution as it's a
  special case that u fork() but DON'T exec() something soon after (ie u may
  run the ecore mainloop again etc.).
 
 
 I recall that there is no fork on Windows, even if fork+exec could be
 more or less simulated.

i know - then its not useful to windows :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri vincent.to...@gmail.com said:

 On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Sun, 12 Aug 2012 18:58:23 +0200 Vincent Torri vincent.to...@gmail.com
  said:
 
  Hey
 
  I have several problem on Windows (native compilation). I just list
  the problems, I'll give more details later (no time right now)
 
  1) edje_cc can not compile elementary theme (problem with embryo ?),
  though it can compile other theme
 
  i remember you poking into this and finding it wasn't executing embryo_cc or
  something?
 
 it's actually called, it's just that, because ecore_exe, stdout was
 redirected somewhere else, so my printf's were not helpful :)

hmm so what is the problem here? is it actually returning a non-zero return
code? if so why isn't it?

  2) edje_player or envision seg fault. I saw that a LOT of calls of
  eina_lock_take are done, without any release of the lock. And the app
  seg fault. Maybe an infinite loop somewhere ?
 
  eh? interesting. :(
 
 i'll try to step in gdb on eacu eina_lock_take
 
 Vincent
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] can someone remove all the software 16 ddraw stuff in expedite, please ?

2012-08-13 Thread The Rasterman
On Sun, 12 Aug 2012 10:28:23 +0200 Vincent Torri vincent.to...@gmail.com said:

done. :)

 hey
 
 everything in the title. Note that it's only the 16 bits one. So
 configure.ac (with output at the end) , src/bin/Makefile.am (do not
 forget @ddraw_16_libs@) and removing the files
 
 thank you
 
 Vincent
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/ecore: . src/lib/ecore

2012-08-13 Thread Vincent Torri
On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 patch from vtorri fixing rare segv condition in main loop

actually, it always seg fault on windows since revision 59823
(ecore_pipe.c improvement) and another one which call an ecore_pipe
function in ecore_init (iirc)

Vincent



 Author:   discomfitor
 Date: 2012-08-13 03:32:20 -0700 (Mon, 13 Aug 2012)
 New Revision: 75206
 Trac: http://trac.enlightenment.org/e/changeset/75206

 Modified:
   trunk/ecore/ChangeLog trunk/ecore/NEWS 
 trunk/ecore/src/lib/ecore/ecore_main.c

 Modified: trunk/ecore/ChangeLog
 ===
 --- trunk/ecore/ChangeLog   2012-08-13 10:26:41 UTC (rev 75205)
 +++ trunk/ecore/ChangeLog   2012-08-13 10:32:20 UTC (rev 75206)
 @@ -858,3 +858,6 @@
  * Fix ecore fork reset function to allow for callbacks to be
attached so ecore-evas can reset evas async fd on fork.

 +2012-08-13  Vincent Torri
 +
 +* Fix segmentation fault when fd_set pointers are NULL on Windows

 Modified: trunk/ecore/NEWS
 ===
 --- trunk/ecore/NEWS2012-08-13 10:26:41 UTC (rev 75205)
 +++ trunk/ecore/NEWS2012-08-13 10:32:20 UTC (rev 75206)
 @@ -29,6 +29,7 @@
   - Force cancel of all running Ecore_Thread on shutdown.
   - Make Ecore_Thread work reliably when called without a running main 
 loop.
   - Correctly shutdown Ecore_Thread.
 + - Fix usage of FD_SET and al. when fd_set pointers are NULL (Windows)

  * ecore_x
   - Fix unitialized Ecore_X_Atom use.

 Modified: trunk/ecore/src/lib/ecore/ecore_main.c
 ===
 --- trunk/ecore/src/lib/ecore/ecore_main.c  2012-08-13 10:26:41 UTC (rev 
 75205)
 +++ trunk/ecore/src/lib/ecore/ecore_main.c  2012-08-13 10:32:20 UTC (rev 
 75206)
 @@ -1941,12 +1941,21 @@
  long network_event;

  network_event = 0;
 -if (FD_ISSET(fdh-fd, readfds))
 -  network_event |= FD_READ;
 -if (FD_ISSET(fdh-fd, writefds))
 -  network_event |= FD_WRITE;
 -if (FD_ISSET(fdh-fd, exceptfds))
 -  network_event |= FD_OOB;
 +if (readfds)
 +  {
 + if (FD_ISSET(fdh-fd, readfds))
 +   network_event |= FD_READ;
 +  }
 +if (writefds)
 +  {
 + if (FD_ISSET(fdh-fd, writefds))
 +   network_event |= FD_WRITE;
 +  }
 +if (exceptfds)
 +  {
 + if (FD_ISSET(fdh-fd, exceptfds))
 +   network_event |= FD_OOB;
 +  }

  if (network_event)
{
 @@ -1986,9 +1995,12 @@
 result = MsgWaitForMultipleObjects(objects_nbr, (const HANDLE *)objects, 
 EINA_FALSE,
timeout, QS_ALLINPUT);

 -   FD_ZERO(readfds);
 -   FD_ZERO(writefds);
 -   FD_ZERO(exceptfds);
 +   if (readfds)
 + FD_ZERO(readfds);
 +   if (writefds)
 + FD_ZERO(writefds);
 +   if (exceptfds)
 + FD_ZERO(exceptfds);

 /* The result tells us the type of event we have. */
 if (result == WAIT_FAILED)
 @@ -2021,11 +2033,11 @@

  WSAEnumNetworkEvents(sockets[result], objects[result], 
 network_event);

 -if (network_event.lNetworkEvents  FD_READ)
 +if ((network_event.lNetworkEvents  FD_READ)  readfds)
FD_SET(sockets[result], readfds);
 -if (network_event.lNetworkEvents  FD_WRITE)
 +if ((network_event.lNetworkEvents  FD_WRITE)  writefds)
FD_SET(sockets[result], writefds);
 -if (network_event.lNetworkEvents  FD_OOB)
 +if ((network_event.lNetworkEvents  FD_OOB)  exceptfds)
FD_SET(sockets[result], exceptfds);

  res = 1;


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net

Re: [E-devel] E SVN: discomfitor IN trunk/ecore: . src/lib/ecore

2012-08-13 Thread Vincent Torri
and thanks :)

On Mon, Aug 13, 2012 at 1:26 PM, Vincent Torri vincent.to...@gmail.com wrote:
 On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
 Log:
 patch from vtorri fixing rare segv condition in main loop

 actually, it always seg fault on windows since revision 59823
 (ecore_pipe.c improvement) and another one which call an ecore_pipe
 function in ecore_init (iirc)

 Vincent



 Author:   discomfitor
 Date: 2012-08-13 03:32:20 -0700 (Mon, 13 Aug 2012)
 New Revision: 75206
 Trac: http://trac.enlightenment.org/e/changeset/75206

 Modified:
   trunk/ecore/ChangeLog trunk/ecore/NEWS 
 trunk/ecore/src/lib/ecore/ecore_main.c

 Modified: trunk/ecore/ChangeLog
 ===
 --- trunk/ecore/ChangeLog   2012-08-13 10:26:41 UTC (rev 75205)
 +++ trunk/ecore/ChangeLog   2012-08-13 10:32:20 UTC (rev 75206)
 @@ -858,3 +858,6 @@
  * Fix ecore fork reset function to allow for callbacks to be
attached so ecore-evas can reset evas async fd on fork.

 +2012-08-13  Vincent Torri
 +
 +* Fix segmentation fault when fd_set pointers are NULL on Windows

 Modified: trunk/ecore/NEWS
 ===
 --- trunk/ecore/NEWS2012-08-13 10:26:41 UTC (rev 75205)
 +++ trunk/ecore/NEWS2012-08-13 10:32:20 UTC (rev 75206)
 @@ -29,6 +29,7 @@
   - Force cancel of all running Ecore_Thread on shutdown.
   - Make Ecore_Thread work reliably when called without a running main 
 loop.
   - Correctly shutdown Ecore_Thread.
 + - Fix usage of FD_SET and al. when fd_set pointers are NULL (Windows)

  * ecore_x
   - Fix unitialized Ecore_X_Atom use.

 Modified: trunk/ecore/src/lib/ecore/ecore_main.c
 ===
 --- trunk/ecore/src/lib/ecore/ecore_main.c  2012-08-13 10:26:41 UTC (rev 
 75205)
 +++ trunk/ecore/src/lib/ecore/ecore_main.c  2012-08-13 10:32:20 UTC (rev 
 75206)
 @@ -1941,12 +1941,21 @@
  long network_event;

  network_event = 0;
 -if (FD_ISSET(fdh-fd, readfds))
 -  network_event |= FD_READ;
 -if (FD_ISSET(fdh-fd, writefds))
 -  network_event |= FD_WRITE;
 -if (FD_ISSET(fdh-fd, exceptfds))
 -  network_event |= FD_OOB;
 +if (readfds)
 +  {
 + if (FD_ISSET(fdh-fd, readfds))
 +   network_event |= FD_READ;
 +  }
 +if (writefds)
 +  {
 + if (FD_ISSET(fdh-fd, writefds))
 +   network_event |= FD_WRITE;
 +  }
 +if (exceptfds)
 +  {
 + if (FD_ISSET(fdh-fd, exceptfds))
 +   network_event |= FD_OOB;
 +  }

  if (network_event)
{
 @@ -1986,9 +1995,12 @@
 result = MsgWaitForMultipleObjects(objects_nbr, (const HANDLE *)objects, 
 EINA_FALSE,
timeout, QS_ALLINPUT);

 -   FD_ZERO(readfds);
 -   FD_ZERO(writefds);
 -   FD_ZERO(exceptfds);
 +   if (readfds)
 + FD_ZERO(readfds);
 +   if (writefds)
 + FD_ZERO(writefds);
 +   if (exceptfds)
 + FD_ZERO(exceptfds);

 /* The result tells us the type of event we have. */
 if (result == WAIT_FAILED)
 @@ -2021,11 +2033,11 @@

  WSAEnumNetworkEvents(sockets[result], objects[result], 
 network_event);

 -if (network_event.lNetworkEvents  FD_READ)
 +if ((network_event.lNetworkEvents  FD_READ)  readfds)
FD_SET(sockets[result], readfds);
 -if (network_event.lNetworkEvents  FD_WRITE)
 +if ((network_event.lNetworkEvents  FD_WRITE)  writefds)
FD_SET(sockets[result], writefds);
 -if (network_event.lNetworkEvents  FD_OOB)
 +if ((network_event.lNetworkEvents  FD_OOB)  exceptfds)
FD_SET(sockets[result], exceptfds);

  res = 1;


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___

Re: [E-devel] E SVN: discomfitor IN trunk/ecore: . src/lib/ecore

2012-08-13 Thread Michael Blumenkrantz
but it's rare because it only happens on windows

On Mon, Aug 13, 2012 at 12:26 PM, Vincent Torri vincent.to...@gmail.comwrote:

 On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  patch from vtorri fixing rare segv condition in main loop

 actually, it always seg fault on windows since revision 59823
 (ecore_pipe.c improvement) and another one which call an ecore_pipe
 function in ecore_init (iirc)

 Vincent

 
 
  Author:   discomfitor
  Date: 2012-08-13 03:32:20 -0700 (Mon, 13 Aug 2012)
  New Revision: 75206
  Trac: http://trac.enlightenment.org/e/changeset/75206
 
  Modified:
trunk/ecore/ChangeLog trunk/ecore/NEWS
 trunk/ecore/src/lib/ecore/ecore_main.c
  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Sun, Aug 12, 2012 at 3:48 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 python-e_dbus 1.7.0

   sync with C version, including in version.

   cython and python versions updated to what I have in my machine, at
   least it's known to work.



 Author:   barbieri
 Date: 2012-08-12 11:48:05 -0700 (Sun, 12 Aug 2012)
 New Revision: 75170
 Trac: http://trac.enlightenment.org/e/changeset/75170

 Modified:
   trunk/BINDINGS/python/python-e_dbus/README 
 trunk/BINDINGS/python/python-e_dbus/configure.ac

 Modified: trunk/BINDINGS/python/python-e_dbus/README
 ===
 --- trunk/BINDINGS/python/python-e_dbus/README  2012-08-12 18:47:10 UTC (rev 
 75169)
 +++ trunk/BINDINGS/python/python-e_dbus/README  2012-08-12 18:48:05 UTC (rev 
 75170)
 @@ -3,11 +3,11 @@
  REQUIREMENTS
  

 - * E_Dbus = 1.0.0
 - * D-Bus Python = 0.80
 - * Ecore = 1.0.0(indirect, E_DBus dependency)
 - * D-Bus = 0.62 (indirect, E_DBus dependency)
 - * Python = 2.4
 + * E_Dbus = 1.7.0
 + * D-Bus Python = 1.0.0
 + * Ecore = 1.7.0(indirect, E_DBus dependency)
 + * D-Bus = 1.4.0(indirect, E_DBus dependency)
 + * Python = 2.7 (tested version, may work with older or newer)


  BUILDING AND INSTALLING

 Modified: trunk/BINDINGS/python/python-e_dbus/configure.ac
 ===
 --- trunk/BINDINGS/python/python-e_dbus/configure.ac2012-08-12 18:47:10 
 UTC (rev 75169)
 +++ trunk/BINDINGS/python/python-e_dbus/configure.ac2012-08-12 18:48:05 
 UTC (rev 75170)
 @@ -1,25 +1,24 @@
  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 -m4_define([v_maj], [0])
 +m4_define([v_maj], [1])
  m4_define([v_min], [7])
 -m4_define([v_mic], [3])
 -m4_define([v_rev], m4_esyscmd([(svnversion ${SVN_REPO_PATH:-.} | grep -v 
 export || echo 0) | awk -F : '{printf(%s\n, $1);}' | tr -d ' :MSP\n']))
 +m4_define([v_mic], [0])
 +m4_define([v_rev], m4_esyscmd([(svnversion ${SVN_REPO_PATH:-.} | grep -v 
 '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf(%s\n, 
 $1);}' | tr -d ' :MSP\n']))
  m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2 /dev/null | 
 (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d 
 '\n']))])
  ##--   When released, remove the dnl on the below line
 -dnl m4_undefine([v_rev])
 +m4_undefine([v_rev])
  ##--   When doing snapshots - change soname. remove dnl on below line
 -m4_define([relname], [ver-pre-svn-08])
 -m4_define([v_rel], [-release relname])
 +dnl m4_define([relname], [ver-pre-svn-07])
 +dnl m4_define([v_rel], [-release relname])
  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 -m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])],
 -[m4_define([v_ver], [v_maj.v_min.v_mic])])
 -m4_define([lt_rev], m4_eval(v_maj + v_min))
 -m4_define([lt_cur], v_mic)
 +m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], 
 [m4_define([v_ver], [v_maj.v_min.v_mic])])
 +m4_define([lt_cur], m4_eval(v_maj + v_min))
 +m4_define([lt_rev], v_mic)
  m4_define([lt_age], v_min)
  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
  ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##

 -AC_INIT([python-e_dbus], [v_ver], 
 [enlightenment-devel@lists.sourceforge.net])
 +AC_INIT([python-e_dbus], [v_ver-alpha], 
 [enlightenment-devel@lists.sourceforge.net])
  AC_PREREQ([2.65])
  AC_CONFIG_SRCDIR([configure.ac])
  AC_CONFIG_MACRO_DIR([m4])
 @@ -62,11 +61,11 @@
  fi
  AC_SUBST(pkgconfig_requires_private)

 -pkgconfig_edbus_requires_libs=dbus-python = 0.83, edbus = 1.0.0
 +pkgconfig_edbus_requires_libs=dbus-python = 1.0.0, edbus = 1.7.0

Is 1.0 actually required? Fedora and maybe other distros still ship
0.83, which is sufficient for building here.


-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Gustavo Sverzut Barbieri
O dont know. That's what I know work on my machine. If it works with
others, then decrease the number, it can go in our beta and final release.

On Monday, August 13, 2012, Eduardo Lima (Etrunko) wrote:

 On Sun, Aug 12, 2012 at 3:48 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  python-e_dbus 1.7.0
 
sync with C version, including in version.
 
cython and python versions updated to what I have in my machine, at
least it's known to work.
 
 
 
  Author:   barbieri
  Date: 2012-08-12 11:48:05 -0700 (Sun, 12 Aug 2012)
  New Revision: 75170
  Trac: http://trac.enlightenment.org/e/changeset/75170
 
  Modified:
trunk/BINDINGS/python/python-e_dbus/README
 trunk/BINDINGS/python/python-e_dbus/configure.ac
 
  Modified: trunk/BINDINGS/python/python-e_dbus/README
  ===
  --- trunk/BINDINGS/python/python-e_dbus/README  2012-08-12 18:47:10 UTC
 (rev 75169)
  +++ trunk/BINDINGS/python/python-e_dbus/README  2012-08-12 18:48:05 UTC
 (rev 75170)
  @@ -3,11 +3,11 @@
   REQUIREMENTS
   
 
  - * E_Dbus = 1.0.0
  - * D-Bus Python = 0.80
  - * Ecore = 1.0.0(indirect, E_DBus dependency)
  - * D-Bus = 0.62 (indirect, E_DBus dependency)
  - * Python = 2.4
  + * E_Dbus = 1.7.0
  + * D-Bus Python = 1.0.0
  + * Ecore = 1.7.0(indirect, E_DBus dependency)
  + * D-Bus = 1.4.0(indirect, E_DBus dependency)
  + * Python = 2.7 (tested version, may work with older or newer)
 
 
   BUILDING AND INSTALLING
 
  Modified: trunk/BINDINGS/python/python-e_dbus/configure.ac
  ===
  --- trunk/BINDINGS/python/python-e_dbus/configure.ac2012-08-12
 18:47:10 UTC (rev 75169)
  +++ trunk/BINDINGS/python/python-e_dbus/configure.ac2012-08-12
 18:48:05 UTC (rev 75170)
  @@ -1,25 +1,24 @@
   ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
   ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
  -m4_define([v_maj], [0])
  +m4_define([v_maj], [1])
   m4_define([v_min], [7])
  -m4_define([v_mic], [3])
  -m4_define([v_rev], m4_esyscmd([(svnversion ${SVN_REPO_PATH:-.} | grep
 -v export || echo 0) | awk -F : '{printf(%s\n, $1);}' | tr -d ' :MSP\n']))
  +m4_define([v_mic], [0])
  +m4_define([v_rev], m4_esyscmd([(svnversion ${SVN_REPO_PATH:-.} | grep
 -v '\(export\|Unversioned directory\)' || echo 0) | awk -F :
 '{printf(%s\n, $1);}' | tr -d ' :MSP\n']))
   m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2 /dev/null
 | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d
 '\n']))])
   ##--   When released, remove the dnl on the below line
  -dnl m4_undefine([v_rev])
  +m4_undefine([v_rev])
   ##--   When doing snapshots - change soname. remove dnl on below line
  -m4_define([relname], [ver-pre-svn-08])
  -m4_define([v_rel], [-release relname])
  +dnl m4_define([relname], [ver-pre-svn-07])
  +dnl m4_define([v_rel], [-release relname])
   ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
  -m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])],
  -[m4_define([v_ver], [v_maj.v_min.v_mic])])
  -m4_define([lt_rev], m4_eval(v_maj + v_min))
  -m4_define([lt_cur], v_mic)
  +m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])],
 [m4_define([v_ver], [v_maj.v_min.v_mic])])
  +m4_define([lt_cur], m4_eval(v_maj + v_min))
  +m4_define([lt_rev], v_mic)
   m4_define([lt_age], v_min)
   ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
   ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 
  -AC_INIT([python-e_dbus], [v_ver], [Is 1.0 actually required? Fedora
 and maybe other distros still ship
 0.83, which is sufficient for building here.


 --
 Eduardo de Barros Lima ◤✠◢
 ebl...@gmail.com javascript:;


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. 

[E-devel] ecore_input_init bug ?

2012-08-13 Thread Vincent Torri
hey

i'm just wondering if it's normal that ecore_event_init() does not
call ecore_init(). There is no doc in ecore_input, so no one knows
that ecore_init() must be called before ecore_event_init(). Anyway, I
think that it's safer to call ecore_init() in ecore_event_init().

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ecore_input_init bug ?

2012-08-13 Thread Michael Blumenkrantz
definitely a bug, the other sublibraries call it.

On Mon, Aug 13, 2012 at 2:05 PM, Vincent Torri vincent.to...@gmail.comwrote:

 hey

 i'm just wondering if it's normal that ecore_event_init() does not
 call ecore_init(). There is no doc in ecore_input, so no one knows
 that ecore_init() must be called before ecore_event_init(). Anyway, I
 think that it's safer to call ecore_init() in ecore_event_init().

 Vincent


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Mon, Aug 13, 2012 at 9:30 AM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 O dont know. That's what I know work on my machine. If it works with
 others, then decrease the number, it can go in our beta and final release.


Alright, done in 75211


-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Fwd: Re: [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Stefan Schmidt
Report from e-user:


 Original Message 
Subject: Re: [e-users] Python-EFL 1.7.0 ALPHA
Date: Mon, 13 Aug 2012 14:17:26 +0100
From: Andreas Martens andr...@nodreams.com
Reply-To: Enlightenment users discussion  support 
enlightenment-us...@lists.sourceforge.net
To: Enlightenment users discussion  support 
enlightenment-us...@lists.sourceforge.net
CC: Enlightenment Development enlightenment-devel@lists.sourceforge.net

Heya,

This seems to break on Debian, cython 0.15.1 is the latest available.
  Modifying configure.ac for python-evas to just require 0.15 of cython
worked just fine for me, any change we can have the requirement relaxed
please?

thanks,
Andreas (etweek)


On 12 August 2012 22:09, Gustavo Sverzut Barbieri
barbi...@profusion.mobiwrote:

 People,

 Following the release of EFL 1.7.0 ALPHA, I'm synchronizing the
 version of the python bindings and doing the releases.

 Note that I've updated the requirements so they match my machine, that
 way I know that things work properly.

 The tarballs should compile fine and they do NOT need Cython. They
 ship with the generated files and are free of trouble :-)

 BR,
 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-users mailing list
 enlightenment-us...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
--
Andreas Martens
email / msn / googletalk: andr...@nodreams.com
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-users mailing list
enlightenment-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: etrunko trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 10:43 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 Decrease dbus-python version requirement to 0.83.0

could you change README as well? :-)


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 10:17 AM, Andreas Martens andr...@nodreams.com wrote:
 Heya,

 This seems to break on Debian, cython 0.15.1 is the latest available.
  Modifying configure.ac for python-evas to just require 0.15 of cython
 worked just fine for me, any change we can have the requirement relaxed
 please?

no, because the release tarball does not need cython :-)

for release we ship the generated files and these are known to work.
You should not depend on it for your package.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: etrunko trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Mon, Aug 13, 2012 at 11:23 AM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 On Mon, Aug 13, 2012 at 10:43 AM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
 Log:
 Decrease dbus-python version requirement to 0.83.0

 could you change README as well? :-)


Done, thanks for the pointer

-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 11:39 AM, Andreas Martens andr...@nodreams.com wrote:
 On 13 August 2012 15:24, Gustavo Sverzut Barbieri
 barbi...@profusion.mobiwrote:

 On Mon, Aug 13, 2012 at 10:17 AM, Andreas Martens andr...@nodreams.com
 wrote:
  Heya,
 
  This seems to break on Debian, cython 0.15.1 is the latest available.
   Modifying configure.ac for python-evas to just require 0.15 of cython
  worked just fine for me, any change we can have the requirement relaxed
  please?

 no, because the release tarball does not need cython :-)


 Please?

 I like building out of svn, and now I can't.


 for release we ship the generated files and these are known to work.
 You should not depend on it for your package.


 I wasn't planning on packaging it, just running it locally.

Ah, I see. Not the release, just the SVN.

Do you really confirm 0.15.1 is enough? Does it work properly? What do
you test with it?

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Michael Blumenkrantz
On Mon, 13 Aug 2012 08:53:55 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 I didn't think this day would ever come, but...shotgun is now in svn. I may
 hack on it at some point, but I've already accomplished what I wanted with it
 so people should feel free to do whatever they want here including
 changing/rewriting/adding ui parts 
 
 Author:   discomfitor
 Date: 2012-08-13 08:53:55 -0700 (Mon, 13 Aug 2012)
 New Revision: 75218
 Trac: http://trac.enlightenment.org/e/changeset/75218
 
Q: what is shotgun ?
A: shotgun is a somewhat feature-ful xmpp (and only xmpp) library+client
that I wrote last year to fulfil one purpose: an EFL xmpp client that could do
tooltip images on mouseover of a web url. it reached that stage fairly early
and then gained a bunch of random features -- I wrote elementary's collapsing
frame animation to use in the settings panel here.

Q: so...it works?
A: for a given value of works. I've used it exhaustively with google talk and
tested (successfully) connecting to ejabberd. some ui bits aren't working very
well due to recent elementary changes, but they're not critical and/or
noticeable. wfm.

Q: you know your ui is ugly, right?
A: yes, gustavo, I know it's ugly, but I don't care since I never intended for
it to be widely used. in fact, you once did a very nice mockup of a
more mobile-friendly ui for me which I have had open in my web browser for
around 8 months now: http://people.profusion.mobi/~gustavo/shotgun-chat-ui.png

===
I realized that this has been wasting away on my github for the past 6 months
without much activity, and, while I currently have nothing that I'm planning to
do with it, others might enjoy hacking on it or something. if people want to
change stuff around, that's cool with me: no need to ask first.

it should be noted that shotgun contains a fully functional and separate
library for working with xmpp and that this library does not in any way
require the application.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 1:14 PM, Andreas Martens andr...@nodreams.com wrote:
 On 13 August 2012 16:42, Gustavo Sverzut Barbieri
 barbi...@profusion.mobiwrote:

 On Mon, Aug 13, 2012 at 11:39 AM, Andreas Martens andr...@nodreams.com
 wrote:
  On 13 August 2012 15:24, Gustavo Sverzut Barbieri
  barbi...@profusion.mobiwrote:
 
  On Mon, Aug 13, 2012 at 10:17 AM, Andreas Martens andr...@nodreams.com
 
  wrote:
   Heya,
  
   This seems to break on Debian, cython 0.15.1 is the latest available.
Modifying configure.ac for python-evas to just require 0.15 of
 cython
   worked just fine for me, any change we can have the requirement
 relaxed
   please?
 
  no, because the release tarball does not need cython :-)
 
 
  Please?
 
  I like building out of svn, and now I can't.
 
 
  for release we ship the generated files and these are known to work.
  You should not depend on it for your package.
 
 
  I wasn't planning on packaging it, just running it locally.

 Ah, I see. Not the release, just the SVN.

 Do you really confirm 0.15.1 is enough? Does it work properly? What do
 you test with it?


 Ah well, erm... I'm a developer, so I generally assume that as long as it
 builds it's working fine... Not to hot on this testing malarkey.

 I might be testing it, I don't know, what's guaranteed to use it?

I'm testing with econnman, but that needs connman to be running.

Let's say build is enough here as cython is more likely to break
during this phase.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread Vincent Torri
On Mon, Aug 13, 2012 at 10:55 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri vincent.to...@gmail.com 
 said:

 On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Sun, 12 Aug 2012 18:58:23 +0200 Vincent Torri vincent.to...@gmail.com
  said:
 
  Hey
 
  I have several problem on Windows (native compilation). I just list
  the problems, I'll give more details later (no time right now)
 
  1) edje_cc can not compile elementary theme (problem with embryo ?),
  though it can compile other theme
 
  i remember you poking into this and finding it wasn't executing embryo_cc 
  or
  something?

 it's actually called, it's just that, because ecore_exe, stdout was
 redirected somewhere else, so my printf's were not helpful :)

 hmm so what is the problem here? is it actually returning a non-zero return
 code? if so why isn't it?

no idea at all. Attached is the output. Tell me what to print, to modify, etc...

Vincent


elm_1.log
Description: Binary data
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 19:59:33 +0200 Vincent Torri vincent.to...@gmail.com said:

 On Mon, Aug 13, 2012 at 10:55 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri vincent.to...@gmail.com
  said:
 
  On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler ras...@rasterman.com
  wrote:
   On Sun, 12 Aug 2012 18:58:23 +0200 Vincent Torri
   vincent.to...@gmail.com said:
  
   Hey
  
   I have several problem on Windows (native compilation). I just list
   the problems, I'll give more details later (no time right now)
  
   1) edje_cc can not compile elementary theme (problem with embryo ?),
   though it can compile other theme
  
   i remember you poking into this and finding it wasn't executing
   embryo_cc or something?
 
  it's actually called, it's just that, because ecore_exe, stdout was
  redirected somewhere else, so my printf's were not helpful :)
 
  hmm so what is the problem here? is it actually returning a non-zero return
  code? if so why isn't it?
 
 no idea at all. Attached is the output. Tell me what to print, to modify,
 etc...

can you put a printf in find_subst() in embryo_cc_sclist.c before the asserts
and printf name and length ?

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Compilation of elementary_test misbehaviour in Wayland

2012-08-13 Thread Eduardo Lima (Etrunko)
Heya,

I have gone through each one of the tests in elementary_test comparing
the behaviour of the tests using wayland backend and X11. The list of
issues can be found in the following wiki page:

http://trac.enlightenment.org/e/wiki/Wayland/ElementaryTest

Many of the issues are related to each other and the fixes will result
in improvement for all the others. Some of them are already have tickets
associated, and for the ones which don't, I will create the tickets
tomorrow.

Best regards, Etrunko

-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer, Open Source Technology Center
Intel Corporation
São Paulo, Brazil
eduardo.l...@linux.intel.com

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Daniel Juyung Seo
Awesome! Finally shotgun came in svn!
I've been using it for so long and I liked it.
Btw, following instruction gave me tons of undefined reference to
shotgun_.
$ ./autogen.sh
$ make

Any solution for this?

Daniel Juyung Seo (SeoZ)


On Tue, Aug 14, 2012 at 1:07 AM, Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:
 On Mon, 13 Aug 2012 08:53:55 -0700
 Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 I didn't think this day would ever come, but...shotgun is now in svn. I may
 hack on it at some point, but I've already accomplished what I wanted with it
 so people should feel free to do whatever they want here including
 changing/rewriting/adding ui parts

 Author:   discomfitor
 Date: 2012-08-13 08:53:55 -0700 (Mon, 13 Aug 2012)
 New Revision: 75218
 Trac: http://trac.enlightenment.org/e/changeset/75218

 Q: what is shotgun ?
 A: shotgun is a somewhat feature-ful xmpp (and only xmpp) library+client
 that I wrote last year to fulfil one purpose: an EFL xmpp client that could do
 tooltip images on mouseover of a web url. it reached that stage fairly early
 and then gained a bunch of random features -- I wrote elementary's collapsing
 frame animation to use in the settings panel here.

 Q: so...it works?
 A: for a given value of works. I've used it exhaustively with google talk 
 and
 tested (successfully) connecting to ejabberd. some ui bits aren't working very
 well due to recent elementary changes, but they're not critical and/or
 noticeable. wfm.

 Q: you know your ui is ugly, right?
 A: yes, gustavo, I know it's ugly, but I don't care since I never intended for
 it to be widely used. in fact, you once did a very nice mockup of a
 more mobile-friendly ui for me which I have had open in my web browser for
 around 8 months now: http://people.profusion.mobi/~gustavo/shotgun-chat-ui.png

 ===
 I realized that this has been wasting away on my github for the past 6 months
 without much activity, and, while I currently have nothing that I'm planning 
 to
 do with it, others might enjoy hacking on it or something. if people want to
 change stuff around, that's cool with me: no need to ask first.

 it should be noted that shotgun contains a fully functional and separate
 library for working with xmpp and that this library does not in any way
 require the application.

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: bdilly trunk/econnman

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 7:23 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:

 Log:
 Econnman: use a more informative message when not registered

   If no agent is registered, user should know she can run econnman-bin
   with -a to register econnman-bin agent.

nice... but maybe start the agent and retry? Most users that start it
from menu (.desktop) will not see this message anyway


--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compilation of elementary_test misbehaviour in Wayland

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 21:22:26 -0300 Eduardo Lima (Etrunko)
eduardo.l...@linux.intel.com said:

hey ... interesting email address there etrunko :)

a quick read of that:

3d:
  wayland_egl or wayland_shm?

buttons:
  i think this may be a result of soem framespace coord issues in events - not
sure though. cursors: yup. incomplete cursor work in efl wayland support

effects:
  i suspect framespace issues.

entry:
  framespace issues here and pending patches for copy  paste.

focus:
  i think framespace again. shift-tab may be a kbd modifier/sym issue

lists:
  both smell like non-wayland specific issues... ARGH!. i've remvoed from that
wiki page and moved to the elm bugs ticket here:
http://trac.enlightenment.org/e/ticket/1195

naviframe:
  framespace issue again i think

popup:
  framespace - i think event coords issue

selectors:
  framespace issues

stored surface buffer:
  fullscreen will be a lack of an implemented please make my window
fullscreen request in efl core (ecore/elm) and/or in the wayland compositor
itself. not sure.

toolbars:
  framespace :)

window/background:
  window inline... eh? weird weird! thats just a buffer canvas. hmm maybe
buffer canvas support in wayland stuff in ecore-evas isnt working?
  rotation... the engine must support this - this will be an issue in
wayland_shm or wayland_egl. it's incomplete support for this feature.

so out of this i get the following:

1. framespace issues all over. probably lots of corner cases missing handling
and event translation etc.
2. some incomplete support in ecore/elm and evas for features. :)
3. gl stuff depends on your answer on engine :)

 Heya,
 
 I have gone through each one of the tests in elementary_test comparing
 the behaviour of the tests using wayland backend and X11. The list of
 issues can be found in the following wiki page:
 
 http://trac.enlightenment.org/e/wiki/Wayland/ElementaryTest
 
 Many of the issues are related to each other and the fixes will result
 in improvement for all the others. Some of them are already have tickets
 associated, and for the ones which don't, I will create the tickets
 tomorrow.
 
 Best regards, Etrunko
 
 -- 
 Eduardo de Barros Lima (Etrunko)
 Software Engineer, Open Source Technology Center
 Intel Corporation
 São Paulo, Brazil
 eduardo.l...@linux.intel.com
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2012-08-13 Thread Sanjeev BA
Awesome information.

On Sun, Aug 12, 2012 at 2:13 PM, Carsten Haitzler ras...@rasterman.comwrote:

 On Sun, 12 Aug 2012 01:27:21 -0300 Gustavo Sverzut Barbieri
 barbi...@profusion.mobi said:

  On Sun, Aug 12, 2012 at 1:17 AM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
 so memcpy changed behavior, though within specs of the manual page
 anyway, but now the values can be ones that break the simple
 assignment.
 
  there was a long discussion about this and MySQL or Kernel, I don't
  recall which one it was, but was the same reason :-P

 how interesting...

 resulted in a vulnerability n mysql:

 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2122

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel