framework/uifw/edje.git
11 years agoMerge branch '2.0_beta' of ssh://112.106.1.251:29418/framework/uifw/edje into 2.0_beta 2.0alpha master 2.0_alpha submit/master/20120920.151121 submit/master/20120920.151122
ChunEon Park [Sat, 1 Sep 2012 07:19:24 +0000 (16:19 +0900)]
Merge branch '2.0_beta' of ssh://112.106.1.251:29418/framework/uifw/edje into 2.0_beta

11 years agoedje - revert edje map code temporarily.
ChunEon Park [Sat, 1 Sep 2012 07:10:11 +0000 (16:10 +0900)]
edje - revert edje map code temporarily.

need to update image object when it's swallow part have a map enabled.

evas doens't support image object hooking.

so this feature will be fixed along with evas soon.

Change-Id: I7a12b3dab20b7d3103af31b4cefb245ca2774931

11 years agoedje - revert edje map code temporarily.
ChunEon Park [Sat, 1 Sep 2012 07:10:11 +0000 (16:10 +0900)]
edje - revert edje map code temporarily.

need to update image object when it's swallow part have a map enabled.

evas doens't support image object hooking.

so this feature will be fixed along with evas soon.

Change-Id: I7a12b3dab20b7d3103af31b4cefb245ca2774931

11 years agopackage upload
ChunEon Park [Tue, 21 Aug 2012 10:07:25 +0000 (19:07 +0900)]
package upload

11 years agopackage upload
ChunEon Park [Tue, 21 Aug 2012 08:23:31 +0000 (17:23 +0900)]
package upload

11 years agoedje - fixe the uv mapping correctly in case of image swallowed case
hermet [Tue, 14 Aug 2012 08:04:06 +0000 (08:04 +0000)]
edje - fixe the uv mapping correctly in case of image swallowed case

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@75241 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFix build error for clip_to
Jaehwan Kim [Mon, 20 Aug 2012 12:59:17 +0000 (21:59 +0900)]
Fix build error for clip_to

11 years agoPackage Upload
Jaehwan Kim [Mon, 20 Aug 2012 11:35:48 +0000 (20:35 +0900)]
Package Upload

11 years agoPackage Upload
Jaehwan Kim [Mon, 20 Aug 2012 10:34:23 +0000 (19:34 +0900)]
Package Upload

Change-Id: I05a7cf81967d1ce1ad6d47076d6ea0b585ed66f7

11 years agoMerge remote-tracking branch 'slp/intefl/svn_merge'
Jaehwan Kim [Tue, 14 Aug 2012 12:32:28 +0000 (21:32 +0900)]
Merge remote-tracking branch 'slp/intefl/svn_merge'

Conflicts:
ChangeLog
src/bin/edje_cc.c
src/lib/edje_entry.c
src/lib/edje_util.c

11 years agoRevert "Revert "upstream merge""
Jaehwan Kim [Tue, 14 Aug 2012 12:30:16 +0000 (21:30 +0900)]
Revert "Revert "upstream merge""

This reverts commit b0b3686f6acede73c0d7dc0f2cc4cfcac3c6038c.

Conflicts:

AUTHORS
ChangeLog

11 years agoRevert "Revert "Upstrem merge""
Jaehwan Kim [Tue, 14 Aug 2012 12:29:44 +0000 (21:29 +0900)]
Revert "Revert "Upstrem merge""

This reverts commit 0d94471f81cd84ae1698db1c8a13c9cf7897adbf.

Conflicts:

AUTHORS
ChangeLog

11 years agoEFL core migration @74702
Jaehwan Kim [Tue, 7 Aug 2012 09:03:25 +0000 (18:03 +0900)]
EFL core migration @74702
Merge remote-tracking branch 'origin/upstream' into HEAD

Conflicts:
ChangeLog
configure.ac
src/bin/edje_cc.c
src/bin/edje_cc_handlers.c
src/lib/edje_entry.c
src/lib/edje_multisense.c

11 years agopackage upload
Thiep Ha [Fri, 3 Aug 2012 08:04:04 +0000 (17:04 +0900)]
package upload

Change-Id: I7ddd98167e45ccdc9b2f7f43e2966ec242fe09fa

11 years agopackage upload
Thiep Ha [Fri, 3 Aug 2012 05:31:29 +0000 (14:31 +0900)]
package upload

Change-Id: I7aed5a24e713bea06748d086ce0fbb9d899c8971

11 years agofix error of cannot move cursor (P120724-5953 on PLM)
Thiep Ha [Thu, 2 Aug 2012 09:48:24 +0000 (18:48 +0900)]
fix error of cannot move cursor (P120724-5953 on PLM)

Change-Id: Ia2a43617595c5cfea6be91d6a7de6140e92bc052

Change format as guide of Mr. Woohyun Jung.

11 years agoedje log: fix some progname leftovers.
barbieri [Tue, 31 Jul 2012 22:45:44 +0000 (22:45 +0000)]
edje log: fix some progname leftovers.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74702 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix edje error reporting for once and for all.
barbieri [Tue, 31 Jul 2012 22:42:03 +0000 (22:42 +0000)]
fix edje error reporting for once and for all.

edje error was a mess. First someone (maybe myself) added eina log,
then people changed it to be a mix with printf()... then they replaced
eina_log with printf() + colors so it would be less verbose.

It's fixed now! Using eina log infrastructure.

If all that is wanted is specific messages for edje_cc domain, do it
with a specific log print function (eina_log_print_cb_set()). I made
it produce messages in the format:

    <levelcolor><progname>: <levelprefix><message>

Where:
 - levelcolor is defined by eina_log (I hacked the win32 version,
   since no public api to resolve level to color).
 - levelprefix is "Error. " or "Warning. " to cope with traditional
   output.

If it does not look as you wanted, let me know before stuffing some
printf() again.

Bonus point: reduced 2 global variables (progname and verbose),
removed lots of code.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74701 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoeina: cleanup eina_file_map_lines API before release.
cedric [Tue, 31 Jul 2012 07:23:16 +0000 (07:23 +0000)]
eina: cleanup eina_file_map_lines API before release.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74618 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agopackage upload
Thiep Ha [Tue, 31 Jul 2012 05:38:57 +0000 (14:38 +0900)]
package upload

Change-Id: Ica893868073d7beb6bf0551d7b5ac65c87d18061

11 years agoEdje Entry: Fix bug of selection handler is displayed below IME (S1-6273 on JIRA)
Thiep Ha [Mon, 30 Jul 2012 06:13:10 +0000 (15:13 +0900)]
Edje Entry: Fix bug of selection handler is displayed below IME (S1-6273 on JIRA)

Change-Id: I30356fef9c5dfa271dd3e2b7ae8821599ee3ad4e

11 years agoedje: Reduce potential reentrant issue when using edje_object_signal_emit.
cedric [Sat, 28 Jul 2012 16:33:37 +0000 (16:33 +0000)]
edje: Reduce potential reentrant issue when using edje_object_signal_emit.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: try to make windows happier.
cedric [Sat, 28 Jul 2012 16:22:15 +0000 (16:22 +0000)]
edje: try to make windows happier.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: compile again on windows.
cedric [Sat, 28 Jul 2012 15:53:15 +0000 (15:53 +0000)]
edje: compile again on windows.

Patch half Vincent, half myself.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74537 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoPackage Upload
WooHyun Jung [Thu, 26 Jul 2012 08:55:26 +0000 (17:55 +0900)]
Package Upload

11 years agoEdje text classes: Fixed issues with textblock and some inconsistency.
WooHyun Jung [Thu, 26 Jul 2012 08:51:23 +0000 (17:51 +0900)]
Edje text classes: Fixed issues with textblock and some inconsistency.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73601 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

ChangeLog

11 years agoEdje textblock: Fixed bug with applying text class size.
WooHyun Jung [Thu, 26 Jul 2012 08:49:08 +0000 (17:49 +0900)]
Edje textblock: Fixed bug with applying text class size.

Happens when text size is updated, but font is not.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73600 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

ChangeLog

11 years agoedje_cc shouldnt be using eina-log for almost all its err/wrn/inf
raster [Thu, 26 Jul 2012 08:21:56 +0000 (08:21 +0000)]
edje_cc shouldnt be using eina-log for almost all its err/wrn/inf
stuff as this is actual user output and done:
  file.c:242 error in blah.edc:232
is just confusing as all heck.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoRevert "Upstrem merge"
WooHyun Jung [Thu, 26 Jul 2012 08:19:36 +0000 (17:19 +0900)]
Revert "Upstrem merge"

This reverts commit a15299a01c0c89d7ed33391c911eb8b2ad2020d2, reversing
changes made to 9d1ba0d03223a3017d2d0251dcaefb1f66ff879b.

Conflicts:

packaging/edje.spec

11 years agoRevert "upstream merge"
WooHyun Jung [Thu, 26 Jul 2012 08:18:54 +0000 (17:18 +0900)]
Revert "upstream merge"

This reverts commit c1608e664b37492af3a56d60dc4cba309eb4e99f, reversing
changes made to d393f86867ac227f0b07eb70b7ffc7decbb286fa.

Conflicts:

packaging/edje.spec

11 years agoRevert "Edje textblock: Fixed bug with applying text class size."
WooHyun Jung [Thu, 26 Jul 2012 08:18:14 +0000 (17:18 +0900)]
Revert "Edje textblock: Fixed bug with applying text class size."

This reverts commit 01fea64d668467dadeda2e8d2f7941540af54a44.

11 years agoRevert "Edje text classes: Fixed issues with textblock and some inconsistency."
WooHyun Jung [Thu, 26 Jul 2012 08:18:02 +0000 (17:18 +0900)]
Revert "Edje text classes: Fixed issues with textblock and some inconsistency."

This reverts commit 1767815bee458fcd02d7ccf7700e810cea2eeb57.

11 years agoRevert "Merge "Temporary Reset for sync with current OBS""
WooHyun Jung [Thu, 26 Jul 2012 08:17:34 +0000 (17:17 +0900)]
Revert "Merge "Temporary Reset for sync with current OBS""

This reverts commit 28ba653bb0a6dfe6e2e9c7f2243aa8be63c237b4, reversing
changes made to c726b6eeadc533d9628c120d4f47b194d9c6fe0b.

11 years agoMerge "Temporary Reset for sync with current OBS"
WooHyun Jung [Thu, 26 Jul 2012 05:41:18 +0000 (14:41 +0900)]
Merge "Temporary Reset for sync with current OBS"

11 years agoTemporary Reset for sync with current OBS
WooHyun Jung [Thu, 26 Jul 2012 05:28:37 +0000 (14:28 +0900)]
Temporary Reset for sync with current OBS

11 years agopackage upload
Shinwoo Kim [Tue, 24 Jul 2012 11:47:15 +0000 (20:47 +0900)]
package upload

11 years agoedje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)
seoz [Tue, 24 Jul 2012 07:15:22 +0000 (07:15 +0000)]
edje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74346 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix entry shift selection extend with mouse.
raster [Tue, 24 Jul 2012 03:52:14 +0000 (03:52 +0000)]
fix entry shift selection extend with mouse.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74338 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje/edje_entry : Only MOUSE_UP should reset character.
woohyun [Mon, 23 Jul 2012 08:36:36 +0000 (08:36 +0000)]
edje/edje_entry : Only MOUSE_UP should reset character.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje - updated AUTHORS
hermet [Mon, 23 Jul 2012 08:54:46 +0000 (08:54 +0000)]
edje - updated AUTHORS

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74315 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje/edje_entry : Only MOUSE_UP should reset character.
woohyun [Mon, 23 Jul 2012 08:36:36 +0000 (08:36 +0000)]
edje/edje_entry : Only MOUSE_UP should reset character.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74312 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoIf there's a filter and a program running don't execute another one.
gastal [Fri, 20 Jul 2012 14:05:22 +0000 (14:05 +0000)]
If there's a filter and a program running don't execute another one.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74249 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoPackage Upload
WooHyun Jung [Fri, 20 Jul 2012 02:27:10 +0000 (11:27 +0900)]
Package Upload

11 years agoedje: remove dead code.
cedric [Fri, 20 Jul 2012 02:12:06 +0000 (02:12 +0000)]
edje: remove dead code.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74199 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje/edje_entry : Just fixed a comment.
woohyun [Thu, 19 Jul 2012 08:26:02 +0000 (08:26 +0000)]
edje/edje_entry : Just fixed a comment.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74168 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoand actually command (m4 style dnl) the multisense stuff for release.
raster [Wed, 18 Jul 2012 08:37:23 +0000 (08:37 +0000)]
and actually command (m4 style dnl) the multisense stuff for release.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74052 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agomake multisense off by default as it's not ready yet.
raster [Wed, 18 Jul 2012 08:33:41 +0000 (08:33 +0000)]
make multisense off by default as it's not ready yet.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@74050 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje text classes: Fixed issues with textblock and some inconsistency.
Seunggyun Kim [Mon, 16 Jul 2012 10:42:41 +0000 (19:42 +0900)]
Edje text classes: Fixed issues with textblock and some inconsistency.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73601 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje textblock: Fixed bug with applying text class size.
Seunggyun Kim [Mon, 16 Jul 2012 10:39:30 +0000 (19:39 +0900)]
Edje textblock: Fixed bug with applying text class size.

Happens when text size is updated, but font is not.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73600 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix minor version defines to be at 1.6 (in sync now) ready for going
raster [Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)]
fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Fix multisense shutdown and shut up ecore thread shutdown.
ngc891 [Sat, 14 Jul 2012 06:58:42 +0000 (06:58 +0000)]
edje: Fix multisense shutdown and shut up ecore thread shutdown.
Patch from cedric during the korean e17 meeting. Thanks!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73841 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: stop compilation when clipping to a non RECT part.
cedric [Fri, 13 Jul 2012 09:15:17 +0000 (09:15 +0000)]
edje: stop compilation when clipping to a non RECT part.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73801 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: fix a small memory leak during compilation.
cedric [Fri, 13 Jul 2012 08:33:26 +0000 (08:33 +0000)]
edje: fix a small memory leak during compilation.

NOTE: use stringshare all over the place !

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73796 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoadd docs -> rect parts only for clip_to
raster [Fri, 13 Jul 2012 02:53:30 +0000 (02:53 +0000)]
add docs -> rect parts only for clip_to

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73785 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: warn at compile time about forgotten image.
cedric [Fri, 13 Jul 2012 02:50:58 +0000 (02:50 +0000)]
edje: warn at compile time about forgotten image.

NOTE: You need to enable at least Eina_Log warning level
to see them.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73784 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje text_class: Unified the _object_text_class_set code a bit more.
tasn [Thu, 12 Jul 2012 08:10:29 +0000 (08:10 +0000)]
Edje text_class: Unified the _object_text_class_set code a bit more.

There were two code paths, with one missing a couple of calls. Now there's
less code duplication and less bugs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73604 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje text_classes: Fixed usage of stringshare_replace.
tasn [Thu, 12 Jul 2012 08:10:24 +0000 (08:10 +0000)]
Edje text_classes: Fixed usage of stringshare_replace.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73603 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje text classes: Fixed issues with textblock and some inconsistency.
tasn [Thu, 12 Jul 2012 07:08:05 +0000 (07:08 +0000)]
Edje text classes: Fixed issues with textblock and some inconsistency.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73601 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje textblock: Fixed bug with applying text class size.
tasn [Thu, 12 Jul 2012 07:08:00 +0000 (07:08 +0000)]
Edje textblock: Fixed bug with applying text class size.

Happens when text size is updated, but font is not.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73600 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: cleanup and make limit per description work.
cedric [Wed, 11 Jul 2012 10:50:30 +0000 (10:50 +0000)]
edje: cleanup and make limit per description work.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: little bug fixes when rp could have been already destroyed.
cedric [Wed, 11 Jul 2012 09:26:37 +0000 (09:26 +0000)]
edje: little bug fixes when rp could have been already destroyed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73556 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje edje_cc_handlers.c: More documentation on image fill. Patch by
seoz [Wed, 11 Jul 2012 03:03:23 +0000 (03:03 +0000)]
edje edje_cc_handlers.c: More documentation on image fill. Patch by
Anisse Astier <anisse@astier.eu>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73548 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: correct more typos in edc doc
ngc891 [Tue, 10 Jul 2012 12:28:43 +0000 (12:28 +0000)]
edje: correct more typos in edc doc

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73525 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: doc typo
ngc891 [Tue, 10 Jul 2012 11:51:54 +0000 (11:51 +0000)]
edje: doc typo

val 2 and val 2 were on a boat, val 2 jumps out. Where is val 1?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73523 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: a little more doc for image set.
cedric [Mon, 9 Jul 2012 10:26:56 +0000 (10:26 +0000)]
edje: a little more doc for image set.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73499 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
raster [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73498 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje edje_cc_handlers.c: More description. Patch by Anisse Astier
seoz [Sun, 8 Jul 2012 23:42:19 +0000 (23:42 +0000)]
edje edje_cc_handlers.c: More description. Patch by Anisse Astier
<anisse@astier.eu>

On Mon, Jul 9, 2012 at 7:09 AM, Anisse Astier <anisse@astier.eu> wrote:
> Trying to make the description more explicit

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73478 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: bad typo in example code
ngc891 [Sun, 8 Jul 2012 06:45:00 +0000 (06:45 +0000)]
edje: bad typo in example code

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73458 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agono need for that ERR msg. :)
raster [Sat, 7 Jul 2012 09:34:52 +0000 (09:34 +0000)]
no need for that ERR msg. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73449 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoprintf--
raster [Sat, 7 Jul 2012 08:25:09 +0000 (08:25 +0000)]
printf--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73447 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoprintf--
raster [Sat, 7 Jul 2012 03:41:38 +0000 (03:41 +0000)]
printf--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73437 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje_cc -> nothreads means we should avoid evas preload too.. grrr.
raster [Sat, 7 Jul 2012 03:25:31 +0000 (03:25 +0000)]
edje_cc -> nothreads means we should avoid evas preload too.. grrr.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73436 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agothats it. threads off in edje_cc by default. we need to focus on
raster [Sat, 7 Jul 2012 02:12:22 +0000 (02:12 +0000)]
thats it. threads off in edje_cc by default. we need to focus on
stability now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73432 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Unb0rk Embryo set_state()
acidx [Fri, 6 Jul 2012 19:38:35 +0000 (19:38 +0000)]
edje: Unb0rk Embryo set_state()

De Morgan is your friend.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73426 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Make state index optional
acidx [Fri, 6 Jul 2012 18:34:50 +0000 (18:34 +0000)]
edje: Make state index optional

This shouldn't break stuff, just make things easier.  Think of all that lost
time " 0.0".  Not anymore.  Not even in Embryo scripts.  Indexes should only
be provided when you need them (which is quite rare).

Note that if you use ``set_state("new state")'' in your Embryo scripts, the
produced .edj files will be incompatible with older versions of Edje.  This
backwards incompatibility only applies to Embryo scripts; edje_cc will
generate a ``0.0'' value if the index is omitted from state declarations and
programs.

Sachiel said this patch was OK; our benevolent release manager acked as
well. Blame them if this breaks stuff.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: multisense
ngc891 [Thu, 5 Jul 2012 06:03:37 +0000 (06:03 +0000)]
edje: multisense

Add a key in edje.pc to help third-party applications detect if the library
has been compiled with multisense support. This will be eventually reverted
if multisense becomes a requirement for edje. For the time being, people can
check multisense availability by "pkg-config edje --variable=multisense".

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73324 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix reallyu minor thing - border_scale_by wasnt interpolated.
raster [Wed, 4 Jul 2012 14:45:13 +0000 (14:45 +0000)]
fix reallyu minor thing - border_scale_by wasnt interpolated.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73289 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agounbork edje-lua on 5.2
quaker [Tue, 3 Jul 2012 14:08:09 +0000 (14:08 +0000)]
unbork edje-lua on 5.2

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoFrom: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
raster [Tue, 3 Jul 2012 12:19:40 +0000 (12:19 +0000)]
From: "daniel.zaoui@samsung.com" <daniel.zaoui@samsung.com>
Subject: [E-devel] Patch for Edje: added const to obj parameter of
edje_object_part_table_child_get

The obj parameter is used only for read access so the const can be
added to its type.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73231 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje entry: Fixed anchor update with user insert.
tasn [Tue, 3 Jul 2012 08:52:17 +0000 (08:52 +0000)]
Edje entry: Fixed anchor update with user insert.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@73211 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoupstream merge
Jiyoun Park [Fri, 29 Jun 2012 05:26:00 +0000 (14:26 +0900)]
upstream merge
Merge remote-tracking branch 'remotes/origin/upstream'

Conflicts:
ChangeLog

Change-Id: Ibbc9edff80b75a0e3d76bfdfc0e9d0b8d44b4258

11 years agotom - can u take thgis textblock fit code and run with it and polish
raster [Thu, 28 Jun 2012 10:19:30 +0000 (10:19 +0000)]
tom - can u take thgis textblock fit code and run with it and polish
it to be nice and try and "fit" as best as possible? entries dont do it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Align coverage generation with all others
stefan [Wed, 27 Jun 2012 13:26:25 +0000 (13:26 +0000)]
edje: Align coverage generation with all others

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72947 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Pass in coverage ld flags for all programs in src/bin as well
stefan [Wed, 27 Jun 2012 09:09:11 +0000 (09:09 +0000)]
edje: Pass in coverage ld flags for all programs in src/bin as well

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72929 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: destroy child and group correctly.
cedric [Tue, 26 Jun 2012 03:44:30 +0000 (03:44 +0000)]
edje: destroy child and group correctly.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72838 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agounused--
discomfitor [Mon, 25 Jun 2012 06:50:16 +0000 (06:50 +0000)]
unused--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: forgottten @since.
cedric [Sun, 24 Jun 2012 13:46:43 +0000 (13:46 +0000)]
edje: forgottten @since.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72768 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: implement per part limit.
cedric [Sun, 24 Jun 2012 13:23:37 +0000 (13:23 +0000)]
edje: implement per part limit.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72767 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: Resistance is futile. The B0rk.
cedric [Sun, 24 Jun 2012 06:01:12 +0000 (06:01 +0000)]
edje: Resistance is futile. The B0rk.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72754 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: improve use of aliases
yoz [Sat, 23 Jun 2012 18:39:08 +0000 (18:39 +0000)]
edje: improve use of aliases

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoupdate spec
Hyoyoung Chang [Fri, 22 Jun 2012 01:59:11 +0000 (10:59 +0900)]
update spec

11 years agoedje: oops forgotten data description.
cedric [Fri, 22 Jun 2012 01:25:38 +0000 (01:25 +0000)]
edje: oops forgotten data description.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72679 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agofix a crash when edje parent is null from _edje_fetch
discomfitor [Thu, 21 Jun 2012 10:23:42 +0000 (10:23 +0000)]
fix a crash when edje parent is null from _edje_fetch

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agouse bin prefix for embryo_cc in edje_cc.
raster [Thu, 21 Jun 2012 08:55:38 +0000 (08:55 +0000)]
use bin prefix for embryo_cc in edje_cc.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoedje: fix previous breakage with auto unswallow.
cedric [Thu, 21 Jun 2012 06:38:51 +0000 (06:38 +0000)]
edje: fix previous breakage with auto unswallow.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72563 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoUpstrem merge
Jiyoun Park [Wed, 20 Jun 2012 08:30:04 +0000 (17:30 +0900)]
Upstrem merge
Merge remote-tracking branch 'remotes/origin/upstream'

Conflicts:
ChangeLog
src/bin/edje_cc.c
src/lib/edje_multisense.c

Change-Id: Ifbfee1960a076241711ffc4560d9b806f8cab53f

11 years agoedje: add accessibility flags and API.
cedric [Wed, 20 Jun 2012 07:29:47 +0000 (07:29 +0000)]
edje: add accessibility flags and API.

Patch by Kim Shinwoo <kimcinoo.efl@gmail.com>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje entry: Set start and end correctly when deleting word backwards.
tasn [Mon, 18 Jun 2012 13:31:27 +0000 (13:31 +0000)]
Edje entry: Set start and end correctly when deleting word backwards.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72400 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agoEdje entry: range_del_emit - only emit if there was a non-empty range.
tasn [Mon, 18 Jun 2012 13:31:24 +0000 (13:31 +0000)]
Edje entry: range_del_emit - only emit if there was a non-empty range.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72399 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

11 years agotone down memprool size chunks.
raster [Sun, 17 Jun 2012 01:44:00 +0000 (01:44 +0000)]
tone down memprool size chunks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@72251 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33