Commit Graph

7362 Commits

Author SHA1 Message Date
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
Carsten Haitzler 72d7a5341b add test case to slider
SVN revision: 83775
2013-02-08 09:46:47 +00:00
ChunEon Park 02c013627e elementary/widget - something context change left this incompleted code?
SVN revision: 83774
2013-02-08 09:24:05 +00:00
Shinwoo Kim 0a1d984d9b [access] unregister an object from application side.
SVN revision: 83761
2013-02-08 06:16:03 +00:00
Daniel Juyung Seo 26b5a82d41 elm test_toolbar.c: added more clicked callback usecases.
SVN revision: 83760
2013-02-08 05:14:12 +00:00
Daniel Juyung Seo 7cf59ffddd elm elm_clock.h: 'digit' is the right word for this.
SVN revision: 83759
2013-02-08 05:05:45 +00:00
Shinwoo Kim d7d18c8863 [access] test lines for r83742
SVN revision: 83753
2013-02-07 13:26:37 +00:00
Shinwoo Kim 166f5ae570 [access] convey(relay) focus(highlight) to the object which is swallowed by Elm_Object_Item.
SVN revision: 83742
2013-02-07 13:01:34 +00:00
Shinwoo Kim 70a58db659 [access] resurrection of clock, genlist
SVN revision: 83736
2013-02-07 12:24:59 +00:00
Daniel Juyung Seo 761b3b666c elm elm_authors.h: Added Jiyoung Choi to elm_authors.h list. She's already in AUTHORS file.
SVN revision: 83715
2013-02-07 08:03:49 +00:00
Jihoon Kim 48fc67271f fixed print problem of list_example_03
Before the patch, the list item didn't appended or prepended in the list.
Algorithms were not wrong, but function "elm_list_go(li)" was missed before showing list.
So, I added "elm_list_go(li)" in some proper functions.

Written by Jiyoung Choi <jychoi7.choi@samsung.com>



SVN revision: 83712
2013-02-07 07:54:13 +00:00
Jihoon Kim 27617917a9 Hello, I'm jiyoung choi.
It's the first time sending patch. haha :)

I found the simple typo.
1. At the description of list : algarism (x) ----> algorithm (o)
2. ~trunk/elementary/src/examples/ fileselector_entry_example.c
   line 8 : gcc -g file selector_entry_example.c -o file selector_entry_example 'pkg-config --cflags --libs elementary' (x)
   *** wrong word spacing (file selector) ***
   ----> gcc -g fileselector_entry_example.c -o fileselector_entry_example 'pkg-config --cflags --libs elementary' (o)

I fixed these 2 typo.
So I want you to check this patch.



SVN revision: 83707
2013-02-07 07:26:45 +00:00
Jaehwan Kim fb6356fc58 Add smart callback signals of a scroller. "vbar,drag", "vbar,press", "vbar,unpress", "hbar,drag", "hbar,press", "hbar,unpress".
SVN revision: 83703
2013-02-07 06:13:31 +00:00
WooHyun Jung e259a3b645 elementary/elm_entry : elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode.
SVN revision: 83702
2013-02-07 05:55:49 +00:00
Jiyoun Park 79dbecdac0 rever scroll algorithm before
SVN revision: 83651
2013-02-06 06:54:30 +00:00
Shinwoo Kim 73e1b41050 [access][scroller] remove scroller from access highlight(focus) chain
SVN revision: 83649
2013-02-06 04:45:31 +00:00
Massimo Maiurana c3ff7181d0 updating catalan and esperanto translations
SVN revision: 83648
2013-02-05 21:31:22 +00:00
Tom Hacohen f6e4492eb4 Elementary: Ship cmake configs (like pkg-config).
This should make it easier for applications to use efl with cmake.
It seems to work with my tests. It's ugly and redundant but it's the first
step. Not all the components are supported at the moment.

SVN revision: 83639
2013-02-05 16:40:12 +00:00
ChunEon Park 32665325e0 elementary/changelog - removed white trailing and add "." instead.
SVN revision: 83627
2013-02-05 13:00:12 +00:00
ChunEon Park 37b509a2fe elementary/index - added "language,changed" smart callback to index
SVN revision: 83626
2013-02-05 12:54:36 +00:00
Shinwoo Kim f495b4514d [access] export functions: elm_access_say(); elm_access_highlight_set();
SVN revision: 83620
2013-02-05 10:11:42 +00:00
Shinwoo Kim dec42885c9 [access] show highlighted object region, _elm_widget_focus_region_show(); would be exported
SVN revision: 83619
2013-02-05 10:08:42 +00:00
ChunEon Park d3544f1106 elementary - fix typo
SVN revision: 83599
2013-02-04 12:43:48 +00:00
Shinwoo Kim 2f5bb2b5cf [access] shutdown access module explicitly
SVN revision: 83577
2013-02-04 04:51:26 +00:00