tasn [Sun, 29 Jan 2012 11:55:23 +0000 (11:55 +0000)]
Elm entry: Fixed an issue with undo/redo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67582
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 Jan 2012 11:55:19 +0000 (11:55 +0000)]
Elm entry: Fixed compilation warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67581
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 29 Jan 2012 08:52:34 +0000 (08:52 +0000)]
Elm cnp: Use the standard text<->markup elm functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67579
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 27 Jan 2012 16:59:03 +0000 (16:59 +0000)]
Elementary external button: add repeat stuff
This patch provides a way to set autorepeat on buttons.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pespin [Fri, 27 Jan 2012 16:51:23 +0000 (16:51 +0000)]
elm_gesture_layer: Elm_Gesture_Types -> Elm_Gesture_Type to keep consistency with other parts of the API
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 11:59:22 +0000 (11:59 +0000)]
elementary/genlist - deprecated elm_genlist_item_del()
now let's use elm_object_item_del() API.
and deprecated elm_genlist_horizontal_get() APIS also.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 11:56:14 +0000 (11:56 +0000)]
elementary - modified item_del_pre_hook function prototype.
Now it returns the bool value to free the widget item.
Some widget items(i,e genlist) should not be deleted directly when elm_object_item_del is called.
So, if the pre_hook function returns EINA_FALSE, then the widget item will not be deleted.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 07:37:47 +0000 (07:37 +0000)]
elementary/genlist - fixed indentation
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67563
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 07:36:36 +0000 (07:36 +0000)]
elementary/genlsit, gengrid - removed duplicated disabled field.
deprecated elm_genlist_item_disabled_set/get,
please use elm_object_item_disabled_set/get instead.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67562
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 06:47:20 +0000 (06:47 +0000)]
elementary/genlist - sorry, this line should be applied yet.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67561
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 27 Jan 2012 06:09:01 +0000 (06:09 +0000)]
elementary/genlist - changed to use ssize_t type for the 16/32/64 bits compatibility.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67560
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 26 Jan 2012 10:01:48 +0000 (10:01 +0000)]
elementary/genlist - removed usage of widget_item_del_cb_set
Because the API is exposed to users, don't use it internally.
And looks don't need to use it actually.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67547
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 26 Jan 2012 07:31:30 +0000 (07:31 +0000)]
elementary/genlist - deprecated elm_genlist_item_data_set/get
but please use elm_object_item_data_set/get instead.
and what was purpose of this double casting?
(int)(long) elm_genlist_item_data_get(gli);
these calls are used in some places.
I removed the (long) casting because it looks useless.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67546
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 25 Jan 2012 17:15:43 +0000 (17:15 +0000)]
Whine if the engine in ELM_ENGINE is not known so users are aware of it
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67540
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 25 Jan 2012 09:25:12 +0000 (09:25 +0000)]
elementary/genlist - update to use new APIs
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67525
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 25 Jan 2012 07:35:04 +0000 (07:35 +0000)]
Elm entry: force/and textblock get - remove the const.
This conforms that what discussed at the ML. I did it so people won't abuse
the API, but I guess people don't agree with me.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67523
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 25 Jan 2012 07:31:34 +0000 (07:31 +0000)]
elementary/cursor - elm_list_item_cursor_* -> elm_object_item_cursor_*
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67522
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 24 Jan 2012 15:15:43 +0000 (15:15 +0000)]
elementary: match elm_list API.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67499
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 24 Jan 2012 12:49:42 +0000 (12:49 +0000)]
Elm entry: Fix a bug in elm_entry_calc_force.
It should force calling of sizing eval as well...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67488
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 23 Jan 2012 16:10:53 +0000 (16:10 +0000)]
Elm label: Use the new edje/textblock functions and redo style handling.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67475
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 23 Jan 2012 13:26:45 +0000 (13:26 +0000)]
elementary: revert r67371.
NOTE: gengrid and genlist code are still half merged. The specific
code for checking widget type is still needed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67470
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 23 Jan 2012 10:32:29 +0000 (10:32 +0000)]
elementary: fix segv due to a typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67463
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 23 Jan 2012 10:09:46 +0000 (10:09 +0000)]
elementary: fix build of elementary genlist examples.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67462
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 20 Jan 2012 19:20:17 +0000 (19:20 +0000)]
elm_list_item -> elm_object_item
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67401
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 20 Jan 2012 10:18:44 +0000 (10:18 +0000)]
commit marker
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67383
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 20 Jan 2012 10:13:56 +0000 (10:13 +0000)]
deprecate more list item funcs. replace with object item ones (for
cursors).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67380
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 20 Jan 2012 06:51:50 +0000 (06:51 +0000)]
elementary/genlist - removed unused codes
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67371
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 20 Jan 2012 05:18:31 +0000 (05:18 +0000)]
elementary/genlist - Elm_Genlist_Item -> Elm_Object_Item
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67370
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 19 Jan 2012 17:12:15 +0000 (17:12 +0000)]
elementary: be able to specify elementary private data subdirectory.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67356
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 19 Jan 2012 12:11:58 +0000 (12:11 +0000)]
elm hover: Updated document for deprecated apis.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67334
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Thu, 19 Jan 2012 07:11:41 +0000 (07:11 +0000)]
The animator should be removed when mouse is down and the _smart_event_mouse_move function occurs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67318
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 19 Jan 2012 05:04:24 +0000 (05:04 +0000)]
elementary/player - removed debugging printf
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67316
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 19 Jan 2012 05:01:58 +0000 (05:01 +0000)]
elementary/player - fixed incorrect argument.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67315
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 18 Jan 2012 16:31:41 +0000 (16:31 +0000)]
Sharing is good, but not when it makes the domain appear incorrectly in error messages, so let's have externals use its own variable for that.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67295
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 Jan 2012 03:55:40 +0000 (03:55 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Fix zoom & rotated coordinates bug
In my point of view, elm_map did not consider zooming & rotation by
using Evas_Map initially.
There are no problems if you use only elm_map_zoom_set(). But if you
use pinch gesture or wheel to do subtle zooming & rotating, the
calculations of coordinates are not correct currently.
I have fixed these problem and also made some utility APIs for user
convenience.
I made following 3 APIs.
1. elm_map_utils_size_get()
Currently users can only get integer zoom level by using
elm_map_zoom_get().
So if user want to calculate full map size, user should calculate
pow(2.0, zoom level) * tile size. Furthermore, user assumes tile size
as 256. (tile size can be changed!!)
Also it's not correct sometimes because Evas_map is used for subtle
zooming between zoom levels.
Above APIs return correct full map size.
2. elm_map_utils_region_get()
It can used for getting left top coordinates, center coordinates and
width, height of currently shown map area.
3. elm_map_utils_convert_canvas_into_geo()
Currently it is hard to converting x, y coordinates to geographical
longitude, latitude because of subtle zooming & rotating.
If use wants to get it, user uses combination of above functions and
more. It is harsh job.
This function is used for getting longitude, latitude from x, y
coordinates of current viewport.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67286
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 18 Jan 2012 03:53:02 +0000 (03:53 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elc_multibuttonentry - checking focus
before elm_widget_show_region_set
In elc_multibuttonentry, there're some elm_widget_show_region_set callings.
However it's not checking whether it got focused or not,
sometimes it's bugging users when the user's trying to move scroller.
So I changed to check focused.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67285
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 17 Jan 2012 09:47:10 +0000 (09:47 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] Removing content resize callback before the
ctxpopup is deleted.
Sometimes, widget data is referred after ctxpopup is deleted.
So before the ctxpopup is deleted, the content resize callback should
be removed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67268
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 17 Jan 2012 00:02:02 +0000 (00:02 +0000)]
elm win.c: Removed unnecessary variable.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67253
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Mon, 16 Jan 2012 17:18:20 +0000 (17:18 +0000)]
Add new widget for extn socket and plug.
application can use ecore extn socket easyily
by using elm_window_add with ELM_WIN_SOCKET_IMAGE style.
And new widget Elm plug is similar with Elm image.
it can show socket's image using connect API.
I add test code also(test_win_socket/plug).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67245
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Mon, 16 Jan 2012 05:36:29 +0000 (05:36 +0000)]
I forgot this.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67237
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Mon, 16 Jan 2012 04:48:52 +0000 (04:48 +0000)]
If the region_show or bring_in occurs during dragging the scroller and not happened mouse up event, it is scrolled to that position.
But if the dragging is continued, it returns current position. So I changed it is scrolled at that position.
And if mouse move event occurs while bring_in animation, the animation is stoped.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67236
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 16 Jan 2012 03:23:32 +0000 (03:23 +0000)]
elementary - rename an API
elm_object_item_object_get -> elm_object_item_widget_get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67235
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 14 Jan 2012 22:28:45 +0000 (22:28 +0000)]
elm: reset state on item removal.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67213
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 14 Jan 2012 04:24:02 +0000 (04:24 +0000)]
rename some variables to be more clear
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67209
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 14 Jan 2012 04:12:45 +0000 (04:12 +0000)]
add elm_frame_collapse_go() to trigger frame animations, elm_frame_collapse_set() now bypasses them
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67207
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 14 Jan 2012 03:45:46 +0000 (03:45 +0000)]
do smart callback after collapse registers so that collapsed_get() returns the correct value
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67201
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 14 Jan 2012 03:37:35 +0000 (03:37 +0000)]
add printf for frame clicks in elm test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67200
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sat, 14 Jan 2012 02:49:00 +0000 (02:49 +0000)]
elm,action,collapse -> elm,action,toggle
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67199
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 14 Jan 2012 02:29:29 +0000 (02:29 +0000)]
use minmuml for frame hide/show.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67198
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 13 Jan 2012 23:45:53 +0000 (23:45 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_map - bugfix small errors
Date: Mon, 9 Jan 2012 20:00:02 +0900
Dear all
After run map menu in elementary_test, i found some minor errors
1. some passing data ptr is wrong at obj_rotate_zoom
2. clipped part isn't set by rect
thanks
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67190
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Fri, 13 Jan 2012 23:43:17 +0000 (23:43 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_layout - set default style to new cursor obj
Date: Thu, 12 Jan 2012 17:29:39 +0900
Dear all.
I made a small patch to add default style to new cursor obj.
Normally it's not useful but sometimes _part_cursor_part_apply() is needed.
Also duplicated layout setting is removed in cursor testing at elementary_test.
Thanks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67189
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Fri, 13 Jan 2012 05:28:09 +0000 (05:28 +0000)]
elm test.c: Fixed build warning.
test.c:215:21: warning: ‘t’ may be used uninitialized in this function
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67171
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sung [Thu, 12 Jan 2012 14:35:43 +0000 (14:35 +0000)]
Changed elm_glview to use newly added evas_gl_config_new/free()
apis.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67142
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 12 Jan 2012 12:34:41 +0000 (12:34 +0000)]
Elementary: Fix border title (text) color on frames (for Wayland) when border
is inactive.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67138
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 12 Jan 2012 09:10:27 +0000 (09:10 +0000)]
Elementary: Added Wayland_Egl backend support.
Modified elm_win to use generic wayland_resize function (for
ecore_evas).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67134
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 12 Jan 2012 08:25:12 +0000 (08:25 +0000)]
elementary/toolbar, diskseletor - deprecated tooltip APIs
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67127
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 12 Jan 2012 08:00:38 +0000 (08:00 +0000)]
elementary/list - don't need them
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67125
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 12 Jan 2012 07:51:15 +0000 (07:51 +0000)]
elementary/list - deprecated tooltip APIs & updated doc
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67124
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Thu, 12 Jan 2012 04:52:44 +0000 (04:52 +0000)]
elementary/elm_scroller : When focus_next is tried on the unfocused
scroller, only scroller(not the one of the child objects) will be set
as focused. This is because scroller is focusable.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67113
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 12 Jan 2012 03:18:43 +0000 (03:18 +0000)]
elementary/list - internal item type chage regarded to Elm_Object_Item for more less casting!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67111
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 12 Jan 2012 03:03:56 +0000 (03:03 +0000)]
Elementary/list - Elm_List_Item -> Elm_Object_Item
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67110
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 11:53:20 +0000 (11:53 +0000)]
elementray/naviframe - sorry. my fault.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67071
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 11:52:54 +0000 (11:52 +0000)]
elementary/naviframe - pre-declare function prototype.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67070
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 11:50:49 +0000 (11:50 +0000)]
elementary/naviframe - my fault. it shouldn't be committed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67069
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 11:48:45 +0000 (11:48 +0000)]
elementary/naviframe - satisfied focus_next_hook
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67068
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 11:25:04 +0000 (11:25 +0000)]
elementary/naviframe - modified to use elm_layout instead of edje_object.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67067
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 11 Jan 2012 07:44:15 +0000 (07:44 +0000)]
Elm: Shut up elm_frame, I am tired of hearing you spew noise about
your recalculations !! ;)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67048
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 06:42:15 +0000 (06:42 +0000)]
elementary/navifrmae - actually it does not need to call it in the loop
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67042
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 06:33:32 +0000 (06:33 +0000)]
elementary/naviframe - super trivial change.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67040
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 11 Jan 2012 05:42:13 +0000 (05:42 +0000)]
elementary/ctxpopup - modified for more proper.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67039
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 11 Jan 2012 03:16:50 +0000 (03:16 +0000)]
elm: Fixed formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67038
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 11 Jan 2012 03:00:23 +0000 (03:00 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: Re: [E-devel] [Patch] elc_ctxpopup, add restacking feature
I have attached example code for checking restacking feature of ctxpopup.
Please review the code and give any feedbacks. Thanks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67037
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 11 Jan 2012 02:58:56 +0000 (02:58 +0000)]
use invalid tyrp as return again
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67036
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 11 Jan 2012 02:01:48 +0000 (02:01 +0000)]
elm po: Updated po files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67033
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 11 Jan 2012 02:01:45 +0000 (02:01 +0000)]
elm store: Added more comment for store test. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>
On Tue, Jan 10, 2012 at 8:40 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> It's another patch file that describes a method to get a store
example files.
> If it's ok, plz commit it.
> Thanks
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67032
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Wed, 11 Jan 2012 02:01:38 +0000 (02:01 +0000)]
elm store: Fixed eina_lock in store. Patch by Hyoyoung Chang
<hyoyoung@gmail.com>
On Tue, Jan 10, 2012 at 8:15 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all,
>
> When i run 'store' menu in elementary_test, i met some segfault.
> it's due to inappropriate eina_lock ptr handling.
>
> Thanks
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67030
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 10 Jan 2012 23:35:29 +0000 (23:35 +0000)]
elm elm_main.c: revert commit r67016. it was wrong commit.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67026
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 10 Jan 2012 15:34:35 +0000 (15:34 +0000)]
elm entry: Refined entry documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67019
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 10 Jan 2012 15:34:04 +0000 (15:34 +0000)]
enki: Turn off edje_cc verbose mode.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67016
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Tue, 10 Jan 2012 09:22:22 +0000 (09:22 +0000)]
I have attached a patch for removing unnecessary code in the elm_notify.
There is no swallow area for the parent In the notify.edc also.
Even if the removed line is necessary, then it will cause an improper result.
So it should be removed definitely and absolutely!
Please review this and give any feedbacks. Thank you.
Sincerely,
Shinwoo Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67012
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 10 Jan 2012 06:43:57 +0000 (06:43 +0000)]
elm map: Fixed formatting. What's up map! Here is your formatting fix!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67011
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 10 Jan 2012 05:02:11 +0000 (05:02 +0000)]
elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttonentry, toolbar, naviframe, slideshow, hoversel, filpselector - deprecated xxxx_item_del() APIs.
But instead, made to use the elm_object_item_del() APIs
for this, elm_widget_item needed to provide elm_widget_item_del_pre_hook.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67010
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Tue, 10 Jan 2012 01:34:22 +0000 (01:34 +0000)]
elementary/elm_entry : When theme is changed, pos is set to zero as
default.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67008
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 10 Jan 2012 01:00:23 +0000 (01:00 +0000)]
elementary - renamed internal callback function
elm_widget_item_disabled_set_hook_set -> elm_widget_item_disabled_hook_set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67007
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 10 Jan 2012 00:33:51 +0000 (00:33 +0000)]
elementary/widget - just renamed internally.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67006
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 10 Jan 2012 00:02:58 +0000 (00:02 +0000)]
elementary/widget - +del_pre_hook
now elm_object_item_del is exposed to users,
this callback is used for widgets to use internally.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67004
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 10:48:06 +0000 (10:48 +0000)]
elementary/elm_object_item - expose elm_object_item_del().
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66992
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 10:33:59 +0000 (10:33 +0000)]
elementary/entry - more deprecated APIs
elm_entry_icon_set/get/unset
elm_entry_end_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66991
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 08:37:29 +0000 (08:37 +0000)]
elementary/hover - deprecated elm_hover_content_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66989
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 08:06:43 +0000 (08:06 +0000)]
elementary/fileselector_button, fileselector_entry - deprecated APIs.
elm_fileselector_button_icon_set
elm_fileselector_button_icon_get
elm_fileselector_button_icon_unset
elm_fileselector_entry_button_icon_set
elm_fileselector_entry_button_icon_get
elm_fileselector_entry_button_icon_unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66988
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 07:03:28 +0000 (07:03 +0000)]
elementary/widget - modified like freeze_pop.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66986
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 06:59:33 +0000 (06:59 +0000)]
elementary/widget
Re: [E-devel] [Patch] elc_ctxpopup, using elm_smart_scroller_freeze_set() not elm_object_scroll_freeze_push(), pop()
Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66985
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 9 Jan 2012 06:55:51 +0000 (06:55 +0000)]
elementary - updated doc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66984
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 8 Jan 2012 11:24:41 +0000 (11:24 +0000)]
Elm (wayland): Provide edje signals for resize,start & move,start for
wayland frame borders.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66969
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Sun, 8 Jan 2012 11:23:59 +0000 (11:23 +0000)]
Elm (wayland): Handle frame resize via edje callbacks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66968
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sat, 7 Jan 2012 02:02:02 +0000 (02:02 +0000)]
genlist: one more bug, relative insertion of subitems.
relative insertion of sub items does not work either, add test case.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66951
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 6 Jan 2012 23:39:06 +0000 (23:39 +0000)]
oops, too much printf
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66948
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Fri, 6 Jan 2012 23:38:33 +0000 (23:38 +0000)]
show genlist's inserted sort is completely broken.
Sad, but it's unusable if you use it with subitems:
* insert top-level item sorted mixes with children;
* insert children item sorted screws the order
This is also true for groups, is holding my changes to enjoy :-(
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66947
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Fri, 6 Jan 2012 11:31:14 +0000 (11:31 +0000)]
Elementary Web: add functions to set / get useragent
Patch by Steven Falken <btwotch@googlemail.com> with a
few changes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66938
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Fri, 6 Jan 2012 10:29:11 +0000 (10:29 +0000)]
elementary/elm_frame : Just do comment. Raster ~ plz remove this
later ~
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66936
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33