Re: [E-devel] Problem with elemines

2016-06-09 Thread Jérôme Pinot
Le jeudi 09 juin 2016 à 16:53 -0700, Tim Bird a écrit :
> Hi EFL devs...
> 
> I am a newbie to EFL development.  I'm trying to write a little test
> program for EFL, and wanted to test out elemines as an example of
> some of
> the techniques.
> However, I ran into some problems.
> 
> I am running EFL 17 on Ubuntu 14.04.  I cloned elemines from
> https://git.enlightenment.org/games/elemines.git
> and was able to get it built.
Please use a stable release before reporting bugs. The git version is
not supposed to work at any time. The last release of elemines could be
find here: https://sourceforge.net/projects/elemines/files/0.2.3/ It's
a bit old but should run fine.
You'll need elementary and etrophy. If your distro doesn't provide it,
you will have to compile them yourself. Putting them in /usr/local/lib
is normally not an issue as this path is normally already in your
/etc/ld.so.conf. You maybe just forgot to launch ldconfig.
Kind regards,
> 1) - path to libetrophy error
> When I try to run it, I got the following error message:
> elemines: error while loading shared libraries: libetrophy.so.0: cannot
> open shared object file: No such file or directory
> 
> During the build, I figured out I needed etrophy, and built and installed
> the shared
> library for that.  They etrophy libraries ended up in /usr/local/lib
> 
> I can work around this using 'export LD_LIBRARY_PATH=/usr/local/lib',
> before running elemines.
> 
> 2) missing some elementary config
> When I run elemines (with the right library path), I get a warning from the
> program:
> 
> ERR<27210>:eio lib/eio/eio_monitor.c:339 eio_monitor_stringshared_add()
> monitored path '/home/CORPUSERS/10102229/.elementary/config/standard' not
> found.
> 
> I don't have the enlightenment window manager installed (to my knowledge).
> I'm not sure what is being looked for here,
> but the warning is a bit disconcerting.  I can make the warning go away by
> creating the directory
> ~/.elementary/config/standard, but I'm worried that something is supposed
> to be there that's not.
> 
> 3) Segmentation fault
> This is the most serious problem.  elemines gets a segmentation fault when
> I do the first mouse click in the
> game grid.
> 
> I debugged the program a bit and found that there's a sscanf on a string
> used to map the mouse click to
> the game grid.  Here's the sscanf:
>   sscanf(source, "board[%i,%i]:overlay", , );
> 
> but here's the value of the 'source' string used with it:
>   board[item_0x7fff8daa2c60{7,2}]:overlay
> 
> this is in the routine _click() in src/game.c
> Note that there's no error handling for the sscanf.  However, the string
> clearly is not what's expected.
> 
> In another part of the program, there's this line, which seems to specify
> the string for the
> mouse click grid mapping.
> 
> edje_object_signal_callback_add(edje, "mouse,clicked,*",
> "board\\[*\\]:overlay", _click, NULL);
> 
> It appears that elemines expects the coordinates from the specified string
> inside the
> brackets (I'm guessing that's what the * is for in the string.  However, I
> don't know
> where this 'item_0x7fff8daa2c60{..}' is coming from.
> 
> Is there something from edje that's missing, to have the mouse click string
> come out properly?
> 
> Thanks,
>  -- Tim
> 
>  -- Tim Bird
> Senior Software Engineer, Sony Mobile
> Architecture Group Chair, CE Workgroup, Linux Foundation
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> 
> ___
> enlightenment-devel mailing list
> 
enlightenment-devel@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel> 

-- 
Jérôme Pinot
http://ngc891.blogdns.net


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elemies in tizen sdk

2014-10-24 Thread Jérôme Pinot


Le 22/10/2014 23:11, ChunEon Park a écrit :
 thanks you!
 
 need to check in detail how it's portable but seems no problem.
 
 I guess only some key input  may be changed since it's touch screen based. 
 but other things will be kept with original.
 
 If i need your help then will ask. :)
 
 by the way, will you join e korea community seminar? 
 or dinner on this sunday?

I'll try to be here for the seminar!

 
 
 -Regards, Hermet-
 
 P style='font-size:10pt;FONT-FAMILY: Gulim,AppleGothic,sans-serif;padding:0 
 0 0 10pt'span-Original Message-/spanBRBFrom:/B Jérôme 
 Pinotngc...@gmail.com BRBTo:/B ChunEon Parkher...@naver.com; 
 EFL-Develenlightenment-devel@lists.sourceforge.net; BRBCc:/B 
 BRBSent:/B 2014-10-22 (수) 23:01:31BRBSubject:/B Re: elemies in 
 tizen sdkBRBRLe 22/10/2014 22:33, ChunEon Park a écrit :
 Hi, elemies developers.

 if tizen sdk includes elemies  as one casual game sample, 
 It will be more attractive for tizen application developers.

 Jerome and it's contributors,  what do you think about?
 
 Great!
 
 if you don't mind, then i try put the game into tizen sdk.
 
 Neat, I'll have some time next week to help if you need.
 
 
 -Regards, Hermet-
 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elemies in tizen sdk

2014-10-22 Thread Jérôme Pinot
Le 22/10/2014 22:33, ChunEon Park a écrit :
 Hi, elemies developers.
 
 if tizen sdk includes elemies  as one casual game sample, 
 It will be more attractive for tizen application developers.
 
 Jerome and it's contributors,  what do you think about?

Great!

 if you don't mind, then i try put the game into tizen sdk.

Neat, I'll have some time next week to help if you need.

 
 -Regards, Hermet-

-- 
Jérôme Pinot
http://ngc891.blogdns.net/

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Korea e dinner

2014-04-06 Thread Jérôme Pinot
On 04/03/14 16:58, Carsten Haitzler wrote:
 On Thu, 3 Apr 2014 16:42:29 +0900 Cedric BAIL cedric.b...@free.fr said:
 
  Cedric Bail
  On Apr 3, 2014 4:24 PM, Carsten Haitzler ras...@rasterman.com wrote:
  
   On Thu, 3 Apr 2014 11:47:30 +0900 Cedric BAIL cedric.b...@free.fr said:
  
Hello,
   
As most of you know by now, I will move to France for some time in a
  little
bit more than a week or so. So let's have a farewell Korea e dinner on
Saturday 12 ! So what time (late afternoon? Dinner? ) and where?
  
   7. itaewon of course! :)
  
  So unexpected! Maybe a little bit earlier?
 
 6:07. itaewon! :)

I'll be there too :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] SlackE18 is out!

2014-02-09 Thread Jérôme Pinot

Hi,

I'm pleased to announce the first release of SlackE18[1]. Like SlackE17, it
provides Enlightenment related pre-built packages to use with Linux Slackware.
You can install SlackE18 either using the tarball from SourceForge[2]. It
contains all the packages that you can install using the standard pkgtools.
You can also use Slackpkg+[3]
SlackE18 is already available for Slackware and Slackware64. The ARM build will
come very soon.

More details: http://ngc891.blogdns.net/?p=365 

[1] http://slacke18.sf.net/
[2] http://sourceforge.net/projects/slacke18/files/slacke18/0.18.3/ 
[3] http://ngc891.blogdns.net/pub/slacke18/slackpkgplus.txt 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Having dark/light concepts in the EFL

2014-01-03 Thread Jérôme Pinot
On 01/02/14 21:29, Davide Andreoli wrote:
 Jérôme: can you please provide some examples of the changes you made to
 adapt ePeriodique
 to the dark themes? so that I can elaborate better.

Maybe the most annoying thing is related to pictures using transparency.
They usually expect a white background. In eperiodique, there are
lattices for the crystal structure which was black in a transparent png
as you can see here bottom right:
http://eperiodique.sourceforge.net/shot2.png 
Switching to new theme made the lattice unreadable. I had choice
between adding a white background or changing the lattice color. Having
a white square over the background is not really eye-candy so I decided
to change the color of the pictures.
Unfortunately, I didn't find yet a way to do the same for the 118 bohr
models and so it doesn't look really nice (bottom center):
http://eperiodique.sourceforge.net/shot4.png 

Edje animations with colors (mouse over, etc) was made with bw theme so
the colors had to be adjusted to the new theme but that was not really
difficult. Making a big title with label was not easy when I started
eperiodique: widget scaling was not working at this time, default theme
didn't provide many choices. It was actually easier to do this with
edje. I agree with Raster on the style issue: we definitively need more
style to make development easier.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] New year E Korean diner

2014-01-01 Thread Jérôme Pinot
On 01/02/14 10:56, Cedric BAIL wrote:
 Hello everyone and happy new year,
 
 For those who are around Seoul next weekend, I think it would be nice
 to schedule a little diner there. So please vote :
 https://phab.enlightenment.org/V6 . Place is likely to be Gangnam or
 Itaewon...

Back from Okinawa, good for me Saturday :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] ePeriodique 0.5

2014-01-01 Thread Jérôme Pinot
Hi,

I updated ePeriodique, the EFL periodic table, to be compatible with the
new elementary 1.8 theme.

Website (with screenshots): http://eperiodique.sourceforge.net/ 
Direct download:
http://sourceforge.net/projects/eperiodique/files/0.5/eperiodique-0.5.tar.bz2/download
 

Blog note about the migration 1.7-1.8 :
http://ngc891.blogdns.net/?p=350 



-- 
Jérôme Pinot
http://ngc891.blogdns.net/

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment Korean Dinner

2013-11-15 Thread Jérôme Pinot
On 11/11/13 10:25, Cedric BAIL wrote:
 Hello everyone,
 
 As this Saturday we will see our beloved president of the
 Enlightenment foundation in Korea, Philippe Caseiro (Not bad for an
 introduction, I think I should be doing marketing !). I think it will
 be a good idea to plan a little diner in Seoul. So who is in on
 Saturday night ? And also maybe it would be nice to find a good Korean
 restaurant, so if anyone as a recommendation, do not be shy ! As it
 will be Saturday, we might need to book in advance, so please raise
 your hand if you are planning to come.
 
 Enjoy the party,
 -- 
 Cedric BAIL

Unfortunately, I'm not going to make it this evening. I'll be busy all
day tomorrow and I just got my Internet connection back 15 minutes ago,
thanks to a KT technician who fixed up the line.
Running out of time...


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enlightenment Korean Dinner

2013-11-11 Thread Jérôme Pinot
On 11/11/13 10:25, Cedric BAIL wrote:
 Hello everyone,
 
 As this Saturday we will see our beloved president of the
 Enlightenment foundation in Korea, Philippe Caseiro (Not bad for an
 introduction, I think I should be doing marketing !). I think it will
 be a good idea to plan a little diner in Seoul. So who is in on
 Saturday night ? And also maybe it would be nice to find a good Korean
 restaurant, so if anyone as a recommendation, do not be shy ! As it
 will be Saturday, we might need to book in advance, so please raise
 your hand if you are planning to come.
 
 Enjoy the party,
 -- 
 Cedric BAIL

I should be there.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] SlackE17 0.17.5

2013-11-09 Thread Jérôme Pinot
Hi,

I'm pleased to announced a new release of SlackE17, the E17 packages for Linux
Slackware. This release contains the EFL 1.7.9, enlightenment 0.17.5,
terminology, eperiodique, elemines and some extra modules.

As Slackware 14.1 has just been released almost in same time, there are two
sets of build so beware to choose the right one for your Slackware version.

Packages for Slackware 14.0 are available as usual here (i486, x86_64 and arm):
http://sourceforge.net/projects/slacke17/files/slacke17/0.17.5/ 

Packages for Slackware 14.1 are available here (i486 and x86_64, arm later):
http://sourceforge.net/projects/slacke17/files/slacke17/0.17.5/slackware-14.1/ 

Since SlackE17 0.17.3, it is now possible to install/update E17 online by using
slackpkg+. Read http://ngc891.blogdns.net/pub/slacke17/slackpkgplus.txt for
more information.

Be enlightened,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] efl packaging files

2013-11-06 Thread Jérôme Pinot
Hi,

Instead of having:
  efl/pkgbuild
  efl/spec
(and maybe more later)

It would be cleaner to have one single packaging folder:
efl/packaging/pkgbuild
efl/packaging/spec
etc.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread Jérôme Pinot
On 10/28/13 18:21, Carsten Haitzler wrote:
 On Mon, 28 Oct 2013 17:31:44 +0900 Cedric BAIL cedric.b...@free.fr said:
 
  On Mon, Oct 28, 2013 at 4:27 PM, Carsten Haitzler ras...@rasterman.com
  wrote:
   On Mon, 28 Oct 2013 14:45:38 +0900 Cedric BAIL cedric.b...@free.fr said:
   On Mon, Oct 28, 2013 at 11:49 AM, Carsten Haitzler ras...@rasterman.com
   wrote:
On Sat, 12 Oct 2013 11:43:33 +0900 Jérôme Pinot ngc...@gmail.com 
said:
   
great.. but how do you EXTRACT this info then from the lib? :) it's a
lib.. it can't execute on its own... and printfing such strings on 
every
fn call is just anti-social :)
  
   I would have said :
#define EFL_BUILD_DISTRO MyDistro
#define EFL_BUILD_VENDOR Main Tainer f...@bar.org
#define EFL_BUILD_VERSION 42
  
   ummm... ok - and so then we have tyo rely on application executables
   specifically finding these and printfing them or stuffing them into 
   dialogs?
  
  We could put those variable also in the pkg-config, but I was inclined
  on using that in our .e-crashdump.txt infra. So plain C code there.
 
 that's the point i was hinting at.. if its just some strings inside the 
 libs...
 then we need special stuff to extract it. if we add it to pc files or 
 otherwise
 make it easy to find... then thats useful.
 
What about this?
https://phab.enlightenment.org/D288 

Hi,
   
During the Enlightenment French League^W^W dinner, we had this idea of
having a configure option for the EFL to setup a string identifying 
the
compiler/maintainer/distribution of the build. Several projects use 
this
kind of string, for instance TexLive, LibreOffice or POV-Ray. It can 
be
use to find quickly the maintainer, to generate automatic bug reports
and most important, blame someone else (not you, no, really).
   
There are several way to accomplish this during configuration:
   
POV-Ray uses the COMPILED_BY=Main Tainer f...@bar.org environment
variable
   
TexLive uses --with-banner-add=Tex Live 2013/MyDistro Main Tainer
f...@bar.org
   
LibreOffice uses several options:
--with-distro=MyDistro
--with-vendor=Main Tainer f...@bar.org
--with-build-version=42
   
It seems to me that the LibreOffice options are better.
   
What do you think about this?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [RFC] configure options for maintainers

2013-10-11 Thread Jérôme Pinot
Hi,

During the Enlightenment French League^W^W dinner, we had this idea of
having a configure option for the EFL to setup a string identifying the
compiler/maintainer/distribution of the build. Several projects use this
kind of string, for instance TexLive, LibreOffice or POV-Ray. It can be
use to find quickly the maintainer, to generate automatic bug reports
and most important, blame someone else (not you, no, really).

There are several way to accomplish this during configuration:

POV-Ray uses the COMPILED_BY=Main Tainer f...@bar.org environment
variable

TexLive uses --with-banner-add=Tex Live 2013/MyDistro Main Tainer
f...@bar.org

LibreOffice uses several options:
--with-distro=MyDistro
--with-vendor=Main Tainer f...@bar.org
--with-build-version=42

It seems to me that the LibreOffice options are better.

What do you think about this?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-11 Thread Jérôme Pinot
On 09/11/13 12:03, Eduardo Lima (Etrunko) wrote:
 2013/9/11 Bertrand Jacquin be...@meleeweb.net:
  Hi,
 
  On 2013-09-11 00:36, Eduardo Lima (Etrunko) wrote:
  We now have tarballs up for testing in under the new pre-releases
  directory:
 
  http://download.enlightenment.org/pre-releases/efl-1.7.9/
  http://download.enlightenment.org/pre-releases/enlightenment-0.17.5/
 
  IMHO, it's bad to name tarball 'e_dbus-1.7.9.tar.bz2' (here for e_dbus
  exemple). Think about google bot and other crawlers that will put in the
  first result 'e_dbus-1.7.9.tar.bz2' corresponding to the pre-release
  directory, and this even when release will happenning, people will not
  see pre-releases subdirectory at first.
 
  Also, it may lead to misunderstood from people that will already have a
  file named e_dbus-1.7.9.tar.bz2 in their directory.
 
  Naming them e_dbus-1.7.9_pre1.Tar.bz2 in preferable or anything else
  that is not the final tarball name.
 
 
 It is already enough work to update configure.ac, ChangeLogs and NEWS
 for all 17 packages we ship, and I for myself am not doing it all over
 again only to remove a 'pre' tag. The idea is to move the tarballs to
 the release directory and remove the pre-release one whenever the
 packages are tested and good to go.

You don't have to change the configure.ac and friends, just rename the
final tarball. You see, last time for 1.7.8, there was problem to fix
so new packages were uploaded again with the exact same name. I, myself,
couldn't figure which one of the tarballs were patched as they got all
the same timestamp.

I do believe that different code tarballs should have different names.

If it's too difficult, at least give some checksums of the final tarballs
so people could check what they have without downloading them all over
again.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Releases pending

2013-09-10 Thread Jérôme Pinot
On 09/11/13 07:39, Simon wrote:
 On 09/11/2013 02:19 AM, Michael Blumenkrantz wrote:
  EFL 1.7.9 and E17.5 are currently pending.
 
  Standby for bugs and explosions, and remember to blame antognolli for 
  anything that goes wrong.
 Has anyone tested if the splash screen issue in E17.4 got fixed? I'm not 
 comfortable upgrading the openSUSE repo's until i know that issue has 
 been fixed. (They probably won't get updated anyway because we have a 
 feature freeze friday and i won't get time before then).

Looks good for me, but I'll try on my clean dev box this week-end.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-10 Thread Jérôme Pinot
On 09/11/13 09:44, Carsten Haitzler wrote:
 On Tue, 10 Sep 2013 19:36:49 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com
 said:
 
  We now have tarballs up for testing in under the new pre-releases directory:
  
  http://download.enlightenment.org/pre-releases/efl-1.7.9/
  http://download.enlightenment.org/pre-releases/enlightenment-0.17.5/
  
  Please test them and report any issues you may find.
 
 please please please... people test. everyone who has had problems (randr ones
 with blank screens or the init plash hang thing) test!. let's not have a 
 repeat
 of the last problems! test with EXISTING config, test with clean new users.
 test with splash on ANd off (though off should be fine if on works)... test
 with randr config set up or not etc. :) give it at least 2 weeks - maybe 4, to
 allow peolpe to test and feedback! please spam these lists every few days with
 requests to test! please put up a new item on phab's phame section (official
 announcements blog). TEST TEST TEST!

Just don't go too fast. Updating, building and testing take some time.
I'll check everything for Slackware i486, x86_64 and arm this week-end,
so don't release before monday :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] SVN to Git: final few steps

2013-09-09 Thread Jérôme Pinot
On 09/09/13 16:50, Tom Hacohen wrote:
 Dear friends and enemies,
 
 As you may have noticed, we have changed our whole infrastructure to 
 from SVN to Git. In that process we have migrated most of the individual 
 repositories (directories) from our SVN to their respective Git 
 repositories. We have reached a point in which people rarely ever commit 
 to our SVN repository.
 
 Therefore, it is time to ditch to SVN altogether. We are currently 
 working on migrating the whole SVN repository (with full history) to a 
 read only Git repository on our server. This change will happen sometime 
 this week.
 
 This means, that as of now, you shouldn't commit to SVN any more (we 
 will change that to be read only soon). Please let me know about any 
 projects you would like to see migrated to Git that we haven't migrated 
 already, and we will do our best to migrate them as soon as possible.
 
 Regards,
 Git team - the reunion.

If possible, I'd like to see the execwatch module migrated.

Thanks,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] E Korean diner before summer

2013-07-02 Thread Jérôme Pinot
On 06/13/13 14:31, Cedric BAIL wrote:
 Hello everyone,
 
 Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
 in the afternoon.
 
 Have fun,
 --
 Cedric BAIL

Few pictures of the event (pizza time!):
http://ngc891.blogdns.net/pub/e/2013-06-30/index.html 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] E Korean diner before summer

2013-06-29 Thread Jérôme Pinot
On 06/30/13 01:43, Cedric BAIL wrote:
 Yop,
 
 On Wed, Jun 26, 2013 at 5:09 AM, Cedric BAIL cedric.b...@free.fr wrote:
  On Wed, Jun 26, 2013 at 11:17 AM, Carsten Haitzler ras...@rasterman.com 
  wrote:
  On Wed, 26 Jun 2013 10:59:39 +0900 Jérôme Pinot ngc...@gmail.com said:
  On 06/13/13 14:31, Cedric BAIL wrote:
   Hello everyone,
  
   Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
   in the afternoon.
  
   Have fun,
   --
   Cedric BAIL
 
  So the votes went mostly for sunday june 30 in Seoul:
  https://phab.enlightenment.org/V1
 
  Let's do it? At what time/place?
 
  https://maps.google.com/maps?q=Brick+Oven+New+York+Pizza+Gangnam+Seoul,+Gangnam-gu,+Seoul,+South+Koreahl=enll=37.502913,127.027694spn=0.00177,0.001971sll=37.503283,127.028019sspn=0.003541,0.003943oq=gangnam+new+yorkhq=Brick+Oven+New+York+Pizza+Gangnam+Seoul,hnear=Gangnam-gu,+Seoul,+South+Koreat=mz=19iwloc=Alayer=ccbll=37.502999,127.02777panoid=9RXWSeBE9zHCxRK9K4f8Jgcbp=12,317.69,,0,-2.46
 
  We need to booked for that place. I am tasking JP for this as a
  homework :-) And maybe earlier we can go to some coffee place.
 
 Let's meet at 5pm in front of exit 11 of Gangnam station and we will
 move from there.
 --
 Cedric BAIL

OK for me!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] E Korean diner before summer

2013-06-25 Thread Jérôme Pinot
On 06/13/13 14:31, Cedric BAIL wrote:
 Hello everyone,
 
 Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
 in the afternoon.
 
 Have fun,
 --
 Cedric BAIL

So the votes went mostly for sunday june 30 in Seoul:
https://phab.enlightenment.org/V1 

Let's do it? At what time/place?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E Korean diner before summer

2013-06-13 Thread Jérôme Pinot
On 06/13/13 12:05, Tom Hacohen wrote:
 On 13/06/13 06:31, Cedric BAIL wrote:
  Hello everyone,
 
  Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
  in the afternoon.
 
 
 Why don't you do it next week? I know some people that will be in Korea 
 then (From the UK and IL).
 
 --
 Tom.

I'm busy the 22 in the morning but I'll be free in the afternoon. Not
sure about the evening, though.

So what about saturday 22 around 2PM?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E Korean diner before summer

2013-06-13 Thread Jérôme Pinot
On 06/13/13 12:05, Tom Hacohen wrote:
 On 13/06/13 06:31, Cedric BAIL wrote:
  Hello everyone,
 
  Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting
  in the afternoon.
 
 
 Why don't you do it next week? I know some people that will be in Korea 
 then (From the UK and IL).
 
 --
 Tom.
I added a vote on phab to help choose a date:
https://phab.enlightenment.org/V1

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-release] Release tarballs for testing - EFL 1.7.7 and Enlightenment 0.17.3

2013-05-14 Thread Jérôme Pinot
On 05/13/13 14:20, Rafael Antognolli wrote:
 Hello,
 
 Following are the package links for testing the release tarballs. Let
 me know if you find any error with them. If possible, please test them
 on your systems.

Looks good to me!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] @Korea

2013-05-12 Thread Jérôme Pinot
On 05/12/13 09:13, Michael Blumenkrantz wrote:
 You called, and now I'm here. Prepare for the consequences.

We will be a little bit late.
You have time to rewrite e in Java during this time.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Some annoying issues with E from git

2013-05-06 Thread Jérôme Pinot
Hello,

I'm having a hard time with E from git. Here are some of the issues that
I don't have with 0.17.x:

1. Switching virtual desktop is buggy. Moving the mouse cursor to the
side of the screen doesn't always switch to the next virtual desktop.
Actually, it works *only* if there is a window border on the side of the
screen.

2. Sometimes, a window disappears. It's here, you can interact with it
via the mouse but you don't see anything.

3. I used to have a maximised borderless Firefox window, with my small
shelf above, at the bottom-right. It doesn't work anymore. Whether the
shelf is below and I don't see it, or it is above but then, I can't
interact with the Firefox window. It seems to be related to a known
focus problem.

4. Plug in an usb key doesn't do anything. No icon, no device name in
/media/. I'm using the udisks backend.

5. Sometimes, for no reason, the cursor show the moving window
animation, (actually, may be related to 2.)

6. Not a big deal, but I used to see a notification window when I
changed sound volume. It doesn't appear anymore.

7. physics module still crashes E horribly. I never succeeded to get this
thing working, even with E17. I wonder how you get it work.
ephysics_test which used to work before, now segfault. But it runs just
fine when launched from gdb. Err...

BTW, my graphic subsystem is not so weird: intel i915 with kernel 3.8.8,
mesa 9.1.2, xorg server 1.14.1, intel driver 2.21.6.

On the bright side, I don't see any problem yet with the EFL.
Terminology, elemines and eperiodique all seem to run just fine after a
rebuild.

That's all for today, but if you like, I'll bring more!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Problem with evas 1.7 on ARM

2013-05-05 Thread Jérôme Pinot
A nice ARMdventure,

Building the ARM packages for Slackware of the EFL/E from the1.7/0.17
branches, I got a problem that I didn't have with i486 and x86_64: E17
wouldn't launch anymore, showing only the mouse cursor over a black
screen.

As building for a release without debug symbols, e-crashdump was not
really talkative with a mere:

 8 
Thread 1 (Thread 0xb5c12000 (LWP 3643)):
#0  0xb5ed92bc in pause () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb5ed7e3c in __pthread_enable_asynccancel () from /lib/libpthread.so.0
No symbol table info available.
#2  0x000a in ?? ()
No symbol table info available.
#3  0x000a in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Detaching from program: /usr/bin/enlightenment, process 3643
 8 

Anyway, it becomes obvious that evas was the actual culprit as reverting
it for the 1.7.5 version makes e17 happy again. So I started to bisect the
damn thing which proves to be quite painful under qemu, even with the
help of distcc. And just because it doesn't happend so much these days:
THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!

So the commit that gives problem is:

 8 
From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt ste...@datenfreihafen.org
Date: Fri, 08 Feb 2013 16:02:51 +
Subject: Backport rev 83789

SVN revision: 83793
 8 

Link: 
http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
 

I confirm that reverting this patch on top of the last legacy/evas.git
solved my problem on ARM.

Some people on IRC told me they were already using last git on ARM
without trouble, so I wonder. Maybe the gcc optimizations? I build on
ARM using -march=armv4 -mtune=xscale.



-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] SlackE7 0.17.2.1

2013-05-02 Thread Jérôme Pinot
Hi,

I'm pleased to announced a new release of SlackE17, the E17 packages for
Linux Slackware. This release contains the EFL 1.7.6, enlightenment
0.17.2.1, terminology 0.3, eperiodique 0.4, elemines 0.2.3 and some
extra modules. Packages are already available for i486 and x86_64, ARM
build is on his way. This release requires Slackware 14.0.

Beware that the extra modules packages (e17mod-*.txz) are provided for
convenience but are not currently supported by E17. They are tagged as
OPT, so install them only if you really need them.


Project page: http://slacke17.sourceforge.net/ 
Packages list: http://slacke17.sourceforge.net/packages.html 
Download:
http://sourceforge.net/projects/slacke17/files/slacke17/0.17.2.1/ 

Happy slacking!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Elemines 0.2.3

2013-05-02 Thread Jérôme Pinot
Hi,

It's never too late to do the right thing, so here is an announcement of
a new elemines version, code name qml-killer. The tarball is actually in
the wild for one month, but I uploaded it yesterday to
http://download.enlightenment.org . A big thank to Cedric Bail for the
code improvement!

Changes:

Mines count and board size are now defined in the edje theme
Big code refactoring/improvement by Cedric Bail:
- most of the layout done with edje
- use eina iterators to walk the matrix
- use ecore getopt
- add support for QuickLaunch

New theme:
- default-big (20x10, 24 mines)

New translation:
- polish

Website: http://elemines.sourceforge.net/ 
Download:
http://download.enlightenment.org/releases/elemines-0.2.3.tar.bz2 
http://download.enlightenment.org/releases/elemines-0.2.3.tar.gz
or from Sourceforge:
http://sourceforge.net/projects/elemines/files/0.2.3/ 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL 1.8

2013-04-25 Thread Jérôme Pinot
On 04/26/13 10:29, Cedric BAIL wrote:
 He
 
 We are getting closer to the release and I don't feel confident to do
 it in one week. I may want to postpone it by a week or so. By looking
 at the todo ( https://phab.enlightenment.org/w/efl_and_elementary_1_8/
 ), we still have a few items to do :
 
 - review ephysics in edje (would like to have more example and some
 that can be used daily like an edje background for E).
 - review eldbus (we also need to put acidx logo in its doc).
 - doxygen css should match our website
 - dark theme need more work
 - evas loader need to have a public api (should land this week)
 - improve speed of scrolling object (should land next week)
 - mapbuf detecting the complexity of child object and turning itself
 off in auto mode
 - reduce memory usage on 64bits system by at least 20%
 
 Anything missing in that list ?
 
 Some of the stuff I am postponing for during the bug freeze period :
 - event bug with clipped object when an evas_map is applied on them
 - optimize rendering path of evas_map to avoid generating to big
 surface when not necessary (lead to rendering failure)
 - more memory reduction for 64bits system
 - test examples and make sure they work
 - eio crash
 - alignment issue with edje group item
 
 Anything missing here to ?
 
 In general I would also have liked to see a tentative build on various
 distribution (with a run of make lcov-check) and a test of your
 preferred released application that worked well with 1.7 and should
 just work as fine with 1.8. So please share your report and open task
 on phab when things go wrong.
 
 Thanks for your help,

I will take a look at the doxygen doc this weekend, but since the
rendering can be different with the doxygen version, which version of 
doxygen is the reference? (or which one is use for the website)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edbus - Annoying inconsistency

2013-04-16 Thread Jérôme Pinot
On 04/17/13 10:11, David Seikel wrote:
 On Tue, 16 Apr 2013 20:57:33 -0300 Lucas De Marchi
 lucas.demar...@profusion.mobi wrote:
 
  On Tue, Apr 16, 2013 at 8:34 PM, Carsten Haitzler
  ras...@rasterman.com wrote:
   On Tue, 16 Apr 2013 16:24:08 -0300 Lucas De Marchi
   lucas.demar...@profusion.mobi said:
  
   On Tue, Apr 16, 2013 at 4:13 PM,  michael.blumenkra...@gmail.com
   wrote:
Tom Hacohen tom.haco...@samsung.com wrote:
   
On 16/04/13 16:01, Lucas De Marchi wrote:
   
On Tue, Apr 16, 2013 at 11:54 AM, Tom Hacohen
tom.haco...@samsung.com wrote:
   
On 16/04/13 15:26, Lucas De Marchi wrote:
   
On Tue, Apr 16, 2013 at 11:12 AM, Tom Hacohen
tom.haco...@samsung.com wrote:
   
Hey guys,
   
How are you? I just noticed that 'edbus' installs headers
under: prefix/include/edbus-1
while using the
pkgconfig name 'edbus2'
the library name 'libedbus2'
and an header called 'EDbus.h'.
   
Luckily for us, it's not too late to fix it. Only question,
what should
we
change it to? Everywhere with the 2 or everywhere without
the 2?
   
   
   
E_DBus installed edbus.pc and libedbus.so - that's why we
needed to put a 2 in the name.
   
However the name is edbus and has no relations with the
previous library. It's not a new version, it's a complete
different one. So appending a 2 in headers and include
path is the wrong thing to do.
   
If ebus was available I would vote for that. It seems we are
short  in options for names.
   
Lucas De Marchi
   
   
   
   
I understand putting the 2 was needed, but if we add it once,
we should add
it everywhere. It's annoyingly inconsistent.
   
Why did you choose 2 then? Why not 4? Or A? You chose 2
because it's the
best explanation, as it is, although mostly unrelated, e_dbus
v2. And if
   
   
because it was not me is the best explanation.
   
that's good enough there, it's good enough everywhere.
   
In conclusion, I see no harm in using edbus2 all around the
place.
   
   
it's not good enough there, even less everywhere.  The visible
part to the developer is the include path and the namespace.
And these should reflect the library name. If anything change
everything to something else, but don't put the 2 there.
   
   
   
Let's wait to see what others think, as we disagree about the
source of the problem, and that's: is this a major
inconsistency that should be solved.
   
Anyhow, regarding different names: I suggest edbus2.
   
--
Tom.
   
   

   
Precog is a next-generation analytics platform capable of
advanced analytics on semi-structured data. The platform
includes APIs for building apps and a phenomenal toolset for
data science. Developers can use our toolset for easy data
analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

   
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
   
I agree with whatever demarchi says.
  
   I disagree.
  
  
   oh, wait...
  
   Lucas De Marchi
  
   :-P ... i have to say though - consistency is good. not just for
   devs, but packagers and anyone looking at their filesystem. if
   things are named in a consistent pattern it is easy to know what
   belongs where without needing package databases or other forensics
   tools.
  
  Sure it's good, no doubt. Just that renaming to edbus2 for the sake of
  consistency is even worse, not because of the rename, but because of
  the name chosen.
  
  ebus? anyone?
 
 The name of the ebus goes 'round and 'round.

As we all like E, I suggest edeebus

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: dear Mike,

2013-03-21 Thread Jérôme Pinot
On 03/21/13 11:07, Christopher Michael wrote:
 On 21/03/13 11:00, Mike McCormack wrote:
  On 03/21/2013 09:25 PM, Tom Hacohen wrote:
 
  Silencing warnings just for silencing is not good. We use them to spot
  bugs, that's why we like them so much. Silencing useful warnings is
  counter-productive.
 
  Usually a developer, upon checking out a code base and building it on
  their system and observing a nice warning free compile will have a sense
  of confidence in a project.
 
  Usually a developer, on making a modification to their code, checks for
  warnings and makes sure none have been introduced before pushing their code.
 
  There are some people who wish to compile their code with every frickin
  warning in the world turned on, then proceed to ignore said warnings,
  and commit code with warnings to their revision control systems.
 
 
 Mike,
 
 You are forgetting the most typical case in efl land  developers who 
 do not even Compile their code before commit ;) (Sorry, just had to 
 chime in with that ;) Please, ignore that I was even here)

http://edevel.tumblr.com/post/45908546732 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] arc SSL issue

2013-03-01 Thread Jérôme Pinot
On 03/01/13 11:50, Jérémy Zurcher wrote:
 hi,
 
 I followed https://phab.enlightenment.org/w/arcanist/
 but I have a certificate issue
 
 Usage Exception: Failed to connect to server: [cURL/60]
 (https://phab.enlightenment.org/api/conduit.ping) CURLE_SSL_CACERT ...
 
 following ~/arcanist/libphutil/resources/ssl/README, I did:
 
 openssl s_client -connect phab.enlightenment.org:443 21 |
 sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' 
 ~/arcanist/libphutil/resources/ssl/custom.pem
 
 still the same...
 
 openssl x509 -text -in custom.pem
 tells me that the certificate is issued for enlightenment.org
 not phab.enlightenment.org
 
 could it be the root of this boring pain ??

Hi,

You just need the CAcert root certificate:
$ cd libphutil/resources/ssl
$ wget http://www.cacert.org/certs/root.txt -O custom.pem

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Gangnam style dinner !

2013-02-20 Thread Jérôme Pinot
On 02/20/13 16:16, Cedric BAIL wrote:
 Hello,
 
 Who is in for a Korean dinner on Friday night in Gangnam ? Where do we
 meet ? What do we eat ? Who is coming ? At what time do we meet ?
 
 Going to have fun,

I'll be there! And ok for 7.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Gangnam style dinner !

2013-02-20 Thread Jérôme Pinot
On 02/21/13 14:26, Carsten Haitzler wrote:
 On Thu, 21 Feb 2013 10:24:01 +0900 Jérôme Pinot ngc...@gmail.com said:
 
  On 02/20/13 16:16, Cedric BAIL wrote:
   Hello,
   
   Who is in for a Korean dinner on Friday night in Gangnam ? Where do we
   meet ? What do we eat ? Who is coming ? At what time do we meet ?
   
   Going to have fun,
  
  I'll be there! And ok for 7.
 
 actually i dont think 7 is doable :( i was just joking, but 8pm i think is
 doable. how about 8? gangnam station exit... dunno.. one of them. ?

8 is OK for me. For the subway exit, same I last time? If someone
recalls..

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] SVN-Git Migration (was: (no subject))

2013-02-15 Thread Jérôme Pinot
On 02/16/13 15:58, David Seikel wrote:
 On Fri, 15 Feb 2013 11:56:06 -0200 Rafael Antognolli
 antogno...@gmail.com wrote:
 
  Hi David,
  
  On Thu, Feb 14, 2013 at 9:12 AM, David Seikel onef...@gmail.com
  wrote:
   On Thu, 14 Feb 2013 08:53:22 -0200 Bruno Dilly
   bdi...@profusion.mobi wrote:
  
   On Wed, Feb 13, 2013 at 8:42 AM, Daniel Willmann
   d.willm...@samsung.com wrote:
On 13/02/13 00:36, Bruno Dilly wrote:
On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann
d.willm...@samsung.com wrote:
   
Topic branches:
* In each repository every developer with commit access will be
able to push/update branches in their own namespace
(devs/name/*). These branches will allow non-fastforward
updates and no one should expect these to be stable.
* This is a testing ground for developers where new features
can be developed, debugged and shared with fellow developers.
Ideally any new feature would live in its own branch until it
matures and is merged into master.
   
Hey Daniel,
   
It's a nice proposal, but what about master branch permissions ?
Every developer would be allowed to push stuff on there (with a
flow similar to svn) ? Or we'll try to establish some kind of
policy about it (maintainers, review, etc) ?
   
As others have already pointed out there seems to be consensus
that we don't have enough manpower to work with an integrator
workflow (whether or not that's true I don't know).
  
   ok, I got it.
  
   
What I want to achieve with the topic branches is that whoever
wants to can maintain an integrator-like workflow. You develop
your feature in a topic branch, then post a request for
review/review and test yourself and if everything looks good you
can merge into master.
   
Speaking of merging...is there any preference on merge vs.
rebase?
   
Lots of small merges can really pollute your history and I don't
really like them. For larger topic branches I think merging makes
sense.
  
   I agree with Tom here.
   I'm always trying to keep a linear history, focusing on rebases
   instead of merges.
   We've used this approach on Profusion projects for years and it
   worked fine so far.
  
   Maybe it will give you a little bit more work, you'll have to fix
   conflicts in the commits it happens instead of only once in a final
   merge commit, but it will be nicer to review or look
   for issues later, imo.
  
   Using the merge approach, in a project with so many commiters could
   lead us to a very confuse history.
  
   If the history is confused, then that's what it should show.  I
   really don't like the idea of rewriting history just to make it
   easier for some people.  Sometimes you just need to track down what
   actually happened, not the convenient lie we tell ourselves is what
   happened.
  
  I don't think those that a rebased branch history is a lie. Each
  commit will still have the original commit date (if the author did not
  change it). You can use that to know when the feature started to be
  developed.
 
 It is a lie, it's changing the history to say it was all done one after
 the other, when in fact a major feature of distributed development was
 used to branch then merge.  It was not done in a linear fashion, thus
 making it be linear after the fact is not representing the truth.  Sure
 SOME parts of the commit history are still the truth, but not all.
 
  OK, you lose a way to track the parent commit for that feature branch,
  but on the other hand you earn something important here: the knowledge
  that the commits from that feature branch will apply correctly on top
  of the current state of the tree, without a magic merge commit fixing
  stuff later since some things on the tree are not exactly as they seem
  to be in the diff from this commit. The changes that appear in the
  diff from a given commit are exactly what that commit is doing.
 
 That's what I'm saying, loosing information to make things more
 convenient.  I'd prefer to err on the side of not loosing information.
 But then again, I'm a hoarder.  B-)
 
  I know that this is not a poll, but I particularly prefer rebased
  branches/commits too.

LWN has a neat article about the git rebase thing:
http://lwn.net/Articles/328436/ 

Thou Shalt Not Rebase Trees With History Visible To Others

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/___
enlightenment-devel mailing list

Re: [E-devel] elemines 0.2

2013-02-12 Thread Jérôme Pinot
On 02/09/13 00:05, Igor Murzov wrote:
 On Sat, 2 Feb 2013 13:05:32 +0900
 Jérôme Pinot ngc...@gmail.com wrote:
 
  On 02/01/13 02:57, Igor Murzov wrote:
   On Sun, 20 Jan 2013 17:46:18 +0900
   Jérôme Pinot ngc...@gmail.com wrote:
   
I would like to announce the availability of elemines 0.2, the EFL
minesweeper clone. This new version has some improvements, like:

- scores management (using etrophy library)
- in game configuration
- middle click support (thanks to Sebastian Dransfeld)
   
   Middle click is still broken in elemines 0.2.1. Middle click should
   always open all remaining surrounding squares even if player set his
   flags to incorrect positions. In this case player should obviously
   stumble on a mine and lose the game.
  
  Well, I though that it was the expected behavior to do nothing if the
  flags was not correct. 
 
 No. There are no second chances on a mine field :)
 Open wrong square -- lose the game, that's it.
 
  I'm not very familiar with this feature and just
  added it because someone was nice enough to contribute it.
  Please try the this patch and let me know if it now works as expected.
 
 It didn't work as expected, so i changed the behaviour of elemines, so it
 behaves as i think it should. You can find the patches in attachments.
 
 Also, if you didn't push the translation yet, please reset it and apply
 new patch, which fixes one small translation issue. Thanks.
 
 
 -- Igor

I merged all your patches. Thanks!


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elemines 0.2

2013-02-01 Thread Jérôme Pinot
On 02/01/13 02:57, Igor Murzov wrote:
 On Sun, 20 Jan 2013 17:46:18 +0900
 Jérôme Pinot ngc...@gmail.com wrote:
 
  I would like to announce the availability of elemines 0.2, the EFL
  minesweeper clone. This new version has some improvements, like:
  
  - scores management (using etrophy library)
  - in game configuration
  - middle click support (thanks to Sebastian Dransfeld)
 
 Middle click is still broken in elemines 0.2.1. Middle click should
 always open all remaining surrounding squares even if player set his
 flags to incorrect positions. In this case player should obviously
 stumble on a mine and lose the game.

Well, I though that it was the expected behavior to do nothing if the
flags was not correct. I'm not very familiar with this feature and just
added it because someone was nice enough to contribute it.

Please try the this patch and let me know if it now works as expected.

BTW, thanks for your contributions, I committed your russian
translations to elemines and eperiodique.


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
diff --git a/src/game.c b/src/game.c
index 172ab91..63be35c 100644
--- a/src/game.c
+++ b/src/game.c
@@ -297,6 +297,10 @@ click(void *data, Evas *e __UNUSED__, Evas_Object *obj, 
void *event_info)
   {
  for (j=y-1; j=y+1; j++)
{
+  /* if a bomb was not flagged, lose the game */
+  if ((matrix[i][j].mine == 1)  (matrix[i][j].flag == 0))
+_finish(i, j, EINA_FALSE);
+  /* count correctly detected bombs */
   if (!((i == x)  (j == y))  (matrix[i][j].flag == 1)
(matrix[i][j].mine == 1))
 flags++;


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Phabricator test environment

2013-01-27 Thread Jérôme Pinot
On 01/25/13 16:46, Tom Hacohen wrote:
 Hey guys,
 
 Daniel and I (with beber's help) have set up a phabricator instance on 
 e5. You can either auth using your github account or just register (very 
 ugly registration form) and give it a go.
 
 We have the efl repo and an efl project set up for you to play with.
 
 Address is https://phab.enlightenment.org (ignore the cert for the time 
 being).
 
 Please try to test features, tell us what you think, and maybe even read 
 a bit about phabricator to understand what you think we should do.

I got the problem with recaptcha too: the picture didn't want to show up
on the page (problem with referer).
I succeeded by copying the missing image link to a new tab and it showed
up. This may help others.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] elemines 0.2

2013-01-20 Thread Jérôme Pinot
I would like to announce the availability of elemines 0.2, the EFL
minesweeper clone. This new version has some improvements, like:

- scores management (using etrophy library)
- in game configuration
- middle click support (thanks to Sebastian Dransfeld)
- french translation
- cosmetic changes (icons, background...)

Elemines 0.2 requires EFL 1.7 and etrophy 0.5.1.

I'm already packaging for Slackware, but if you like to see elemines
in your distributuin and you can provide the build script/spec/etc,
I'll be happy to add it in the source code, under packaging/

Moreover, any help for translation is welcome (po file is really small).

Website: http://elemines.sourceforge.net/ 
Download: http://sourceforge.net/projects/elemines/files/0.2/ 
Screenshot: http://elemines.sourceforge.net/shot2.jpg 

Regards,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] check requirement for efl build

2013-01-11 Thread Jérôme Pinot
Trunk efl tree requires the program check to successfully configure the
build:

 8 
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for doxygen... yes
checking for CHECK... no
configure: error: Package requirements (check = 0.9.5) were not met:

No package 'check' found
 8 

This should be conditional as it is only needed for unit tests.
Don't really know how to fix it. We could make it conditional to the
valgrind support, or maybe make another specific option to configure.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-04 Thread Jérôme Pinot
On 01/04/13 19:27, Cedric BAIL wrote:
 On Fri, Jan 4, 2013 at 5:21 PM, Carsten Haitzler ras...@rasterman.com wrote:
  On Fri, 4 Jan 2013 15:55:21 +0900 Cedric BAIL cedric.b...@free.fr said:
  On Fri, Jan 4, 2013 at 2:58 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 01/04/13 14:51, Daniel Juyung Seo wrote:
   On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler
   ras...@rasterman.comwrote:
On Fri, 4 Jan 2013 13:23:43 +0900 Daniel Juyung Seo
seojuyu...@gmail.com said:
   
gangnam vs itaewon... FIGHT!
   
/me sings itaewon style and dances in a silly fashion.
   
  
   Dance during the meeting :)
   I bring my camera if we meet at Itaewon.
  
   If Raster dances Gangnam style, I would LOVE going to Itaewon :-D
 
  Ok, so it will be Itaewon if raster accept to dance Gangnam style.
  Hermet can show him how, I already saw him dancing ;-) If not, then
  Gangnam.
 
  What times guy ? 7pm ?
 
  yargh... i can dance with my arms. theres never enough room to use your
  legs... :)
 
 We will find the necessary room for that. So Itaewon tomorrow at 7 at
 the subway exit in front of Paris baguette.
 
 See you tomorrow.

OK, I will bring my camera!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-03 Thread Jérôme Pinot
On 01/03/13 16:06, Cedric BAIL wrote:
 Hey boys,
 
 Who is in for a dinner on saturday 5th in Seoul ? Any preferred place ?

Good for me!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-03 Thread Jérôme Pinot
On 01/03/13 17:51, Cedric BAIL wrote:
 On Thu, Jan 3, 2013 at 5:19 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 01/03/13 16:06, Cedric BAIL wrote:
  Hey boys,
 
  Who is in for a dinner on saturday 5th in Seoul ? Any preferred place ?
 
  Good for me!
 
 Any preference for the location ?

I prefer Gangnam, but Itaewon is OK.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-03 Thread Jérôme Pinot
On 01/04/13 14:51, Daniel Juyung Seo wrote:
 On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler ras...@rasterman.comwrote:
 
  On Fri, 4 Jan 2013 13:23:43 +0900 Daniel Juyung Seo seojuyu...@gmail.com
  said:
 
  gangnam vs itaewon... FIGHT!
 
  /me sings itaewon style and dances in a silly fashion.
 
 
 Dance during the meeting :)
 I bring my camera if we meet at Itaewon.

If Raster dances Gangnam style, I would LOVE going to Itaewon :-D

 Daniel Juyung Seo (SeoZ)
 
 
 
   I can join :)
   I prefer Gangnam.
  
   Daniel Juyung Seo (SeoZ)
  
   On Fri, Jan 4, 2013 at 10:25 AM, ChunEon Park her...@naver.com wrote:
  
I Prefer Itaewon?
   

   
-Regards, Hermet-
-Original Message-
From: Jérôme Pinotlt;ngc...@gmail.comgt;
To: Enlightenment users discussion amp; support
lt;enlightenment-us...@lists.sourceforge.netgt;;
Cc: Enlightenment developer list
lt;enlightenment-devel@lists.sourceforge.netgt;;
Sent: 2013-01-03 (목) 21:14:17
Subject: Re: [E-devel] [e-users] Korean E dinner
   
On 01/03/13 17:51, Cedric BAIL wrote:
gt; On Thu, Jan 3, 2013 at 5:19 PM, Jérôme Pinot
lt;ngc891gt;@gmail.comgt; wrote:
gt; gt; On 01/03/13 16:06, Cedric BAIL wrote:
gt; gt;gt; Hey boys,
gt; gt;gt;
gt; gt;gt; Who is in for a dinner on saturday 5th in Seoul ? Any
preferred place ?
gt; gt;
gt; gt; Good for me!
gt;
gt; Any preference for the location ?
   
I prefer Gangnam, but Itaewon is OK.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eo and efl

2012-12-31 Thread Jérôme Pinot
On 01/01/13 15:02, Carsten Haitzler wrote:
[snip]
 but there definitely will bee no support for expansion of it

This stings, really.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eo and efl

2012-12-31 Thread Jérôme Pinot
On 01/01/13 16:30, Carsten Haitzler wrote:
 On Tue, 1 Jan 2013 15:16:13 +0900 Jérôme Pinot ngc...@gmail.com said:
 
  On 01/01/13 15:02, Carsten Haitzler wrote:
  [snip]
   but there definitely will bee no support for expansion of it
  
  This stings, really.
 
 no one said 2.0 is happening soon. it's a long ways off yet. my intent is to
 have 1.x for at lest 5 years from 1.0. gustavo pushed for 2.0 asap. break
 early, break often. i disagree. eo is a path TO 2.0 i guess and it slides in
 early and gives us a long time to beat things into shape.

bee, stings, humour

Just thought this endless thread was going too much serious /o\

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Enlightenment-release] [Announce] Enlightenment DR 0.17 Gamma

2012-12-12 Thread Jérôme Pinot
On 12/11/12 15:20, Michael Blumenkrantz wrote:
This release of E17 is also known as The Hulk for obvious reasons.
Changelog:
* Translation updates
* Clock and cpufreq gadgets now consume less cpu
* Slider widget can no longer explode the stack
* Backlight setting improved, now more reliable
* mkstemps no longer used; portability++
* Really move option in filemanager renamed to something more
descriptive
* Resizable dialogs are now able to be maximized
* Scrollbars now hide in more cases where they should
* Dragging files to other applications from filemanager no longer
causes file icon to disappear
* Filemanager toolbar path items delete when corresponding path is
removed
* Mixer no longer causes a crash when pulseaudio is killed
* Navigate menu no longer crashes when repeatedly navigating to a
directory which has no listable contents
* Tasks gadget no longer tries to delete its items repeatedly
* Systray icon scaling improved
* XDirectSave DND operations now work again
* hicolor icon theme automatically applied now when no theme is
selected
* Fileselector no longer changes its entry text when changing
directories
* Filemanager New File action no longer creates file with garbage
content
* Don't composite fullscreen windows is now disabled by default
* Notifications no longer do anything (including crash) when received
during desklock
* Gadgets module no longer crashes on unload and also correctly shows
gadgets when loaded
* Read-only entry widgets are now actually read-only
* Filemanager no longer as hungry, saves some DND events for pager to
enable drags on desktop pagers
* Removed some potentially troublesome settings from advanced Composite
settings
* Systray now informs the user that it should not be placed on an
invisible shelf
* Window moving/resizing (and other mouse-related events) no longer
behave strangely in the presence of autohiding shelves
* Submenu item arrows now properly sized and aligned
* [THEME] Lots of icons
E17 GAMMA - 80662

I hope that this will no go till omega :-)


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Announcement: Release Team and upcoming EFL 1.7.2 release

2012-11-23 Thread Jérôme Pinot
On 11/22/12 22:04, Luis Felipe Strano Moraes wrote:
 Hello gentlemen,
 
 after having the release burden being shared by only one or two people,
 we've started talking and decided to create a team specifically for the
 purpose of helping out with this process, more specifically releasing,
 testing and packaging.
 
 The idea is to congregate people who are either already actively helping as
 well as people who are interested in learning/helping out with that. I've
 just finished with my first attempt at spinning the tarballs and they have
 already been uploaded. We're going to work in documenting everything and
 coming up with a proper procedure for doing this as automatically as
 possible.
 
 For everyone interested, please join the mailing list here:
 https://lists.sourceforge.net/lists/listinfo/enlightenment-release

Can we use this ML to advertise about new binary packages for
specific Linux/BSD distro? I never know exactly where it's better to do
so, e-dev, e-users, etc.

People interested in testing latest e17 could then just subscribe to
this ML to know about latest source code or binary packages.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elm_flip unexpected behavior

2012-11-22 Thread Jérôme Pinot
On 11/22/12 12:00, Michaël Bouchaud wrote:
 fixed now with rev 79535

I'm happy to say that this fixes too the problem I reported having with
ePeriodique.

Thanks!

 2012/11/21  david.obo...@aliceadsl.fr:
  Hi everybody,
 
 I work in Enna, and after upgrade efl from 1.7.0 to 1.7.1, I have an 
  unexpected behavior for the widget flip.
 When I go from the front side to back, I have the two side together.
 There are the same problem with the Flip Interactive test in 
  elementary_test
 
  Oboeuf David

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] SlackE17 with enlightenment alpha2

2012-11-17 Thread Jérôme Pinot
Hi,

A message to announce that I released Slackware packages of
enlightenment DR17. It contains EFL 1.7.1 and enlightenment alpha2.
You will find too other software like terminology, eperiodique or
elemines.

You will need Slackware 14.0 (i486 or x86_64). You can install the
packages contained in the tarballs with pkgtools.

This release contains debug symbol to help with support. Please 
help making the final release bug free!

Website: http://slacke17.sourceforge.net/ 
Download:
http://sourceforge.net/projects/slacke17/files/slacke17/r78991/ 

I will try to update SlackE17 quickly to follow the different
alpha/beta, so expect a new release in a few days with alpha3.

May this enlighten your Slackware box!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] SlackE17 with enlightenment alpha2

2012-11-17 Thread Jérôme Pinot
On 11/17/12 17:19, Igor Murzov wrote:
 On Sat, 17 Nov 2012 18:43:15 +0900
 Jérôme Pinot ngc...@gmail.com wrote:
 
  Hi,
  
  A message to announce that I released Slackware packages of
  enlightenment DR17. It contains EFL 1.7.1 and enlightenment alpha2.
  You will find too other software like terminology, eperiodique or
  elemines.
  
  You will need Slackware 14.0 (i486 or x86_64). You can install the
  packages contained in the tarballs with pkgtools.
 
 What about themes? Does your release contain extra themes?

No.

 Do you have any plans to update the package with themes from
 Bodhi Linux?

Why not. But it seems there is no update as seen on art.bodhilinux.com 
and even, I just checked and bodhi-theme-pack.bod link is broken.
Installing a theme is just a matter of copying a file in your $HOME
folder so it's not a big hassle anyway. But most of the themes around
are deprecated or not finished. You should not worry much about this
for now. Top priority is testing E17 with its default configuration.
Fun with themes can wait.

 
 -- Igor
 
  This release contains debug symbol to help with support. Please 
  help making the final release bug free!
  
  Website: http://slacke17.sourceforge.net/ 
  Download:
  http://sourceforge.net/projects/slacke17/files/slacke17/r78991/ 
  
  I will try to update SlackE17 quickly to follow the different
  alpha/beta, so expect a new release in a few days with alpha3.
  
  May this enlighten your Slackware box!
  
  -- 
  Jérôme Pinot
  http://ngc891.blogdns.net/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] [Announce] E17 Alpha Release

2012-11-06 Thread Jérôme Pinot
On 11/05/12 15:49, Michael Blumenkrantz wrote:
 At the EFL Dev Day during a talk by Jorge turran Zapata, decisions were
 made. These decisions resulted
 in actions which ended up breaking my gmail (no joke), possibly
 foreshadowing the breaking of the world later on.
 This is the announcement for the ALPHA release of Enlightenment DR 0.17.
 E17 is a desktop environment
 that's been under development for a couple years, and it's finally at the
 point where we're happy enough with it to
 do an alpha release. Conveniently, this comes mere hours before I will be
 giving a presentation at LinuxCon
 wherein I will announce the release schedule for E17.
 
 http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha.tar.gz
 http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha.tar.bz2


What is the svn revision corresponding to this alpha?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [RFC] efl merge: docdir option

2012-11-05 Thread Jérôme Pinot
Hi,

I'm looking with interest to the good work that vtorri are doing by merging the
efl in a single source tree. I'm seeing some minor problems when trying to
install examples but before fixing anything, I'd like to discuss the way of
installing doc and examples.

Autotools provide a $(docdir) variable which is, unfortunately, rarely use or
honored. I suggest we provide a useful --docdir option to configure (by default
/usr/share/doc/efl) which will:

Unconditionally install:
$(docdir)/AUTHORS
$(docdir)/COPYING
$(docdir)/ChangeLog
$(docdir)/INSTALL
$(docdir)/NEWS
$(docdir)/README
$(docdir)/licenses/*

if install-examples:
$(docdir)/examples/*

And we can add an install-html target for doxygen doc:
$(docdir)/html

Maybe same for man pages...

I think it would be easier for people to find the doc on their system instead of
looking in several places.

What do you think?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] 1.7.1 release

2012-10-21 Thread Jérôme Pinot
On 10/20/12 16:58, Cedric BAIL wrote:
 Hello every one,
 
 As some of you may have already noticed, I have just pushed 1.7.1
 outside. I did test its compilation on Ubuntu 12.04 and Ubuntu 12.10,
 but that's not enough. We need to test this release on as many system
 as possible. The 1.7 is going to be the branch used by Enlightenment
 17 release. So to all of you, tests this tarball and report any issue
 with it. I also urge packager to try it and tell us if thing are fine
 or not. We will still have time to release a 1.7.2 before the end of
 the world and Enlightenment 17 get released, but we need the help of
 all of you to be sure that all bugs get killed and we don't get any
 bad surprise when we finally release Enlightenment.
 
 At the same time, I want to tell you that, thanks to Samsung, we have
 an extention for 20 more seats at our EFL dev day in Barcelona the 5th
 of November. If you are not already registered, it's time to do so :
 http://www.regonline.com/Register/Checkin.aspx?EventID=1128949 . I
 hope to see as much of you as possible there.
 
 And enjoy this little tarball,
 -- 
 Cedric BAIL

No problem so far with Slackware 14.0. 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] elm flip (1.7.x) issue

2012-10-17 Thread Jérôme Pinot
Hi,

I saw a strange behaviour with the flip widget and eperiodique when
moving from elementary 1.2 to 1.7:
http://www.enlightenment.org/ss/e-507a59330bc306.56823524.jpg

We still can see the front part through the table in the back part
of the flip. Reverting r77398 solves this issue, but then, the test
become useless. There are quite a lot of conditionals per square
metre here (src/lib/elm_flip.c:887).

Any idea?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] [Announcement] New E17 Snapshot

2012-10-12 Thread Jérôme Pinot
On 10/12/12 07:53, Michael Blumenkrantz wrote:
 I'm off on vacation next week (again), so here's another amazing snapshot
 of E17
 http://enlightenment.org/p.php?p=news/showl=ennews_id=60http://enlightenment.org/p.php?p=news/showl=ennews_id=59
 
 And the downloads are here:
 http://download.enlightenment.org/snapshots
 /2012-10-12/enlightenment-0.16.999.77927.tar.gzhttp://download.enlightenment.org/snapshots/2012-09-18/enlightenment-0.16.999.76819.tar.gz
 http://download.enlightenment.org/snapshots
 /2012-10-12/enlightenment-0.16.999.77927.tar.bz2http://download.enlightenment.org/snapshots/2012-09-18/enlightenment-0.16.999.76819.tar.bz2
 
 This is the ice cream sundae of releases. You should all consume it
 immediately and without hesitation.

Your links are pointing to the old snapshots. Back to the future?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elementary: problem with focus in panel

2012-10-11 Thread Jérôme Pinot
On 10/12/12 11:43, Carsten Haitzler wrote:
 On Thu, 11 Oct 2012 13:05:44 +0900 Jérôme Pinot ngc...@gmail.com said:
 
  Following up:
  
  Hi,
  
  Moving from EFL 1.2 to 1.7 was not flawless for eperiodique. I had to
  adjust again the button size in boxes, but well, it does mostly work as
  expected.
  
  I still got a major issue that prevents me to release: it seems that the
  focus behaviour in panel changed a lot (or is it a bug?).
  
  Under EFL 1.2, I can open a panel, which contains an entry widget and a
  button, enter formula and activate via ENTER or the button to get the
  result, as shown at the end of this video:
  http://www.youtube.com/watch?v=wjp_0guZ05Q 
  
  But with EFL 1.7, once the panel is open, it's not possible to get the
  focus on the entry widget with the mouse (but with TAB it works).
  Moreover, pressing ENTER when in the entry widget just close the
  panel in same time it activates the entry.
  
  So, if it's not bugs (I didn't change this part of eperiodique code), I'd
  like to know:
  - how to select the entry with mouse (as before)
  - how to make the panel widget not react on the ENTER (or change the
key)
  
  For reference, the panel code of eperiodique is available here;
  http://eperiodique.git.sourceforge.net/git/gitweb.cgi?p=eperiodique/eperiodique;a=blob;f=src/panel.c;h=f3b993035a5e3f330bdaaa48b2f9fbdd4f62a553;hb=HEAD
   
  
  Thanks for any help, this issue is blocking my work on SlackE17.
  
  Reverting r75008 fixes this issue.
 
 hmmm yup. its the removal of the scroller that did it - maybe scroller was
 handling focus passing properly and now panel doesnt as it relied on the
 scroller to do it.

FTR: fixed by Woohyun in r77844

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elementary: problem with focus in panel

2012-10-10 Thread Jérôme Pinot
Following up:

Hi,

Moving from EFL 1.2 to 1.7 was not flawless for eperiodique. I had to
adjust again the button size in boxes, but well, it does mostly work as
expected.

I still got a major issue that prevents me to release: it seems that the
focus behaviour in panel changed a lot (or is it a bug?).

Under EFL 1.2, I can open a panel, which contains an entry widget and a
button, enter formula and activate via ENTER or the button to get the
result, as shown at the end of this video:
http://www.youtube.com/watch?v=wjp_0guZ05Q 

But with EFL 1.7, once the panel is open, it's not possible to get the
focus on the entry widget with the mouse (but with TAB it works).
Moreover, pressing ENTER when in the entry widget just close the
panel in same time it activates the entry.

So, if it's not bugs (I didn't change this part of eperiodique code), I'd
like to know:
- how to select the entry with mouse (as before)
- how to make the panel widget not react on the ENTER (or change the
  key)

For reference, the panel code of eperiodique is available here;
http://eperiodique.git.sourceforge.net/git/gitweb.cgi?p=eperiodique/eperiodique;a=blob;f=src/panel.c;h=f3b993035a5e3f330bdaaa48b2f9fbdd4f62a553;hb=HEAD
 

Thanks for any help, this issue is blocking my work on SlackE17.

Reverting r75008 fixes this issue.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Another French^WKorean E diner

2012-10-07 Thread Jérôme Pinot
On 10/08/12 01:17, Daniel Juyung Seo wrote:
 Oh right. Kangnam can be a good place just to celebrate Psy's Gangnam Style :)
 But Jerome will have hard time to reach there :(

Not really, I can take the bus at the express bus terminal.

 Daniel Juyung Seo (SeoZ)
 
 On Mon, Oct 8, 2012 at 12:54 AM, ChunEon Park her...@naver.com wrote:
   I will not be in Seoul on the day.
 
  So It will be better for me if the place is Kangnam.
 
  Because i'm kangnam style...
 
  um?
 
  Joke.
 
  just worrying the terrible traffic jam to go to Itewon from the Suwon :)
 
 
  
  -Regards, Hermet-
  -Original Message-
  From: Sanjeev BAeflel...@gmail.com
  To: Enlightenment developer 
  listenlightenment-devel@lists.sourceforge.net;
  Cc:
  Sent: 2012-10-05 (금) 18:28:13
  Subject: Re: [E-devel] Another French^WKorean E diner
 
  Yes, I will check if anyone wants to meet efl developers and bring them
  along :)
 
  On Fri, Oct 5, 2012 at 6:20 PM, Cedric BAIL cedric.bail@free.fr wrote:
 
  On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA eflelev8@gmail.com wrote:
   I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon
   Gardens
  http://korealinuxforum2012.sched.org/venue/Samwon+Gardens?iframe=yesw=700sidebar=nobg=no
  
   It takes a 35 minute bus ride to Itaewon.
   I will try to make it , if it is decided.
 
  Cool and you are welcome to bring more people to the after party :-)
 
  See you there
 
   On Fri, Oct 5, 2012 at 5:31 PM, Cedric BAIL cedric.bail@free.fr wrote:
  
   On Fri, Oct 5, 2012 at 5:04 PM, Sanjeev BA eflelev8@gmail.com wrote:
Event ends by 10 pm (as per schedule).
I believe networking starts beyond 8 pm :)
  
   Schedule say the dinner start at 4:15pm from marriot hotel and the
   shuttle bus will take you back between 8 and 10pm. :-)
  
On Fri, Oct 5, 2012 at 4:58 PM, Cedric BAIL cedric.bail@free.fr
  wrote:
   
On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA eflelev8@gmail.com
  wrote:
 Korea Linux Forum is scheduled on Oct 11-12 and some of us might be
there.
   
The event is supposed to end around 8pm. So you have plenty of time
  to
join us for the night and get a drink. Oh, and if you want you can
invite more guest from that event ;-)
   
 On Fri, Oct 5, 2012 at 2:48 PM, Kim Shinwoo 
  kimcinoo@gmail.com
wrote:
 wow two guests.. that sounds great! but i'm afraid i cannot join..
   T,.T

 2012/10/5 Jérôme Pinot ngc891@gmail.com

  On 10/04/12 18:17, Cedric BAIL wrote:
   Hello every body,
  
   Long time no see ! For all of you that are in Korea or may be
   around
   Seoul on Friday 12th of October, aka Friday next week, I
  propose
   we
   met in Itaewon for a diner at around 8pm. So who is joining ?
   And we
   will have two special guests !
 
  It's OK for me too!
 
  BTW if you like to start earlier, I may be able to change my
   schedule.
 
  --
  Jérôme Pinot
  http://ngc891.blogdns.net/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Another French^WKorean E diner

2012-10-04 Thread Jérôme Pinot
On 10/04/12 18:17, Cedric BAIL wrote:
 Hello every body,
 
 Long time no see ! For all of you that are in Korea or may be around
 Seoul on Friday 12th of October, aka Friday next week, I propose we
 met in Itaewon for a diner at around 8pm. So who is joining ? And we
 will have two special guests !

It's OK for me too!

BTW if you like to start earlier, I may be able to change my schedule.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] elementary: problem with focus in panel

2012-10-01 Thread Jérôme Pinot
Hi,

Moving from EFL 1.2 to 1.7 was not flawless for eperiodique. I had to
adjust again the button size in boxes, but well, it does mostly work as
expected.

I still got a major issue that prevents me to release: it seems that the
focus behaviour in panel changed a lot (or is it a bug?).

Under EFL 1.2, I can open a panel, which contains an entry widget and a
button, enter formula and activate via ENTER or the button to get the
result, as shown at the end of this video:
http://www.youtube.com/watch?v=wjp_0guZ05Q 

But with EFL 1.7, once the panel is open, it's not possible to get the
focus on the entry widget with the mouse (but with TAB it works).
Moreover, pressing ENTER when in the entry widget just close the
panel in same time it activates the entry.

So, if it's not bugs (I didn't change this part of eperiodique code), I'd
like to know:
- how to select the entry with mouse (as before)
- how to make the panel widget not react on the ENTER (or change the
  key)

For reference, the panel code of eperiodique is available here;
http://eperiodique.git.sourceforge.net/git/gitweb.cgi?p=eperiodique/eperiodique;a=blob;f=src/panel.c;h=f3b993035a5e3f330bdaaa48b2f9fbdd4f62a553;hb=HEAD
 

Thanks for any help, this issue is blocking my work on SlackE17.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/ 


signature.asc
Description: Digital signature
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [announcement] elemines 0.1

2012-09-13 Thread Jérôme Pinot
Hi,

I'm pleased to announce the first release of elemines, a small
minesweeper clone that uses the EFL. You will need the EFL 1.7.0.

Project page: http://elemines.sourceforge.net/ 
Direct download:
http://sourceforge.net/projects/elemines/files/0.1/elemines-0.1.tar.bz2/download
 
Comments can go on my blog: http://ngc891.blogdns.net/?p=210 

Have fun!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [announcement] elemines 0.1

2012-09-13 Thread Jérôme Pinot
On 09/14/12 02:47, Daniel Juyung Seo wrote:
 Hehe awesome
 Can you also support touch screen? I'd like to run elemines on the phone :)
 
 Daniel Juyung Seo (SeoZ)

Of course, it's on the TODO. It already works basically, but I need a
way to replace the second mouse button (via drag'n'drop maybe) and the
default theme of Tizen 1.0 is very incomplete and not easy to work with.
I have a similar problem with eperiodique. How can you imagine to have a
default theme using white for frame background AND text!?

BTW, is there any update of the EFL/theme for the phone? How do you do
upgrade?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] [announcement] elemines 0.1

2012-09-13 Thread Jérôme Pinot
On 09/14/12 10:45, Sanjeev BA wrote:
 Works really nice and smooth, but has this runtime issue.
 
 ERR9446:ecore ecore.c:558 _ecore_magic_fail()
 *** ECORE ERROR: Ecore Magic Check Failed!!!
 *** IN FUNCTION: ecore_timer_freeze()
 ERR9446:ecore ecore.c:562 _ecore_magic_fail()   Input handle has already
 been freed!
 ERR9446:ecore ecore.c:571 _ecore_magic_fail() *** NAUGHTY PROGRAMMER!!!
 *** SPANK SPANK SPANK!!!
 *** Now go fix your code. Tut tut tut!
 
Yep, I forgot this one. bdilly sent me a patch, it's fixed in git repo:
http://elemines.git.sourceforge.net/git/gitweb.cgi?p=elemines/elemines;a=commit;h=71dfe3d44bf351fed04d8a7f5f8452a340b8e4e3
 

 Also, do you have plan for left+right mouse button click for giving mine
 hints? Maybe long press ?

Not sure to understand. Mine hint without revealing the square?
Anyway, the TODO list is filling, any idea welcome :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: ngc891 IN trunk/packaging/slackware: . enlightenment eyesight

2012-07-25 Thread Jérôme Pinot
On 07/25/12 00:03, Nick Hughart wrote:
 On Tue, 24 Jul 2012 21:53:07 -0700
 Enlightenment SVN no-re...@enlightenment.org wrote:
 
  Log:
  packaging/slackware:

- eeze mount doesn't fit well anymore with Slackware current and
  udisks backend seems to work pretty well now, so enable it by default.
 
 As a note about using udisks.  If policykit isn't setup to allow disks
 to be mounted by everyone without authentication, the mount will fail.

It works out of the box with the latest Slackware -current

 I'm working on an auth agent for policykit now so this won't be an
 issue soon enough.
 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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: ngc891 IN trunk/packaging/slackware: . enlightenment eyesight

2012-07-25 Thread Jérôme Pinot
On 07/25/12 18:04, David Seikel wrote:
 On Tue, 24 Jul 2012 21:53:07 -0700 Enlightenment SVN
 no-re...@enlightenment.org wrote:
 
  Log:
  packaging/slackware:

- eeze mount doesn't fit well anymore with Slackware current and
  udisks backend seems to work pretty well now, so enable it by default.
- eyesight doesn't build anymore without poppler and mupdf needs
  extra dependency, so disable it for now.
- makes thing compile fater with make -j5.
 
 Um, is this for general use, or specific to your build machine?  -j5
 might actually slow things down for people with less than 4 cores.
 It's generally better to actually detect the number of cores.

Well, this is svn, we can not talk about general use. It speeds up
compilation for me, which matters because I build everyday and make the
integration/test for SlackE17. Released script are different.

Anyway, Patrick Volkerding builds most of Slackware with a default of
make -j7 and that is what a common Slacker will find in an official
SlackBuild. They use to read the script before launching it :-)
I could have made it tunable, though, but it's actually faster and less
error prone to change a single digit in the functions file than passing
an env variable on the command line.

 Make's -j option can also be memory bound, but in my experience EFL
 does not have that problem.  In another unrelated project, using the
 number of free GB instead of the number of cores plus one for the -j
 option is better, as otherwise it slows down a lot when it starts
 thrashing swap.
 
 On the other hand, last time I experimented with make -j on EFL, it did
 not make any measurable difference beyond 2 cores and 2GB.  Make -j3 to
 make -j12 ran at about the same speeds.  Everything is so small it
 barely gets a chance to do much good before it's already finished with
 any one source file, plus the bulk of the time is spent doing non make
 things.
 
 -- 
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/18/12 10:18, Daniel Juyung Seo wrote:
 Looks great!
 But it crashed when I clicked my mouse.
 I built elemies without sound support.
 
 Here is the backtrace.
 http://slexy.org/view/s2tFeewyv1
 x is 5 and y is 4363412 in the following code.
 if (ev-button == 1  matrix[x][y][2] == 0)

Thanks for report and test. It appears to be a problem with 32bits
systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
git repository fixes it.

 Daniel Juyung Seo (SeoZ)
 
 On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
 wrote:
  On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/17/12 12:47, jls legalize wrote:
  Thank you very much Cedric
  Where can I find this app? I tried searching but I cannot find it.
 
  It is not released yet, but you can give it a try. To test the sound,
  you must compile with --enable-sound and have recent EFL.
 
  http://ngc891.blogdns.net/cgit/elemines.git/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:58, Anisse Astier wrote:
 On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) 
 ras...@rasterman.com wrote :
 
  On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com 
  said:
  
   Hi
   What do I need multisense in edje for?
   Is there any app that uses it?
   Thanks
  
  nothing uses it currently. you don't need it currently, but its the start of
  being able to have audio and haptic feedback control available in edje.
  
 Yeah. About that.
 
 I saw in edcref that since edje 1.1 you have sounds and tones. I tried
 using that for a certain terminal theme, but was only met with silence.
 
 Should I have any dependencies installed when I compile edje to have it
 playing sounds ?

You need remix https://github.com/kfish/remix/commits/master 

Multisense sound doesn't seem to work well. It usually plays the first
sound, and then, nothing more. You have to reload the app, not fun :-(

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:15, Vincent Torri wrote:
 i don't understand your commit wrt your explanation. I think that the
 problem is here : memcpy(data, coord, sizeof(coord));

pointer size depends of arch

 i would have done : memcpy(data, coord, sizeof(coord));

Indeed cleaner and more portable. Committed!

 Vincent
 
 On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/18/12 10:18, Daniel Juyung Seo wrote:
  Looks great!
  But it crashed when I clicked my mouse.
  I built elemies without sound support.
 
  Here is the backtrace.
  http://slexy.org/view/s2tFeewyv1
  x is 5 and y is 4363412 in the following code.
  if (ev-button == 1  matrix[x][y][2] == 0)
 
  Thanks for report and test. It appears to be a problem with 32bits
  systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
  git repository fixes it.
 
  Daniel Juyung Seo (SeoZ)
 
  On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
  wrote:
   On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 07/17/12 12:47, jls legalize wrote:
   Thank you very much Cedric
   Where can I find this app? I tried searching but I cannot find it.
  
   It is not released yet, but you can give it a try. To test the sound,
   you must compile with --enable-sound and have recent EFL.
  
   http://ngc891.blogdns.net/cgit/elemines.git/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] elm_flip broken API and implementation

2012-07-19 Thread Jérôme Pinot
On 07/19/12 09:28, Iván Briano wrote:
 2012/7/19 Gustavo Sverzut Barbieri barbi...@profusion.mobi:
  On Wed, Jul 18, 2012 at 8:44 AM, Gustavo Sverzut Barbieri
  barbi...@profusion.mobi wrote:
  As we're close to release, I'd like to discuss a bug in elm_flip that 
  annoys
  me:
 
  elm_flip_go() does NOT take the front/back parameter, then if the app wants
  to control it properly (ie: toggle button, toolbar, edje) it can get out of
  sync. The app would need a control variable on its own that syncs with
  elm_flip_*_visible_get()
 
  The situation is worse if you quickly go before it's finished the
  animation. Then elm_flip_*_visible_get() reports something but visually its
  something else! Then your app must keep a state, listen for animation ended
  signal and then request a flip again.
 
  Of course none of these are app duty. If someone could fix it, I'd be happy
  as the flip code is not that nice. Otherwise I'll fix it myself by adding
  another call that takes the side you want to flip to and will keep the 
  state
  correct by flipping back automatically after the animation is done.
 
  sooo? :-)
 
 
 Remove the widget, when people complains bring up the subject in
 that thread.

N!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] edje multisense

2012-07-18 Thread Jérôme Pinot
On 07/17/12 17:59, Vincent Torri wrote:
 On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/17/12 12:47, jls legalize wrote:
  Thank you very much Cedric
  Where can I find this app? I tried searching but I cannot find it.
 
  It is not released yet, but you can give it a try. To test the sound,
  you must compile with --enable-sound and have recent EFL.
 
  http://ngc891.blogdns.net/cgit/elemines.git/
 
 can you liost your 2 apps in the wiki :
 http://trac.enlightenment.org/e/wiki (under Applications) ?
 
 Vincent

Done.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] edje multisense

2012-07-17 Thread Jérôme Pinot
On 07/17/12 12:47, jls legalize wrote:
 Thank you very much Cedric
 Where can I find this app? I tried searching but I cannot find it.

It is not released yet, but you can give it a try. To test the sound,
you must compile with --enable-sound and have recent EFL.

http://ngc891.blogdns.net/cgit/elemines.git/ 

 2012/7/17, Cedric BAIL cedric.b...@free.fr:
  On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com
  wrote:
  thank you Rajeev for the answer.
  I'm the e package mantainer for Tiny Core Linux, so my question is
  where should I enable or not multisense. Do I need sndfile, remix,
  vorbis and alsa in edje?
 
  At this point in time and for the coming release, I think it's not
  worth it. The only open source application that made use of it is
  elimine. I don't know any theme that use this feature.
  --
  Cedric BAIL

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] E17 Korea meeting, round 2

2012-07-10 Thread Jérôme Pinot
After some talks, here is the meeting plan:
Saturday, July 14, in Seoul, Itaewon
12:00PM, exit #1 of subway line 6 (Hamilton hotel).
Raster suggested that we bring our laptop.

I added a post on my blog where you should post if you are coming:
http://ngc891.blogdns.net/?p=201 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] E17 Korea meeting, round 2

2012-07-08 Thread Jérôme Pinot
Because E17 is finally released^Walmost there and we're having an
outrageous nice weather in Korea, some people like to have another
meeting in Korea. It should be a good opportunity to drink bugs and
fix beers or the contrary, I don't remember. Anyway, I have time to
annoy you all the weekend.

What about saturday?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] RFC: edje multisense detection

2012-07-04 Thread Jérôme Pinot
Hi,

There is currently no easy way to know if edje was compiled with
edje multisense support. For instance, if you want to compile in
sounds in an edje theme, this may fail if support is not in the lib.

What about adding a key in edje.pc? 3rd-party applications could
then check against it before compilation. Something like:

Index: trunk/edje/configure.ac
===
--- trunk/edje/configure.ac (revision 73321)
+++ trunk/edje/configure.ac (working copy)
@@ -451,6 +451,7 @@
 if test x${want_multisense} = xyes ; then
AC_DEFINE([ENABLE_MULTISENSE], [1], [Use Multisense])
 fi
+AC_SUBST(want_multisense)
 
 # Dependencies for the binaries
 
Index: trunk/edje/edje.pc.in
===
--- trunk/edje/edje.pc.in   (revision 73321)
+++ trunk/edje/edje.pc.in   (working copy)
@@ -6,6 +6,7 @@
 datarootdir=@datarootdir@
 datadir=@datadir@/edje
 vmaj=@VMAJ@
+multisense=@want_multisense@
 
 Name: edje
 Description: Enlightened graphical design and layout engine.


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Poll: extra e17 modules

2012-06-27 Thread Jérôme Pinot
Hi,

There are more than 50 extra modules available for e17 in the subversion
repository. Which one of them are you using?

Answer the poll: http://ngc891.blogdns.net/?p=197 (multiple answer
allowed), it may help to know which one should be keep up-to-date.

Thanks,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Thread error, on non threaded programs.

2012-06-27 Thread Jérôme Pinot
On 06/28/12 09:48, Cedric BAIL wrote:
 On Thu, Jun 28, 2012 at 2:28 AM, David Seikel onef...@gmail.com wrote:
  Recently I've been getting a one second pause then an error message when
  I exit out of stuff compiled with up to date EFL -
 
  ERR8848:ecore ecore_thread.c  :651
  _ecore_thread_shutdown() 1 of the child thread are still running after
  1s. This can lead to a segv. Sorry.
 
  This is happening on programs that don't actually use threads.  Have
  not seen any seggies though.
 
 Interresting. What library do you use and initialize ? What svn
 version are you using ? Jerome reported to me the same issue, but I
 have some very hard time to reproduce the problem. Having some one
 else triggering the same problem could help me understand what is
 going on.

I got the problem one time building ethumb and tclock.
It happens a lot of times during the build of elementary's widget
previews. I guess the problem is around here:
http://ngc891.blogdns.net/pub/projects/debug/ecore_thread/elementary.log 

All build logs, for reference:
http://ngc891.blogdns.net/pub/projects/debug/ecore_thread/ 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [announcement] ePeriodique 0.3.1

2012-06-24 Thread Jérôme Pinot
Hi,

I am pleased to announce here a new minor version of ePeriodique, the EFL
based periodic table of elements. This release adds new data (covalent
and Van der Walls radii), a russian translation, and few fixes in the
autotools files.

This version, like the 0.3, requires elementary 1.0 (and EFL 1.2).
Source and Slackware packages are available at:
http://eperiodique.sourceforge.net/ 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] request for efreet localization

2012-06-18 Thread Jérôme Pinot
On 06/18/12 13:53, Michael Blumenkrantz wrote:
 this is for fixing a somewhat annoying corner case with efm involving
 locale change. there's other solutions which are less correct, but I'd like
 to get the fallback choice here fixed since that alone will solve the bug
 in most cases.

It's not exactly a _changing locale_ issue. I didn't change my locale
for a long time now but what I'm seeing here is that my
~/.config/user-dirs.dirs is not read/used. Maybe efreet should somehow
rely on it and not only use env variables.

Reading in this order:
- /etc/xdg/user-dirs.defaults
- ~/.config/user-dirs.dirs
- XDG_ env variable

and then fallback.

What do you think?
 On Mon, Jun 18, 2012 at 1:49 PM, Sebastian Dransfeld 
 s...@tango.flipp.netwrote:
 
  Then I guess there aren't anymore. I think all other localization
  elements has been inside files or filenames.
 
  As far as I know there hasn't been any localization problems with efreet
  before.
 
  S.
 
 
  On 06/18/2012 02:43 PM, Michael Blumenkrantz wrote:
   hm...I guess I assumed there would be more cases; I don't use a localized
   E, nor do I have any experience with it.
  
   On Mon, Jun 18, 2012 at 1:37 PM, Sebastian Dransfelds...@tango.flipp.net
  wrote:
  
   Do you have any other examples but XDG_DESKTOP_DIR? I can't find any
   others which should be localized.
  
   S.
  
   On 06/18/2012 02:27 PM, Michael Blumenkrantz wrote:
   sure, the problem is that we don't localize our fallback strings here.
  in
   many desktop environments, those variables are not sourced/set, and so
  we
   get the fallback strings every time: these strings are in english, so
   they're always wrong.
  
   On Mon, Jun 18, 2012 at 1:24 PM, Sebastian Dransfeld
  s...@tango.flipp.net
   wrote:
  
   On 06/14/2012 01:05 PM, Michael Blumenkrantz wrote:
   Hi,
  
   It's come to my attention that many of the strings in efreet
   (especially
   src/lib/efreet_base.c; see functions such as
  efreet_desktop_dir_get())
   lack
   proper localization. This causes unexpected behavior in most cases on
   non-english platforms, and should probably be fixed by someone who
   knows
   the proper/expected localized directories. If I can get some help on
   this,
   it will fix a number of issues with e's file manager and other efreet
   uses.
  
   Isn't it the point that everything localized should be fetched from
   XDG_* env variables?
  
   S.
-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] About the desktop icons

2012-06-13 Thread Jérôme Pinot
OK, I found something weird in e.

Last update made my desktop icons just disappeared. Despite the fact I'm
using the french localisation, e was looking for the icons in the
~/Desktop folder (instead of ~/Bureau).

But what is really weird is when I plug an external device, the link
still show up in ~/Bureau, which is not read by e, so showing nothing on
the desktop. Something is really mixed up here.

I'm trying to build without HAL but it doesn't seems to work yet and this
bug doesn't help.

zmike, any idea?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] elementary: doxygen doc fixes

2012-06-02 Thread Jérôme Pinot
On 05/29/12 14:36, Jonas M. Gastal wrote:
 On Tuesday 29 May 2012 11:43:19 Jérôme Pinot wrote:
  Hi,
  
  Here is a patch to fix elementary doxygen doc:
  - #link on the beginning of a new line does give ugly output:
  http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png
  - some typos
  - some missing @c
  - in elm_web, convert remaining @li parameter lists to @param
  - minor random fixes
  
  This patch apply to trunk and elementary-1.0 branch.
 
 Jérôme,
 
 Did you take the screenshot from the online docs or from documentation 
 generated on your machine? I ask because I only ever saw that problem with 
 doxygen versions newer than the one on e2, and for those versions the # is 
 unneeded, it makes links regardless.
 
 To be clear, I'm not complaining about your patch, it seems to make things 
 work for both newer and older versions which is great, I'm just looking to 
 know if the formatting problem is present on older doxygen versions.

Seems it was really a bug in Doxygen which was fixed in Doxygen 1.8.1.
We should not worry anymore about where we put the #link.

 Gastal.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] About ecore XKeycodeToKeysym

2012-06-02 Thread Jérôme Pinot
Hi,

ecore_x is calling XKeycodeToKeysym from xlib, but this function has
issues. It has been deprecated 6 months ago in X.org and it is
suggested to use XkbKeycodeToKeysym instead:
https://bugs.freedesktop.org/show_bug.cgi?id=25732 

So I made a wrapper function that makes use of XkbKeycodeToKeysym when
possible or fallback to XKeycodeToKeysym. I'm ready to commit it but I
would like to have comments about the patch, because, well, you know the
surrounding code better than me :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: ecore/src/lib/ecore_x/xlib/ecore_x_test.c
===
--- ecore/src/lib/ecore_x/xlib/ecore_x_test.c   (revision 71640)
+++ ecore/src/lib/ecore_x/xlib/ecore_x_test.c   (working copy)
@@ -98,9 +98,9 @@
   return EINA_FALSE;
 
 keycode = XKeysymToKeycode(_ecore_x_disp, keysym);
-if (XKeycodeToKeysym(_ecore_x_disp, keycode, 0) != keysym)
+if (_ecore_x_XKeycodeToKeysym(_ecore_x_disp, keycode, 0) != keysym)
   {
- if (XKeycodeToKeysym(_ecore_x_disp, keycode, 1) == keysym)
+ if (_ecore_x_XKeycodeToKeysym(_ecore_x_disp, keycode, 1) == 
keysym)
shift = 1;
  else
keycode = 0;
Index: ecore/src/lib/ecore_x/xlib/ecore_x_private.h
===
--- ecore/src/lib/ecore_x/xlib/ecore_x_private.h(revision 71640)
+++ ecore/src/lib/ecore_x/xlib/ecore_x_private.h(working copy)
@@ -372,6 +372,7 @@
   double mry);
 
 void _ecore_x_modifiers_get(void);
+KeySym _ecore_x_XKeycodeToKeysym(Display *display, KeyCode keycode, int index);
 
 //#define LOGFNS 1
 
Index: ecore/src/lib/ecore_x/xlib/ecore_x.c
===
--- ecore/src/lib/ecore_x/xlib/ecore_x.c(revision 71640)
+++ ecore/src/lib/ecore_x/xlib/ecore_x.c(working copy)
@@ -211,6 +211,16 @@
 
 #endif /* ifdef LOGRT */
 
+/* wrapper to use XkbKeycodeToKeysym when possible */
+KeySym
+_ecore_x_XKeycodeToKeysym(Display *display, KeyCode keycode, int index)
+{
+#ifdef ECORE_XKB
+   return XkbKeycodeToKeysym(display, keycode, 0, index);
+#endif
+   return XKeycodeToKeysym(display, keycode, index);
+}
+
 void
 _ecore_x_modifiers_get(void)
 {
@@ -1056,7 +1066,8 @@
{
   for (j = 0; j  8; j++)
 {
-   sym2 = XKeycodeToKeysym(_ecore_x_disp, mod-modifiermap[i], j);
+   sym2 = _ecore_x_XKeycodeToKeysym(_ecore_x_disp,
+mod-modifiermap[i], j);
if (sym2 != 0)
  break;
 }
Index: ecore/src/lib/ecore_x/xlib/ecore_x_events.c
===
--- ecore/src/lib/ecore_x/xlib/ecore_x_events.c (revision 71640)
+++ ecore/src/lib/ecore_x/xlib/ecore_x_events.c (working copy)
@@ -278,8 +278,8 @@
int val;
 
_ecore_x_last_event_mouse_move = 0;
-   keyname = XKeysymToString(XKeycodeToKeysym(xevent-display,
-  xevent-keycode, 0));
+   keyname = XKeysymToString(_ecore_x_XKeycodeToKeysym(xevent-display,
+   xevent-keycode, 0));
if (!keyname)
  {
 snprintf(keyname_buffer,


signature.asc
Description: Digital signature
--
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] Slackware packaging

2012-05-31 Thread Jérôme Pinot
SlackE17, the E17 packaging project for E17 is now based on released
code. But SVN is still moving and for testing latest code, released
libraries are not enough. For instance, e doesn't build anymore
against EFL 1.2

So, I would like to add SlackBuilds to trunk/packaging/slackware, to
help Slackware people build and test the SVN version. It's mostly shell
scripts and text files. Consider this like an unstable and smaller version
of the build infra of SlackE17.

SlackE17 will, in same time, follow the last stable branch, and provide
users with binary packages.

Any objection or comment about this addition?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Slackware packaging

2012-05-31 Thread Jérôme Pinot
On 05/31/12 20:29, Carsten Haitzler wrote:
 On Thu, 31 May 2012 18:28:11 +0900 Jérôme Pinot ngc...@gmail.com said:
 
  SlackE17, the E17 packaging project for E17 is now based on released
  code. But SVN is still moving and for testing latest code, released
  libraries are not enough. For instance, e doesn't build anymore
  against EFL 1.2
  
  So, I would like to add SlackBuilds to trunk/packaging/slackware, to
  help Slackware people build and test the SVN version. It's mostly shell
  scripts and text files. Consider this like an unstable and smaller version
  of the build infra of SlackE17.
  
  SlackE17 will, in same time, follow the last stable branch, and provide
  users with binary packages.
  
  Any objection or comment about this addition?
 
 this is ok - but an alternative is that you just ship the snapshot of e that
 was made last efl release.

It's more or less what I already do. But good packages need lot of tests
and sometimes an SVN revision is better than a release:
http://sourceforge.net/projects/slacke17/files/slacke17/ 

The files that I'm going to commit are for advanced people willing to
test svn. It's like an easy_e17.sh script but that goes nicely with the
Slackware packaging system. It is not meant for shipping binaries.
Actually, I need this myself, because SlackE17 will surely not move till
E17 release, and I need to test change very often. I thought it was
better to keep this in the trunk for now.

this is pretty much the release model and following
 svn is of course going to bring in issues like this.

Sometimes, I like to track issues :-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] doing some releases of 1.0.*, 1.1.* etc.. ?

2012-05-29 Thread Jérôme Pinot
On 05/29/12 06:34, Vincent Torri wrote:
 hey,
 
 we are backporting fixes to previous releases, but we don't release
 them. If we don't, then backporting is useless. So when will we
 release them ?
 
 Vincent

I'm wondering too. For now, I have switched SlackE17 to follow 1.2
branch and I guess that most distro will catch up later. Bugfix release
is important: it shows we care about the users, it makes packagers
happier, E17 more widely used and it saves a kitten from certain death.

BTW, will E17 be based on EFL from 1.2.x or from trunk?

If the latter, it's maybe not necessary to backport small cosmetic fixes
like I did today?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] elementary: doxygen doc fixes

2012-05-29 Thread Jérôme Pinot
On 05/29/12 14:36, Jonas M. Gastal wrote:
 On Tuesday 29 May 2012 11:43:19 Jérôme Pinot wrote:
  Hi,
  
  Here is a patch to fix elementary doxygen doc:
  - #link on the beginning of a new line does give ugly output:
  http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png
  - some typos
  - some missing @c
  - in elm_web, convert remaining @li parameter lists to @param
  - minor random fixes
  
  This patch apply to trunk and elementary-1.0 branch.
 
 Jérôme,
 
 Did you take the screenshot from the online docs or from documentation 
 generated on your machine? I ask because I only ever saw that problem with 
 doxygen versions newer than the one on e2, and for those versions the # is 
 unneeded, it makes links regardless.

I got the problem on my box, with Doxygen 1.8.0, and I don't remember
having seen this problem before the upgrade.

 To be clear, I'm not complaining about your patch, it seems to make things 
 work for both newer and older versions which is great,

That's why I sent it.

I'm just looking to 
 know if the formatting problem is present on older doxygen versions.
 
 Gastal.

BTW, do you think this kind of small doc fixes worth backporting as I did
yesterday?

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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: cedric IN trunk/devs: . ngc891

2012-05-28 Thread Jérôme Pinot
On 05/29/12 07:06, Vincent Torri wrote:
 Jerome, you have plenty of @deprecated{This function iis deprecated,
 Use *** instead} to add !!!

With great power comes great fun!

 Vincent
 
 On Tue, May 29, 2012 at 7:00 AM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  devs: please welcome Jerome, here to fix our mess :-)
 
   Enjoy your new land.
 
 
  Author:       cedric
  Date:         2012-05-28 22:00:19 -0700 (Mon, 28 May 2012)
  New Revision: 71488
  Trac:         http://trac.enlightenment.org/e/changeset/71488
 
  Added:
   trunk/devs/ngc891/ trunk/devs/ngc891/id_rsa.pub trunk/devs/ngc891/info.txt

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] elementary: doxygen doc fixes

2012-05-28 Thread Jérôme Pinot
Hi,

Here is a patch to fix elementary doxygen doc:
- #link on the beginning of a new line does give ugly output:
http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png 
- some typos
- some missing @c
- in elm_web, convert remaining @li parameter lists to @param
- minor random fixes

This patch apply to trunk and elementary-1.0 branch.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: src/lib/elm_genlist.h
===
--- src/lib/elm_genlist.h   (revision 71484)
+++ src/lib/elm_genlist.h   (working copy)
@@ -57,8 +57,8 @@
  *   existing (content) swallow parts in the Edje group implementing the item's
  *   theme. It must return @c NULL, when no content is desired, or a valid
  *   object handle, otherwise.  The object will be deleted by the genlist on
- *   its deletion or when the item is unrealized.  See
- *   #Elm_Genlist_Item_Content_Get_Cb.
+ *   its deletion or when the item is unrealized.
+ *   See #Elm_Genlist_Item_Content_Get_Cb.
  * - @c func.state_get - The @c part parameter is the name string of one of
  *   the state parts in the Edje group implementing the item's theme. Return
  *   @c EINA_FALSE for false/off or @c EINA_TRUE for true/on. Genlists will
@@ -120,15 +120,14 @@
  * the applications internal data (eg. the struct with the original item
  * data). The parent parameter is the parent genlist item this belongs to if
  * it is a tree or an indexed group, and NULL if there is no parent. The
- * flags can be a bitmask of #ELM_GENLIST_ITEM_NONE,
- * #ELM_GENLIST_ITEM_TREE and #ELM_GENLIST_ITEM_GROUP. If
- * #ELM_GENLIST_ITEM_TREE is set then this item is displayed as an item
- * that is able to expand and have child items.  If ELM_GENLIST_ITEM_GROUP
- * is set then this item is group index item that is displayed at the top
- * until the next group comes. The func parameter is a convenience callback
- * that is called when the item is selected and the data parameter will be
- * the func_data parameter, obj be the genlist object and event_info will be
- * the genlist item.
+ * flags can be a bitmask of #ELM_GENLIST_ITEM_NONE, #ELM_GENLIST_ITEM_TREE
+ * and #ELM_GENLIST_ITEM_GROUP. If #ELM_GENLIST_ITEM_TREE is set then this
+ * item is displayed as an item that is able to expand and have child items.
+ * If #ELM_GENLIST_ITEM_GROUP is set then this item is group index item that
+ * is displayed at the top until the next group comes. The func parameter is
+ * a convenience callback that is called when the item is selected and the
+ * data parameter will be the func_data parameter, @c obj be the genlist
+ * object and event_info will be the genlist item.
  *
  * elm_genlist_item_append() adds an item to the end of the list, or if
  * there is a parent, to the end of all the child items of the parent.
@@ -792,11 +791,10 @@
  *
  * This sets the scrollbar visibility policy for the given genlist
  * scroller. #ELM_SCROLLER_POLICY_AUTO means the scrollbar is
- * made visible if it is needed, and otherwise kept hidden.
- * #ELM_SCROLLER_POLICY_ON turns it on all the time, and
- * #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies
- * respectively for the horizontal and vertical scrollbars. Default is
- * #ELM_SCROLLER_POLICY_AUTO
+ * made visible if it is needed, and otherwise kept hidden. 
#ELM_SCROLLER_POLICY_ON
+ * turns it on all the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off.
+ * This applies respectively for the horizontal and vertical scrollbars.
+ * Default is #ELM_SCROLLER_POLICY_AUTO
  *
  * @see elm_genlist_scroller_policy_get()
  *
Index: src/lib/elm_map.h
===
--- src/lib/elm_map.h   (revision 71484)
+++ src/lib/elm_map.h   (working copy)
@@ -131,7 +131,7 @@
 typedef enum
 {
ELM_MAP_ROUTE_METHOD_FASTEST,  /** Route should prioritize time. */
-   ELM_MAP_ROUTE_METHOD_SHORTEST, /** Route should prioritized distance. */
+   ELM_MAP_ROUTE_METHOD_SHORTEST, /** Route should prioritize distance. */
ELM_MAP_ROUTE_METHOD_LAST
 } Elm_Map_Route_Method;
 
@@ -217,9 +217,8 @@
  *
  * By default these values are 0 (world map) and 18 (maximum zoom).
  *
- * This function should be used when zoom mode is set to
- * #ELM_MAP_ZOOM_MODE_MANUAL. This is the default mode, and can be set
- * with elm_map_zoom_mode_set().
+ * This function should be used when zoom mode is set to 
#ELM_MAP_ZOOM_MODE_MANUAL.
+ * This is the default mode, and can be set with elm_map_zoom_mode_set().
  *
  * @see elm_map_zoom_mode_set()
  * @see elm_map_zoom_get()
@@ -250,9 +249,8 @@
  * Set the zoom mode used by the map object.
  *
  * @param obj The map object.
- * @param mode The zoom mode of the map, being it one of
- * #ELM_MAP_ZOOM_MODE_MANUAL (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT,
- * or #ELM_MAP_ZOOM_MODE_AUTO_FILL.
+ * @param mode The zoom mode of the map, being it one of 
#ELM_MAP_ZOOM_MODE_MANUAL
+ * (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT

Re: [E-devel] Celebrating elementary 1.0

2012-05-06 Thread Jérôme Pinot
I had a nice time meeting some of the E people at Seoul!

I did a few pictures, you can see them on my blog:
http://ngc891.blogdns.net/?p=170 

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Celebrating elementary 1.0

2012-05-03 Thread Jérôme Pinot
Start a new thread for clarity,

So far, meeting is planned for Sunday, May 6 in Seoul.

People interested and who could maybe come:
Hyoyoung Chang
Cedric BAIL
Daniel Juyung Seo
ChunEon Park
Kim Shinwoo
myself

Sorry for Raster, but we will surely do another meeting later :-)

For meeting place/time, I suggest Itaewon as it is popular and not so
far from the train station of Yongsan. Near Hotel Hamilton around 5:00PM?
Should be good but I am open to any other suggestion...

To avoid flooding the ML, please confirm if you come by posting on my
blog: http://ngc891.blogdns.net/?p=170 


-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Celebrating elementary 1.0

2012-05-02 Thread Jérôme Pinot
On 05/02/12 15:44, Carsten Haitzler wrote:
 On Wed, 2 May 2012 15:34:20 +0900 Cedric BAIL cedric.b...@free.fr said:
 
  On Wed, May 2, 2012 at 1:39 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 04/20/12 20:11, Carsten Haitzler wrote:
   On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo 
   seojuyu...@gmail.com
   said:
On Apr 20, 2012 7:46 PM, Jérôme Pinot ngc...@gmail.com wrote:

 On 04/20/12 13:57, Daniel Juyung Seo wrote:
  Wow.. 10 years in Korea! That's great.
  I've tried ePeriodique before :) But I didn't notice it supports
  Korean
though.
  Interesting. Did you translate that by yourself?

 Yes, but this was mostly lonely words, so it was not a big
 challenge :-)
   
still great! ifound a typo about halogen though.
  
   :) my korean *IS* just typos. 치발! :)
  
  Btw, the Korean User Group is not limited to foreigners.
  It is just a blob of links about EFL information written in Korean.
  We may open up a forum later but as of now we have links only.
 
  Anyhow, it's great to know that you lived in Korean for 10 years.

 And I'm still here, mostly in Daejeon, sometimes in Seoul.

wow that's a news! what do you do there?
come to suwon and spank raster when you have time :)
  
   or come to seoul. i live in yongsan. maybe we should have regular monthly
   e/efl dinners now we have more people spread out? if you're in seoul
   sometimes... we might be able to arrange something.
  
   What about celebrating elementary 1.0.0 next sunday in Seoul?
   Who might be interested by drinking some beer after all the effort?
  
  Let celebrate ! Count me in !
 
 i might be able to make it... depends what time/where :)

I guess you should choose place and time!

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] Celebrating elementary 1.0

2012-05-02 Thread Jérôme Pinot
On 05/03/12 11:01, Cedric BAIL wrote:
 My understanding was that it wat Sunday 6th of may. Rereading, and
 still thinking it was the 6th.

Yes, I was thinking of 6th. Sorry if I wasn't clear enough.

 On Thu, May 3, 2012 at 10:50 AM, Daniel Juyung Seo seojuyu...@gmail.com 
 wrote:
  Oh.. 13th of may?
  Then I would skip that. I will be away from Seoul at that time.
 
  Daniel Juyung Seo (SeoZ)
 
  On Thu, May 3, 2012 at 8:57 AM, Carsten Haitzler ras...@rasterman.com 
  wrote:
  On Thu, 3 May 2012 08:52:36 +0900 (KST) ChunEon Park her...@naver.com 
  said:
 
  So, This Saturday night?
 
  next sunday... 13th of may. well that was in jeromes original mail... :)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] winlist-ng make install

2012-05-01 Thread Jérôme Pinot
Hi,

winlist-ng make install fails with this error:

Making install in po
make[1]: Entering directory `/tmp/e_modules/winlist-ng/po'
/bin/sh @MKINSTALLDIRS@ 
/tmp/package-e_modules/usr/lib64/enlightenment/modules/winlist-ng
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/tmp/e_modules/winlist-ng/po'
make: *** [install-recursive] Error 1

Here is a patch to fix this problem,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: E-MODULES-EXTRA/winlist-ng/autogen.sh
===
--- E-MODULES-EXTRA/winlist-ng/autogen.sh   (revision 70570)
+++ E-MODULES-EXTRA/winlist-ng/autogen.sh   (working copy)
@@ -6,24 +6,11 @@
 touch README
 
 echo Running autopoint... ; autopoint -f || :
-echo Running aclocal... ; aclocal $ACLOCAL_FLAGS || exit 1
+echo Running aclocal... ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
 echo Running autoheader... ; autoheader || exit 1
 echo Running autoconf... ; autoconf || exit 1
 echo Running libtoolize... ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
 echo Running automake... ; automake --add-missing --copy --gnu || exit 1
-echo Generating gettext ng.pot.template;\
-xgettext \
--n \
--C \
--d ng \
--p po \
---copyright-holder=Enlightenment development team \
---foreign-user \
---msgid-bugs-address=enlightenment-devel@lists.sourceforge.net \
--kD_ \
---from-code=UTF-8 \
--o ng.pot \
-`find . -name *.[ch] -print` || exit 1
 
 if [ -z $NOCONFIGURE ]; then
./configure $@


signature.asc
Description: Digital signature
--
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] [patch] minor fix to eeze doc

2012-05-01 Thread Jérôme Pinot
This fix a single typo in eeze doxygen doc,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: eeze/src/lib/Eeze_Disk.h
===
--- eeze/src/lib/Eeze_Disk.h(revision 70570)
+++ eeze/src/lib/Eeze_Disk.h(working copy)
@@ -514,7 +514,7 @@
  * @param value OPTIONAL: The value that @p sysattr should have, or @c NULL.
  *
  * @return If the sysattr (with value) is found, returns @c EINA_TRUE,
- * @EINA_FALSE otherwise.
+ * @c EINA_FALSE otherwise.
  * @since 1.1
  */
 EAPI Eina_Bool  eeze_disk_udev_walk_check_sysattr(Eeze_Disk *disk, const 
char *sysattr, const char *value);


signature.asc
Description: Digital signature
--
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] Celebrating elementary 1.0

2012-05-01 Thread Jérôme Pinot
On 04/20/12 20:11, Carsten Haitzler wrote:
 On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo seojuyu...@gmail.com
 said:
 
  On Apr 20, 2012 7:46 PM, Jérôme Pinot ngc...@gmail.com wrote:
  
   On 04/20/12 13:57, Daniel Juyung Seo wrote:
Wow.. 10 years in Korea! That's great.
I've tried ePeriodique before :) But I didn't notice it supports Korean
  though.
Interesting. Did you translate that by yourself?
  
   Yes, but this was mostly lonely words, so it was not a big challenge :-)
  
  still great! ifound a typo about halogen though.
 
 :) my korean *IS* just typos. 치발! :)
 
Btw, the Korean User Group is not limited to foreigners.
It is just a blob of links about EFL information written in Korean.
We may open up a forum later but as of now we have links only.
   
Anyhow, it's great to know that you lived in Korean for 10 years.
  
   And I'm still here, mostly in Daejeon, sometimes in Seoul.
  
  wow that's a news! what do you do there?
  come to suwon and spank raster when you have time :)
 
 or come to seoul. i live in yongsan. maybe we should have regular monthly 
 e/efl
 dinners now we have more people spread out? if you're in seoul sometimes... we
 might be able to arrange something.

What about celebrating elementary 1.0.0 next sunday in Seoul?
Who might be interested by drinking some beer after all the effort?

I'll be in Seoul for some irrelevant french presidential election...

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] missing files in release tarballs

2012-04-28 Thread Jérôme Pinot
Hi,

Other missing files int the release tarballs:

 edje/src/examples/Makefile.am   |   14 ++
 eina/src/examples/Makefile.am   |   10 --
 elementary/src/examples/Makefile.am |5 +
 evas/src/examples/Makefile.am   |1 +
 4 files changed, 28 insertions(+), 2 deletions(-)

-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: elementary/src/examples/Makefile.am
===
--- elementary/src/examples/Makefile.am (revision 70532)
+++ elementary/src/examples/Makefile.am (working copy)
@@ -82,6 +82,7 @@
 genlist_example_03.c \
 genlist_example_04.c \
 genlist_example_05.c \
+glview_example_01.c \
 hover_example_01.c \
 hoversel_example_01.c \
 icon_example_01.c \
@@ -194,6 +195,7 @@
 genlist_example_03 \
 genlist_example_04 \
 genlist_example_05 \
+glview_example_01 \
 hover_example_01 \
 hoversel_example_01 \
 icon_example_01 \
@@ -321,6 +323,7 @@
 genlist_example_03:genlist_example_03.png:0.1 \
 genlist_example_04:genlist_example_04.png:0.1 \
 genlist_example_05:genlist_example_05.png:0.1 \
+glview_example_01:glview_example_01.png:0.0 \
 thumb_example_01:thumb_example_01.png:0.5 \
 entry_example:entry_example.png:0.0 \
 progressbar_example:progressbar_example.png:0.0 \
@@ -359,3 +362,5 @@
@echo Examples are not built. Run \./configure 
--enable-build-examples\ first.
 
 endif
+
+EXTRA_DIST = dict.txt layout_example.edc theme_example.edc
Index: evas/src/examples/Makefile.am
===
--- evas/src/examples/Makefile.am   (revision 70532)
+++ evas/src/examples/Makefile.am   (working copy)
@@ -141,6 +141,7 @@
$(srcdir)/evas-text.c \
$(srcdir)/evas-smart-object.c \
$(srcdir)/evas-box.c \
+   $(srcdir)/evas-table.c \
$(srcdir)/enlightenment.png \
$(srcdir)/red.png \
$(srcdir)/im1.png \
Index: edje/src/examples/Makefile.am
===
--- edje/src/examples/Makefile.am   (revision 70532)
+++ edje/src/examples/Makefile.am   (working copy)
@@ -22,6 +22,19 @@
table.edc \
box.edc \
drag.edc \
+   edje_example.edc \
+   embryo_custom_state.edc \
+   embryo_pong.edc \
+   embryo_run_program.edc \
+   embryo_set_state.edc \
+   embryo_set_text.edc \
+   embryo_timer.edc \
+   external_elm_anchorblock.edc \
+   external_elm_button.edc \
+   external_elm_check.edc \
+   external_elm_panes.edc \
+   external_emotion_elm.edc \
+   toggle_using_filter.edc \
signals-messages.edc \
color-class.edc \
perspective.edc \
@@ -47,6 +60,7 @@
test.png \
Vera.ttf \
 duck.wav \
+   edje_example.c \
edje-basic.c \
edje-swallow.c \
edje-text.c \
Index: eina/src/examples/Makefile.am
===
--- eina/src/examples/Makefile.am   (revision 70532)
+++ eina/src/examples/Makefile.am   (working copy)
@@ -37,7 +37,9 @@
eina_inlist_03.c \
eina_str_01.c \
eina_strbuf_01.c \
+   eina_stringshare_01.c \
eina_tiler_01.c \
+   eina_magic_01.c \
eina_model_01.c \
eina_model_02.c \
eina_model_03.c \
@@ -45,7 +47,8 @@
eina_value_01.c \
eina_value_02.c \
eina_value_03.c \
-   eina_inarray_01.c
+   eina_inarray_01.c \
+   eina_inarray_02.c
 
 examples_PROGRAMS =
 
@@ -82,6 +85,8 @@
eina_inlist_03 \
eina_str_01 \
eina_strbuf_01 \
+   eina_stringshare_01 \
+   eina_magic_01 \
eina_model_01 \
eina_model_02 \
eina_model_03 \
@@ -90,7 +95,8 @@
eina_value_01 \
eina_value_02 \
eina_value_03 \
-   eina_inarray_01
+   eina_inarray_01 \
+   eina_inarray_02
 
 eina_model_04_SOURCES = \
eina_model_04_animal.c \


signature.asc
Description: Digital signature
--
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] [patch] unversioned configuration bug

2012-04-28 Thread Jérôme Pinot
Hi,

eio, emotion and ethumb build fail for out of tree configuration:


make[3]: Entering directory `/tmp/emotion/src/lib'
  CC emotion_smart.lo
  CC emotion_main.lo
emotion_main.c:51:55: error: 'Unversioneddirectory' undeclared here (not in a 
function)
make[3]: *** [emotion_main.lo] Error 1

make[3]: Entering directory `/tmp/eio/src/lib'
  CC eio_eet.lo
  CC eio_file.lo
  CC eio_dir.lo
  CC eio_main.lo
eio_main.c:26:51: error: 'Unversioneddirectory' undeclared here (not in a 
function)
make[3]: *** [eio_main.lo] Error 1

make[4]: Entering directory `/tmp/ethumb/src/lib'
  CC ethumb.lo
  CC md5.lo
ethumb.c:80:54: error: 'Unversioneddirectory' undeclared here (not in a 
function)
make[4]: *** [ethumb.lo] Error 1


Here is a patch that make configure.ac similar to the one from eina and
make things work back.

 eio/configure.ac |2 +-
 emotion/configure.ac |2 +-
 ethumb/configure.ac  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: ethumb/configure.ac
===
--- ethumb/configure.ac (revision 70532)
+++ ethumb/configure.ac (working copy)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-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_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])
Index: eio/configure.ac
===
--- eio/configure.ac(revision 70532)
+++ eio/configure.ac(working copy)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-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_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])
Index: emotion/configure.ac
===
--- emotion/configure.ac(revision 70532)
+++ emotion/configure.ac(working copy)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-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_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])


signature.asc
Description: Digital signature
--
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] New EFL release cycle 1.0/1.2/1.6

2012-04-26 Thread Jérôme Pinot
On 04/26/12 13:49, Carsten Haitzler wrote:
 We'd like to announce a new release of several Enlightenment components.
 This round we have added Eio, Ethumb, Emotion and Elementary. Please
 read the NEWS and README files in each release tarball for information
 on what has changed, fixed or added. This release also corresponds with
 SVN revision number 70490.
 
 Emotion is a library to handle video playback using Gstreamer, Xine or other
 external plugins (VLC) and display video in Evas as a standard object. It also
 can handle audio playback too. Eio is here to support Emotion with async IO
 API's.
 
 Ethumb is a thumbnail generator library that supports the freedesktop.org
 thumbnailing standards, and is implemented as a dbus service and a client-side
 library that handles dealing with that service for you.
 
 Elementary is our new widget set, built on top of the rest of EFL, to provide
 you with standard widgets and behaviour to make it easy to write GUI
 applications.

... and elementary/src/examples/layout_example.edc is missing from the
tarball too, makes the make doc fail.

Sorry, I should have check this before, I was too much focused on SVN
:-(

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
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] [patch] missing doxygen files in release tarballs

2012-04-26 Thread Jérôme Pinot
Hi,

This patch add to EXTRA_DIST essential files for doxygen
 ecore/doc/Makefile.am  |2 +-
 edje/doc/Makefile.am   |2 +-
 eet/doc/Makefile.am|3 ++-
 elementary/doc/Makefile.am |3 ++-
 emotion/doc/Makefile.am|2 +-
 evas/doc/Makefile.am   |3 ++-
 6 files changed, 9 insertions(+), 6 deletions(-)


-- 
Jérôme Pinot
http://ngc891.blogdns.net/
Index: elementary/doc/Makefile.am
===
--- elementary/doc/Makefile.am  (revision 70512)
+++ elementary/doc/Makefile.am  (working copy)
@@ -129,4 +129,5 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html shot.sh 
\
+DoxygenLayout.xml examples.dox index.doxy
Index: eet/doc/Makefile.am
===
--- eet/doc/Makefile.am (revision 70512)
+++ eet/doc/Makefile.am (working copy)
@@ -37,4 +37,5 @@
$(srcdir)/foot.html \
$(srcdir)/head.html \
$(wildcard $(srcdir)/img/*.*) \
-   $(srcdir)/eet.dox.in
+   $(srcdir)/eet.dox.in \
+   $(srcdir)/examples.dox
Index: ecore/doc/Makefile.am
===
--- ecore/doc/Makefile.am   (revision 70512)
+++ ecore/doc/Makefile.am   (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
ecore.dox.in examples.dox
Index: evas/doc/Makefile.am
===
--- evas/doc/Makefile.am(revision 70512)
+++ evas/doc/Makefile.am(working copy)
@@ -37,4 +37,5 @@
$(srcdir)/e.css \
$(srcdir)/head.html \
$(srcdir)/foot.html \
-   $(srcdir)/evas.dox.in
+   $(srcdir)/evas.dox.in \
+   $(srcdir)/examples.dox
Index: edje/doc/Makefile.am
===
--- edje/doc/Makefile.am(revision 70512)
+++ edje/doc/Makefile.am(working copy)
@@ -32,4 +32,4 @@
 endif
 
 EXTRA_DIST = Doxyfile e.css foot.html head.html $(wildcard img/*.*) \
- $(wildcard examples/*.*)
+ $(wildcard examples/*.*) examples.dox
Index: emotion/doc/Makefile.am
===
--- emotion/doc/Makefile.am (revision 70512)
+++ emotion/doc/Makefile.am (working copy)
@@ -30,4 +30,4 @@
 
 endif
 
-EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) e.css head.html foot.html 
examples.dox


signature.asc
Description: Digital signature
--
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


  1   2   >