Re: [e-users] Terminology and EFL 1.10.0 beta 1

2014-05-11 Thread ADA

 It looks like, I've screwed up something, so my Terminology git was not
up to date. I've cloned it again to get a clean state, now it compiles fine.

 By the way, the only file with problems was app_server.c. I've just
tracked the changes in EFL to make it compile. So:
  - ELM_APP_SERVER_VIEW_EV_... - ELM_APP_SERVER_VIEW_EVENT_...
  - eo_base_data_get - eo_key_data_get
  - elm_app_server_view_id_get call change

 Basically, that's it.

On 11/05/14 02:32, Carsten Haitzler (The Rasterman) wrote:
 On Thu, 08 May 2014 19:11:40 +0200 ADA ada...@gmail.com said:
 

 Hi,

  I've been playing around with the upcoming EFL/Elementary v1.10.0 beta
 1 and e19 release and it seems to be promising. It's definitely faster
 than the current stable version (probably due to the compositing
 rewrite) on my machine. :-)
  Unfortunately, Terminology doesn't compile with this version. (I tried
 the released v0.5.0 and GIT HEAD too.) I was able to patch it, so my
 terminal emulator is usable again. It works for me, but your mileage may
 vary. :-)

  If I screwed up something, corrections are welcomed from devs more
 familiar with the changes, than me.
 
 it should build with 1.10 - what did you change? why didn't it build?
 

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-05-11 Thread Andrew Williams
Hi Wido,

Thanks for that.
I think raster’s comments cover it on bindings, we’ll see how it progresses 
alongside the project.

In terms of search / replace I’ve updated the tasks to:

✔ Search in file
Replace in file
Search / replace in project / directory
I hope that covers it.

Andy

-
Andy Williams
blog:   http://ajwillia.ms
web:http://andywilliams.me





On 7 May 2014, at 03:40, Wido wido...@gmail.com wrote:

 I liked the milestones. I think this is a great idea for lowering the entry
 barrier.
 
 I think 'Cross reference for c, c++ and some scripting language' should be
 explicit with python, since is the most supported efl language. Also, I
 think that 'search' should be expanded into 'search' (for current
 directory), 'search and replace' (plain text or regex) and 'find in files'
 (like a grep).
 
 my 2 cents =)
 
 
 2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
 On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
 said:
 
 awesome. how... organized! :) i think i'll just add emacs mode to the mode
 line... :)
 
 Hi,
 
 So I thought it was about time I posted about the EDI project that I'm
 working on. The Dev list has seen this before but I thought it was a
 good time to post on this list too.
 In an attempt to learn EFL whilst reducing barriers to new devs I wanted
 to create an IDE for / using EFL.
 
 And i've just started phase 2 - a code aware editor.
 What this means is we have basic editing but also integrated build
 functionality too.
 You can see / contribute to the TODO list / plan
 here:https://phab.enlightenment.org/w/edi/.
 
 I'd be delighted to get feedback or suggestions on what's there or
 what's planned.
 You can grab the code
 here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
 Cheers,
 Andy
 
 -
 Andy Williams
 blog:http://ajwillia.ms http://ajwillia.ms/
 web:http://andywilliams.me http://andywilliams.me/
 
 
 --
 Start Your Social Network Today - Download eXo Platform
 Build your Enterprise Intranet with eXo Platform Software
 Java Based Open Source Intranet - Social, Extensible, Cloud Ready
 Get Started Now And Turn Your Intranet Into A Collaboration Platform
 http://p.sf.net/sfu/ExoPlatform
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.  Get
 unparalleled scalability from the best Selenium testing platform available.
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
 -- 
 Wido
 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL based IDE project

2014-05-11 Thread Daniel Juyung Seo
Dear Andrew Williams,
Great job!

I have checked it and it looks super promising. I have been asking to have
this kind of IDE for EFL for years and finally we have a working project!
But it needs a lot more love from many people.

By the way, you should check enventor, an edc editor.
https://phab.enlightenment.org/w/projects/enventor/

It uses entry for the editing and it supports very nice features that edi
needs to have such as:
- auto indentation
- syntax highlighting
- displaying candidate words
- find  replace dialog
- etc.

Anyhow, I would like to join edi project if I have time.
Thanks a lot for your effort.

Daniel Juyung Seo (SeoZ)


On Sun, May 11, 2014 at 6:28 PM, Andrew Williams a...@andywilliams.mewrote:

 Hi Wido,

 Thanks for that.
 I think raster’s comments cover it on bindings, we’ll see how it
 progresses alongside the project.

 In terms of search / replace I’ve updated the tasks to:

 ✔ Search in file
 Replace in file
 Search / replace in project / directory
 I hope that covers it.

 Andy

 -
 Andy Williams
 blog:   http://ajwillia.ms
 web:http://andywilliams.me





 On 7 May 2014, at 03:40, Wido wido...@gmail.com wrote:

  I liked the milestones. I think this is a great idea for lowering the
 entry
  barrier.
 
  I think 'Cross reference for c, c++ and some scripting language' should
 be
  explicit with python, since is the most supported efl language. Also, I
  think that 'search' should be expanded into 'search' (for current
  directory), 'search and replace' (plain text or regex) and 'find in
 files'
  (like a grep).
 
  my 2 cents =)
 
 
  2014-05-02 10:48 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
  On Sun, 27 Apr 2014 19:21:28 +0100 Andy Williams a...@andywilliams.me
  said:
 
  awesome. how... organized! :) i think i'll just add emacs mode to the
 mode
  line... :)
 
  Hi,
 
  So I thought it was about time I posted about the EDI project that I'm
  working on. The Dev list has seen this before but I thought it was a
  good time to post on this list too.
  In an attempt to learn EFL whilst reducing barriers to new devs I
 wanted
  to create an IDE for / using EFL.
 
  And i've just started phase 2 - a code aware editor.
  What this means is we have basic editing but also integrated build
  functionality too.
  You can see / contribute to the TODO list / plan
  here:https://phab.enlightenment.org/w/edi/.
 
  I'd be delighted to get feedback or suggestions on what's there or
  what's planned.
  You can grab the code
  here:http://git.enlightenment.org/devs/ajwillia-ms/edi.git
 
  Cheers,
  Andy
 
  -
  Andy Williams
  blog:http://ajwillia.ms http://ajwillia.ms/
  web:http://andywilliams.me http://andywilliams.me/
 
 
 
 --
  Start Your Social Network Today - Download eXo Platform
  Build your Enterprise Intranet with eXo Platform Software
  Java Based Open Source Intranet - Social, Extensible, Cloud Ready
  Get Started Now And Turn Your Intranet Into A Collaboration Platform
  http://p.sf.net/sfu/ExoPlatform
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 
 --
  Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
  Instantly run your Selenium tests across 300+ browser/OS combos.  Get
  unparalleled scalability from the best Selenium testing platform
 available.
  Simple to use. Nothing to install. Get started now for free.
  http://p.sf.net/sfu/SauceLabs
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
 
  --
  Wido
 
 --
  Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
  #149; 3 signs your SCM is hindering your productivity
  #149; Requirements for releasing software faster
  #149; Expert tips and advice for migrating your SCM now
  http://p.sf.net/sfu/perforce
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users


 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find
 out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 

Re: [e-users] IBar e 0.18.5 not showing icons

2014-05-11 Thread meine

  have to figure out both your suggestions on the second user account. I'll be
  back to report!

tried solutions from Carsten  Jérémy:

1) check your XDG env  : env | grep XDG
-- is OK  

2) is efreetd running  : ps aux | grep efreet
-- is running  

3) maybe clean it's cache  : rm -fr ~/.cache/efreet/

-- shows no direct effect even after hitting ctr + alt + end (rebuilds 
desktop)  

4) or destroy your old ibar config : rm .e/e/config/standard/module.ibar.*

-- this action destroyed all icons in the Applications menu at first
-- settings - look - application theme - [Icons] showed no themes to choose 
from

couldn't verify the effect after a logout/login since I don't have the password 
for this user 

 trust me - it'll work. and don't enable enable icon theme for enlightenment
 if you want to keep e's icons for files as you like above. just choose an cion
 theme that gets you all the icons and you'll be fine.

this morning the second user logged in and I saw that your solutions had the 
intended effect, TNX!

killing the bad behaving config file I remember is a kind of general solution...

-- 
//meine

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Using Mode_switch breaks Left Alt in e18

2014-05-11 Thread Dave
 In the year 2014, of the month of May, on the 7th day, Marc MERLIN wrote:
 On Fri, May 02, 2014 at 08:51:46AM -0700, Marc MERLIN wrote:
  On Fri, May 02, 2014 at 05:29:31PM +0900, Carsten Haitzler wrote:
  keycode 133 = Multi_key

That would work great if my laptop had windows keys, but it doesn't :)

So I king of have to get right alt working as multi again soon :)
(I have right ctrl, but that's mapped to compose)

No idea how easy/hard it is to fix, but hopefully someone who knows the
code can fix that regression from e17.
   
   i use capslock as multi settings in e kbd settings deep down
  
  Tell me what you need, and I'll tell you how to do with out it ;)
  
  Yes, I can change if this bug is unfixable, but I kind of have been
  using the same keybindings on linux for 20 years now. Somehow I hope
  you'll understand if I'd rather that e18 fixes this regression :)
  
  Would you be able to look into it?
 
 Ping?
 
 Mes parents et mes amis se pleignent que mon francais n'a plus d'accents
 et qu'il est plus dur a lire :)
 
 (for the non french speakers, having lost multi where I need it to be
 has been handicaping). 
 
 Can this be fixed in e18, worked around without me changing keys, or do
 I need to revert to e17?
 
 Thanks,
 Marc


 I had a little look at the enlightenment source code to try and figure this
out, half as an excuse to start learning about the code for enlightenment.

 I traced the problem down as far as the e_bindings_mouse_button_find
function.  Normally, the left Alt key returns a modifier value of 4 (Alt).
When the right Alt key is set to Mode_switch, the left Alt key returns a
modifier value of 20 (Alt+AltGr).  Hence it doesn't match the configured
binding parameters for windows resizing, and you get no action.

 Further than that, the problem seems to reside in evas or ecore_input_evas .
If I get some spare time in the next few days, I'll try prying into the
source code for those libs to see if I can uncover anything interesting
there.

 Cheers,
 dave.k


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] IBar e 0.18.5 not showing icons

2014-05-11 Thread The Rasterman
On Sun, 11 May 2014 14:21:26 +0200 meine trial...@gmx.com said:

 
   have to figure out both your suggestions on the second user account. I'll
   be back to report!
 
 tried solutions from Carsten  Jérémy:
 
 1) check your XDG env  : env | grep XDG
 -- is OK  
 
 2) is efreetd running  : ps aux | grep efreet
 -- is running  
 
 3) maybe clean it's cache  : rm -fr ~/.cache/efreet/
 
 -- shows no direct effect even after hitting ctr + alt + end (rebuilds
 desktop)  
 
 4) or destroy your old ibar config : rm .e/e/config/standard/module.ibar.*
 
 -- this action destroyed all icons in the Applications menu at first
 -- settings - look - application theme - [Icons] showed no themes to
 choose from

there is a big problem. you have no icon themes installed.

 couldn't verify the effect after a logout/login since I don't have the
 password for this user 

if you delete the efreet cache and restart e - this wont necessarily trigger a
rebuld you need to kill efreetd.

  trust me - it'll work. and don't enable enable icon theme for
  enlightenment if you want to keep e's icons for files as you like above.
  just choose an cion theme that gets you all the icons and you'll be fine.
 
 this morning the second user logged in and I saw that your solutions had the
 intended effect, TNX!
 
 killing the bad behaving config file I remember is a kind of general
 solution...
 
 -- 
 //meine
 
 --
 Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
 #149; 3 signs your SCM is hindering your productivity
 #149; Requirements for releasing software faster
 #149; Expert tips and advice for migrating your SCM now
 http://p.sf.net/sfu/perforce
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


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


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users