platform/upstream/elementary.git
11 years agoelementary/widget, naviframe, popup, label, button
ChunEon Park [Sat, 16 Feb 2013 11:11:25 +0000 (11:11 +0000)]
elementary/widget, naviframe, popup, label, button

let elm_wdg_orientation_set() have return value and call the elm_wdg_theme() inside.

since every widgets tend to do same task with smart_theme() when it's orient mode is changed.

SVN revision: 83981

11 years agoelementary: Use eina_file_stat_ls() when listing profiles
Cedric BAIL [Sat, 16 Feb 2013 10:25:42 +0000 (10:25 +0000)]
elementary: Use eina_file_stat_ls() when listing profiles

The eina_file_stat_ls() function should be used instead of
eina_file_direct_ls() in _elm_config_profiles_list() - since it checks
for file types.

Patch by "Paulo C. A. Cavalcanti Jr" <paulo.cavalcanti@intel.com>

SVN revision: 83979

11 years agoelementary/popup - a workaround code to prevent a popup lost it's parent.
ChunEon Park [Sat, 16 Feb 2013 08:52:10 +0000 (08:52 +0000)]
elementary/popup - a workaround code to prevent a popup lost it's parent.

Terrible. Should be totally rewritten.

SVN revision: 83975

11 years agoelm panes: fixed unclear horizontal mode description.
Daniel Juyung Seo [Sat, 16 Feb 2013 08:43:48 +0000 (08:43 +0000)]
elm panes: fixed unclear horizontal mode description.

SVN revision: 83974

11 years agoelm elm_panes.c: fixed wrong eo description.
Daniel Juyung Seo [Sat, 16 Feb 2013 06:07:22 +0000 (06:07 +0000)]
elm elm_panes.c: fixed wrong eo description.

SVN revision: 83969

11 years agoelm panes: fixed wrong signal name.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:44 +0000 (05:37 +0000)]
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

11 years agoelm elm_panes.h: fixed wrong documentation about elm_panes_fixed_set/get.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:40 +0000 (05:37 +0000)]
elm elm_panes.h: fixed wrong documentation about elm_panes_fixed_set/get.

SVN revision: 83966

11 years agoelm panes.edc: fixed formatting. keep the consistency with other edc codes.
Daniel Juyung Seo [Sat, 16 Feb 2013 05:37:36 +0000 (05:37 +0000)]
elm panes.edc: fixed formatting. keep the consistency with other edc codes.

SVN revision: 83965

11 years agoelm test_panes.c, panes_example.c: refactoring. use the panes in a better way.
Daniel Juyung Seo [Fri, 15 Feb 2013 19:32:05 +0000 (19:32 +0000)]
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

11 years agoelm test_panes.c: fixed formatting before working on the code.
Daniel Juyung Seo [Fri, 15 Feb 2013 19:32:00 +0000 (19:32 +0000)]
elm test_panes.c: fixed formatting before working on the code.

SVN revision: 83962

11 years agoelementary/widget - null conditional check
ChunEon Park [Fri, 15 Feb 2013 14:04:06 +0000 (14:04 +0000)]
elementary/widget - null conditional check

SVN revision: 83956

11 years agoelementary/popup - init the action area layout theme to not have a crash when popup...
ChunEon Park [Fri, 15 Feb 2013 13:30:16 +0000 (13:30 +0000)]
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

11 years agoelementary - actually this fix was invalid in branches.
ChunEon Park [Fri, 15 Feb 2013 12:59:02 +0000 (12:59 +0000)]
elementary - actually this fix was invalid in branches.

SVN revision: 83951

11 years agoelementary/popup - fix popup to not unswallow invalid contents when the contents...
ChunEon Park [Fri, 15 Feb 2013 12:55:43 +0000 (12:55 +0000)]
elementary/popup - fix popup to not unswallow invalid contents when the contents are deleted.

SVN revision: 83950

11 years agoelementary/naviframe,button,label - support naviframe, button, label orientation...
ChunEon Park [Fri, 15 Feb 2013 11:22:09 +0000 (11:22 +0000)]
elementary/naviframe,button,label - support naviframe, button, label orientation mode

SVN revision: 83947

11 years agoelementary/widget - Apply current orientation mode styles. if it doesn't have, then...
ChunEon Park [Fri, 15 Feb 2013 11:06:19 +0000 (11:06 +0000)]
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

11 years ago[popup] popup is now a focusable object!!
Shinwoo Kim [Fri, 15 Feb 2013 10:39:00 +0000 (10:39 +0000)]
[popup] popup is now a focusable object!!
[access] omit an object on the focus cycle which does not have access information.

SVN revision: 83943

11 years agoChange "up" to "clicked" in edc
Jaehwan Kim [Fri, 15 Feb 2013 06:01:58 +0000 (06:01 +0000)]
Change "up" to "clicked" in edc

SVN revision: 83937

11 years agoAdd the reorder effect in Toolbar.
Jaehwan Kim [Fri, 15 Feb 2013 05:37:53 +0000 (05:37 +0000)]
Add the reorder effect in Toolbar.

SVN revision: 83936

11 years agoelementary/widget - don't set orient mode if the new value is same as previous one.
ChunEon Park [Fri, 15 Feb 2013 05:27:09 +0000 (05:27 +0000)]
elementary/widget - don't set orient mode if the new value is same as previous one.

SVN revision: 83935

11 years agoelementary/widget - keep orient_mode has actual degree.
ChunEon Park [Fri, 15 Feb 2013 04:45:53 +0000 (04:45 +0000)]
elementary/widget - keep orient_mode has actual degree.

SVN revision: 83932

11 years agoelementary external slider: wasn not an int but an Evas_Coord...to be precise :)
Davide Andreoli [Thu, 14 Feb 2013 21:21:05 +0000 (21:21 +0000)]
elementary external slider: wasn not an int but an Evas_Coord...to be precise :)

SVN revision: 83925

11 years agoelementary external slider: parameter span is an int not a bool
Davide Andreoli [Thu, 14 Feb 2013 19:06:25 +0000 (19:06 +0000)]
elementary external slider: parameter span is an int not a bool

SVN revision: 83902

11 years agoelm elm_interface_scrollable.c: fixed formatting.
Daniel Juyung Seo [Thu, 14 Feb 2013 10:14:26 +0000 (10:14 +0000)]
elm elm_interface_scrollable.c: fixed formatting.

Fixed formatting while reading the code.

SVN revision: 83886

11 years ago[access][ctxpopup][popup] parent could be any object such as elm_list which does
Shinwoo Kim [Thu, 14 Feb 2013 09:20:54 +0000 (09:20 +0000)]
[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

11 years agoI "accidently" fixed this bug in elm_access.
Shinwoo Kim [Thu, 14 Feb 2013 08:41:18 +0000 (08:41 +0000)]
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

11 years agoelementary/widget - added widget orientation mode infra and 2 apis elm_object_orienta...
ChunEon Park [Thu, 14 Feb 2013 05:38:26 +0000 (05:38 +0000)]
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

11 years agoelementary/win - removed duplicated logic.
ChunEon Park [Wed, 13 Feb 2013 11:47:51 +0000 (11:47 +0000)]
elementary/win - removed duplicated logic.

SVN revision: 83868

11 years agoelementary/widget - for consistency, revised internal func names.
ChunEon Park [Wed, 13 Feb 2013 11:02:36 +0000 (11:02 +0000)]
elementary/widget - for consistency, revised internal func names.

SVN revision: 83865

11 years agoelm: sync with AUTHOR
Jihoon Kim [Tue, 12 Feb 2013 23:27:04 +0000 (23:27 +0000)]
elm: sync with AUTHOR

SVN revision: 83861

11 years agounbreak hermet commit. :)
Carsten Haitzler [Tue, 12 Feb 2013 22:04:30 +0000 (22:04 +0000)]
unbreak hermet commit. :)

SVN revision: 83860

11 years agoelementary/widget - added elm_widget_item_translate(). Now each item can be translate...
ChunEon Park [Tue, 12 Feb 2013 15:14:38 +0000 (15:14 +0000)]
elementary/widget - added elm_widget_item_translate(). Now each item can be translated by calling this.

SVN revision: 83859

11 years agoelemenatry/widget - removed incorrect call in widget_translate.
ChunEon Park [Tue, 12 Feb 2013 13:03:17 +0000 (13:03 +0000)]
elemenatry/widget - removed incorrect call in widget_translate.

SVN revision: 83858

11 years agoelementary - removed duplicated logic from translatable_part_text_set()/get().
ChunEon Park [Tue, 12 Feb 2013 13:00:37 +0000 (13:00 +0000)]
elementary - removed duplicated logic from translatable_part_text_set()/get().

SVN revision: 83857

11 years agoelemenatry - replace elm_object_domain_translatable_text_part_set()/text_part_get...
ChunEon Park [Tue, 12 Feb 2013 11:43:39 +0000 (11:43 +0000)]
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

11 years agoFrom: Arvind R <arvino55@gmail.com>
Arvind R [Tue, 12 Feb 2013 11:22:05 +0000 (11:22 +0000)]
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

11 years agolet's make the player widget only udpate every 0.25 sec... or so form
Carsten Haitzler [Tue, 12 Feb 2013 11:10:55 +0000 (11:10 +0000)]
let's make the player widget only udpate every 0.25 sec... or so form
playback info. :)

SVN revision: 83854

11 years agoelementary - move elm_object_translatable_set()/get() from elm_general.h to elm_object.h
ChunEon Park [Tue, 12 Feb 2013 10:42:12 +0000 (10:42 +0000)]
elementary - move elm_object_translatable_set()/get() from elm_general.h to elm_object.h

SVN revision: 83853

11 years agoelementary - added elm_object_item_translatable_part_text_set() elm_object_item_trans...
ChunEon Park [Tue, 12 Feb 2013 10:38:33 +0000 (10:38 +0000)]
elementary - added elm_object_item_translatable_part_text_set() elm_object_item_translatable_part_text_get()

SVN revision: 83852

11 years agoelementary/gengrid - support language,changed smart callback
ChunEon Park [Tue, 12 Feb 2013 07:29:16 +0000 (07:29 +0000)]
elementary/gengrid - support language,changed smart callback

SVN revision: 83846

11 years agoelementar - updated po
ChunEon Park [Tue, 12 Feb 2013 07:27:20 +0000 (07:27 +0000)]
elementar - updated po

SVN revision: 83845

11 years agoelementary/genlist - supplement language changed callback doc.
ChunEon Park [Tue, 12 Feb 2013 07:13:52 +0000 (07:13 +0000)]
elementary/genlist - supplement language changed callback doc.

SVN revision: 83844

11 years agoelementary/genlist - move the "language,changed" string into the Evas_Smart_Cb_Descri...
ChunEon Park [Tue, 12 Feb 2013 07:08:48 +0000 (07:08 +0000)]
elementary/genlist - move the "language,changed" string into the Evas_Smart_Cb_Description

SVN revision: 83842

11 years agoelementary/ctxpopup - ctxpopup will be dismissed when the language is changed.
ChunEon Park [Tue, 12 Feb 2013 06:58:05 +0000 (06:58 +0000)]
elementary/ctxpopup - ctxpopup will be dismissed when the language is changed.

SVN revision: 83841

11 years agoelementary/glview - support "language,changed" callback
ChunEon Park [Tue, 12 Feb 2013 06:33:19 +0000 (06:33 +0000)]
elementary/glview - support "language,changed" callback

SVN revision: 83839

11 years agoelementary/glview - fill up missed signal callback doc.
ChunEon Park [Tue, 12 Feb 2013 06:24:03 +0000 (06:24 +0000)]
elementary/glview - fill up missed signal callback doc.

SVN revision: 83838

11 years agoReplace supported_types
Daniel Zaoui [Sun, 10 Feb 2013 07:52:31 +0000 (07:52 +0000)]
Replace supported_types

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 83803

11 years agoelm elm_authors.h: Synch elm_authors.h with AUTHORS.
Daniel Juyung Seo [Sat, 9 Feb 2013 03:30:26 +0000 (03:30 +0000)]
elm elm_authors.h: Synch elm_authors.h with AUTHORS.

SVN revision: 83797

11 years agoelm elm_access.c: Fixed formatting.
Daniel Juyung Seo [Fri, 8 Feb 2013 15:16:20 +0000 (15:16 +0000)]
elm elm_access.c: Fixed formatting.

SVN revision: 83783

11 years agoelm access: Fixed wrong return value handling.
Daniel Juyung Seo [Fri, 8 Feb 2013 15:16:09 +0000 (15:16 +0000)]
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

11 years agoelm test_slider.c: fixed typo.
Daniel Juyung Seo [Fri, 8 Feb 2013 10:43:00 +0000 (10:43 +0000)]
elm test_slider.c: fixed typo.

SVN revision: 83777

11 years agoelm test_panes.c: fixed formatting. clean up clodes.
Daniel Juyung Seo [Fri, 8 Feb 2013 10:38:11 +0000 (10:38 +0000)]
elm test_panes.c: fixed formatting. clean up clodes.

SVN revision: 83776

11 years agoadd test case to slider
Carsten Haitzler [Fri, 8 Feb 2013 09:46:47 +0000 (09:46 +0000)]
add test case to slider

SVN revision: 83775

11 years agoelementary/widget - something context change left this incompleted code?
ChunEon Park [Fri, 8 Feb 2013 09:24:05 +0000 (09:24 +0000)]
elementary/widget - something context change left this incompleted code?

SVN revision: 83774

11 years ago[access] unregister an object from application side.
Shinwoo Kim [Fri, 8 Feb 2013 06:16:03 +0000 (06:16 +0000)]
[access] unregister an object from application side.

SVN revision: 83761

11 years agoelm test_toolbar.c: added more clicked callback usecases.
Daniel Juyung Seo [Fri, 8 Feb 2013 05:14:12 +0000 (05:14 +0000)]
elm test_toolbar.c: added more clicked callback usecases.

SVN revision: 83760

11 years agoelm elm_clock.h: 'digit' is the right word for this.
Daniel Juyung Seo [Fri, 8 Feb 2013 05:05:45 +0000 (05:05 +0000)]
elm elm_clock.h: 'digit' is the right word for this.

SVN revision: 83759

11 years ago[access] test lines for r83742
Shinwoo Kim [Thu, 7 Feb 2013 13:26:37 +0000 (13:26 +0000)]
[access] test lines for r83742

SVN revision: 83753

11 years ago[access] convey(relay) focus(highlight) to the object which is swallowed by Elm_Objec...
Shinwoo Kim [Thu, 7 Feb 2013 13:01:34 +0000 (13:01 +0000)]
[access] convey(relay) focus(highlight) to the object which is swallowed by Elm_Object_Item.

SVN revision: 83742

11 years ago[access] resurrection of clock, genlist
Shinwoo Kim [Thu, 7 Feb 2013 12:24:59 +0000 (12:24 +0000)]
[access] resurrection of clock, genlist

SVN revision: 83736

11 years agoelm elm_authors.h: Added Jiyoung Choi to elm_authors.h list. She's already in AUTHORS...
Daniel Juyung Seo [Thu, 7 Feb 2013 08:03:49 +0000 (08:03 +0000)]
elm elm_authors.h: Added Jiyoung Choi to elm_authors.h list. She's already in AUTHORS file.

SVN revision: 83715

11 years agofixed print problem of list_example_03
Jihoon Kim [Thu, 7 Feb 2013 07:54:13 +0000 (07:54 +0000)]
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

11 years agoHello, I'm jiyoung choi.
Jihoon Kim [Thu, 7 Feb 2013 07:26:45 +0000 (07:26 +0000)]
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

11 years agoAdd smart callback signals of a scroller. "vbar,drag", "vbar,press", "vbar,unpress...
Jaehwan Kim [Thu, 7 Feb 2013 06:13:31 +0000 (06:13 +0000)]
Add smart callback signals of a scroller. "vbar,drag", "vbar,press", "vbar,unpress", "hbar,drag", "hbar,press", "hbar,unpress".

SVN revision: 83703

11 years agoelementary/elm_entry : elm_entry_single_line_set should not change cnp_mode when...
WooHyun Jung [Thu, 7 Feb 2013 05:55:49 +0000 (05:55 +0000)]
elementary/elm_entry : elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode.

SVN revision: 83702

11 years agorever scroll algorithm before
Jiyoun Park [Wed, 6 Feb 2013 06:54:30 +0000 (06:54 +0000)]
rever scroll algorithm before

SVN revision: 83651

11 years ago[access][scroller] remove scroller from access highlight(focus) chain
Shinwoo Kim [Wed, 6 Feb 2013 04:45:31 +0000 (04:45 +0000)]
[access][scroller] remove scroller from access highlight(focus) chain

SVN revision: 83649

11 years agoupdating catalan and esperanto translations
Massimo Maiurana [Tue, 5 Feb 2013 21:31:22 +0000 (21:31 +0000)]
updating catalan and esperanto translations

SVN revision: 83648

11 years agoElementary: Ship cmake configs (like pkg-config).
Tom Hacohen [Tue, 5 Feb 2013 16:40:12 +0000 (16:40 +0000)]
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

11 years agoelementary/changelog - removed white trailing and add "." instead.
ChunEon Park [Tue, 5 Feb 2013 13:00:12 +0000 (13:00 +0000)]
elementary/changelog - removed white trailing and add "." instead.

SVN revision: 83627

11 years agoelementary/index - added "language,changed" smart callback to index
ChunEon Park [Tue, 5 Feb 2013 12:54:36 +0000 (12:54 +0000)]
elementary/index - added "language,changed" smart callback to index

SVN revision: 83626

11 years ago[access] export functions: elm_access_say(); elm_access_highlight_set();
Shinwoo Kim [Tue, 5 Feb 2013 10:11:42 +0000 (10:11 +0000)]
[access] export functions: elm_access_say(); elm_access_highlight_set();

SVN revision: 83620

11 years ago[access] show highlighted object region, _elm_widget_focus_region_show(); would be...
Shinwoo Kim [Tue, 5 Feb 2013 10:08:42 +0000 (10:08 +0000)]
[access] show highlighted object region, _elm_widget_focus_region_show(); would be exported

SVN revision: 83619

11 years agoelementary - fix typo
ChunEon Park [Mon, 4 Feb 2013 12:43:48 +0000 (12:43 +0000)]
elementary - fix typo

SVN revision: 83599

11 years ago[access] shutdown access module explicitly
Shinwoo Kim [Mon, 4 Feb 2013 04:51:26 +0000 (04:51 +0000)]
[access] shutdown access module explicitly

SVN revision: 83577

11 years agoelm: test_genlist.c: text_get is not needed by 'full' style. 'full' style has only...
Daniel Juyung Seo [Fri, 1 Feb 2013 00:39:44 +0000 (00:39 +0000)]
elm: test_genlist.c: text_get is not needed by 'full' style. 'full' style has only elm.swallow.content part.

SVN revision: 83535

11 years ago[index] fix docs (make my eo_parser happy)
Yakov Goldberg [Thu, 31 Jan 2013 16:19:55 +0000 (16:19 +0000)]
[index] fix docs (make my eo_parser happy)

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 83527

11 years ago[access][naviframe] export access object of title text.
Shinwoo Kim [Thu, 31 Jan 2013 11:35:26 +0000 (11:35 +0000)]
[access][naviframe] export access object of title text.
we would need a function to export access object which is inside of widget

SVN revision: 83513

11 years ago[access][entry] fix non-initialize problem on access_state_cb();
Shinwoo Kim [Thu, 31 Jan 2013 11:07:26 +0000 (11:07 +0000)]
[access][entry] fix non-initialize problem on access_state_cb();

SVN revision: 83511

11 years ago[access][entry] to read out properly when there is no state value
Shinwoo Kim [Thu, 31 Jan 2013 10:56:18 +0000 (10:56 +0000)]
[access][entry] to read out properly when there is no state value

SVN revision: 83506

11 years agoelementary: rename parameter
Mike McCormack [Thu, 31 Jan 2013 03:30:53 +0000 (03:30 +0000)]
elementary: rename parameter

SVN revision: 83497

11 years agoelm elm_interface_scrollable.c: Fixed typo. min -> max.
Daniel Juyung Seo [Wed, 30 Jan 2013 09:14:06 +0000 (09:14 +0000)]
elm elm_interface_scrollable.c: Fixed typo. min -> max.

SVN revision: 83461

11 years agomodify log cause break compatibility
Jiyoun Park [Wed, 30 Jan 2013 07:56:46 +0000 (07:56 +0000)]
modify log cause break compatibility

SVN revision: 83460

11 years agoadd log related with virtual keypad
Jiyoun Park [Wed, 30 Jan 2013 07:29:50 +0000 (07:29 +0000)]
add log related with virtual keypad

SVN revision: 83459

11 years agoElementary: Use new eo dbg type.
Tom Hacohen [Tue, 29 Jan 2013 16:36:13 +0000 (16:36 +0000)]
Elementary: Use new eo dbg type.

SVN revision: 83444

11 years agoelementary/slider - fixed typo
ChunEon Park [Tue, 29 Jan 2013 10:24:00 +0000 (10:24 +0000)]
elementary/slider - fixed typo

SVN revision: 83426

11 years agoelementary - fixes. not removals.
ChunEon Park [Tue, 29 Jan 2013 07:50:08 +0000 (07:50 +0000)]
elementary - fixes. not removals.

SVN revision: 83417

11 years agoelementary/transit - fix a transit crash issue when user tries to kill all target...
ChunEon Park [Tue, 29 Jan 2013 07:37:57 +0000 (07:37 +0000)]
elementary/transit - fix a transit crash issue when user tries to kill all target objects in the effect end callback

SVN revision: 83413

11 years agoAdded debug info functions for Clouseau. From now, classes implementing
Aharon Hillel [Tue, 29 Jan 2013 06:37:01 +0000 (06:37 +0000)]
Added debug info functions for Clouseau. From now, classes implementing
the Eo function with id EO_BASE_SUB_ID_DBG_INFO_GET will be able to show
in Clouseau their own specific information.
Information contents handling is controlled by the class itself and
no more by Clouseau. Basic types are supported, as couple of ints,
couple of doubles, colors and lists.

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
SVN revision: 83411

11 years ago[access][popup] fix overwrite problem
Shinwoo Kim [Tue, 29 Jan 2013 05:49:34 +0000 (05:49 +0000)]
[access][popup] fix overwrite problem

SVN revision: 83407

11 years ago[access][popup] enhance access feature, use smart access to enable/disable access...
Shinwoo Kim [Tue, 29 Jan 2013 04:41:50 +0000 (04:41 +0000)]
[access][popup] enhance access feature, use smart access to enable/disable access feature

SVN revision: 83404

11 years agoFix the scroll position is calculated by the size of pan object, not the size of...
Jaehwan Kim [Tue, 29 Jan 2013 03:51:58 +0000 (03:51 +0000)]
Fix the scroll position is calculated by the size of pan object, not the size of scroller.

SVN revision: 83399

11 years ago[access] The read next/prev message does not move focus but move highlight only,...
Shinwoo Kim [Mon, 28 Jan 2013 11:13:18 +0000 (11:13 +0000)]
[access] The read next/prev message does not move focus but move highlight only, the focus moves when the activate message is detected.

SVN revision: 83379

11 years agoelementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get.
WooHyun Jung [Sun, 27 Jan 2013 12:14:23 +0000 (12:14 +0000)]
elementary/elm_widget : Removed evas_object_smart_data_get and applied eo_data_get.

SVN revision: 83370

11 years agoelm elm_focus.h: More documentation. The object should be visible to get a focus.
Daniel Juyung Seo [Sat, 26 Jan 2013 10:15:26 +0000 (10:15 +0000)]
elm elm_focus.h: More documentation. The object should be visible to get a focus.

SVN revision: 83357

11 years agoelm test_index.c: Added elm_index_delay_change_time_set() API usecase.
Daniel Juyung Seo [Sat, 26 Jan 2013 09:55:35 +0000 (09:55 +0000)]
elm test_index.c: Added elm_index_delay_change_time_set() API usecase.

SVN revision: 83356

11 years agoelm index: Added elm_index_delay_change_time_set/get APIs for changing delay change...
Daniel Juyung Seo [Sat, 26 Jan 2013 09:55:32 +0000 (09:55 +0000)]
elm index: Added elm_index_delay_change_time_set/get APIs for changing delay change time in index widget.

SVN revision: 83355

11 years agoelm ChangeLog: Fixed wrong dates.
Daniel Juyung Seo [Sat, 26 Jan 2013 09:55:26 +0000 (09:55 +0000)]
elm ChangeLog: Fixed wrong dates.

SVN revision: 83354

11 years agoelm index: Refactoring. Use macro for delay change time. Changed delay change interna...
Daniel Juyung Seo [Sat, 26 Jan 2013 09:55:23 +0000 (09:55 +0000)]
elm index: Refactoring. Use macro for delay change time. Changed delay change internal callback name.

SVN revision: 83353

11 years agoelm elm_widget.c: Mark internal functions.
Daniel Juyung Seo [Sat, 26 Jan 2013 09:55:18 +0000 (09:55 +0000)]
elm elm_widget.c: Mark internal functions.

SVN revision: 83352