Commit Graph

7385 Commits

Author SHA1 Message Date
ChunEon Park f9734b72e0 elementary/popup - a workaround code to prevent a popup lost it's parent.
Terrible. Should be totally rewritten.



SVN revision: 83975
2013-02-16 08:52:10 +00:00
Daniel Juyung Seo 541ce8f603 elm panes: fixed unclear horizontal mode description.
SVN revision: 83974
2013-02-16 08:43:48 +00:00
Daniel Juyung Seo fd804d6153 elm elm_panes.c: fixed wrong eo description.
SVN revision: 83969
2013-02-16 06:07:22 +00:00
Daniel Juyung Seo 61348fd4d9 elm panes: fixed wrong signal name.
elm.panes.fixed/unfixed -> elm,panes,fixed/unfixed.
whoever added this signal should be spanked.
I left the signal emission from the code due to backward compatibility.
So there is no theme api break.
We should remove the previous one when we start EFL 2.0.

SVN revision: 83967
2013-02-16 05:37:44 +00:00
Daniel Juyung Seo 0bd279221f elm elm_panes.h: fixed wrong documentation about elm_panes_fixed_set/get.
SVN revision: 83966
2013-02-16 05:37:40 +00:00
Daniel Juyung Seo 146ae3d268 elm panes.edc: fixed formatting. keep the consistency with other edc codes.
SVN revision: 83965
2013-02-16 05:37:36 +00:00
Daniel Juyung Seo 9fd0cb4708 elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.
1. do not use unnecessary global variable.
2. remember the last left pane size and set it later when double clicked again.
3. do not call elm_panes_content_left_size_get() twice.

SVN revision: 83963
2013-02-15 19:32:05 +00:00
Daniel Juyung Seo c9181018b5 elm test_panes.c: fixed formatting before working on the code.
SVN revision: 83962
2013-02-15 19:32:00 +00:00
ChunEon Park 1004d5c062 elementary/widget - null conditional check
SVN revision: 83956
2013-02-15 14:04:06 +00:00
ChunEon Park 156f7c284c elementary/popup - init the action area layout theme to not have a crash when popup style is changed before any action buttons set.
now elementary test -> popup -> transparent will be happy.



SVN revision: 83954
2013-02-15 13:30:16 +00:00
ChunEon Park a8c7d8e137 elementary - actually this fix was invalid in branches.
SVN revision: 83951
2013-02-15 12:59:02 +00:00
ChunEon Park 978cda4022 elementary/popup - fix popup to not unswallow invalid contents when the contents are deleted.
SVN revision: 83950
2013-02-15 12:55:43 +00:00
ChunEon Park 55d595b44e elementary/naviframe,button,label - support naviframe, button, label orientation mode
SVN revision: 83947
2013-02-15 11:22:09 +00:00
ChunEon Park cf2d0c9d6d elementary/widget - Apply current orientation mode styles. if it doesn't have, then apply the default.
Also whenever orientation mode is changed, the widget itself has orient signals.



SVN revision: 83945
2013-02-15 11:06:19 +00:00
Shinwoo Kim fdc3045369 [popup] popup is now a focusable object!!
[access] omit an object on the focus cycle which does not have access information.


SVN revision: 83943
2013-02-15 10:39:00 +00:00
Jaehwan Kim b254c7680b Change "up" to "clicked" in edc
SVN revision: 83937
2013-02-15 06:01:58 +00:00
Jaehwan Kim 2a4a111289 Add the reorder effect in Toolbar.
SVN revision: 83936
2013-02-15 05:37:53 +00:00
ChunEon Park 49ea2c7dd4 elementary/widget - don't set orient mode if the new value is same as previous one.
SVN revision: 83935
2013-02-15 05:27:09 +00:00
ChunEon Park cbaf59be98 elementary/widget - keep orient_mode has actual degree.
SVN revision: 83932
2013-02-15 04:45:53 +00:00
Davide Andreoli 6dc1294f60 elementary external slider: wasn not an int but an Evas_Coord...to be precise :)
SVN revision: 83925
2013-02-14 21:21:05 +00:00
Davide Andreoli 9005263ee8 elementary external slider: parameter span is an int not a bool
SVN revision: 83902
2013-02-14 19:06:25 +00:00
Daniel Juyung Seo bce05c0493 elm elm_interface_scrollable.c: fixed formatting.
Fixed formatting while reading the code.

SVN revision: 83886
2013-02-14 10:14:26 +00:00
Shinwoo Kim b534e20062 [access][ctxpopup][popup] parent could be any object such as elm_list which does
not know ctxpopup, popup as its child object in the focus_next();.



SVN revision: 83884
2013-02-14 09:20:54 +00:00
Shinwoo Kim 72991f6dfe I "accidently" fixed this bug in elm_access.
_elm_access_highlight_cycle sets access read_mode as EINA_TRUE
and then never set it back as EINA_FASLE,
which causes elm_widget_focus_steal not to be called when restoring focus tree.

...sorry for a lame explanation (somebody help me out!)

signed-off-by: Jaeun Choi jaeun_choi@naver.com


SVN revision: 83883
2013-02-14 08:41:18 +00:00
ChunEon Park afa738e3e6 elementary/widget - added widget orientation mode infra and 2 apis elm_object_orientation_mode_disabled_set(0, elm_object_orientation_mode_disabled_get()
Orientation Mode is used for widgets to change it's styles or to send signals
whenever it's window degree is changed. If the orientation mode is enabled
and the widget has different looks and styles for the window degree(0, 90,
180, 270), it will apply a style that is readied for the current degree,
otherwise, it will send signals to it's own edje to change it's any states if
the style doesn't be readied.



SVN revision: 83880
2013-02-14 05:38:26 +00:00
ChunEon Park 132df3ba04 elementary/win - removed duplicated logic.
SVN revision: 83868
2013-02-13 11:47:51 +00:00
ChunEon Park f45b4efac0 elementary/widget - for consistency, revised internal func names.
SVN revision: 83865
2013-02-13 11:02:36 +00:00
Jihoon Kim eb70a1ea43 elm: sync with AUTHOR
SVN revision: 83861
2013-02-12 23:27:04 +00:00
Carsten Haitzler 730986d1f1 unbreak hermet commit. :)
SVN revision: 83860
2013-02-12 22:04:30 +00:00
ChunEon Park 19c9d98d7e elementary/widget - added elm_widget_item_translate(). Now each item can be translated by calling this.
SVN revision: 83859
2013-02-12 15:14:38 +00:00
ChunEon Park fef0b0cadd elemenatry/widget - removed incorrect call in widget_translate.
SVN revision: 83858
2013-02-12 13:03:17 +00:00
ChunEon Park 34f27273f9 elementary - removed duplicated logic from translatable_part_text_set()/get().
SVN revision: 83857
2013-02-12 13:00:37 +00:00
ChunEon Park 09dc0877a0 elemenatry - replace elm_object_domain_translatable_text_part_set()/text_part_get() with elm_object_domain_transltable_part_text_set(), part_text_get()
SVN revision: 83856
2013-02-12 11:43:39 +00:00
Arvind R 8ba138ba2c From: Arvind R <arvino55@gmail.com>
Subject: Re: [e-users] 3 small corrections in elc_player

Hi,
1. remove __UNUSED__ for parameter that is used.
2. emit a "elm,player,play" signal as is done in _pause to keep the
state of pause/play buttons in sync.
3. Correct double_to_string which misses out subtracting hours to get
seconds.



SVN revision: 83855
2013-02-12 11:22:05 +00:00
Carsten Haitzler 533707cc6e let's make the player widget only udpate every 0.25 sec... or so form
playback info. :)



SVN revision: 83854
2013-02-12 11:10:55 +00:00
ChunEon Park e4047e5268 elementary - move elm_object_translatable_set()/get() from elm_general.h to elm_object.h
SVN revision: 83853
2013-02-12 10:42:12 +00:00
ChunEon Park 867084e7ba elementary - added elm_object_item_translatable_part_text_set() elm_object_item_translatable_part_text_get()
SVN revision: 83852
2013-02-12 10:38:33 +00:00
ChunEon Park 35c5f65051 elementary/gengrid - support language,changed smart callback
SVN revision: 83846
2013-02-12 07:29:16 +00:00
ChunEon Park c181ccefbd elementar - updated po
SVN revision: 83845
2013-02-12 07:27:20 +00:00
ChunEon Park 5e3ebd7f02 elementary/genlist - supplement language changed callback doc.
SVN revision: 83844
2013-02-12 07:13:52 +00:00
ChunEon Park 758f889174 elementary/genlist - move the "language,changed" string into the Evas_Smart_Cb_Description
SVN revision: 83842
2013-02-12 07:08:48 +00:00
ChunEon Park 9dd44ce852 elementary/ctxpopup - ctxpopup will be dismissed when the language is changed.
SVN revision: 83841
2013-02-12 06:58:05 +00:00
ChunEon Park d8500f43f4 elementary/glview - support "language,changed" callback
SVN revision: 83839
2013-02-12 06:33:19 +00:00
ChunEon Park 8fb8b83f89 elementary/glview - fill up missed signal callback doc.
SVN revision: 83838
2013-02-12 06:24:03 +00:00
Daniel Zaoui cdd1eea853 Replace supported_types
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 83803
2013-02-10 07:52:31 +00:00
Daniel Juyung Seo f847b498f6 elm elm_authors.h: Synch elm_authors.h with AUTHORS.
SVN revision: 83797
2013-02-09 03:30:26 +00:00
Daniel Juyung Seo 374bf4c8cb elm elm_access.c: Fixed formatting.
SVN revision: 83783
2013-02-08 15:16:20 +00:00
Daniel Juyung Seo a2b89b001a elm access: Fixed wrong return value handling.
1. elm_object_item_access_order_get should return a list.
2. the return type is const Eina_List *.

SVN revision: 83782
2013-02-08 15:16:09 +00:00
Daniel Juyung Seo ed6ee68f44 elm test_slider.c: fixed typo.
SVN revision: 83777
2013-02-08 10:43:00 +00:00
Daniel Juyung Seo 7511c35105 elm test_panes.c: fixed formatting. clean up clodes.
SVN revision: 83776
2013-02-08 10:38:11 +00:00