efl/src/bin
Mike Blumenkrantz fd8c9532a1 edje_cc now has the program.groups and X.target_group keywords for target grouping
this allows any number of parts/programs to be added by name into a logical grouping which can then be referenced inside a program.

eg.

before
------

program { signal: XYZ; source: 123;
   action: STATE_SET "default";
   targets: "sup" "dawg" "parts" "up" "in" "dis" "progrizzle";
}

program { signal: ABC; source: 123;
   action: STATE_SET "notdefault";
   targets: "sup" "dawg" "parts" "up" "in" "dis" "progrizzle" "tooizzle";
}

======
after
------

target_group: "default" "sup" "dawg" "parts" "up" "in" "dis" "progrizzle";

program { signal: XYZ; source: 123;
   action: STATE_SET "default";
   group: "default";
}

program { signal: ABC; source: 123;
   action: STATE_SET "notdefault";
   group: "default";
   target: "tooizzle";
}

@feature
2014-04-25 10:52:15 -04:00
..
ecore_drm drm - shut up warnings (not actual bugs) 2014-03-22 19:12:07 +09:00
ecore_evas ecore_evas_convert: Fix default quality setting 2014-04-18 19:07:34 +09:00
edje edje_cc now has the program.groups and X.target_group keywords for target grouping 2014-04-25 10:52:15 -04:00
eet Eet vieet: Fixed to work on non-bash compat shells. 2014-03-08 10:55:37 +00:00
eeze eeze - fix uninitialised sigation struct content 2013-12-13 21:26:05 +09:00
efreet efreet - minor formatting and move set prirority to very start 2013-12-28 10:22:23 +09:00
eldbus bugfix: eldbus code generator struct members named "proxy" should not be passed to eina_value_free. 2013-12-15 00:08:50 -05:00
embryo embryo: force the insertion of a '/' in the path to be sure that file path make sense. 2014-01-24 08:19:47 +09:00
eolian Eolian: Remove useless functions. 2014-04-23 16:28:33 +03:00
ethumb Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
ethumb_client ethumbd - stop using an idler that spins at 100% cpu while generating queues 2013-12-28 11:15:26 +09:00
evas Evas cserve2: Fix client crashes when a file changed 2014-03-18 13:49:05 +09:00
evil Evil: Add support for mkstemps 2014-04-02 12:14:50 +09:00