Commit Graph

4473 Commits

Author SHA1 Message Date
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
Daniel Juyung Seo 354b62b5fd 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

SVN revision: 67030
2012-01-11 02:01:38 +00:00
Daniel Juyung Seo ab2febd70e elm elm_main.c: revert commit r67016. it was wrong commit.
SVN revision: 67026
2012-01-10 23:35:29 +00:00
Daniel Juyung Seo 5a6fbf0dd5 elm entry: Refined entry documentation.
SVN revision: 67019
2012-01-10 15:34:35 +00:00
Daniel Juyung Seo 390a5d3d0e enki: Turn off edje_cc verbose mode.
SVN revision: 67016
2012-01-10 15:34:04 +00:00
Jaehwan Kim ede04a7bbc 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.


SVN revision: 67012
2012-01-10 09:22:22 +00:00
Daniel Juyung Seo 34fd5bbeeb elm map: Fixed formatting. What's up map! Here is your formatting fix!
SVN revision: 67011
2012-01-10 06:43:57 +00:00
ChunEon Park 56a881bd35 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.




SVN revision: 67010
2012-01-10 05:02:11 +00:00
WooHyun Jung 7e1da5af29 elementary/elm_entry : When theme is changed, pos is set to zero as
default.


SVN revision: 67008
2012-01-10 01:34:22 +00:00
ChunEon Park 0f8b78cdd5 elementary - renamed internal callback function
elm_widget_item_disabled_set_hook_set -> elm_widget_item_disabled_hook_set



SVN revision: 67007
2012-01-10 01:00:23 +00:00
ChunEon Park 594430c470 elementary/widget - just renamed internally.
SVN revision: 67006
2012-01-10 00:33:51 +00:00
ChunEon Park aac0e16d03 elementary/widget - +del_pre_hook
now elm_object_item_del is exposed to users, 
this callback is used for widgets to use internally.



SVN revision: 67004
2012-01-10 00:02:58 +00:00
ChunEon Park 917fbe7370 elementary/elm_object_item - expose elm_object_item_del().
SVN revision: 66992
2012-01-09 10:48:06 +00:00
ChunEon Park 0640b3d90b elementary/entry - more deprecated APIs
elm_entry_icon_set/get/unset
elm_entry_end_set/get/unset



SVN revision: 66991
2012-01-09 10:33:59 +00:00
ChunEon Park 3d40877da4 elementary/hover - deprecated elm_hover_content_set/get/unset
SVN revision: 66989
2012-01-09 08:37:29 +00:00
ChunEon Park e75c2a8333 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



SVN revision: 66988
2012-01-09 08:06:43 +00:00
ChunEon Park 923fe0cef6 elementary/widget - modified like freeze_pop.
SVN revision: 66986
2012-01-09 07:03:28 +00:00
Kim Shinwoo 78abd8f634 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>



SVN revision: 66985
2012-01-09 06:59:33 +00:00
ChunEon Park 5661f3830a elementary - updated doc.
SVN revision: 66984
2012-01-09 06:55:51 +00:00
Christopher Michael 55f5848ade Elm (wayland): Provide edje signals for resize,start & move,start for
wayland frame borders.



SVN revision: 66969
2012-01-08 11:24:41 +00:00
Christopher Michael 4603acbf0f Elm (wayland): Handle frame resize via edje callbacks.
SVN revision: 66968
2012-01-08 11:23:59 +00:00
Gustavo Sverzut Barbieri 9b860dffdd genlist: one more bug, relative insertion of subitems.
relative insertion of sub items does not work either, add test case.



SVN revision: 66951
2012-01-07 02:02:02 +00:00
Gustavo Sverzut Barbieri 302c07c6cc oops, too much printf
SVN revision: 66948
2012-01-06 23:39:06 +00:00
Gustavo Sverzut Barbieri ba72c6d81f 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 :-(



SVN revision: 66947
2012-01-06 23:38:33 +00:00
Bruno Dilly 7677abd03a Elementary Web: add functions to set / get useragent
Patch by Steven Falken <btwotch@googlemail.com> with a
few changes.



SVN revision: 66938
2012-01-06 11:31:14 +00:00
WooHyun Jung 04a6f780fb elementary/elm_frame : Just do comment. Raster ~ plz remove this
later ~ 


SVN revision: 66936
2012-01-06 10:29:11 +00:00
Daniel Juyung Seo 9a4406a9dc elm po: Updated po.
SVN revision: 66928
2012-01-06 06:42:13 +00:00
Daniel Juyung Seo 31f21e31ec elm toolbar: Changed elm_toolbar_mode_shrink_set/get ->
elm_toolbar_shrink_mode_set/get.
Also updated http://trac.enlightenment.org/e/wiki/ElementaryChanges

SVN revision: 66927
2012-01-06 06:42:10 +00:00
Mike Blumenkrantz 8638957866 aspect_ratio_retained -> aspect_fixed
SVN revision: 66926
2012-01-06 05:55:51 +00:00
Hyoyoung Chang 781a6ab4db From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_photo - add aspect_ratio_retained_{set/get}
Date: Fri, 6 Jan 2012 12:20:33 +0900

Dear all.

elm_photo doesn't have resizing functions which are not follow
original photo file ratio (vertical/horizontal).
so i copied aspect_ration_reatined functions from elm_image.
also it fixes photo menu bug in elementary_test.
currently photo window has a bug which cannot display non-square
images correctly.

Thanks


SVN revision: 66924
2012-01-06 05:50:33 +00:00
Bruno Dilly db64cb27f8 Elementary Test Index: Cast list item to object item
Cast them when using elm_object_item functions.


SVN revision: 66904
2012-01-05 16:39:07 +00:00
Daniel Juyung Seo ba9cdbbf64 elm: Use EINA_TRUE/EINA_FALSE for Eina_Bool type.
SVN revision: 66895
2012-01-05 07:05:09 +00:00
Carsten Haitzler cd74c94bf1 make frame not suck too much but still doesnt "shade" properly - need
edje feature.



SVN revision: 66894
2012-01-05 05:26:36 +00:00
Jaehwan Kim 94a1a87560 In els_pan, there is no signal "pan_changed".
So _smart_pan_pan_changed_hook never be called.


SVN revision: 66891
2012-01-05 04:57:21 +00:00
Daniel Juyung Seo 5e2f67a8bf elm elm_win.h: Fixed document.
SVN revision: 66881
2012-01-05 00:56:08 +00:00
Michael BOUCHAUD 772d3daba0 elementary: add a filled state to gengrid. auto fill the first line if not
SVN revision: 66869
2012-01-04 14:33:39 +00:00
Michael BOUCHAUD 302124b296 elementary: move pulse,stop signal to a better place
SVN revision: 66865
2012-01-04 11:35:45 +00:00