descriptionLua patch set for Edje
homepage URLhttp://www.enlightenment.org/
ownerventosus@airpost.net
last changeMon, 27 Apr 2009 02:41:33 +0000 (27 02:41 +0000)
content tags
add:
README
Edje 0.5.0

Requirements:
-------------

Must:
  libc libm eet ecore ecore-evas ecore-job ecore-file embryo evas

A graphical layout and animation library for animated resizable, compressed and
scalable themes.

It's current under development and isn't complete. See src/lib/edje_private.h
for a list of FIXME's to do. Hopefully it will be complete in a few weeks.

Quick start-up guide:

1. You need eet from the HEAD cvs branch (must be up-to-date)

  cvs co e17/libs/eet
  cd e17/libs/eet
  ./autogen.sh
  make
  sudo make install
  cd

2. You need evas from the HEAD branch built with eet loader support.

  cvs co e17/libs/evas
  cd e17/libs/evas
  ./autogen.sh
  make
  sudo make install
  cd
  
3. You need ecore from the HEAD cvs branch

  cvs co e17/libs/ecore
  cd e17/libs/ecore
  ./autogen.sh
  make
  sudo make install
  cd

4. You need embryo from the HEAD cvs branch

  cvs co e17/libs/embryo
  cd e17/libs/embryo
  ./autogen.sh
  make
  sudo make install
  cd

5. You already have Edje. now build it:

   ./autogen.sh
   make
   sudo make install

You now want to go test it out. first you'll need to make an Edje EET file.
   
   cd data
   ./e_logo.sh
   
Now you can view the Edje you just built:
   
   edje ./e_logo.edj
   
You can view multiple files at once with the Edje test program:
   
   edje ./e_logo.edj ./e_logo.edj ./e_logo.edj
   
to view the same one 3 times.
   
You can read the source file that builds the Edje EET file by looking at:

   data/src/e_logo.edc

Another test file is also there:

   data/src/test.edc
   
The test file doesn't build anything useful at the moment.
shortlog
2009-04-27 rasterfix corner case with edje - where u check for existens... master
2009-04-27 barbierimark edje as dirty if box/table children changed.
2009-04-27 barbierirecalculate table if it is dirty.
2009-04-24 rbelemMerge branch 'debian-fixes'
2009-04-23 quaker1. fixed exalt-client module load, 2. fixed edje DEB_SO...
2009-04-23 quakerFixed typo in edje debian/control, thx to sur5r
2009-04-23 quakerAdded libedje-bin to depends of libedje-dev.
2009-04-23 rasterfix calc - do not reset calc_only flag! it wanst set...
2009-04-23 rastermove to uses no []'s as it works for me, but for belem...
2009-04-22 quakerUpdated debian stuff
2009-04-22 quakerA little change to edje debian stuff changelog
2009-04-22 quakerUpdated debian stuff for core EFL. Changed debian stuff...
2009-04-22 rasterand incriment to next rev.
2009-04-22 rastersnapworth quality - distchecked. sonames bumped. rev...
2009-04-21 quakerUpdated changelogs for packages which will go into...
2009-04-21 raster1. embryo shoudl have soname
...
heads
14 years ago lua_patch
15 years ago master