Commit Graph

8437 Commits

Author SHA1 Message Date
Chris Michael 9c638defed Tell evas to use a frame object here.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-11 14:11:08 +01:00
Ryuan Choi 743042501b elc_fileselector: Do not send "selected" signal when anchor was clicked.
Because anchor on path_entry just changes current path,
we don't need to send "selected" signal
2013-09-11 20:40:55 +09:00
Ryuan Choi 119ebdcabe Fixed wrong indentation and missing break in 74f308df9 2013-09-11 17:07:10 +09:00
Ryuan Choi 5a23edace4 config: Remove unnecessary alloc/free in _profile_fetch_from_conf() 2013-09-11 08:45:44 +09:00
José Roberto de Souza 0afa6fc580 Missing ChangeLog and News about new elm_table api 2013-09-10 17:48:16 -03:00
Chris Michael fd7bd29b34 Tweak adjustment of setting opaque region.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-10 14:29:18 +01:00
Michaël Bouchaud (yoz) bde54b0e16 elementary: del image_preload signal callback on elm_thumb when needed 2013-09-10 12:52:11 +02:00
Ryuan Choi 87f58fb5c3 elc_fileselector : Select path which user typed on path_entry.
Summary:
In fileselector, user can write directory path or file path which they want.
If then, fileselector navigates path when directory path is given,
but just send a "selected" signal without real selection when file path or wrong path is given.

With this path,
- fileselector will navigate (if needed) and select file with signal when file path is given.
- no action when wrong path is given.
2013-09-10 19:11:43 +09:00
Carsten Haitzler 81f15c1086 panel - really should support finger size for the open/close tab! add! 2013-09-10 18:49:12 +09:00
Carsten Haitzler a86577f051 elm map - let's use some neautral colors for map items by default. 2013-09-10 18:49:12 +09:00
Niraj Kumar c11c7b5041 progressbar: Support second progress.
This can be used by video/audio streaming such as youtube.
2013-09-10 16:22:06 +09:00
Daniel Juyung Seo 11699bb4fa elm_menu.c: chagned menu item object from edje_object to elm_layout for further focus support. 2013-09-10 14:28:30 +09:00
Shinwoo Kim 3359ff5be5 [access] unfocusable object could have highlight 2013-09-10 14:22:21 +09:00
Shinwoo Kim 34de4d619d [access] enhancement - refine function name to _elm_access_auto_highlight_set from _elm_access_read_mode_set 2013-09-10 14:01:50 +09:00
Daniel Juyung Seo c301e67153 elm_table: clean up newly added function elm_table_child_get.
- moved function position.
- added const to the first parameter.
2013-09-10 13:46:37 +09:00
Daniel Juyung Seo 0cf13cac1b test_menu.c: code cleanup.
- removed unnecessary global variable.
- removed unnecessary function.
- fixed formatting.
- set widget parent correctly.
- added label to show the usage.
2013-09-10 12:51:31 +09:00
José Roberto de Souza e9103fffb2 Add elm_table_child_get() 2013-09-09 18:57:43 -03:00
Daniel Juyung Seo 38e651dee1 elc_popup.c: theck elm_layout_theme_set() return value.
- Handle successive code accordingly.
- This fixes coverity CID 1086781 and 1086782.
2013-09-09 19:16:27 +09:00
Michaël Bouchaud (yoz) 9271fc7e0f elementary: don't send unrealized item signal on item update 2013-09-09 12:00:58 +02:00
Michaël Bouchaud (yoz) 742abe65e1 elementary: avoid some glitter on gengrid item creation 2013-09-09 11:53:47 +02:00
Daniel Zaoui 9cb42442f8 Genlist: fix memory not freed when item is expanded.
Thanks to TaeHwan Kim for the fix.
2013-09-09 10:14:14 +03:00
Yakov Goldberg 2031bf3b06 thumb: wrong Eo sub_id was used 2013-09-08 18:30:53 +03:00
Yakov Goldberg 901024268f fileselector: comments typo 2013-09-08 18:30:53 +03:00
Daniel Juyung Seo 96d30a6ada config.c: remove unused variable. 2013-09-08 21:12:09 +09:00
Daniel Juyung Seo f790e7b1a0 elm_gengrid.c: more ELM_SAFE_FREE macro for gengrid. 2013-09-08 18:50:00 +09:00
Shinwoo Kim 329a5ef3fc [spinner] change part name to access.text from access_text for naming consistency 2013-09-07 11:56:11 +09:00
Shinwoo Kim ee57d26ada [access] delete access object in job when its hover object is deleted 2013-09-07 11:34:04 +09:00
José Roberto de Souza cf8eed415a Add ecore system hooks 2013-09-06 15:53:25 -03:00
Daniel Juyung Seo 745488fff3 genlist/gengrid: use spacer when item edc supports elm.swallow.pad part. 2013-09-06 13:08:21 +09:00
Daniel Juyung Seo ce2df375b2 elm_genlist.c: use more ELM_SAFE_FREE. 2013-09-06 13:00:42 +09:00
Jaehyun Cho 0c304508ba [naviframe] - Set hint min size of the naviframe as the top item's min size
Signed-Off-By: JaeHyun <jae_hyun_cho@naver.com>
2013-09-06 02:32:08 +09:00
Cedric Bail 7733e8d25a elementary: use zero allocation walk. 2013-09-05 17:17:05 +09:00
Ryuan Choi e192e6157b Use AC_CONFIG_FILES instead of AC_OUTPUT with argument.
AC_OUTPUT with argument is deprecated.
2013-09-05 16:56:20 +09:00
Chris Michael 328b0be7f5 Add a rectangle to trac frame "spacer" so we can set opaque_region
properly.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 14:22:44 +01:00
Chris Michael 4d23309024 Fix eo function description (fixes a typo).
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 09:22:38 +01:00
Chris Michael 86db04eb07 Update doxy for elm_win_window_id_get function wrt wayland engine
specifics.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 09:21:59 +01:00
Chris Michael d64eeef25a Add elm_win_window_id_get API function
NB: On X11, this will return the Ecore_Window of the Elm Window. On
Wayland engines, this will return the surface id of the Elm Window.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 09:19:30 +01:00
Chris Michael 7155cc0302 Remove blank line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 08:23:10 +01:00
Chris Michael cb0dd11c5f Add EO define for elm_obj_win_window_id_get
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 08:21:09 +01:00
Chris Michael 8f7b622e68 Fix doxy typo
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 08:17:33 +01:00
Chris Michael 476c9db218 Add API function for elm_win_window_id_get.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 08:16:22 +01:00
Chris Michael 647b30e104 Fix typo in doxy
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-09-04 08:04:58 +01:00
ChunEon Park 82759e54c1 elemenatry/popup - removed one redundant comment. 2013-09-04 13:44:14 +09:00
Ryuan Choi 5b32bf60cc colorselector: minor refactoring. remove unnecessary local variable 2013-09-04 10:19:48 +09:00
Ryuan Choi 763eb220af elm_config : profile may be broken when clicked reset button in profiles tab
elm_config_profile_set should not free _elm_config_profile
when _elm_config_profile is passed as parameter such as elm_config_profile_set(elm_config_profile_get());

In addition, removed this dumb calls from elementary_config.
2013-09-04 10:19:48 +09:00
Daniel Juyung Seo 206d4603c6 popup: added comments about the popup focus. 2013-09-04 10:02:12 +09:00
Daniel Juyung Seo 0d340d9230 elc_popup.c: clean up popup documentation. 2013-09-04 10:02:12 +09:00
ChunEon Park 7de4124974 core/elementary - please just mention the fact itself not relative. 2013-09-03 14:10:31 +09:00
Daniel Juyung Seo 8ceebc0815 test.c: removed space from some test case names. 2013-09-03 13:26:16 +09:00
Daniel Juyung Seo e1a8db8a07 elm_diskselector.c: internal refactoring. changed item -> it. 2013-09-03 11:38:45 +09:00