glima [Thu, 5 Aug 2010 22:08:55 +0000 (22:08 +0000)]
Oopsies at program code @ edje_edit.
Patch by Thiago Masaki.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50845
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 5 Aug 2010 10:00:16 +0000 (10:00 +0000)]
* edje: fix edje image generation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50832
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Wed, 4 Aug 2010 16:57:32 +0000 (16:57 +0000)]
FORMATTING
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50816
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 4 Aug 2010 14:25:40 +0000 (14:25 +0000)]
* edje: split programs type in different stack for later speed improvements.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50810
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 3 Aug 2010 22:22:31 +0000 (22:22 +0000)]
Fixing typo.
Patch by Fidêncio.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50791
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 3 Aug 2010 22:15:02 +0000 (22:15 +0000)]
Fixing bad realloc usage.
By Fabiano Fidêncio.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50790
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 3 Aug 2010 18:36:42 +0000 (18:36 +0000)]
Wrong return value here.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50778
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 3 Aug 2010 16:45:37 +0000 (16:45 +0000)]
Fixing wrong memory allocations.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50769
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Tue, 3 Aug 2010 14:27:47 +0000 (14:27 +0000)]
Call only once the eina_list_last(_edje_file_cache)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50768
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 3 Aug 2010 12:58:31 +0000 (12:58 +0000)]
* edje: fix some issue during destruction of edje_part_description,
and move tweens to an array.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50765
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 2 Aug 2010 23:35:30 +0000 (23:35 +0000)]
let's stop smoking crack while coding :-P
dudes, WTF is that look to check for numbers, then use atoi()??? Use
strtol() and let it do both in one pass. Also, just do these for part
types that make sense. The loop using child could result in unused
variables in lots of cases, returning the wrong value when not found.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50757
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 2 Aug 2010 19:06:07 +0000 (19:06 +0000)]
Rename 'same named' macros.
NB - Please use different macro names in the future for stuff like this
(ie: not the same macro name in each file) as it spits nasty compiler
warnings when compiling w/ amalgamation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50748
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 2 Aug 2010 12:41:28 +0000 (12:41 +0000)]
* edje: fix counting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50742
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
watchwolf [Sun, 1 Aug 2010 17:27:31 +0000 (17:27 +0000)]
Edje: now we can refer to the content of a external type
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50730
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:24:47 +0000 (05:24 +0000)]
verify that fopen succeeded
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50709
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:17:56 +0000 (05:17 +0000)]
new can of grandma's LEEK B GON
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50707
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:10:44 +0000 (05:10 +0000)]
const
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50706
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:01:54 +0000 (05:01 +0000)]
comment out unused variables
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50705
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:01:34 +0000 (05:01 +0000)]
add lengthy comment to document an obvious bug that someone who knows the code should fix
FIX THIS!!!!!!!!!!!!!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50704
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 05:00:42 +0000 (05:00 +0000)]
move a couple variables into loops, reformat slightly to make obvious a redundant variable set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50703
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 04:58:32 +0000 (04:58 +0000)]
another case without a break
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50702
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 31 Jul 2010 04:28:27 +0000 (04:28 +0000)]
comment a couple unused lines and add a break to a case instead of falling through to autoreturn NULL
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50701
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 31 Jul 2010 01:21:30 +0000 (01:21 +0000)]
Don't use the same macro name in each file, gives nasty compiler warnings when
using amalgamation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50696
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 30 Jul 2010 09:53:20 +0000 (09:53 +0000)]
* edje: more unitialized case handled.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50685
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 30 Jul 2010 09:08:37 +0000 (09:08 +0000)]
* edje: fix rename of a part.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50684
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 30 Jul 2010 08:29:13 +0000 (08:29 +0000)]
* edje: fix counting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50681
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 29 Jul 2010 12:02:36 +0000 (12:02 +0000)]
* edje: change memory layout that will become the new file format.
NOTE: I tried this change with all the apps and theme I had, but maybe
i missed some bug. Please report any strange behaviour.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50641
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 27 Jul 2010 10:08:40 +0000 (10:08 +0000)]
From: Hugo Camboulive <hugo.camboulive@gmail.com>
Subject: [E-devel] [E-Devel] [Patch] Edje Message - add the callback
recursively
When you send a message from an edje subgroup (part { type: GROUP
...}), the
message callback isn't called because it tries to reach
ed->message.func,
which is only defined for the top edje part.
This patches adds the callback and data to all the subgroups
recursively.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50538
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 27 Jul 2010 10:06:02 +0000 (10:06 +0000)]
* edje: fix fit code when string is empty.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50537
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 26 Jul 2010 07:24:17 +0000 (07:24 +0000)]
bah!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50507
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 26 Jul 2010 06:52:36 +0000 (06:52 +0000)]
fix up docs. edje player - 60fps
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50505
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sat, 24 Jul 2010 02:28:24 +0000 (02:28 +0000)]
Don't need 2 of the same variables.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50473
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 24 Jul 2010 02:04:53 +0000 (02:04 +0000)]
fix leak
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50469
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 22 Jul 2010 18:42:44 +0000 (18:42 +0000)]
Fix use of __UNUSED__ and fix some formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50437
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 19 Jul 2010 16:41:19 +0000 (16:41 +0000)]
* edje: fix constness warning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50368
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 16:00:26 +0000 (16:00 +0000)]
* edje: last move of properties in the right structure.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50284
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 14:24:57 +0000 (14:24 +0000)]
* edje: move all structures outside of Edje_Part_Description.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50283
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 14:13:38 +0000 (14:13 +0000)]
* edje: move image specific properties to their own structure.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50282
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 13:58:35 +0000 (13:58 +0000)]
* edje: attempt to reduce code size by using more macro.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50281
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 13:05:37 +0000 (13:05 +0000)]
* edje: jump to the right offset in the string.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50280
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 16 Jul 2010 11:37:58 +0000 (11:37 +0000)]
* edje: start to split structure content.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50279
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 15 Jul 2010 13:38:07 +0000 (13:38 +0000)]
* edje: count each type of description.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50267
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 14 Jul 2010 08:07:26 +0000 (08:07 +0000)]
final existing exposed api works. fixme time.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50246
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 14 Jul 2010 05:32:48 +0000 (05:32 +0000)]
more edje lua api in.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50245
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Wed, 14 Jul 2010 02:05:47 +0000 (02:05 +0000)]
Remove unneeded code with notnull.cocci script
The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:
if (!var) return;
if (var && var->fld) { ... }
It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50241
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 13 Jul 2010 15:47:19 +0000 (15:47 +0000)]
* edje: when gradient meet dodo. Yes, they are gone !
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50223
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Tue, 13 Jul 2010 13:58:37 +0000 (13:58 +0000)]
EDC Snippets for vim snipmate
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50222
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 13 Jul 2010 06:47:18 +0000 (06:47 +0000)]
fill in moar.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 13 Jul 2010 06:17:15 +0000 (06:17 +0000)]
oooh lua... looking good.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50212
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 9 Jul 2010 20:24:49 +0000 (20:24 +0000)]
don't install private headers
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50166
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 9 Jul 2010 14:24:14 +0000 (14:24 +0000)]
fix amalgamation after lua2 changes.
BTW, if lua2 is the default, maybe we could remove the mess that is
the first version? SVN serves as history as well.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50157
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 9 Jul 2010 07:52:53 +0000 (07:52 +0000)]
start to fill in some object methods. empty for now
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50151
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Fri, 9 Jul 2010 06:35:02 +0000 (06:35 +0000)]
Move Edje (and associated headers) to own dir.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50146
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 9 Jul 2010 05:57:17 +0000 (05:57 +0000)]
message worketh now too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50140
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 9 Jul 2010 05:12:35 +0000 (05:12 +0000)]
lua2 getting gooooooooooooooood. message method still needs work.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50139
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 9 Jul 2010 00:46:42 +0000 (00:46 +0000)]
more api. yo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50137
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 7 Jul 2010 23:39:12 +0000 (23:39 +0000)]
bah! i didnt mean to add this "make 2 of them" test to svn. remove.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50097
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 7 Jul 2010 03:24:05 +0000 (03:24 +0000)]
notes, setjmp safety for panics.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50092
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 7 Jul 2010 02:40:46 +0000 (02:40 +0000)]
more time calls.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50091
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 7 Jul 2010 00:58:34 +0000 (00:58 +0000)]
transition++
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50089
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 7 Jul 2010 00:19:39 +0000 (00:19 +0000)]
animator works.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50088
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 6 Jul 2010 09:35:34 +0000 (09:35 +0000)]
lua2 stuff.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50061
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Sat, 3 Jul 2010 22:50:58 +0000 (22:50 +0000)]
Re-convert to old format on Edje_Edit when saving
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50016
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
lucas [Sat, 3 Jul 2010 15:48:01 +0000 (15:48 +0000)]
segv--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50011
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rui [Sat, 3 Jul 2010 11:26:00 +0000 (11:26 +0000)]
edje_convert.h wasn't included in make dist
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50010
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
watchwolf [Fri, 2 Jul 2010 18:17:37 +0000 (18:17 +0000)]
Fix research with Alias
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50003
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 2 Jul 2010 16:56:42 +0000 (16:56 +0000)]
* edje: Add alias for part too. This should help designer to
provide the right part name and still use GROUP and BOX.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@50001
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 2 Jul 2010 15:37:37 +0000 (15:37 +0000)]
* edje: prevent some segv in edje_cc and detect wrong edje file
before compiling them.
Patch by Rafael Fonseca <rfonseca@profusion.mobi>.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49999
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 1 Jul 2010 02:42:57 +0000 (02:42 +0000)]
code example wrong
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49957
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 Jun 2010 09:49:15 +0000 (09:49 +0000)]
* Edje: deprecate Gradient part by displaying an error message
on edje file load.
WARNING: THIS CODE WILL BE GONE IF NO ONE IS WILLING TO TAKE
MAINTAINER SHIP OF IT.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49946
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 29 Jun 2010 13:48:03 +0000 (13:48 +0000)]
* edje: move structure from Eina_List to array now that Eet support
them.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49936
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Jun 2010 17:18:47 +0000 (17:18 +0000)]
* edje: add an cache for group exist test.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49928
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Jun 2010 13:56:30 +0000 (13:56 +0000)]
* edje: This is the first commit of a rewrite of edje file
internal representation.
The objectiv is to simplify code, consume less CPU and memory
without loosing feature. Please report any breakage when you
see them. It will take a few weeks before we change the file
layout, during that time the load time may increase.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49922
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Jun 2010 14:06:10 +0000 (14:06 +0000)]
and final post snap - next releasename
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49903
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Jun 2010 13:45:27 +0000 (13:45 +0000)]
snap+release
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49899
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Jun 2010 13:32:53 +0000 (13:32 +0000)]
Snapshot edje
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 26 Jun 2010 19:41:41 +0000 (19:41 +0000)]
remove useless log domain
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49882
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 26 Jun 2010 19:41:04 +0000 (19:41 +0000)]
remove useless namespace
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49881
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 26 Jun 2010 16:20:50 +0000 (16:20 +0000)]
disable slave mode on Windows
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49879
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 25 Jun 2010 10:12:23 +0000 (10:12 +0000)]
missing "
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49862
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 24 Jun 2010 16:16:50 +0000 (16:16 +0000)]
* edje: remove warning due to API change in Ecore.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49830
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 23 Jun 2010 18:19:10 +0000 (18:19 +0000)]
fix test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49823
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 23 Jun 2010 18:17:14 +0000 (18:17 +0000)]
consider the case when lua has no .pc file
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49822
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tiago [Tue, 22 Jun 2010 18:47:37 +0000 (18:47 +0000)]
Extract the VBA file. And adding one metafile.
The metafile is for use with vim-addon-manager.
Read more in http://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager.txt
For future, merge with billiob's edc.vim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49799
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 18 Jun 2010 22:08:05 +0000 (22:08 +0000)]
Add scale set/get to Edje_Edit.
By: Iván Briano <ivan@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49746
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Fri, 18 Jun 2010 22:07:54 +0000 (22:07 +0000)]
Fixing verify and set problems in externals types
Edje Edit was writing the info in the struct before verify if the value
can be set. New the verify works and the old value is recover if verify
fails.
By: Fabiano Fidencio <fidencio@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49745
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 18 Jun 2010 14:45:42 +0000 (14:45 +0000)]
* configure.ac: take inept translation a little bit into account.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49743
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 17 Jun 2010 06:27:53 +0000 (06:27 +0000)]
add delete_request callback to properly shut down the program
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49724
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 15 Jun 2010 01:51:46 +0000 (01:51 +0000)]
Setters and getters functions to Api property of Parts and Programs
Now we can set and retrieve, name and descripition of the api
property, from Parts and Programs.
By: Thiago Ribeiro Masaki <masaki@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49678
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 14 Jun 2010 14:38:58 +0000 (14:38 +0000)]
* edje: fix constness issue.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49666
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 10 Jun 2010 16:30:37 +0000 (16:30 +0000)]
* edje: remove debug printf.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49616
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 10 Jun 2010 15:40:51 +0000 (15:40 +0000)]
* edje: improve the way to target children of box and table.
You can now adress them with somethin like part[name]:subpart
or part[index]:subpart in all signal emit code and API that
require a part to be specified.
TODO: we need to add this index/name information when a signal
is emitted from a subpart.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49614
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 10 Jun 2010 15:37:50 +0000 (15:37 +0000)]
* edje: prevent uninitialized data to spread.
WARNING: I don't know why in the first it doesn't map correctly to
an object. So if someone with more knowledge on this piece of code
could give it a look.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49613
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 9 Jun 2010 18:22:47 +0000 (18:22 +0000)]
SVN_REPO_PATH envvar during autoconf to use svnversion in there.
Some systems, like the Gentoo, copy the svn contents somewhere before
doing the autoconf, this may result in lack of .svn and thus minor
version "0".
This patch introduces the $SVN_REPO_PATH to say where the svn checkout
containing the ".svn" directory is.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49594
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 9 Jun 2010 14:39:59 +0000 (14:39 +0000)]
Remove duplicated prototypes
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49591
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 6 Jun 2010 19:26:12 +0000 (19:26 +0000)]
use correct enum variable (same value, though)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49543
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 Jun 2010 17:43:03 +0000 (17:43 +0000)]
restore after snap/release
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49540
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 Jun 2010 17:26:51 +0000 (17:26 +0000)]
Snapshot edje
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49535
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 Jun 2010 17:17:52 +0000 (17:17 +0000)]
post-snap anr release.. reset svn back.. this time for real.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49526
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 6 Jun 2010 16:42:44 +0000 (16:42 +0000)]
Snapshot edje
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@49518
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33