Commit Graph

879 Commits

Author SHA1 Message Date
Shinwoo Kim e35f12deaa [access] add elm_access_highlight_next_set, export elm_widget_focus_region_show 2013-07-06 14:41:00 +09:00
maxerba 03819346f4 Fixed sorting in desktop files 2013-07-05 19:01:43 +02:00
Doug Newgard 5451fe2cb6 fix up png's with bad color profiles. 2013-06-26 12:30:44 +09:00
Daniel Juyung Seo 3ac4fbf883 list.edc: do not fix h_item_odd's TEXT part horizontally.
This fixes T186 issue.
https://phab.enlightenment.org/T186
2013-06-26 11:09:21 +09:00
Ryuan Choi 2cfa0ce7db file selector:Add support mime type filter 2013-06-24 15:42:51 +09:00
ChunEon Park 4d1c98968a elementary/ctxpopup - my fault. should be kept for animation. 2013-06-22 16:37:38 +09:00
ChunEon Park 8de8bedc2a elementary/ctxpopup - removed unnecesay edc groups 2013-06-22 16:06:02 +09:00
ChunEon Park 36ad1cc0e8 ctxpopup - block mouse events when ctxpopup is on dismiss. 2013-06-22 15:21:00 +09:00
ChunEon Park e506cb9f11 elementary/ctxpopup - + no-dimmed style 2013-06-21 18:54:16 +09:00
Eduardo Lima (Etrunko) fffdaeb025 Split .gitignore into multiple files
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-06-11 18:18:06 -03:00
Carsten Haitzler 0c13ec5ced part of the entry magnifier feature set from thiep. still more to go. 2013-06-07 17:17:30 +09:00
Daniel Juyung Seo e2a52ad07b actionslider.edc: support disabled state. 2013-06-05 11:16:43 +09:00
Daniel Juyung Seo 5c13855416 actionslider.edc: make actionslider scalable. 2013-06-05 10:55:40 +09:00
Daniel Juyung Seo ae7d3aa22e edc: refactoring. put group and group name in the same line. 2013-05-31 17:24:13 +09:00
Daniel Juyung Seo f2ce520e21 entry.edc: Reduced entry hander size. It was too big compared with other widgets. 2013-05-23 18:40:10 +09:00
Rafael Antognolli 34af955495 elm/framespace: Get the framespace from the theme.
Additionally, if the frame object can't be created (no theme group
available), do not use it. This will enable us to have a borderless
elm theme.
2013-05-21 16:32:48 -03:00
Thiep Ha 7c70300e1e Add selection handlers to entry 2013-05-21 09:17:26 +09:00
Ryuan Choi f296eed13e elm_entry: Do not paste multiple lines in single line entry 2013-05-15 17:45:48 +01:00
Shinwoo Kim 3b7a41e931 [access] add test lines 2013-05-03 15:37:39 +09:00
Rafael Antognolli 6bc0cc2fab elm/actionslider: Drag should work with double and triple click too. 2013-05-02 14:29:58 -03:00
Daniel Juyung Seo 6940c8bc10 toolbar: updated documentations.
1. elm/toolbar/more/default edc.
2. elm_toolbar_more_item_get() API
2013-04-26 17:38:42 +09:00
Daniel Willmann 5df3e6af2d data/themes: Fix distcheck
Image file wants to be included

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-04-22 18:05:30 +01:00
Daniel Juyung Seo 9ba8897f91 naviframe.edc: added comments for ambigous alias.
This was added for the backward compatibility.
I can't find any use case for these aliases but we can't remove it because this was included in the released elementary.
2013-04-18 12:52:54 +09:00
Daniel Juyung Seo dd927083b1 gengrid.edc: clip the swallowed object when the object is too big to fit.
this should be applied to other SWALLOW parts if neccessary.
2013-04-16 16:17:25 +09:00
Jaehwan Kim 274a51183d Fix the policy is not changed when the theme is changed.
The "reload" signal from edc is necessary always.
2013-04-16 13:27:55 +09:00
Jaehwan Kim 633be421a5 [Toolbar] Add the feature for key events. 2013-04-15 14:34:15 +09:00
Ryuan Choi 7944ee2e0b panel.edc: Fixed different behavior of right oriented panel.
When pressed in and released out of handle,
right oriented panel shows different behavior.

In addition, fixed highlight_show, highlight_hide signal like other orientation.
2013-04-11 20:26:05 +09:00
Rafael Antognolli be92860b61 wayland/frame: Reduce the title bar clickable area.
This clickable area was getting over the framespace content.
2013-04-05 15:01:47 -03:00
Daniel Juyung Seo 0d1abc0b6c focus_highlight.edc: remove unused elm/focus_highlight/bottom/default group.
This group can never be used in theory so this is not a theme api break.
2013-03-28 02:07:36 +09:00
Daniel Juyung Seo 5f63c51241 themes/default-desktop.edc Icon and end part of entry are aligned as default in standard profile. Patch by ruan.choi.
I saw http://trac.enlightenment.org/e/ticket/1616 and it is related to standard profile.
In standard profile, icon and end part of entry are aligned to center so that only half of parts are visible.
It should be aligned like mobile profile.
2013-03-25 21:15:56 +09:00
Eduardo Lima (Etrunko) 5858baf6e0 Fix edje_cc verbosity if building with V=1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-03-07 18:05:53 -03:00
ChunEon Park 2adf327237 elementary/naviframe - removed unused group and fixed wrong alias.
SVN revision: 84048
2013-02-18 10:21:11 +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 146ae3d268 elm panes.edc: fixed formatting. keep the consistency with other edc codes.
SVN revision: 83965
2013-02-16 05:37:36 +00:00
Jaehwan Kim b254c7680b Change "up" to "clicked" in edc
SVN revision: 83937
2013-02-15 06:01:58 +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
Shinwoo Kim ebf6bcd925 [access][popup] fix overwrite problem
SVN revision: 83407
2013-01-29 05:49:34 +00:00
Flavio Vinicius Alvares Ceolin 3048fa42b8 [elm] calendar: Making the them with double spinner a
style

The theme with double spinners is now a different style, so the user
can choice wich style he wants to use. It also removes the deprecated
flag from the elm_calendar_format_function_set() function.



SVN revision: 83095
2013-01-22 16:37:45 +00:00
Carsten Haitzler 288aeff59e add "flush" style for panes.. this is a placeholder now for some real
gfx. did this to test with...



SVN revision: 83089
2013-01-22 15:01:18 +00:00
Henrique Dante de Almeida d35cd1e022 Fix main menu rectangle
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82986
2013-01-18 15:56:34 +00:00
Henrique Dante de Almeida 5f50803547 Fix main menu coding style
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82985
2013-01-18 15:56:25 +00:00
Carsten Haitzler ae7a7afe2e umm.. dont break transparent (alpha) windows... dont have a base
rect... pls!



SVN revision: 82963
2013-01-18 03:38:29 +00:00
Henrique Dante de Almeida 5a829baf6b elm: Add an Edje layout for elm_win
The layout has two parts, one for placing a menu bar on the window and
the other for placing the actual window contents. The content part is
an Evas box with a custom layout that mimics the standard widget
placement rules inside the window (adapted from resize_objects_eval
and resize_job)

Note: a custom layout was written here, because it's not possible to
use a common stacking layout, since applications do not follow the
stacking rules (they don't use EVAS_HINT_FILL and
evas_object_size_hint_align_set). Maybe, with time, applications
could be changed to use them, so the custom layout may be removed.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82957
2013-01-17 22:11:15 +00:00
Henrique Dante de Almeida ad63514411 elm: Add main menu item style
This allows first level menu items to be styled as in a menu bar

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82955
2013-01-17 22:11:02 +00:00
Henrique Dante de Almeida 4d1b2785e2 elm: Add main menu hover style
This allows the first level of an elm_menu to be styled as a menu bar

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82954
2013-01-17 22:10:57 +00:00
Shinwoo Kim a9cb727876 [access] use acessibility own part for the naviframe title.
SVN revision: 82857
2013-01-16 06:34:49 +00:00
Daniel Juyung Seo 166364bdec elm check: Bug fix "changed" signal being sent twice in case of toggle style when check is clicked. Patch by Shilpa Singh <shilpa.shing@samsung.com>, Rajeev Ranjan <rajeev.r@samsung.com>
On Tue, Jan 15, 2013 at 6:02 PM, SHILPA ONKAR SINGH <shilpa.singh@samsung.com> wrote:

    Hi All,

    Please find attached bug fix for elm_check - toggle style.
    This patch prevents "changed" signal being sent twice in case of
    toggle style when check is clicked.
    This also fixes few indentation issues in the style.

    Change description:
    elm_check: Bug fix "changed" signal being sent twice in case of toggle style when check is clicked.

    Signed-Off by: Rajeev Ranjan(rajeev.r@samsung.com)
    Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)

     Thanks & Regards
    Shilpa Singh

SVN revision: 82845
2013-01-16 01:11:02 +00:00
Daniel Juyung Seo 724a97f6a1 elm fileselector.edc: Fixed elm.swallow.files size calculation problem. elm.swallow.path could override elm.swallow.files.
SVN revision: 82752
2013-01-14 10:13:07 +00:00
Henrique Dante de Almeida 47580df23e Fix spelling
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82645
2013-01-11 16:43:25 +00:00
ChunEon Park 3d38cd451d elementary/label - removed data dosen't used anywhere
SVN revision: 82316
2013-01-07 04:38:40 +00:00
ChunEon Park 1b2897fa18 elementary/label - recover ellipsis mode when slide mode is end.
SVN revision: 82315
2013-01-07 04:33:29 +00:00
Flavio Vinicius Alvares Ceolin a8719f824d [elm] calendar: spinners for month and year now
Adding a separated spinner for year.



SVN revision: 82108
2013-01-03 20:50:10 +00:00
Flavio Vinicius Alvares Ceolin 29044a7624 [elm] dayselector: making the looking and feel more
consistent with the others widgets



SVN revision: 82106
2013-01-03 20:48:35 +00:00
Leandro Dorileo 85472a116a Elementary: remove duplicated slideshow icon
Remove duplicated slideshow icon from icons.edc.


SVN revision: 82096
2013-01-03 19:10:06 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Lucas De Marchi cea4dd84f1 elementary: fix automake options
SVN revision: 81760
2012-12-27 21:35:05 +00:00
Massimo Maiurana 025dcf9a95 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Daniel Juyung Seo 2e31628963 elm colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>
On Tue, Dec 11, 2012 at 8:46 PM, SHILPA ONKAR SINGH <shilpa.singh@samsung.com> wrote:

    Hi All,

    Please find attached bug fix patch for Colorselector.
    This patch fixes the resize issue in palette which happens when
    palette item size is given more than finger size.

    This patch also fixes a fixed: 1 1 warning shown in picker(New addition to colorselector).
    This warning can be seen when we shift from "both mode"(palette+component)  to picker
    mode and back to both mode.

    Change description:
       elm_colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker
    fixed.

    Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)

     Thanks & Regards
    Shilpa Singh

SVN revision: 80937
2012-12-14 12:17:49 +00:00
Gwanglim Lee 26b6d99e3f From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile

I've attached 4th patch. May the 4th be with you.

ecore patch has been merged with efl and all files are based on r80123.

Thanks & Regards,
Gwanglim

------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile

It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?

Daniel Juyung Seo (SeoZ)


On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:

Dear Raster and Daniel Juyung Seo,

I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.

[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done

7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
    in available profiles. - newly added thing to the elm_win
        8. merge with EO - done. :(
        
        
            Any comments would be appreciated.
            


SVN revision: 80215
2012-12-05 06:50:27 +00:00
Stefan Schmidt feac52abde elemenatry: Fix make distcheck.
Cleanup files:
ERROR: files left in build directory after distclean:
./doc/widgets/widget_preview_prefs.epb
./data/objects/test_prefs.epb

SVN revision: 79966
2012-12-01 13:59:37 +00:00
Gustavo Lima Chaves 6063c0dc5d Hopefully don't bitch about elm_prefs_cc not being
found anymore.




SVN revision: 79914
2012-11-30 16:52:05 +00:00
Iván Briano 93b7410613 Build, damn it!
SVN revision: 79913
2012-11-30 16:37:44 +00:00
Gustavo Lima Chaves 87648e9ace [elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.



SVN revision: 79909
2012-11-30 14:41:39 +00:00
Daniel Juyung Seo 1fec93a2f4 elm ctxpopup.edc: Removed unnecessary ctxgroup, elm/ctxpopup/item_compress/default. This is a remained code of old ctxpopup. This style will never be used. So I just remove it. This should not break any applications.
SVN revision: 79886
2012-11-30 11:54:46 +00:00
Daniel Juyung Seo cc6d954240 elm panel.edc: Added missing image description.
SVN revision: 79770
2012-11-28 08:04:37 +00:00
Daniel Juyung Seo 0f0badbbc1 elm panel.edc: Fixed formatting.
SVN revision: 79765
2012-11-28 07:04:19 +00:00
Daniel Juyung Seo 96f3ede314 elm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works.com>
SVN revision: 79624
2012-11-24 05:39:15 +00:00
Daniel Juyung Seo 03fd631751 elm gengrid.edc: Added comments to gengrid item styles.
SVN revision: 79498
2012-11-21 07:16:39 +00:00
Daniel Juyung Seo 4f5fafea18 elm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.
SVN revision: 79497
2012-11-21 07:16:25 +00:00
Massimo Maiurana 761b0ca653 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Jaehwan Kim d8ac3c0872 Add the Toolbar 9. It's expand mode using "item_centered" style.
If the sum of item min values is larger than the length of window,
the scroll of toolbar works. And if the length of window is larger
than the sum of item min values, items are expanded.


SVN revision: 79263
2012-11-14 05:14:32 +00:00
Sebastian Dransfeld 0d2e33b544 elementary: revert
This breaks terminology by adding a black bar at the top.

SVN revision: 79248
2012-11-13 21:57:49 +00:00
Jiyoun Park 996c397afd Support elm_conformant deal with indicator service.
if some app run indicator service using ecore, 
elm_conformant can deal with these kind of service automatically


SVN revision: 79237
2012-11-13 17:27:39 +00:00
Daniel Juyung Seo 98b9e95cde elm default.edc: Separate access.edc and focus_highlight.edc from default.edc.
SVN revision: 79014
2012-11-09 08:35:42 +00:00
Shinwoo Kim c7012af41c [clock] add access features
1. register object and edit part
  2. add mart_focus_next(); on access mode
  3. add smart_ ccess(); for runtime - enable and disalbe handling


SVN revision: 78994
2012-11-08 09:10:13 +00:00
Gustavo Lima Chaves 407f1c89d9 [elm] Fix typo on check's theme -- back from
disabled state was broken.




SVN revision: 78944
2012-11-06 17:34:23 +00:00
Daniel Juyung Seo 5edf797e32 elm/data/themes images: Move all image files for default to images directories. This cleans up data/themes directory.
SVN revision: 78304
2012-10-21 08:34:20 +00:00
Kim Shinwoo 742454c2eb From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] ctxpopup - use proper mouse
signal for item

ctxpopup had used its own item not the elm_list. i would like to fix a bug
on selecting item to support user who is using old version ctxpopup.
the reproduce steps are as below.

 0. precondition: ctxpopup displays which has a lot of items, so user
 should scroll to select bottom(or up) side item.
  1. scroll down(or up) ctxpopup item
   2. select one of items
   
   on step 2,
   the item back ground seems to be clicked. it means part "bg" changes its
state to "clicked" when part "over2" emits "mouse,down,1"
and "default" when part "over2" emits "mouse,up,1".

but, part "over1" have used "ignore_flags: ON_HOLD" with "mouse,up,1", so
on step 2, it cannot emit "elm,action,click"
because elm_scroller uses ELM_EVENT_FLAG_ON_HOLD. so user should
select(click) the item once again.

so in the attached patch, it would be better to remove the "ignore_flags:
ON_HOLD" and use "mouse,clicked,1" instead of "mouse,up,1" as others.
then, please review the attached patch and give feedback. thanks.




SVN revision: 77994
2012-10-15 09:14:23 +00:00
Carsten Haitzler b2e9aa2abc fix toggle sizing with small finger size. minor thing - wont backport.
SVN revision: 77946
2012-10-13 04:45:08 +00:00
Michael BOUCHAUD a1661712da elementary: elm_map use now image proxy and do some cleaning in theme, big thx to Bluezery !
SVN revision: 77939
2012-10-12 14:51:45 +00:00
Cedric BAIL 98f1dc53d6 elementary: add color picker to elm_colorselector.
SVN revision: 77409
2012-10-04 08:27:07 +00:00
ChunEon Park a569a6ab56 elementary/flip - not inteded this line..
SVN revision: 77251
2012-10-01 08:22:49 +00:00
ChunEon Park 7539a862ba elementary/flip - reverted 77229. actually clo.png is used.
SVN revision: 77236
2012-10-01 06:35:08 +00:00
ChunEon Park b4dcd7c9bf elementary/flip - removed unnecessay line
SVN revision: 77229
2012-09-30 13:39:37 +00:00
Carsten Haitzler 4e4f0c40c1 dont blink curosr while not focused in elm and... make cursor a blink
not fade - less wakeups :)



SVN revision: 77037
2012-09-24 14:45:54 +00:00
Daniel Juyung Seo a54d133cb3 elm popup.edc: Fixed broken popup item. Spotted by Amit S <amit@smargav.com>. Special thanks to Hermet as well.
SVN revision: 76926
2012-09-21 02:01:56 +00:00
Davide Andreoli 4542423622 yes with embryo :D
SVN revision: 76559
2012-09-12 20:51:06 +00:00
Davide Andreoli d9c1ca2207 * Add external property "play length" to Video widget and fix the test accordingly
also fix ChangeLog whitespacing: every news need a single tab


SVN revision: 76557
2012-09-12 20:30:17 +00:00
Davide Andreoli e77bd359ad New external test: video player in pure edje
SVN revision: 76554
2012-09-12 19:26:50 +00:00
Gustavo Lima Chaves 0ef2708002 [elm] Fix missing icon on Genlist 'double_label' theme for consistency.
Patch by João Paulo Fernandes Ventura.



SVN revision: 76549
2012-09-12 17:01:34 +00:00
Kim Shinwoo 5f41a3729d From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] index - add access feature

the attachment has access features for the index. and this patch is
depends
on the previous patch which has
_elm_access_edje_object_part_object_unregister();
to find the previous patch, please refer to the following

http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG8NkMx3J-YkSJnWdB23cWOPrtk1Rx10Lae0Zwxst1eeQ%40mail.gmail.com&forum_name=enlightenment-devel

the index could have two levels, one is level 0, the other is level 1.
the
patch supports only level 0 because we have no style for the level 1..
(just a cowardly excuse, i will keep up with this.. and update..)



SVN revision: 76532
2012-09-12 13:44:27 +00:00
Kim Shinwoo 7c50cdd4aa From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - text align issue

by default diskselector item has space for icon even though the item does
not have icon.
so in some cases, the text is not located in the center of item and
diskselector.
the attachment would resolve this issue. please look into it and give
feedback. thanks.



SVN revision: 76507
2012-09-12 08:46:10 +00:00
Kim Shinwoo 7aacc9fc4b From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] calendar - add access feature,
access - add _elm_access_edje_object_part_object_unregister(); 

the attachment has accessibility feature which is for the
elm_calendar. and
moreover..
it would be better to keep one more api for the access which name is
_elm_access_edje_object_part_object_unregister();
in the case of calendar item, its text part could be set with empty
value
in run time(dynamically), even though it had a value (1~31) previously.
so if there is an empty field(item), then previously registered item
should
be unregistered. the api would be useful not only this case but also
others.
then, please review the patch and give feedback. thanks.



SVN revision: 76502
2012-09-12 08:25:10 +00:00
ChunEon Park 43c174b0fc elementary/colorselector - removed unnecessary lines
SVN revision: 76437
2012-09-11 05:17:06 +00:00
ChunEon Park e0b94d90de elementary/colorselector - inherit colorselector right button
SVN revision: 76436
2012-09-11 05:11:36 +00:00
Davide Andreoli 9c25dc5937 Another external test: progress bar.
This test also show how to access the external widgets from C code and also directly from embryo :)

SVN revision: 76422
2012-09-10 21:48:56 +00:00
Davide Andreoli b61e6799c9 just indentation
SVN revision: 76421
2012-09-10 19:21:56 +00:00
Davide Andreoli 17414e4c37 New test for external widget: scroller.
Lots of bug here, but it's probably a corner-case-test


SVN revision: 76420
2012-09-10 19:17:19 +00:00
Davide Andreoli fd3beecb0f Elementary: new tests for edje-external of some widgets, buttons and slider done so far, more to come.
All the interaction in this tests are 'pure edje', no c code involved at all.

NOTE: 2 little external bugs are hilighted in the tests, didn't found the time to look for fixes :(

SVN revision: 76322
2012-09-07 20:16:30 +00:00
Kim Shinwoo fc2222be84 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - smart theme

popup have used notify its internal widget. but popup does not take care
the notify theme in its smart_theme()
the attachment just add a line to set style to the notify and test code
also. please review and give feedback. thanks.



SVN revision: 75987
2012-09-03 09:26:57 +00:00
WooHyun Jung d494a6da61 [elm] The state of elm_check is now changed by mouse click event. Not
by mouse UP event.


SVN revision: 75916
2012-08-31 06:17:33 +00:00
Cedric BAIL e04428a387 elementary: fix typo in gengrid thumb theme.
SVN revision: 75872
2012-08-30 10:39:06 +00:00
Daniel Juyung Seo df57e0c9f4 elm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselector in datetime.
SVN revision: 75845
2012-08-30 07:54:12 +00:00
Daniel Juyung Seo fbc7fa0701 elm diskselector.edc: Added elm,action,clicked to default item style. It was working only with datetime/default style before.
SVN revision: 75844
2012-08-30 07:54:00 +00:00
Kim Shinwoo c92e566fe5 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "From: Kim Shinwoo <kimcinoo.efl@gmail.com>"

This reverts commit 9d6e461366a0eb208d75b0a1fb5c0c822b761c71.

SVN revision: 75836
2012-08-30 03:05:20 +00:00
Daniel Juyung Seo 730d8c42e2 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "oops - forgot to fix the OTHEr auto_select too."

This reverts commit c1e4d5c1e4b2c6d8ae7806c43fafba2ae2ea5080.

SVN revision: 75834
2012-08-30 03:05:13 +00:00
Carsten Haitzler dfd39ea4b3 oops - forgot to fix the OTHEr auto_select too.
SVN revision: 75833
2012-08-30 00:45:30 +00:00
Kim Shinwoo 3550d79869 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - select option,
disabling auto selection. datetime - show even number of items

by default, an diskselector item which is right in the center of
diskselector is selected automatically.
and if the item style emit elm,action,click signal, the item is selected
also.

so there would be a case that item select callback is called by two
ways.
one is clicking the item,
the other is locating item right in the center of diskselector (if
number
of displayed item is odd, then after scrolling the selected callback is
called always).

because of this reason, datetime module always set number of displayed
item
to even number.

to resolve this issue, i add a api to enable or disable default
behavior -
the auto selection - that can be found on the attachment.
moreover the second attachment is for datetime module, now the
datetime can
show even number of items.



SVN revision: 75820
2012-08-29 09:02:21 +00:00
ChunEon Park fb46a1ad76 elementary/popup,diskselector,naviframe,map - fixed edc to remove warnings
SVN revision: 75806
2012-08-29 00:51:09 +00:00
ChunEon Park c75a1e11c7 elementary/ctxpopup - removed warnings
SVN revision: 75805
2012-08-29 00:45:13 +00:00
ChunEon Park dc004b07f8 elementary/hover - added images
SVN revision: 75804
2012-08-29 00:42:03 +00:00
Massimo Maiurana 216656097a updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Carsten Haitzler a4175ba928 fix toolbar icon size property to actually work as expected.
fix toolbar select cb to only be callled if select always is on or
item WAS unselected before (as per docs).



SVN revision: 75512
2012-08-22 03:11:23 +00:00
Kim Shinwoo ff071585ac From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] segment_control, spinner -
accessibility feature

the attached patch provides accessibility features for segment_control
and spinner.



SVN revision: 75497
2012-08-21 10:08:56 +00:00
Kim Shinwoo 8db6193871 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] datetime - accessibility feature

the attached patch is to add accessibility feature to datetime.
unfortunately this patch depends on previous patch (
http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZUr6Ki4SiA%40mail.gmail.com&forum_name=enlightenment-devel
)
anyhow, it will be great if i can get your feedback. thanks a lot
always.



SVN revision: 75454
2012-08-20 08:06:43 +00:00
Kim Shinwoo 4de57c2cb9 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] *  access *

Series of of pathes from kim shinwoo. looked good to me - so in they
go, finishing off some more access mode to be more complete.



SVN revision: 75415
2012-08-18 13:52:03 +00:00
Christopher Michael f9d98db03e Elm: Add a mouse,out event (when we have a wayland frame) to handle
the case of resetting the wayland cursor image. Fixes ticket #1293.
Increase the size of the event rects on the border theme to allow for
easier resizing.




SVN revision: 75313
2012-08-16 09:40:02 +00:00
Carsten Haitzler d7a6bc79dd fix panel so it doesnt use a scroller anymore - probably never should
have had one as you can plance a scrolelr inside one, but also fix up
theme layout to allow for styles to work at all.



SVN revision: 75008
2012-08-08 10:40:00 +00:00
Carsten Haitzler 1d2bb2a5e1 lets just be good and make button icons size based on text size.
shoudl do this theme-wide, but will do that on a theme revamp.



SVN revision: 74999
2012-08-08 08:56:10 +00:00
Carsten Haitzler fee7a0c645 fix another elm bug where arrows are not "clickable" for scrolling to
next/prev item - needed to add a feature to scrolelr (and accidentally
also to scrolled interface too :)) to make this work. now works.



SVN revision: 74969
2012-08-07 10:20:30 +00:00
Carsten Haitzler bd2ffce6be fix toolbar 8 ugliness in clipping - also make it bounce... yay! bounce!
SVN revision: 74959
2012-08-07 06:16:56 +00:00
Christopher Michael d85d1d1434 Elm: Add signals for mouse movements on the border/frame resizing areas.
SVN revision: 74926
2012-08-06 12:06:45 +00:00
Cedric BAIL 69c192d974 elementary: Elm_Slider vertical now properly size their widget to.
SVN revision: 74918
2012-08-06 09:48:34 +00:00
Cedric BAIL 03ae812b1f elementary: fix slider theme to init correctly.
SVN revision: 74908
2012-08-06 08:33:03 +00:00
Carsten Haitzler eb9fb66113 fix overlapping menu arrow.
SVN revision: 74845
2012-08-03 12:23:38 +00:00
Gustavo Sverzut Barbieri ac7f498f82 genlist: full-cell contents style.
item style "full" will have a single SWALLOW part that covers the
whole item. This is great when you have more complex visual that do
not fit a standard style yet you don't want to create your own style
for it.



SVN revision: 74665
2012-07-31 20:07:09 +00:00
Cedric BAIL 18e998b9f1 elementary: catching double and triple clicks in spinner.
Patch by Jean-Philippe André <jpeg@videolan.org>


SVN revision: 74529
2012-07-28 13:32:53 +00:00
Gustavo Sverzut Barbieri 0108fa90bb check/toggle: toggle on click.
If we just clicked a toggle, we should toggle it. No need to drag.



SVN revision: 74461
2012-07-26 23:12:18 +00:00
Gustavo Sverzut Barbieri c146fb2b95 naviframe: always keep title centered
if there is a button, consider the same amount on the other side, even
if there is no button in there, limited to the maximum button size
(100px). It's not optimal, but looks less ugly.



SVN revision: 74451
2012-07-26 20:50:34 +00:00
Gustavo Sverzut Barbieri f97856f4e7 naviframe: improve automatic previous button without breaking compatibility.
proper fix instead of r74428.



SVN revision: 74450
2012-07-26 19:39:10 +00:00
Gustavo Sverzut Barbieri de83b738fa naviframe: fix missing clips spotted by elementary_config.
as Tasn reported elementary_config was broken as the naviframe title
was covering the toolbar. This was due its usage of
elm_naviframe_item_simple_push() that uses
elm_naviframe_item_title_visible_set(FALSE) and a missing clipper on
my part.



SVN revision: 74449
2012-07-26 19:21:27 +00:00
Carsten Haitzler 635c241d33 lets not break theme api :( sorry. :(
SVN revision: 74428
2012-07-26 09:10:25 +00:00
Gustavo Sverzut Barbieri f169c358e8 segment control: improve test, show broken theme.
segment control theme is broken and non-standard. It should be like a
button in internals.



SVN revision: 74407
2012-07-25 22:42:21 +00:00
Gustavo Sverzut Barbieri 7bf179679d check: fix visual annoyances for toggle.
toggle was clipping the drag knob and this always annoyed me. Now it's
on top of frame and makes me happy.



SVN revision: 74404
2012-07-25 22:02:29 +00:00
Gustavo Sverzut Barbieri 51e2c4e18b naviframe improvements:
- fixed theme to look less like an arse:
    - overlap theme is translucent
    - naviframe title visibility toggle is now animated
    - item pop/push animation now applies to title area as well
    - icon without title label is now centered (see Naviframe 2 test)
    - title label and subtitle are now centered among the free space, should not overlap buttons anymore.
    - title will use a font-size range, trying to not overlap buttons anymore.
    - title will use ellipsis, trying to not overlap buttons anymore.
    - prev/next buttons do not have a fixed min/max size anymore
 - emit signals elm,state,title_label,show and elm,state,title_label,hide
 - by default the previous button label is the title of the previous page

however by using a regular elm_button with an icon and long label
exposes a bug with button theme. And there is a conceptual issue: if
the previous button label is too big, it will look horrible. We should
have a maximum size that, if reached, should have ellipsis. This
should be a different elm_button style, with
elm/button/base/naviframe/back_btn/default being an alias to it.



SVN revision: 74403
2012-07-25 21:08:53 +00:00
Gustavo Sverzut Barbieri 62ad4dd002 naviframe: improve default back button.
back button now uses standard icon "arrow_left", and provides a "Back"
text that should be translated with the application.

Then we can define the elm/button/base/naviframe/back_btn/default as
an alias to the default button. If a theme wants it could still
provide an alternative button. IOW no breaks.



SVN revision: 74399
2012-07-25 17:20:34 +00:00
Carsten Haitzler 4b8b546688 fix player theme to work in both illume and standard and not be
unusable/look like arse



SVN revision: 74385
2012-07-25 11:11:51 +00:00
Carsten Haitzler c0d4574cf5 fix diskselector if figner size small.
SVN revision: 74215
2012-07-20 08:01:59 +00:00
Carsten Haitzler 2fa4669675 1. datetime font should be sanes, not slp, size 10, and
2. diskselector belongs in diskselector, not datetime edc.



SVN revision: 74160
2012-07-19 07:20:06 +00:00
Carsten Haitzler a0a750ea86 fix flipselector theme to not lose chars. amazing it degraded so
gracefully in the first place! :)



SVN revision: 74056
2012-07-18 11:06:25 +00:00
Carsten Haitzler 721f5e1a26 clean up default check/radio sizing.
SVN revision: 74048
2012-07-18 08:23:15 +00:00
Carsten Haitzler 3250310508 clean up desktop scroller theme a bit.
SVN revision: 74040
2012-07-18 06:57:52 +00:00
Carsten Haitzler e038a6fb5a scrollbars got too small in desktop mode. adjust to be bigger.
SVN revision: 73962
2012-07-17 09:03:08 +00:00
Carsten Haitzler 4b84720636 fix Ticket #1122
SVN revision: 73614
2012-07-12 11:11:21 +00:00
ChunEon Park 0499421283 elementary/toolbar - --white trailing
SVN revision: 73597
2012-07-12 06:18:29 +00:00
Carsten Haitzler 9e254d1313 slider popup outside widget mode. backwards-compatible too. :)
i know - freeze is on. last thing going into elm. only because i
rejected the patch at the last minute and it was small enough to do
now.



SVN revision: 73450
2012-07-07 09:44:52 +00:00
Artem Popov 6f36d6c81d From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel] [Patch] Added new style for hoversel (hoversel_horizontal)

Problem:

   Ticket #838 (new Bug). Items appear without background on a
horiz-hoversel.
   Just add: elm_hoversel_horizontal_set(bt, EINA_TRUE); to the first
hoversel
   added in test_hoversel.c then try to open it.

   Items appear without black background.




SVN revision: 73078
2012-06-30 06:45:31 +00:00
Artem Popov 281c8480ee From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel] Fwd:  [Patch] elm_toolbar add signals patch.

For new style of toolbar (align icon and text to center of item) are
necessary some signals ("elm,state,text,visible",
"elm,state,text,hidden", "elm,state,icon,visible",
"elm,state,icon,hidden")

 New style for toolbar, where icon and text are align to center of item.



SVN revision: 73028
2012-06-29 10:03:27 +00:00
ChunEon Park c8e1463f3f elementary/ctxpopup - removed unused style
SVN revision: 72581
2012-06-21 09:02:31 +00:00
Daniel Juyung Seo 83f4f22f88 elm genlist.edc: Oops. I missed elm.swallow.pad alias for tree depth.
SVN revision: 72579
2012-06-21 08:44:28 +00:00
Daniel Juyung Seo 37991c7e43 elm genlist.edc: Added new genlist item style for normal item with tree effect, 'elm/genlist/item/tree_effect/default'.
SVN revision: 72577
2012-06-21 08:36:32 +00:00
Daniel Juyung Seo 6c4e0f57da elm genlist.edc: Fixed formatting.
SVN revision: 72576
2012-06-21 08:36:29 +00:00
Daniel Juyung Seo 818f0d7e3a elm genlist.edc: Enable tree expand with decorate all mode.
SVN revision: 72569
2012-06-21 07:47:53 +00:00
Carsten Haitzler 076ed84816 fix break that stopped notificationsf rom sliding.
SVN revision: 72560
2012-06-21 03:53:15 +00:00
Carsten Haitzler 2d46242015 adjust buttons to not pad do much - good for desktops.
SVN revision: 72559
2012-06-21 03:51:00 +00:00
Gustavo Lima Chaves 7f0048b9b8 [elm] Switching in slideshow with no transition effect
Patch by Rajeev Ranjan <rajeev.r@samsung.com>.



SVN revision: 72492
2012-06-19 16:31:30 +00:00
Carsten Haitzler ddd258a263 blank--
SVN revision: 72460
2012-06-19 09:31:56 +00:00
Carsten Haitzler 70c459c487 adjust slider units image to not overlap text.
SVN revision: 72457
2012-06-19 08:29:58 +00:00
Tom Hacohen a3c17ad245 Elementary default-theme: Changed text margins to be a little smaller.
4 pixels was way too much, 2 is better.

SVN revision: 72410
2012-06-18 16:13:21 +00:00
Carsten Haitzler ca0dd3f735 fix toolbar horizontal item sizing min calc.
SVN revision: 72382
2012-06-18 11:04:57 +00:00
Carsten Haitzler 5c7e4746b8 add new genlisut stiles for one_icon, end_icon and no_icon
SVN revision: 72364
2012-06-18 07:35:27 +00:00
Carsten Haitzler c72a22da75 improve desktop theme setup.
SVN revision: 72244
2012-06-16 18:19:23 +00:00
Carsten Haitzler 6d265ac226 fix theme where inheritance was used that broke selected compress
mode. :)



SVN revision: 72225
2012-06-16 10:45:50 +00:00
Carsten Haitzler 551320670c genlist items.. shouldnt repeat events.... when u click/select items
and they happen to be on top of other things... they also get clicks.
weird. :/  theme cleanies.



SVN revision: 72220
2012-06-16 09:50:41 +00:00
Jaehwan Kim 3f370e5148 Add the reorder feature when the more panel is shown.
After the item is long-pressed, it can be moved.


SVN revision: 72129
2012-06-14 12:59:38 +00:00
Cedric BAIL 5ccf4d4d24 elementary: rename VIRTUAL into SPACER.
SVN revision: 72059
2012-06-13 03:23:01 +00:00
Gustavo Lima Chaves a348f6a8f2 [elm] Revive file=NULL path on elm_photo_file_set().
Thanks, Tom, for pointing this out.



SVN revision: 71686
2012-06-04 16:23:31 +00:00
Cedric BAIL 842d711f3b elementary: show case the use of VIRTUAL part.
SVN revision: 71676
2012-06-04 02:58:44 +00:00
Mike Blumenkrantz bac04b5da3 fix item min height in tree
SVN revision: 71576
2012-05-31 08:56:30 +00:00
Cedric BAIL 10ac173c00 elementary: oops, this should have never got in.
SVN revision: 71521
2012-05-30 01:06:07 +00:00
Cedric BAIL bad9efd8f7 elementary: make expand effect faster.
This a team work, half of the borkage by zmike and half by me. I hope we succeed.

NOTE: It is better to do one smart object that you apply map on it, that to apply
map on it's 10 childs separately.


SVN revision: 71520
2012-05-30 00:52:18 +00:00
Carsten Haitzler 9fdd95a46b umm.. pass tistcheck!
SVN revision: 71355
2012-05-23 10:56:17 +00:00
Jaehwan Kim 74ac85df40 Add the horizontal separator image.
SVN revision: 71298
2012-05-22 05:33:41 +00:00
Jaehwan Kim de1be9600b Toolbar: Add the more panel feature in toolbar. When it is the ELM_TOOLBAR_SHRINK_EXPAND mode and the max item is set, the items over max number are located in more panel.
The APIs are added for this feature.(elm_toolbar_more_item_get, elm_toolbar_items_max_set/get)


SVN revision: 71297
2012-05-22 05:18:12 +00:00
Kim Shinwoo 1ceff28ee9 elemenatry/diskselector - RE:[E-devel][Patch][elementary] elm_diskselector, align of icon only item
Dear all, hello.

If an item of diskselector has only icon without label, then the icon
displays at left side of its space.
So if there is no label, the icon should display at the middle of its 
space.
Please review the patch. Thanks.

Sincerely,
Shinwoo Kim.

Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>




SVN revision: 71279
2012-05-21 10:30:47 +00:00
Davide Andreoli 5872d450d7 Fileselector: Add a wheel spinner that show/spin while EIO is working
SVN revision: 71178
2012-05-16 19:40:47 +00:00
Tom Hacohen 1800ff86c7 Elm popup: Fixed usage of textblock in the theme.
Patch by Kim Shinwoo.

SVN revision: 70994
2012-05-14 10:41:31 +00:00
ChunEon Park a49270e385 elementary/colorselector - event hook opensource patch
Elm_colorselector: _elm_colorselector_smart_event function added.
  
Thanks & Regards
Shilpa Singh 

Signed-Off-By:ShilpaOnkar Singh <shilpa.singh@samsung.com>




SVN revision: 70925
2012-05-11 07:25:07 +00:00
ChunEon Park 63ef69e2a6 elementary/colorselector - elm_colorselector sizing related theme buf fix patch
Hi Mr. Park,

Please find attached theme bug fix patch of elm_colorselector.
Bug: 
1. Colorselector spreading its size to whole window.
2. Colorselector size not adjusting properly when shifted in between different modes. 

Change Log: Color selector Theme fixed to adjust size properly based on mode and demo
application appropriately fixed with proper size.

Signed-Off-By : Shilpa Singh<shilpa.singh@samsung.com>

Thanks & Regards
Shilpa Singh



SVN revision: 70869
2012-05-08 08:51:09 +00:00
Leandro Pereira d1d9a5e4ce elm: Fix icon not appearing in default Genlist theme
SVN revision: 70764
2012-05-04 21:54:15 +00:00
Gustavo Lima Chaves 643df97343 [Elm] Video and player now layouts, too.
SVN revision: 70741
2012-05-03 22:44:21 +00:00
Gustavo Lima Chaves 1b276ab353 [Elm] Panes now a layout, too.
SVN revision: 70726
2012-05-03 22:43:05 +00:00
Gustavo Lima Chaves d171345bd6 [Elm] Elm bubble is also an elm layout, now.
SVN revision: 70719
2012-05-03 22:42:26 +00:00
Carsten Haitzler c0f2f4be91 REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
this breaks theme api. so NO! come back with a version that doesn't
break it.



SVN revision: 70679
2012-05-03 01:19:05 +00:00
Gustavo Lima Chaves 0335e1a03a [Elm] Video and player now layouts, too.
SVN revision: 70664
2012-05-02 17:01:43 +00:00
Gustavo Lima Chaves 7f1d870368 [Elm] Progress bar now a layout.
Theme changes will be ported back to other elm themes.



SVN revision: 70655
2012-05-02 17:00:48 +00:00
Gustavo Lima Chaves cefab26b01 [Elm] Radio now a layout.
Theme changes will be ported back to other elm themes ASAP.



SVN revision: 70654
2012-05-02 17:00:42 +00:00
Gustavo Lima Chaves a2870932ac [Elm] Panes now a layout, too.
SVN revision: 70649
2012-05-02 16:59:45 +00:00
Gustavo Lima Chaves 2308a021de [Elm] Elm bubble is also an elm layout, now.
SVN revision: 70642
2012-05-02 16:59:07 +00:00
Gustavo Lima Chaves 39f2ef8783 [Elm] Elm check now a layout.
It's theme uses now "elm.swallow.icon" as its icon spot -> will
fix it on other themes ASAP.



SVN revision: 70638
2012-05-02 16:58:46 +00:00
Gustavo Lima Chaves ed1cee9604 [Elm] And now button also inherits from
elm_layout.
It's theme has now "elm.swallow.icon" as the icon spot ->
will change it on other themes ASAP.



SVN revision: 70634
2012-05-02 16:58:26 +00:00
Carsten Haitzler 3a7b769a63 use the new escape text set to clear up issues if theme has TEXT vs
TEXTBLOCK items and handling escapes so text is consistend across elm.
fiuxes the fileselector issues kai reported.



SVN revision: 70362
2012-04-20 12:51:10 +00:00
Jaehwan Kim d30aeeeb41 Unnecessary code. Carousel is removed.
SVN revision: 69966
2012-04-09 08:25:25 +00:00
Carsten Haitzler ddf6442fb6 support "guide text" for entries. trivial internal + theme changes :)
SVN revision: 69961
2012-04-09 05:25:27 +00:00
ChunEon Park 20f4e9a3f8 elementary/popup - [E-devel] [Patch][elementary] elc_popup, focus next hook implementation
Current Issue:
Focus does not go to Popup content and action area.
Reason:
focus_next hook is returning EINA_FALSE in focus_next_hook.
Change Description:
1. Routed the focus_next call to the internal notify object.
2. Set the visibility of action area layout in edc to True as the
visibility of the action area layout returns zero even if due to state
change it is set to visible state in edje.
3. Deleted the show event callback "_popup_show" in del_pre_ hook.

Signed-Off-By: RAJEEV RANJAN<rajeev.r>@samsumg.com>



SVN revision: 69947
2012-04-06 07:14:10 +00:00
ChunEon Park 64c9258e1e elementary/dayselector - pretty better.
SVN revision: 69844
2012-04-02 05:00:39 +00:00
ChunEon Park 76fa9d0765 elementary/dayselector - improve design
SVN revision: 69843
2012-04-02 04:53:39 +00:00
ChunEon Park aeb32f369f elementary/colorselector - send signal when mode is changed so as to set the padding properly
SVN revision: 69842
2012-04-02 04:22:46 +00:00
Daniel Juyung Seo d58e04ad9c elm genlist: Changed internal variables correctly. Patch by Hyoyoung
Chang <hyoyoung@gmail.com>

On Fri, Mar 30, 2012 at 5:17 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> I talked with seoz. and agreed with previous naming changing is
insufficient.
>
> so changed like this
> "mode_" -> "deco_it_"
> "edit_" -> "deco_all_"
>
> Thanks
>
> On Fri, Mar 30, 2012 at 3:33 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
>> Dear all,
>>
>> After edit mode naming is changed, some legacy naming is remained.
>> I changed naming to follow API naming changes.
>>
>> "edit_" -> "deco_"
>> and also some explicit edc part names are changed.
>>
>> Some naming are remained as is, I'll fix at next patches.
>>
>> Thanks.
>

SVN revision: 69836
2012-04-02 02:37:05 +00:00
Daniel Juyung Seo 768a4ad35f elm genlist: Reverted Hyoyoung's first patch. He sent another patch
for this change.
Revert "After edit mode naming is changed, some legacy naming is remained."

This reverts commit 5e1aa3c8b0382a0ca471150f4c219cd32dbdbe22.

SVN revision: 69835
2012-04-02 02:36:55 +00:00