Commit Graph

648 Commits

Author SHA1 Message Date
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