platform/upstream/elementary.git
11 years ago[ctxpopup] proper restacking, previous restack callback makes the bg be top of the...
Shinwoo Kim [Wed, 20 Feb 2013 02:30:04 +0000 (02:30 +0000)]
[ctxpopup] proper restacking, previous restack callback makes the bg be top of the ctxpopup.

SVN revision: 84245

11 years agoElm win: Fixed an OBVIOUS gcc warning.
Tom Hacohen [Tue, 19 Feb 2013 16:26:11 +0000 (16:26 +0000)]
Elm win: Fixed an OBVIOUS gcc warning.

SVN revision: 84242

11 years agoElm layout: Expose some clouseau information.
Tom Hacohen [Tue, 19 Feb 2013 16:23:27 +0000 (16:23 +0000)]
Elm layout: Expose some clouseau information.

SVN revision: 84241

11 years agomuch better.. dnd actually works now.. doesnmt get stuck etc... need
Carsten Haitzler [Tue, 19 Feb 2013 12:10:02 +0000 (12:10 +0000)]
much better.. dnd actually works now.. doesnmt get stuck etc... need
to GRAB mouse etc... still not all there yet. cant dnd within ones own
window yet. that's NEXT

SVN revision: 84235

11 years agosome cleanups missing from previous commit.
Carsten Haitzler [Tue, 19 Feb 2013 10:48:37 +0000 (10:48 +0000)]
some cleanups missing from previous commit.

SVN revision: 84106

11 years agothis is messing woith internal apis in elm - but drop target delc was
Carsten Haitzler [Tue, 19 Feb 2013 10:14:35 +0000 (10:14 +0000)]
this is messing woith internal apis in elm - but drop target delc was
wrong, and internally it didnt handle mime types properly. no one
really used/tested this much... because it wasnt available for use
really :). so fix up.

SVN revision: 84103

11 years agoelm_map: Free allocated buffer in all cases.
Stefan Schmidt [Tue, 19 Feb 2013 09:04:45 +0000 (09:04 +0000)]
elm_map: Free allocated buffer in all cases.

Very well spotted from Hermet. My original fix only free'ed the buffer
in the case fread failed, but apperently we we always leaked this buffer.

Make sure we free it in all cases.

SVN revision: 84087

11 years agoelementary/widget - revised orientation mode code.
ChunEon Park [Tue, 19 Feb 2013 08:22:15 +0000 (08:22 +0000)]
elementary/widget - revised orientation mode code.

now if applying the orientation style is failed, it tries to apply the original style. if it fails again then default theme.

also it fixed a logic error when theme changed is happened.

It will try to apply the original style if the orientation style is invalid on theme changing.

SVN revision: 84082

11 years agoelemenatry/photocam - oopss sorry my fault.
ChunEon Park [Tue, 19 Feb 2013 08:10:34 +0000 (08:10 +0000)]
elemenatry/photocam - oopss sorry my fault.

SVN revision: 84081

11 years agoelemenatry/photocam - reverted 84074
ChunEon Park [Tue, 19 Feb 2013 08:05:50 +0000 (08:05 +0000)]
elemenatry/photocam - reverted 84074

SVN revision: 84075

11 years agoelementary/photocam - removed unused
ChunEon Park [Tue, 19 Feb 2013 08:00:49 +0000 (08:00 +0000)]
elementary/photocam - removed unused

SVN revision: 84074

11 years ago[focus][popup] fix focus related bugs
Shinwoo Kim [Tue, 19 Feb 2013 06:51:19 +0000 (06:51 +0000)]
[focus][popup] fix focus related bugs

1. if user just hides the popup, the focus tree is broken. it is caused by elm_object_content_unset(notify);
   popup calls elm_object_content_set(notify, popup); in the _on_show(); it would be terrible.
   there would be a structual problem, but it is hart to figure out.

2. _elm_popup_smart_focus_direction(); calls notify's focus_direction(); and it calls popup's one again.
   there is circular dependency between notify and popup.

SVN revision: 84073

11 years agotypo
Jaehwan Kim [Tue, 19 Feb 2013 05:06:11 +0000 (05:06 +0000)]
typo

SVN revision: 84072

11 years agoelementary/naviframe - removed unused group and fixed wrong alias.
ChunEon Park [Mon, 18 Feb 2013 10:21:11 +0000 (10:21 +0000)]
elementary/naviframe - removed unused group and fixed wrong alias.

SVN revision: 84048

11 years agoelemenatry - fixed typo
ChunEon Park [Mon, 18 Feb 2013 06:07:12 +0000 (06:07 +0000)]
elemenatry - fixed typo

SVN revision: 84037

11 years agoelemenatry/widget - --printf
ChunEon Park [Mon, 18 Feb 2013 05:15:53 +0000 (05:15 +0000)]
elemenatry/widget - --printf

SVN revision: 84036

11 years agoelementary/theme - Missed this in privouse commit.
ChunEon Park [Mon, 18 Feb 2013 05:15:17 +0000 (05:15 +0000)]
elementary/theme - Missed this in privouse commit.

Add watcher only edje_object_file is applied successfully.

SVN revision: 84035

11 years agoelementary/widgets - if the orient mode is changed, apply a default only if the style...
ChunEon Park [Mon, 18 Feb 2013 05:13:58 +0000 (05:13 +0000)]
elementary/widgets - if the orient mode is changed, apply a default only if the style doesn't applied anything. other wise, use the preivouse one.

SVN revision: 84034

11 years agoforwardport previous entry commit for blocking blank hoversels
Mike Blumenkrantz [Sun, 17 Feb 2013 14:36:00 +0000 (14:36 +0000)]
forwardport previous entry commit for blocking blank hoversels

SVN revision: 84023

11 years agoignore tab key focus changes in elm_win if ctrl/alt is pressed: the trunk version
Mike Blumenkrantz [Sun, 17 Feb 2013 14:19:53 +0000 (14:19 +0000)]
ignore tab key focus changes in elm_win if ctrl/alt is pressed: the trunk version

SVN revision: 84021

11 years agoelementary: as previously stated sizeof (long) != sizeof (void*)
Cedric BAIL [Sun, 17 Feb 2013 03:53:02 +0000 (03:53 +0000)]
elementary: as previously stated sizeof (long) != sizeof (void*)

SVN revision: 84014

11 years agoelementary/naviframe - fix some trivial bugs.
ChunEon Park [Sat, 16 Feb 2013 14:33:16 +0000 (14:33 +0000)]
elementary/naviframe - fix some trivial bugs.

SVN revision: 83998

11 years agoelementary/naviframe - removed duplicated strings.
ChunEon Park [Sat, 16 Feb 2013 14:16:50 +0000 (14:16 +0000)]
elementary/naviframe - removed duplicated strings.

SVN revision: 83992

11 years agoelementary/widget - ++FIXME
ChunEon Park [Sat, 16 Feb 2013 13:54:52 +0000 (13:54 +0000)]
elementary/widget - ++FIXME

SVN revision: 83991

11 years agoelementary/widget - don't handle tthe resize objects in widget infrastructure. Acutal...
ChunEon Park [Sat, 16 Feb 2013 13:39:59 +0000 (13:39 +0000)]
elementary/widget - don't handle tthe resize objects in widget infrastructure. Acutally these resize objects are sub objects so we don't need to care them separately. This caused overhead in some cases(ie, theme change)

SVN revision: 83990

11 years agoelm external actionslider: missing param declaration
Davide Andreoli [Sat, 16 Feb 2013 13:01:31 +0000 (13:01 +0000)]
elm external actionslider: missing param declaration

SVN revision: 83988

11 years agoelementary/naviframe - don't call the parent smart_theme. Actually navifram itself...
ChunEon Park [Sat, 16 Feb 2013 12:33:52 +0000 (12:33 +0000)]
elementary/naviframe - don't call the parent smart_theme. Actually navifram itself is nothing to do about theme.

SVN revision: 83986

11 years agoelementary/naviframe - improve the naviframe to not apply it's items style multiple...
ChunEon Park [Sat, 16 Feb 2013 12:08:42 +0000 (12:08 +0000)]
elementary/naviframe - improve the naviframe to not apply it's items style multiple time when theme or styles are changed.

SVN revision: 83985

11 years agoelm external clock: another type error. Big SPANK to who write and commit code withou...
Davide Andreoli [Sat, 16 Feb 2013 12:06:30 +0000 (12:06 +0000)]
elm external clock: another type error. Big SPANK to who write and commit code without testing!!

SVN revision: 83984

11 years agoelm external slider: min and max are double not string
Davide Andreoli [Sat, 16 Feb 2013 11:24:05 +0000 (11:24 +0000)]
elm external slider: min and max are double not string

SVN revision: 83982

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