hermet [Fri, 11 Mar 2011 04:49:56 +0000 (04:49 +0000)]
elementary / els_scroller - removed a useless line
It cause a error since the pan object does not have any child yet.
And why it should be visible even if it should call evas_object_show after setting child?
Anyway, the line does nothing.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57683
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 11 Mar 2011 02:27:12 +0000 (02:27 +0000)]
Elementary elm_button.c: Fixed unnecessary spaces.f
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57682
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 10 Mar 2011 19:59:10 +0000 (19:59 +0000)]
Elementary elm_genlist.c: Fixed typo. (hilight -> highlight)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 10 Mar 2011 12:04:00 +0000 (12:04 +0000)]
elementary/widget - add one exception handling where it should be.
After a widget is created(obj = elm_widget_add), the object does not have any parent object.
However if user call elm_widget_sub_object_add(parent, obj), then CRI will be happened.
So the exception should be there.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57667
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 10:25:30 +0000 (10:25 +0000)]
From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] elm_smart_scroller_child_region_show_internal
In the els_scroller of the elementary, the function
"elm_smart_scroller_child_region_show_internal"
have a problem. If the parameters "x,y,w,h" have the wrong value like
"elm_scroller_region_show(scroller,
-300, -300, 900, 900);", the scroller move the position temporarily.
The scroller seem to jump.
So if the value of the parameter is not valid, it should be changed to
valid value.
The work is applied already in the function
"elm_smart_scroller_region_bring_in".
It should be applied in the function
"elm_smart_scroller_child_region_show_internal" too.
I changed the code like bring_in function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57666
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 10:19:32 +0000 (10:19 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map_marker_region_get
This is a patch for elm_map_marker.
I added one api to get the coordinates of the marker.
because marker->longitude and marker->latitude are private data,
app can't access the coordinates of the marker.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57665
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 10:15:58 +0000 (10:15 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] anchorview's "clicked" signal is always
sent when mouse up.
I've checked "anchor,clicked" signal is always sent with mouse_up.
That is, mouse_down on the anchor -> mouse_move out from the anchor ->
mouse_up can emit "anchor,clicked" signal.
So I made one patch for right clicked signal emitting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57664
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 09:24:49 +0000 (09:24 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_gengrid selection key patch
Unlike other widget, gengrid processes only the "Return" key for
selecting item.
This patch makes gengrid be able to process KP_Enter and space key for
selecting item.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 09:22:34 +0000 (09:22 +0000)]
gah - committed wrong patch. here. fixed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57661
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 09:20:54 +0000 (09:20 +0000)]
From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_module
I made a patch for elm_module.
Null setting for freed pointer ~
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 10 Mar 2011 08:12:16 +0000 (08:12 +0000)]
Elementary Elementary.h.in: Removed whitespace and tab. Patch by
Jihoon Kim (jihoon48.kim@samsung.com)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57657
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 10 Mar 2011 07:30:02 +0000 (07:30 +0000)]
Elementary elm_list.c: Check null before use it.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57656
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 10 Mar 2011 07:22:22 +0000 (07:22 +0000)]
Elementary elm_widget.c: Removed trailing whitespaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57655
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 06:35:33 +0000 (06:35 +0000)]
fix shutdown+init cycle with deferred win free
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57654
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 10 Mar 2011 05:58:31 +0000 (05:58 +0000)]
elementary/ctxpopup - fixed tailing whitespace.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57652
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 10 Mar 2011 05:20:07 +0000 (05:20 +0000)]
elementary/transit - changed API quickly. elm_transit_objects_prop_hold_disabled_set/get -> elm_transit_objects_final_state_set/get
Since these APIs are committed not much days ago, Im modified the API names to make better.
But Im not sure. how many people are using this APIs at this time.
I guess nobody.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57651
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 10 Mar 2011 03:22:38 +0000 (03:22 +0000)]
also add my libs to this bin.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57649
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 9 Mar 2011 13:10:17 +0000 (13:10 +0000)]
elixir,eyelight,elementary: don't display build files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Mar 2011 10:28:46 +0000 (10:28 +0000)]
i think elm now needs svn edje too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57619
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Mar 2011 09:56:18 +0000 (09:56 +0000)]
and now use the ref/unref goodness from evas to avoid deleting oneself
while doing things.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57618
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Mar 2011 09:44:22 +0000 (09:44 +0000)]
DSO... ok link everything elm lib links and be done with it so we
donly have to do this in one place... and we do need a svn evas
(1.0.999+)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57617
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 9 Mar 2011 09:18:31 +0000 (09:18 +0000)]
be DSO pedantic.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57616
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 8 Mar 2011 15:54:15 +0000 (15:54 +0000)]
elementary: fix wrong refcounting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57595
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
rui [Tue, 8 Mar 2011 12:20:08 +0000 (12:20 +0000)]
Support current status quo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57581
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 8 Mar 2011 11:48:12 +0000 (11:48 +0000)]
fmting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57580
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 8 Mar 2011 11:47:45 +0000 (11:47 +0000)]
fmting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57579
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Tue, 8 Mar 2011 11:41:40 +0000 (11:41 +0000)]
ignore++
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57576
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 8 Mar 2011 11:21:55 +0000 (11:21 +0000)]
better DSO link fix. mor full-bodied. :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57571
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 8 Mar 2011 11:21:37 +0000 (11:21 +0000)]
format fix.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 5 Mar 2011 15:21:16 +0000 (15:21 +0000)]
Elementary index edc: Test rectangle is now invisible.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57530
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 5 Mar 2011 11:38:40 +0000 (11:38 +0000)]
Elementary index edc: Commented test rectangle color.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57528
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 4 Mar 2011 23:37:36 +0000 (23:37 +0000)]
elementary/transit - fixed whitespaces
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57523
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 4 Mar 2011 21:41:15 +0000 (21:41 +0000)]
elementary/themes revert applying border_scale.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57519
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 4 Mar 2011 00:11:45 +0000 (00:11 +0000)]
elementary/theme - applied border_scale for actionslider, bubble, button
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57515
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 3 Mar 2011 23:11:28 +0000 (23:11 +0000)]
elementary/transit - fixed white spaces
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57507
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 3 Mar 2011 16:13:07 +0000 (16:13 +0000)]
elementary/transit - added elm_transit_objects_prop_hold_disabled_set/get APIs.
These APIs provide options to user to set the properties of the transit objects will be rest or not when the transition ends.
The properties include geometry, color, evas_map data..
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57498
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 3 Mar 2011 13:01:39 +0000 (13:01 +0000)]
elementary/gengrid - fixed a bug by jh0506.yun@samsung.com
Hello.
I attached the modified patch about calc_job problem.
When I tested gengrid, sometimes gengrid renderd two times in different
shape in a moment.
So I checked gengrid code, I found cause in calc_job function.
calc_job added to ecore job after elm_gengrid_item_size_set and
elm_gengrid_item_append(,prepend,insert_before,insert_after) and etc.
Sometimes pan_smart's cvw and cvh is 0 at this time.
I think, No need to calc_job when pan_smart's cvw and cvh is 0.
Please check about this patch.
Thanks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57491
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 2 Mar 2011 22:07:01 +0000 (22:07 +0000)]
elementary: don't process event in disabled entry widget (from Jihoon Kim)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57477
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 1 Mar 2011 13:48:42 +0000 (13:48 +0000)]
Elementary test_notify.c: Removed redundant line.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57456
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 1 Mar 2011 07:32:29 +0000 (07:32 +0000)]
elementary/transit - modified internal variable name
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57445
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 28 Feb 2011 21:23:59 +0000 (21:23 +0000)]
Elementary button: Fixed 'if' statement indentation. Thanks Sebastian.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57437
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 28 Feb 2011 21:18:21 +0000 (21:18 +0000)]
Elementary Elementary.h.in: Fixed vim indentation setting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57436
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Feb 2011 16:33:59 +0000 (16:33 +0000)]
elementary: still fixing DSO...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57429
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Feb 2011 16:07:36 +0000 (16:07 +0000)]
elementary: still more DSO fix.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Feb 2011 15:55:19 +0000 (15:55 +0000)]
elementary: more DSO fix.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Feb 2011 15:45:13 +0000 (15:45 +0000)]
elementary: fix another DSO build issue.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57420
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 28 Feb 2011 14:49:20 +0000 (14:49 +0000)]
elementary: fix DSO build error.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57414
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 28 Feb 2011 12:55:33 +0000 (12:55 +0000)]
Elementary slider: Fix theme to support disabled state.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57410
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Feb 2011 09:19:47 +0000 (09:19 +0000)]
elementary/transit - modified one minor coding style.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57406
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 28 Feb 2011 07:35:10 +0000 (07:35 +0000)]
elementary/transit - fixed formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 28 Feb 2011 00:14:11 +0000 (00:14 +0000)]
Elementary test.c: Fixed some comments.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57402
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 27 Feb 2011 23:00:54 +0000 (23:00 +0000)]
elementary / transit - fixed a wrong word in doxygen.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57401
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 27 Feb 2011 22:59:12 +0000 (22:59 +0000)]
Elementary elm_button.c: Fix formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57400
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 27 Feb 2011 18:39:21 +0000 (18:39 +0000)]
elementary/transit - makes it do not allow to add/remove the objects while transit is running.
It will provide new apis - elm_transit_object_prop_hold_set/get to give a option for keeping the object property when effect is over.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57396
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 27 Feb 2011 11:44:01 +0000 (11:44 +0000)]
Elementary entry: Removed const from obj in *_entry_pos_set.
Fix the the previous commit, I can't believe I missed that one.
Patch by Jihoon Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57376
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Feb 2011 11:11:05 +0000 (11:11 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] elm_genlist - bug fix about del callback
I found one bug in elm_genlist_clear.
In case append lots of items in genlist, some items are still in genlist
item queue before it is processed in _item_queue.
At that time, if application calls elm_genlist_item_del api that has item in
genlist queue and elm_genlist_clear is called at once, "func.del" callback
is called twice.
If application frees some memory in "func.del" callback, It occurs
double free memory problem.
For example, some application has many items. and all items are deleted. but
all items are not proceed in queue. then application is terminated.
In that case, double free problem is occured in application.
So, I fixed elm_genlist_clear code and made a patch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57371
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 27 Feb 2011 10:25:45 +0000 (10:25 +0000)]
Elementary entry: Added elm_entry_cursor_pos_set/get (for scrolled as well).
Added elm_scrolled_entry_cursor_pos_set/get and elm_entry_cursor_pos_set/get
Patch by Jihoon Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57366
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Feb 2011 09:16:33 +0000 (09:16 +0000)]
and just use eina_hash_set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57355
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 27 Feb 2011 09:00:22 +0000 (09:00 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: Re: [E-devel] [Patch] elm_map_user_agent_set and get
This is a patch for elm_map for setting user-agent.
- Add elm_map_user_agent_set
- Add elm_map_user_agent_get
- modify doxygen
elm_map uses OSM(OpenStreetMap), but we can add custom map provider.
If custom map provider server filters robot out (currently default
user-agent is 'curl'),
we need some APIs to set/get user-agent.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57353
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Sat, 26 Feb 2011 20:08:21 +0000 (20:08 +0000)]
updating various translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57342
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 24 Feb 2011 19:10:46 +0000 (19:10 +0000)]
Elementary elm_actionslider.c: Fixed formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57307
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 24 Feb 2011 09:24:26 +0000 (09:24 +0000)]
Elementary scrolled_entry: Added *_entry_cnp_textonly_[set/get]
Same as the simple entry textonly mode setting.
Patch by Hyoyoung Chang.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57298
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 24 Feb 2011 09:24:20 +0000 (09:24 +0000)]
Elementary entry: Fixed documentation of elm_entry_textnoly.
Patch by Hyoyoung Chang.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57297
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Feb 2011 12:14:45 +0000 (12:14 +0000)]
elementary/ctxpopup - fixed white space
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57264
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 23 Feb 2011 07:37:39 +0000 (07:37 +0000)]
elementary/ctxpopup - removed unuseful lines.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57255
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 22 Feb 2011 17:58:22 +0000 (17:58 +0000)]
Elementary: Updated Korean translations.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57247
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 22 Feb 2011 16:33:43 +0000 (16:33 +0000)]
Elementary bubble-theme: Fixed UI-Mirroring.
UI-mirroring didn't change the arrow of the bubble, fixed that.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57245
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 22 Feb 2011 16:33:38 +0000 (16:33 +0000)]
Elementary theme-bubble: revert 55839 that introduced bugs with no-icon.
The commit caused bugs when there was no icon, exactly what it claimed
to have fixed. I took a look at the commit and it looked a bit messy,
too messy for me to try to fix. A rewrite makes more sense.
Previous commit message:
From: Sohyun Kim <anna1014.kim@samsung.com>
Subject: [E-devel] [Patch] elm_bubble theme patch
I'm Sohyun Kim. Nice to meet you.
This is a patch for bubble theme.
The bubble has a region for icon, label and info text.
However, it has the region, if icon, label and info text are not set.
I modified theme and added edje signals.
1. add edje signal for label and info text state
2. remove text size for label and info text default state
-> set it on "visible" state
3. add base image state for info text only
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57244
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 22 Feb 2011 16:33:18 +0000 (16:33 +0000)]
Elementary test-bubble: Modified the test to include a 'no-icon' style.
This exposes an issue introduced in a patch I'll revert in a moment.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57243
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)]
efl: add back touch on configure time generated file.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57232
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 16:38:24 +0000 (16:38 +0000)]
Elementary genlist: Blocked "swipe" and "clicked" events for display only and disabled modes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57222
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 16:31:32 +0000 (16:31 +0000)]
Elementary test_genlist.c: Added display only property to Group Index.
This compresses Group Index's height and disables touch events.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57221
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 16:09:05 +0000 (16:09 +0000)]
Elementary genlist: Fixed doxygen typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57219
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 16:08:23 +0000 (16:08 +0000)]
Elementary genlist: Fixed item display only bug.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57218
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 16:02:45 +0000 (16:02 +0000)]
Elementayr genlist: Fixed item disabled bug.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57217
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 15:46:23 +0000 (15:46 +0000)]
Elementary test_genlist.c: Fixed indentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57215
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 21 Feb 2011 15:33:40 +0000 (15:33 +0000)]
Elementary test: Fixed window name and window title name.
Unified window name like "genlist2", "genlist-group".
Unified window title name like "Genlist 2", "Genlist Group".
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57214
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 21 Feb 2011 14:56:49 +0000 (14:56 +0000)]
efl: turn on cached result, that will reduce your configure time a lot !
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 20 Feb 2011 16:00:03 +0000 (16:00 +0000)]
Elementary els_scroller: Fix moving to Wanted X (wx) on child resize.
We should also move the the wanted X when the child resizes. This fixes
scroller position in elementary_test "Icon Desktops" test.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57195
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 20 Feb 2011 16:00:00 +0000 (16:00 +0000)]
Elementary els_scroller: Fix a bug with ui-mirroring.
Bug happened when child_w < scroller_w and ui-mirroring was on.
The position calculated was smaller than 0 and thus not correct.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57194
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 20 Feb 2011 09:32:44 +0000 (09:32 +0000)]
Elementary els_scroller: Fixed "Wanted position" when using elm_smart_scroller_region_bring_in.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57185
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 20 Feb 2011 09:15:16 +0000 (09:15 +0000)]
Elementary els_scroller: Fixed bar-dragging.
[patch] els_scroller - simple bug fix about bar-dragging. by Jae Hwan Kim.
More info:
You can test it in "Scroller" menu of the "elementary_test".
We cannot move the scroller by dragging the bar.
The reason is why the bar-dragging-event and mouse-move-event confict.
When bar is draged, the movement by mouse-move should be freezed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57184
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 20 Feb 2011 03:33:32 +0000 (03:33 +0000)]
Elementary toolbar test: Fixed window name and window title name.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57180
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 19 Feb 2011 15:39:19 +0000 (15:39 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_label - bugfix at string manipulation
ear Elementary developers.
It's a elm_label bugfix.
It has two small improvements.
1. Current code can be reference null ptr.
- replocater = curlocater + key_len + 1;
- while ((*replocater != '=') && (replocater))
^^^
-
replocater++;
It should be *replocater, not replocater
2. there are two while loop to find a separate character in
string.
I changed it from loop to strchr.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57161
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 18 Feb 2011 15:12:34 +0000 (15:12 +0000)]
E-MODULES-EXTRA, elementary, emprint: don't track build files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57150
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 18 Feb 2011 12:12:56 +0000 (12:12 +0000)]
fix paginated scrolling so it works again!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57149
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
quaker [Thu, 17 Feb 2011 23:52:08 +0000 (23:52 +0000)]
Fix Elementary compilation under FreeBSD.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57143
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
titan [Thu, 17 Feb 2011 20:12:43 +0000 (20:12 +0000)]
Elementary gengrid: Pressing the enter(return) key on the selected item now fires the "clicked" callback the same way double clicking does.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Thu, 17 Feb 2011 12:15:59 +0000 (12:15 +0000)]
updating russian translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57124
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 17 Feb 2011 11:35:37 +0000 (11:35 +0000)]
Elementary els_scroller: Fixed mouse_wheel scrolling.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57121
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 17 Feb 2011 10:56:32 +0000 (10:56 +0000)]
make the writing of a softkey much easier - you dont need ecore_x.
it's wrapped and hidden. simpler.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57120
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 17 Feb 2011 09:21:25 +0000 (09:21 +0000)]
Elementary els_scroller: Fixed a valgrind uinitialised_value error.
Happens when pan_get doesn't set the coords.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57117
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 17 Feb 2011 09:07:54 +0000 (09:07 +0000)]
fix trailing whitespaces
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57116
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 17 Feb 2011 09:04:53 +0000 (09:04 +0000)]
tabs: not on my watch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57115
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Wed, 16 Feb 2011 20:39:52 +0000 (20:39 +0000)]
updating various translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57099
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 16 Feb 2011 11:01:42 +0000 (11:01 +0000)]
elementary, eina, calendar: don't track generated files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57085
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 15 Feb 2011 21:29:44 +0000 (21:29 +0000)]
add __UNUSED__ for data paramater as it's not used.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57070
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Tue, 15 Feb 2011 18:58:02 +0000 (18:58 +0000)]
updating various translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57062
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 15 Feb 2011 15:56:59 +0000 (15:56 +0000)]
Elementary els_scroller: Move updating of wx/y/w/h into one function.
And fixed a bug when updating them to wrong values. - Issue reported and solution suggested by Jaehwan Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57054
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 15 Feb 2011 14:32:38 +0000 (14:32 +0000)]
Elementary: Fixed .po warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57053
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33