WooHyun Jung [Wed, 8 Feb 2012 07:23:08 +0000 (07:23 +0000)]
[elementary/entry] Add elm_entry_markup_filter_append/prepend/remove
and make elm_entry_text_filter_append/prepend/remove be deprecated. In
a filter function appended by elm_entry_text_filter_append, the type of text can
be format, text, or markup. So correct filtering is impossible. But
with elm_entry_markup_filter_append, the type is always markup.
SVN revision: 67747
Jihoon Kim [Wed, 8 Feb 2012 01:48:38 +0000 (01:48 +0000)]
elm/config.c: remove unused local variables
SVN revision: 67745
Jihoon Kim [Wed, 8 Feb 2012 01:45:26 +0000 (01:45 +0000)]
elm_thumb.c: fix build warning in case without ethumb
SVN revision: 67744
Michael BOUCHAUD [Tue, 7 Feb 2012 23:39:19 +0000 (23:39 +0000)]
elementary: add hooks text to elm_win, from Davide Andreoli. Thanks!
SVN revision: 67743
Michael BOUCHAUD [Tue, 7 Feb 2012 16:33:22 +0000 (16:33 +0000)]
elementary: fix content set and unset hooks for genlist gengrid items
SVN revision: 67737
Iván Briano [Tue, 7 Feb 2012 12:44:33 +0000 (12:44 +0000)]
Fixing selective sed failure
SVN revision: 67731
Jihoon Kim [Tue, 7 Feb 2012 12:00:28 +0000 (12:00 +0000)]
test_entry.c: Oops. remove some test code.
SVN revision: 67730
Jihoon Kim [Tue, 7 Feb 2012 11:24:39 +0000 (11:24 +0000)]
test_entry.c: add test code related to elm_entry_input_panel_enabled_set
SVN revision: 67729
WooHyun Jung [Mon, 6 Feb 2012 03:21:19 +0000 (03:21 +0000)]
[elementary/elm_cnp_helper] These codes are not used anymore. (Codes using
these were deleted in r67579)
SVN revision: 67707
ChunEon Park [Mon, 6 Feb 2012 03:20:39 +0000 (03:20 +0000)]
elementary/multibuttonentry - added ingroup
SVN revision: 67706
Jihoon Kim [Sun, 5 Feb 2012 23:37:45 +0000 (23:37 +0000)]
fix @dates in each header file
SVN revision: 67705
Martin Jansa [Fri, 3 Feb 2012 07:32:40 +0000 (07:32 +0000)]
From
c506f5f078b6abc789602603c481168575cf7260 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 2 Feb 2012 20:04:51 +0100
Subject: [PATCH] elm_entry: add missing elm_entry_input_panel_enabled_get
* it was in elm_entry.h but without implementation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
SVN revision: 67693
Jihoon Kim [Fri, 3 Feb 2012 04:51:38 +0000 (04:51 +0000)]
entry: set EINA_TRUE as input_panel_enable attribute
SVN revision: 67691
WooHyun Jung [Thu, 2 Feb 2012 06:58:06 +0000 (06:58 +0000)]
[elementary/elm_entry] Unnecessary codes are deleted.
"elm_smart_scroller_child_region_show" will be called in
"_show_region_hook" after cursor is changed by
"edje_object_part_text_cursor_end_set".
SVN revision: 67686
WooHyun Jung [Thu, 2 Feb 2012 02:33:14 +0000 (02:33 +0000)]
[elementary/elm_entry] Were these signals(copy, cut) intentionally
deleted? Anyway ~ I added them becasue they were there :)
SVN revision: 67684
Daniel Juyung Seo [Wed, 1 Feb 2012 13:49:42 +0000 (13:49 +0000)]
elm win.h: Reorganized docs. This is done on the plane to kill my time :)
SVN revision: 67676
Christopher Michael [Wed, 1 Feb 2012 12:29:14 +0000 (12:29 +0000)]
Elm: Fix 'variable may be used uninitialized' warnings.
SVN revision: 67675
ChunEon Park [Wed, 1 Feb 2012 11:26:25 +0000 (11:26 +0000)]
elementary/ctxpopup - + hide effect
SVN revision: 67673
ChunEon Park [Wed, 1 Feb 2012 10:30:12 +0000 (10:30 +0000)]
elementary/transit - updated according to ecore_animator changes.
because the animator would not call the new animator in it's animator callback anymore,
the user should call the callback function explicitly now.
SVN revision: 67672
ChunEon Park [Wed, 1 Feb 2012 05:24:59 +0000 (05:24 +0000)]
elementary/widget - sorry. I didn't intend this.
SVN revision: 67669
ChunEon Park [Wed, 1 Feb 2012 03:16:13 +0000 (03:16 +0000)]
elementary/ctxpopup - wd could be deleted in the DISMISSED callback
SVN revision: 67667
ChunEon Park [Wed, 1 Feb 2012 03:07:53 +0000 (03:07 +0000)]
elementary/widget - just removed macros duplicated impl.
SVN revision: 67666
Michael BOUCHAUD [Tue, 31 Jan 2012 22:29:29 +0000 (22:29 +0000)]
elementary: sorry, I think about it. I'm sure this one is a better fix
SVN revision: 67665
Michael BOUCHAUD [Tue, 31 Jan 2012 17:11:34 +0000 (17:11 +0000)]
elementary: don't take care of EVAS_HINT_FILL in els_icon
SVN revision: 67640
ChunEon Park [Tue, 31 Jan 2012 06:46:39 +0000 (06:46 +0000)]
elementary/fileselector - just renamed internal var.
SVN revision: 67628
ChunEon Park [Tue, 31 Jan 2012 05:13:59 +0000 (05:13 +0000)]
elementary/fileselector - fixed a wrong change caused when gengrid API changes.
SVN revision: 67627
ChunEon Park [Tue, 31 Jan 2012 05:05:19 +0000 (05:05 +0000)]
elementary/diskselector - oh god, missing changes.
SVN revision: 67626
ChunEon Park [Tue, 31 Jan 2012 05:01:27 +0000 (05:01 +0000)]
elementary/diskselector - deprecated elm_diskselector_item_cursor_* APIs.
Please use elm_object_item_cursor_* APIs.
SVN revision: 67625
ChunEon Park [Tue, 31 Jan 2012 04:47:01 +0000 (04:47 +0000)]
elementray/toolbar - deprecated elm_toolbar_cursor_* APIs.
Please use elm_object_item_cursor_* APIs instead.
SVN revision: 67624
ChunEon Park [Tue, 31 Jan 2012 04:45:19 +0000 (04:45 +0000)]
elementary/main - fixed typo!!
SVN revision: 67623
ChunEon Park [Tue, 31 Jan 2012 03:03:35 +0000 (03:03 +0000)]
elementary/gengrid - updated doc.
SVN revision: 67622
ChunEon Park [Tue, 31 Jan 2012 03:03:17 +0000 (03:03 +0000)]
elementary/gengrid - deprecated elm_gengrid_item_del()
please use elm_object_item_del() instead
SVN revision: 67621
ChunEon Park [Tue, 31 Jan 2012 02:40:08 +0000 (02:40 +0000)]
elementary/gengrid - deprecated APIs
elm_gengrid_item_disabled_set/get
please use elm_object_item_disabled_set/get instead
SVN revision: 67620
ChunEon Park [Tue, 31 Jan 2012 01:22:16 +0000 (01:22 +0000)]
elementary/gengrid - deprecated 3 APIs.
elm_gengrid_item_data_set -> elm_object_item_data_set
elm_gengrid_item_data_get -> elm_object_item_data_get
elm_gengrid_item_gengrid_get -> elm_object_item_widget_get
SVN revision: 67619
ChunEon Park [Tue, 31 Jan 2012 00:32:20 +0000 (00:32 +0000)]
elementry/elm_object_item - renamed parameter (item -> it) for consistency.
SVN revision: 67613
Michael BOUCHAUD [Mon, 30 Jan 2012 17:41:42 +0000 (17:41 +0000)]
elementary: remove const from elm_box_children_get. We need free it
SVN revision: 67605
ChunEon Park [Mon, 30 Jan 2012 10:39:32 +0000 (10:39 +0000)]
elementary/genlist, gengrid - modified internal variable type to clean up the unnecessary casting
SVN revision: 67600
ChunEon Park [Mon, 30 Jan 2012 10:29:51 +0000 (10:29 +0000)]
elementary/gengrid - Elm_Gengrid_Item -> Elm_Object_Item
Be happy! now all widgets are using the Elm_Object_Item interface.
SVN revision: 67599
ChunEon Park [Mon, 30 Jan 2012 06:06:03 +0000 (06:06 +0000)]
elementary/list - deprecated elm_list_item_del()
please use elm_object_item_del().
SVN revision: 67598
ChunEon Park [Mon, 30 Jan 2012 05:43:00 +0000 (05:43 +0000)]
elementary/genlist - +documentation.
SVN revision: 67597
ChunEon Park [Mon, 30 Jan 2012 04:37:41 +0000 (04:37 +0000)]
elementary/genlist - deprecated elm_genlist_item_genlist_get()
please use elm_object_item_widget_get() instead.
SVN revision: 67596
ChunEon Park [Mon, 30 Jan 2012 01:08:54 +0000 (01:08 +0000)]
elementary/genlist - reverted 67546.
SVN revision: 67595
Tom Hacohen [Sun, 29 Jan 2012 11:55:29 +0000 (11:55 +0000)]
Elm entry: Fixed a bug with sizing of internal textblock.
It should resize to be *at least* the min height, not always the min height.
SVN revision: 67583
Tom Hacohen [Sun, 29 Jan 2012 11:55:23 +0000 (11:55 +0000)]
Elm entry: Fixed an issue with undo/redo.
SVN revision: 67582
Tom Hacohen [Sun, 29 Jan 2012 11:55:19 +0000 (11:55 +0000)]
Elm entry: Fixed compilation warnings.
SVN revision: 67581
Tom Hacohen [Sun, 29 Jan 2012 08:52:34 +0000 (08:52 +0000)]
Elm cnp: Use the standard text<->markup elm functions.
SVN revision: 67579
Bruno Dilly [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.
SVN revision: 67570
Pau Espin Pedrol [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
SVN revision: 67569
ChunEon Park [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.
SVN revision: 67566
ChunEon Park [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.
SVN revision: 67565
ChunEon Park [Fri, 27 Jan 2012 07:37:47 +0000 (07:37 +0000)]
elementary/genlist - fixed indentation
SVN revision: 67563
ChunEon Park [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.
SVN revision: 67562
ChunEon Park [Fri, 27 Jan 2012 06:47:20 +0000 (06:47 +0000)]
elementary/genlist - sorry, this line should be applied yet.
SVN revision: 67561
ChunEon Park [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.
SVN revision: 67560
ChunEon Park [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.
SVN revision: 67547
ChunEon Park [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.
SVN revision: 67546
Iván Briano [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
SVN revision: 67540
ChunEon Park [Wed, 25 Jan 2012 09:25:12 +0000 (09:25 +0000)]
elementary/genlist - update to use new APIs
SVN revision: 67525
Tom Hacohen [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.
SVN revision: 67523
ChunEon Park [Wed, 25 Jan 2012 07:31:34 +0000 (07:31 +0000)]
elementary/cursor - elm_list_item_cursor_* -> elm_object_item_cursor_*
SVN revision: 67522
Cedric BAIL [Tue, 24 Jan 2012 15:15:43 +0000 (15:15 +0000)]
elementary: match elm_list API.
SVN revision: 67499
Tom Hacohen [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...
SVN revision: 67488
Tom Hacohen [Mon, 23 Jan 2012 16:10:53 +0000 (16:10 +0000)]
Elm label: Use the new edje/textblock functions and redo style handling.
SVN revision: 67475
Cedric BAIL [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.
SVN revision: 67470
Cedric BAIL [Mon, 23 Jan 2012 10:32:29 +0000 (10:32 +0000)]
elementary: fix segv due to a typo.
SVN revision: 67463
Cedric BAIL [Mon, 23 Jan 2012 10:09:46 +0000 (10:09 +0000)]
elementary: fix build of elementary genlist examples.
SVN revision: 67462
Mike Blumenkrantz [Fri, 20 Jan 2012 19:20:17 +0000 (19:20 +0000)]
elm_list_item -> elm_object_item
SVN revision: 67401
Carsten Haitzler [Fri, 20 Jan 2012 10:18:44 +0000 (10:18 +0000)]
commit marker
SVN revision: 67383
Carsten Haitzler [Fri, 20 Jan 2012 10:13:56 +0000 (10:13 +0000)]
deprecate more list item funcs. replace with object item ones (for
cursors).
SVN revision: 67380
ChunEon Park [Fri, 20 Jan 2012 06:51:50 +0000 (06:51 +0000)]
elementary/genlist - removed unused codes
SVN revision: 67371
ChunEon Park [Fri, 20 Jan 2012 05:18:31 +0000 (05:18 +0000)]
elementary/genlist - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67370
Cedric BAIL [Thu, 19 Jan 2012 17:12:15 +0000 (17:12 +0000)]
elementary: be able to specify elementary private data subdirectory.
SVN revision: 67356
Daniel Juyung Seo [Thu, 19 Jan 2012 12:11:58 +0000 (12:11 +0000)]
elm hover: Updated document for deprecated apis.
SVN revision: 67334
Jaehwan Kim [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.
SVN revision: 67318
ChunEon Park [Thu, 19 Jan 2012 05:04:24 +0000 (05:04 +0000)]
elementary/player - removed debugging printf
SVN revision: 67316
ChunEon Park [Thu, 19 Jan 2012 05:01:58 +0000 (05:01 +0000)]
elementary/player - fixed incorrect argument.
SVN revision: 67315
Iván Briano [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.
SVN revision: 67295
Bluezery [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.
SVN revision: 67286
Hyoyoung Chang [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.
SVN revision: 67285
cnook [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.
SVN revision: 67268
Daniel Juyung Seo [Tue, 17 Jan 2012 00:02:02 +0000 (00:02 +0000)]
elm win.c: Removed unnecessary variable.
SVN revision: 67253
Jiyoun Park [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).
SVN revision: 67245
Jaehwan Kim [Mon, 16 Jan 2012 05:36:29 +0000 (05:36 +0000)]
I forgot this.
SVN revision: 67237
Jaehwan Kim [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.
SVN revision: 67236
ChunEon Park [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
SVN revision: 67235
Cedric BAIL [Sat, 14 Jan 2012 22:28:45 +0000 (22:28 +0000)]
elm: reset state on item removal.
SVN revision: 67213
Mike Blumenkrantz [Sat, 14 Jan 2012 04:24:02 +0000 (04:24 +0000)]
rename some variables to be more clear
SVN revision: 67209
Mike Blumenkrantz [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
SVN revision: 67207
Mike Blumenkrantz [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
SVN revision: 67201
Mike Blumenkrantz [Sat, 14 Jan 2012 03:37:35 +0000 (03:37 +0000)]
add printf for frame clicks in elm test
SVN revision: 67200
Mike Blumenkrantz [Sat, 14 Jan 2012 02:49:00 +0000 (02:49 +0000)]
elm,action,collapse -> elm,action,toggle
SVN revision: 67199
Carsten Haitzler [Sat, 14 Jan 2012 02:29:29 +0000 (02:29 +0000)]
use minmuml for frame hide/show.
SVN revision: 67198
Hyoyoung Chang [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
SVN revision: 67190
Hyoyoung Chang [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.
SVN revision: 67189
Daniel Juyung Seo [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
SVN revision: 67171
Sung Park [Thu, 12 Jan 2012 14:35:43 +0000 (14:35 +0000)]
Changed elm_glview to use newly added evas_gl_config_new/free()
apis.
SVN revision: 67142
Christopher Michael [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.
SVN revision: 67138
Christopher Michael [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).
SVN revision: 67134
ChunEon Park [Thu, 12 Jan 2012 08:25:12 +0000 (08:25 +0000)]
elementary/toolbar, diskseletor - deprecated tooltip APIs
SVN revision: 67127
ChunEon Park [Thu, 12 Jan 2012 08:00:38 +0000 (08:00 +0000)]
elementary/list - don't need them
SVN revision: 67125