Commit Graph

8324 Commits

Author SHA1 Message Date
Chris Michael e797cd9e50 Sorry Jihoon, need to revert this. The code pushed to EFL to add this
feature did not build (missing the matching ecore_imf code) so I had
to revert it from EFL, which means this needs to be reverted also.

Revert "Add elm_entry_input_panel_show_on_demand_set/get()"

This reverts commit 3fc38ccc41d9b61efb4b5a8db08ea8290182bb7a.
2013-08-15 07:43:31 +01:00
Jihoon Kim c69f560ea1 Add elm_entry_input_panel_show_on_demand_set/get() 2013-08-14 18:32:42 +09:00
Daniel Juyung Seo f2d0b1b567 elc_naviframe.h: fixed wrong documentation. 2013-08-14 11:41:25 +09:00
Daniel Juyung Seo c8e5d5d15c test_popup.c: refactoring.
1. longer but more cleaner and easy to read code.
2. remove unnecessary object hide before deletion.
3. etc.
2013-08-14 00:00:25 +09:00
Daniel Juyung Seo 9791fb0e31 elc_popup.c: removed unnecessary code.
Don't need to call evas_object_show for swallowed buttons.
2013-08-13 23:09:50 +09:00
Daniel Juyung Seo 13a3473179 test_radio.c: refactoring.
1. removed unnecessary show.
2. added "changed" smart callback usage.
2013-08-13 12:55:56 +09:00
Davide Andreoli 54f41e4932 Photocam remote url test: add a progressbar while downloading the big image from the net, it took some minutes to complete here. 2013-08-12 21:33:51 +02:00
Daniel Juyung Seo 559b8e96fa gengrid_example.c: refactoring layout.
This fixes T239.
2013-08-13 02:25:15 +09:00
Daniel Juyung Seo a35b31849b transit_example_04.c: refactoring the sample code layout.
This fixes T263.
2013-08-13 02:13:38 +09:00
ChunEon Park eb7878ff03 elementary/mapbuf - trivial change 2013-08-12 21:51:10 +09:00
ChunEon Park a4cb3c27e0 elementary/Mapbuf - Ensure that content size calculation is correctly finished because the mapbuf is willing to block the size calculation forcely. 2013-08-12 21:46:36 +09:00
Chris Michael 90d7174eb8 Revert "Fix elementary building when --disable-ethumb is passed in."
NB: Revert this. Breaks terminology building. WHY does terminology NOT
use the elm_thumb widget ???

This reverts commit 6049b65339e0cc09d6fe6d6cee35a4ebc3927418.
2013-08-12 13:26:53 +01:00
Chris Michael 9b99399b44 Fix elementary building when --disable-ethumb is passed in.
NB: This may not be the most Ideal fix, but it does work. Feel free to
change to a "proper" fix if desired. This was just a quick hack for
Mike to get things building again.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-08-12 13:19:45 +01:00
Cedric Bail 77bbab7431 elementary: update ChangeLog/NEWS about URL support in Elm_Image and Elm_Photocam. 2013-08-12 15:54:24 +09:00
Daniel Juyung Seo f5afb89656 test_photocam.c: very subtile change. use EINA_TRUE instead of 1. 2013-08-12 13:35:27 +09:00
Daniel Juyung Seo 634bb39958 thumb_example_01.c: revival of size set. special thanks to okra. 2013-08-12 13:34:58 +09:00
Stephen Houston 0b60d87ac5 elm_thumb: Add support for ethumb formatting and size manipulation.
Add the ability to manipulate elm_thumb thumbnails per object by
exposing ethumb manipulation. Reviewed by raster and SeoZ.
2013-08-11 23:30:27 -05:00
Cedric Bail e244017816 elementary: add support for url in Elm_Photocam and gave a look at Nasa Earth picture. 2013-08-12 12:14:45 +09:00
Daniel Juyung Seo da07971e6f test_focus3.c: refactoring.
1. use box instead of grid. grid is not flexible in most of cases for further changes.
2. move around code.
3. use frame and separator as well as box.
2013-08-12 01:42:48 +09:00
Daniel Juyung Seo 04becfdfdd elc_popup.c: remove unnecessary local variable. 2013-08-11 22:35:10 +09:00
Daniel Juyung Seo b705255917 hover.edc win.edc: use correct state name. 2013-08-11 22:34:45 +09:00
Daniel Juyung Seo a643eca5f9 popup.edc: polish up popup styles. 2013-08-11 22:33:16 +09:00
Daniel Juyung Seo 877eb9463b elc_popup.c: remove unnecessary weight and align set for swallow part. 2013-08-11 21:43:38 +09:00
Daniel Juyung Seo 46f28f5231 test_genlist.c test_list.c: Added focus highlight animate enable/disable button to genlist and list focus examples. 2013-08-11 19:09:49 +09:00
Daniel Juyung Seo dd3fb75651 elm_win focus: Added elm_win_focus_highlight_animate_set/get APIs.
Now one can manually enable/disable focus highlight animation for a specific window on run-time.
2013-08-11 18:58:28 +09:00
Daniel Juyung Seo 20f58390d7 elm_access.c: refactoring. cleaner code. 2013-08-11 18:23:18 +09:00
Daniel Juyung Seo b16db66de9 test_focus3.c: added window focus highlight enabled set test check. 2013-08-11 18:22:36 +09:00
Daniel Juyung Seo 9bb54a942e elm_win.c: check null before dereferencing it.
This fixes coverity CID 1040022 : Dereference null return value (NULL_RETURNS).
2013-08-11 17:39:24 +09:00
Daniel Juyung Seo 298af57c54 elm_prefs.c: make the string null terminated.
This fixes coverity CID 1046593 : Buffer not null terminated (BUFFER_SIZE_WARNING).
2013-08-11 17:21:31 +09:00
Daniel Juyung Seo 4f8206d650 elm_prefs.c: handle null check correctly.
This fixes coverity CID 1040035 : Dereference after null check (FORWARD_NULL).
2013-08-11 17:16:08 +09:00
Daniel Juyung Seo e0b1ad5d4d elm_prefs.c: dereference variable in a proper place.
This fixes coverity CID 1040034 : Dereference after null check (FORWARD_NULL).
2013-08-11 17:13:17 +09:00
Daniel Juyung Seo cafca533a4 elm_list.c: check null as well.
This fixes coverity CID 1049944 Dereference after null check (FORWARD_NULL).
2013-08-11 17:11:03 +09:00
Daniel Juyung Seo 1707641142 elm_cnp.c: initialize local variable.
This fixes coverity CID 1039988 Uninitialized scalar variable (UNINIT).
2013-08-11 17:04:21 +09:00
Daniel Juyung Seo aa5077532d test_dnd.c: compare a flag correctly.
This fixes coverity CID 1040041 Wrong operator used (CONSTANT_EXPRESSION_RESULT).
2013-08-11 15:53:31 +09:00
Daniel Juyung Seo 471b01c360 test_access.c: free memory in a proper place.
This fixes coverity CID 1046528 Resource leak (RESOURCE_LEAK).
2013-08-11 15:51:29 +09:00
Daniel Juyung Seo f23f7a9037 quicklaunch.c: check return value of mkdir.
This fixes coverity CID 1040044 Unchecked return value from library (CHECKED_RETURN).
2013-08-11 15:46:23 +09:00
Daniel Juyung Seo b5193a7ac3 elm_prefs_cc_parse.c: tok null check in advance.
This fixes coverity CID 1040003 Dereference before null check (REVERSE_INULL).
2013-08-11 15:38:16 +09:00
Daniel Juyung Seo d605252bc7 elementary_codegen.c: fixed formatting. 2013-08-11 15:25:14 +09:00
Daniel Juyung Seo 50463d76b0 elementary_codegen.c: removed unused pointer value.
This fixes coverity CID 1039982.
2013-08-11 15:19:40 +09:00
Daniel Juyung Seo ac1ac07790 test_main_main.c: refactoring.
use elm_win_util_standard_add.
move around the code.
2013-08-11 15:04:14 +09:00
Daniel Juyung Seo 1c2a91353c elm_panes.c: formatting fix while reading the code. 2013-08-11 15:00:43 +09:00
ChunEon Park 87993d76ba elementary/popup - Fix the corrupted internal widget tree that caused elm_theme_set() doesn't work correctly. 2013-08-10 18:52:35 +09:00
ChunEon Park 2d651a3688 elementary/popup - fixed typo 2013-08-10 16:47:28 +09:00
ChunEon Park bc13d70e5e elementary/popup - only set the notify style if the notify is the parent of the popup 2013-08-10 16:41:25 +09:00
ChunEon Park 75b631f07e elementary/popup - Don't need to set the style since widget infra setup themes for sub objects on behind. 2013-08-10 15:01:05 +09:00
ChunEon Park 301dd870e5 elementary/naviframe - update only theme changed views 2013-08-10 13:58:17 +09:00
Cedric Bail 1baaa321a7 elm_image: add support for url. 2013-08-09 21:13:15 +09:00
Cedric Bail fc479b7161 elm_image: fix structure order to avoid hole in it. 2013-08-09 21:13:15 +09:00
Shinwoo Kim 7af04bd5ec [access] remove double free possibility by removing object data 2013-08-09 19:03:56 +09:00
Carsten Haitzler fb66d6963b elm popup leak fix! also in notify! 2013-08-09 17:48:31 +09:00