Commit Graph

4609 Commits

Author SHA1 Message Date
ChunEon Park 0740d6e962 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
2012-02-01 10:30:12 +00:00
ChunEon Park 4c6d88b090 elementary/widget - sorry. I didn't intend this.
SVN revision: 67669
2012-02-01 05:24:59 +00:00
ChunEon Park 2db6dd39e0 elementary/ctxpopup - wd could be deleted in the DISMISSED callback
SVN revision: 67667
2012-02-01 03:16:13 +00:00
ChunEon Park 4ea4e28f15 elementary/widget - just removed macros duplicated impl.
SVN revision: 67666
2012-02-01 03:07:53 +00:00
Michael BOUCHAUD 01f1670317 elementary: sorry, I think about it. I'm sure this one is a better fix
SVN revision: 67665
2012-01-31 22:29:29 +00:00
Michael BOUCHAUD 64ccd3765f elementary: don't take care of EVAS_HINT_FILL in els_icon
SVN revision: 67640
2012-01-31 17:11:34 +00:00
ChunEon Park 57611ce2d7 elementary/fileselector - just renamed internal var.
SVN revision: 67628
2012-01-31 06:46:39 +00:00
ChunEon Park 7fd3d1fe88 elementary/fileselector - fixed a wrong change caused when gengrid API changes.
SVN revision: 67627
2012-01-31 05:13:59 +00:00
ChunEon Park d504333c4d elementary/diskselector - oh god, missing changes.
SVN revision: 67626
2012-01-31 05:05:19 +00:00
ChunEon Park 8a872c513e elementary/diskselector - deprecated elm_diskselector_item_cursor_* APIs.
Please use elm_object_item_cursor_* APIs.



SVN revision: 67625
2012-01-31 05:01:27 +00:00
ChunEon Park 21301d42c6 elementray/toolbar - deprecated elm_toolbar_cursor_* APIs.
Please use elm_object_item_cursor_* APIs instead.



SVN revision: 67624
2012-01-31 04:47:01 +00:00
ChunEon Park d8675f8c64 elementary/main - fixed typo!!
SVN revision: 67623
2012-01-31 04:45:19 +00:00
ChunEon Park d05767c6a5 elementary/gengrid - updated doc.
SVN revision: 67622
2012-01-31 03:03:35 +00:00
ChunEon Park 40e51b5fea elementary/gengrid - deprecated elm_gengrid_item_del()
please use elm_object_item_del() instead



SVN revision: 67621
2012-01-31 03:03:17 +00:00
ChunEon Park f12f55ea5a elementary/gengrid - deprecated APIs
elm_gengrid_item_disabled_set/get

please use elm_object_item_disabled_set/get instead



SVN revision: 67620
2012-01-31 02:40:08 +00:00
ChunEon Park b1f436569c 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
2012-01-31 01:22:16 +00:00
ChunEon Park 73ee2d9004 elementry/elm_object_item - renamed parameter (item -> it) for consistency.
SVN revision: 67613
2012-01-31 00:32:20 +00:00
Michael BOUCHAUD 168ea8ad80 elementary: remove const from elm_box_children_get. We need free it
SVN revision: 67605
2012-01-30 17:41:42 +00:00
ChunEon Park cc7f2a51a9 elementary/genlist, gengrid - modified internal variable type to clean up the unnecessary casting
SVN revision: 67600
2012-01-30 10:39:32 +00:00
ChunEon Park 7c0738c762 elementary/gengrid - Elm_Gengrid_Item -> Elm_Object_Item
Be happy! now all widgets are using the Elm_Object_Item interface.



SVN revision: 67599
2012-01-30 10:29:51 +00:00
ChunEon Park fd909fc341 elementary/list - deprecated elm_list_item_del()
please use elm_object_item_del().



SVN revision: 67598
2012-01-30 06:06:03 +00:00
ChunEon Park b1d49688dc elementary/genlist - +documentation.
SVN revision: 67597
2012-01-30 05:43:00 +00:00
ChunEon Park 42ddca9f31 elementary/genlist - deprecated elm_genlist_item_genlist_get()
please use elm_object_item_widget_get() instead.



SVN revision: 67596
2012-01-30 04:37:41 +00:00
ChunEon Park aa280f290c elementary/genlist - reverted 67546.
SVN revision: 67595
2012-01-30 01:08:54 +00:00
Tom Hacohen 90a9c62c86 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
2012-01-29 11:55:29 +00:00
Tom Hacohen 612d100570 Elm entry: Fixed an issue with undo/redo.
SVN revision: 67582
2012-01-29 11:55:23 +00:00
Tom Hacohen e1b8a631f8 Elm entry: Fixed compilation warnings.
SVN revision: 67581
2012-01-29 11:55:19 +00:00
Tom Hacohen 1a2160bd29 Elm cnp: Use the standard text<->markup elm functions.
SVN revision: 67579
2012-01-29 08:52:34 +00:00
Bruno Dilly fd2da6be59 Elementary external button: add repeat stuff
This patch provides a way to set autorepeat on buttons.


SVN revision: 67570
2012-01-27 16:59:03 +00:00
Pau Espin Pedrol e9e71d84be elm_gesture_layer: Elm_Gesture_Types -> Elm_Gesture_Type to keep consistency with other parts of the API
SVN revision: 67569
2012-01-27 16:51:23 +00:00
ChunEon Park 1a9deee7df 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
2012-01-27 11:59:22 +00:00
ChunEon Park fcc6192848 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
2012-01-27 11:56:14 +00:00
ChunEon Park 749e8e2642 elementary/genlist - fixed indentation
SVN revision: 67563
2012-01-27 07:37:47 +00:00
ChunEon Park 4ee72ae553 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
2012-01-27 07:36:36 +00:00
ChunEon Park 5d0dc2e727 elementary/genlist - sorry, this line should be applied yet.
SVN revision: 67561
2012-01-27 06:47:20 +00:00
ChunEon Park e990948db8 elementary/genlist - changed to use ssize_t type for the 16/32/64 bits compatibility.
SVN revision: 67560
2012-01-27 06:09:01 +00:00
ChunEon Park c192a46b38 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
2012-01-26 10:01:48 +00:00
ChunEon Park d4ffe4c8c2 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
2012-01-26 07:31:30 +00:00
Iván Briano 2d5761d30b Whine if the engine in ELM_ENGINE is not known so users are aware of it
SVN revision: 67540
2012-01-25 17:15:43 +00:00
ChunEon Park 640caff765 elementary/genlist - update to use new APIs
SVN revision: 67525
2012-01-25 09:25:12 +00:00
Tom Hacohen 59cf09b81c 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
2012-01-25 07:35:04 +00:00
ChunEon Park 2bd97198e9 elementary/cursor - elm_list_item_cursor_* -> elm_object_item_cursor_*
SVN revision: 67522
2012-01-25 07:31:34 +00:00
Cedric BAIL c9b5551660 elementary: match elm_list API.
SVN revision: 67499
2012-01-24 15:15:43 +00:00
Tom Hacohen 711d361f20 Elm entry: Fix a bug in elm_entry_calc_force.
It should force calling of sizing eval as well...

SVN revision: 67488
2012-01-24 12:49:42 +00:00
Tom Hacohen 0680aaa4fb Elm label: Use the new edje/textblock functions and redo style handling.
SVN revision: 67475
2012-01-23 16:10:53 +00:00
Cedric BAIL 337f25b1ec 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
2012-01-23 13:26:45 +00:00
Cedric BAIL d723948568 elementary: fix segv due to a typo.
SVN revision: 67463
2012-01-23 10:32:29 +00:00
Cedric BAIL dab18349e2 elementary: fix build of elementary genlist examples.
SVN revision: 67462
2012-01-23 10:09:46 +00:00
Mike Blumenkrantz 51c4495cb3 elm_list_item -> elm_object_item
SVN revision: 67401
2012-01-20 19:20:17 +00:00
Carsten Haitzler 5dc124c0c5 commit marker
SVN revision: 67383
2012-01-20 10:18:44 +00:00
Carsten Haitzler 4dcc354c80 deprecate more list item funcs. replace with object item ones (for
cursors).



SVN revision: 67380
2012-01-20 10:13:56 +00:00
ChunEon Park 660e97d1db elementary/genlist - removed unused codes
SVN revision: 67371
2012-01-20 06:51:50 +00:00
ChunEon Park da7b8465a3 elementary/genlist - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67370
2012-01-20 05:18:31 +00:00
Cedric BAIL 2b7a2bfba5 elementary: be able to specify elementary private data subdirectory.
SVN revision: 67356
2012-01-19 17:12:15 +00:00
Daniel Juyung Seo 8994e4038b elm hover: Updated document for deprecated apis.
SVN revision: 67334
2012-01-19 12:11:58 +00:00
Jaehwan Kim a091b950f3 The animator should be removed when mouse is down and the _smart_event_mouse_move function occurs.
SVN revision: 67318
2012-01-19 07:11:41 +00:00
ChunEon Park fb3f515001 elementary/player - removed debugging printf
SVN revision: 67316
2012-01-19 05:04:24 +00:00
ChunEon Park ac95fc8afb elementary/player - fixed incorrect argument.
SVN revision: 67315
2012-01-19 05:01:58 +00:00
Iván Briano d0570e47f3 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
2012-01-18 16:31:41 +00:00
Bluezery 80a3a87fa9 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
2012-01-18 03:55:40 +00:00
Hyoyoung Chang c575025a4a 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
2012-01-18 03:53:02 +00:00
cnook 85925ec534 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
2012-01-17 09:47:10 +00:00
Daniel Juyung Seo 4d06eea2bd elm win.c: Removed unnecessary variable.
SVN revision: 67253
2012-01-17 00:02:02 +00:00
Jiyoun Park c54c6c1ae9 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
2012-01-16 17:18:20 +00:00
Jaehwan Kim 2c50b2b7f7 I forgot this.
SVN revision: 67237
2012-01-16 05:36:29 +00:00
Jaehwan Kim ec4a9c6b9c 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
2012-01-16 04:48:52 +00:00
ChunEon Park f2a914c1be elementary - rename an API
elm_object_item_object_get -> elm_object_item_widget_get	



SVN revision: 67235
2012-01-16 03:23:32 +00:00
Cedric BAIL 7c6f9e4f42 elm: reset state on item removal.
SVN revision: 67213
2012-01-14 22:28:45 +00:00
Mike Blumenkrantz bcb983942d rename some variables to be more clear
SVN revision: 67209
2012-01-14 04:24:02 +00:00
Mike Blumenkrantz 0601070403 add elm_frame_collapse_go() to trigger frame animations, elm_frame_collapse_set() now bypasses them
SVN revision: 67207
2012-01-14 04:12:45 +00:00
Mike Blumenkrantz bce3f15937 do smart callback after collapse registers so that collapsed_get() returns the correct value
SVN revision: 67201
2012-01-14 03:45:46 +00:00
Mike Blumenkrantz 2c71dea014 add printf for frame clicks in elm test
SVN revision: 67200
2012-01-14 03:37:35 +00:00
Mike Blumenkrantz 28333aeadc elm,action,collapse -> elm,action,toggle
SVN revision: 67199
2012-01-14 02:49:00 +00:00
Carsten Haitzler 380a53df76 use minmuml for frame hide/show.
SVN revision: 67198
2012-01-14 02:29:29 +00:00
Hyoyoung Chang 7e32a93988 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
2012-01-13 23:45:53 +00:00
Hyoyoung Chang d3c51a78f5 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
2012-01-13 23:43:17 +00:00
Daniel Juyung Seo 1ab70cc671 elm test.c: Fixed build warning.
test.c:215:21: warning: ‘t’ may be used uninitialized in this function

SVN revision: 67171
2012-01-13 05:28:09 +00:00
Sung Park 912b8e3ca9 Changed elm_glview to use newly added evas_gl_config_new/free()
apis.


SVN revision: 67142
2012-01-12 14:35:43 +00:00
Christopher Michael b56289a4f0 Elementary: Fix border title (text) color on frames (for Wayland) when border
is inactive.



SVN revision: 67138
2012-01-12 12:34:41 +00:00
Christopher Michael 3e83e40a23 Elementary: Added Wayland_Egl backend support.
Modified elm_win to use generic wayland_resize function (for
ecore_evas).



SVN revision: 67134
2012-01-12 09:10:27 +00:00
ChunEon Park 8e4a2fcbe9 elementary/toolbar, diskseletor - deprecated tooltip APIs
SVN revision: 67127
2012-01-12 08:25:12 +00:00
ChunEon Park 6ac8466eba elementary/list - don't need them
SVN revision: 67125
2012-01-12 08:00:38 +00:00
ChunEon Park 3d44aa9d9b elementary/list - deprecated tooltip APIs & updated doc
SVN revision: 67124
2012-01-12 07:51:15 +00:00
WooHyun Jung e6b37886a8 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.


SVN revision: 67113
2012-01-12 04:52:44 +00:00
ChunEon Park a3935da066 elementary/list - internal item type chage regarded to Elm_Object_Item for more less casting!
SVN revision: 67111
2012-01-12 03:18:43 +00:00
ChunEon Park 11282d3953 Elementary/list - Elm_List_Item -> Elm_Object_Item
SVN revision: 67110
2012-01-12 03:03:56 +00:00
ChunEon Park 9e9c1ddbc9 elementray/naviframe - sorry. my fault.
SVN revision: 67071
2012-01-11 11:53:20 +00:00
ChunEon Park 2c0d0bb02a elementary/naviframe - pre-declare function prototype.
SVN revision: 67070
2012-01-11 11:52:54 +00:00
ChunEon Park 85b0916724 elementary/naviframe - my fault. it shouldn't be committed.
SVN revision: 67069
2012-01-11 11:50:49 +00:00
ChunEon Park 90ad944dc6 elementary/naviframe - satisfied focus_next_hook
SVN revision: 67068
2012-01-11 11:48:45 +00:00
ChunEon Park cd756952bb elementary/naviframe - modified to use elm_layout instead of edje_object.
SVN revision: 67067
2012-01-11 11:25:04 +00:00
Christopher Michael 9bd7022433 Elm: Shut up elm_frame, I am tired of hearing you spew noise about
your recalculations !! ;)



SVN revision: 67048
2012-01-11 07:44:15 +00:00
ChunEon Park 6a4ce67417 elementary/navifrmae - actually it does not need to call it in the loop
SVN revision: 67042
2012-01-11 06:42:15 +00:00
ChunEon Park e4503a8eed elementary/naviframe - super trivial change.
SVN revision: 67040
2012-01-11 06:33:32 +00:00
ChunEon Park 5db397f9b6 elementary/ctxpopup - modified for more proper.
SVN revision: 67039
2012-01-11 05:42:13 +00:00
Daniel Juyung Seo 7976fe8db1 elm: Fixed formatting.
SVN revision: 67038
2012-01-11 03:16:50 +00:00
Kim Shinwoo 55849aa30d 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.



SVN revision: 67037
2012-01-11 03:00:23 +00:00
Carsten Haitzler 5dfa47e3c3 use invalid tyrp as return again
SVN revision: 67036
2012-01-11 02:58:56 +00:00
Daniel Juyung Seo e9e61de96b elm po: Updated po files.
SVN revision: 67033
2012-01-11 02:01:48 +00:00
Daniel Juyung Seo 7714c06f9f 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

SVN revision: 67032
2012-01-11 02:01:45 +00:00