Commit Graph

6316 Commits

Author SHA1 Message Date
Gustavo Lima Chaves d87eff1f3e [elm] Radio now inheritable.
SVN revision: 74693
2012-07-31 22:07:02 +00:00
Gustavo Lima Chaves bf97bdfcfb [elm] Inwin now inheritable.
SVN revision: 74692
2012-07-31 22:06:57 +00:00
Gustavo Lima Chaves b7e8152421 [elm] Calendar now inheritable.
SVN revision: 74691
2012-07-31 22:06:52 +00:00
Gustavo Lima Chaves 81ca96c96a [elm] Separator now inheritable.
SVN revision: 74690
2012-07-31 22:06:47 +00:00
Gustavo Lima Chaves 093142d6ec [elm] Progressbar now inheritable.
SVN revision: 74689
2012-07-31 22:06:41 +00:00
Gustavo Lima Chaves a0359a65c5 [elm] List now inheritable.
SVN revision: 74688
2012-07-31 22:06:36 +00:00
Gustavo Lima Chaves a3bf3caf6e [elm] Slider now inheritable.
SVN revision: 74687
2012-07-31 22:06:31 +00:00
Gustavo Lima Chaves cead79a22d [elm] Naviframe now inheritable.
SVN revision: 74686
2012-07-31 22:06:26 +00:00
Gustavo Lima Chaves 04c70b4722 [elm] Conformant now inheritable.
SVN revision: 74685
2012-07-31 22:06:21 +00:00
Gustavo Lima Chaves ccc06c6c53 [elm] Actionslider now inheritable.
SVN revision: 74684
2012-07-31 22:06:16 +00:00
Gustavo Lima Chaves bf46a44458 [elm] Bring header files install rule up to date.
SVN revision: 74683
2012-07-31 22:06:11 +00:00
Gustavo Lima Chaves f6b6104dd6 [elm] Genlist now inheritable.
Widgets having internal panning objects won't have so fancy inheriting
schemas for those very objects, but they should be fine with
re-defining their own, if they want/need and overwriting it in their
smart_add()s.



SVN revision: 74682
2012-07-31 22:06:06 +00:00
Gustavo Lima Chaves 1335c99281 [elm] Slideshow now inheritable.
SVN revision: 74681
2012-07-31 22:06:00 +00:00
Gustavo Lima Chaves ff6ae0d0bf [elm] Scroller now inheritable.
SVN revision: 74680
2012-07-31 22:05:55 +00:00
Gustavo Lima Chaves 1cbb9301ca [elm] Here, better.
SVN revision: 74679
2012-07-31 22:05:50 +00:00
Gustavo Lima Chaves 68c6df3ec7 [elm] Hover now inheritable.
SVN revision: 74678
2012-07-31 22:05:43 +00:00
Gustavo Lima Chaves 72fa126e71 [elm] Inheritance tweeks on layout.
SVN revision: 74677
2012-07-31 22:05:38 +00:00
Gustavo Lima Chaves 5080061dbb [elm] Mapbuf now inheritable.
SVN revision: 74676
2012-07-31 22:05:33 +00:00
Gustavo Lima Chaves 0da58ae800 [elm] Notify now inheritable.
SVN revision: 74675
2012-07-31 22:05:27 +00:00
Gustavo Lima Chaves af665a23cc [elm] Elm container a little bit more
future-proof.




SVN revision: 74674
2012-07-31 22:05:22 +00:00
Gustavo Lima Chaves d987a06044 [elm] Route now inheritable.
SVN revision: 74673
2012-07-31 22:05:17 +00:00
Gustavo Lima Chaves 230aa70cab [elm] Plug now inheritable.
SVN revision: 74672
2012-07-31 22:05:12 +00:00
Gustavo Lima Chaves b038205281 [elm] Grid now inheritable.
SVN revision: 74671
2012-07-31 22:05:06 +00:00
Gustavo Lima Chaves 0a1b1445f5 [elm] Diskselector now inheritable.
SVN revision: 74670
2012-07-31 22:05:00 +00:00
Gustavo Lima Chaves 664f2a7db5 [elm] Glview now inheritable.
SVN revision: 74669
2012-07-31 22:04:54 +00:00
Gustavo Lima Chaves af7673fcb4 [elm] Web now inheritable.
We still gotta find a way to use our scrolling infra with it.



SVN revision: 74668
2012-07-31 22:04:45 +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
Carsten Haitzler 4e9dba0e39 chlog++
SVN revision: 74651
2012-07-31 12:31:31 +00:00
Kim Shinwoo 13648c3680 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] ctxpopup, focus-chain

i'd like to raise an issue about focus chain on the ctxpopup. the focus
would go around only in the ctxpopup. (IMHO, raster keep the previous
popup
patch. so definitely!!)
but.. first of all, current ctxpopup does not have focus_next(). even
though there is focus_next(), it is not work properly,
because the parent of ctxpopup would be a widget which does not take
care
of sub objects in the focus_next(); such as elm_list.
(every widget can be a parent of ctxpopup, if the widget is enough
size to
display ctxpopup. thus the elm_list can be a parent of ctxpopup also).
anyhow, to resolve this issue, the patch uses event() of
elm_widget_event_hook_set().

the ctxpopup item is equal to the elm_list item. but the focus chain of
elm_list does not work properly.
generally, we use 'Tab' key to move focus, but elm_list uses the
(up,down)
arrow key moreover it is not a focus.
if you want to check this patch, it would be better to use
ELM_ACCESS_MODE=1.



SVN revision: 74650
2012-07-31 12:30:48 +00:00
Kim Shinwoo 82b68bd53d From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] dayselector - focus chain, and
about accessibility policy.

dayselector does not work in focus cycle because there is no
focus_chain().
because dayselctor is a child of Elm_Layout_Smart_Class, so it is
enough to
use focus_chain() of layout.

and.. very carefully..
i'd like to raise an issue that currently visually impaired person
should
be obliged to click(tap) quickly two times to activate widget such as
button, check.
the implementation to check 2nd click in elm_access is great. but one
single click is enough to activate button or change state of elm_check.
moreover some widgets like dayselector which has customized style for
elm_check does not work properly, because they do something at signal
'mouse,down,1'.



SVN revision: 74649
2012-07-31 12:24:58 +00:00
Carsten Haitzler 0991e35a4c fix 1 liner oops in smart member add handler.. yet AGAIN runing the
smart member add... :)



SVN revision: 74648
2012-07-31 12:19:15 +00:00
Kim Shinwoo ecbb34fce6 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] naviframe - focus chain, access

i have attached a patch to fix focus chin issue when the item title is not
visible. and to add accessibility feature.



SVN revision: 74646
2012-07-31 11:12:00 +00:00
Daniel Juyung Seo 2ab8b0469d elm test_gengrid.c: Added bring_in/show buttons.
SVN revision: 74644
2012-07-31 11:02:30 +00:00
Daniel Juyung Seo be4d9166f4 elm gengrid: Fixed item_show bug.
SVN revision: 74643
2012-07-31 11:02:27 +00:00
Christopher Michael fc15eee33d Elm: Update label example to move labels so they do not overlap and
actually call evas_object_move on one that was missing it.



SVN revision: 74614
2012-07-31 06:04:52 +00:00
Gustavo Lima Chaves 50305f191b [elm] Map now inheritable.
SVN revision: 74610
2012-07-30 22:36:50 +00:00
Gustavo Lima Chaves 9319d50d54 [elm] Icon now inheritable.
SVN revision: 74609
2012-07-30 22:36:38 +00:00
Gustavo Lima Chaves 539db7e34a [elm] Remove unused var.
SVN revision: 74608
2012-07-30 22:36:29 +00:00
Gustavo Lima Chaves 451c8e6791 [elm] Image now (better) inheritable.
SVN revision: 74607
2012-07-30 22:36:19 +00:00
Gustavo Lima Chaves 39ebd3a128 [elm] Photocam now inheritable.
SVN revision: 74606
2012-07-30 22:36:06 +00:00
Gustavo Lima Chaves 463dd0f8ae [elm] Menu now inheritable.
SVN revision: 74605
2012-07-30 22:35:55 +00:00
Gustavo Lima Chaves 4ee9bb397e [elm] Thumb now inheritable.
SVN revision: 74604
2012-07-30 22:35:44 +00:00
Gustavo Lima Chaves f4ed81812b [elm] Table now inheritable.
SVN revision: 74603
2012-07-30 22:35:32 +00:00
Gustavo Lima Chaves 052c2e1c21 [elm] Making box inheritable.
SVN revision: 74602
2012-07-30 22:35:22 +00:00
Gustavo Lima Chaves b47c5855cf [elm] Making photo inheritable.
SVN revision: 74601
2012-07-30 22:35:11 +00:00
Gustavo Lima Chaves 1fd2616b4c [elm] Permit multipe object
attachments/detachments from a scrollable iface.




SVN revision: 74600
2012-07-30 22:34:57 +00:00
Christopher Michael 40eacfcb99 Elm: Account for framespace when resizing frame object. Do not need to
account for it in any other case.



SVN revision: 74569
2012-07-30 10:06:28 +00:00
Cedric BAIL a948fe54ca elementary: defert Elm_Calendar generation until needed.
NOTE: The new infra is awesome ! That was a piece of cake once
I understand how it work. I love it !


SVN revision: 74562
2012-07-30 09:02:23 +00:00
Christopher Michael bb27d02b6e Elm: Formatting.
SVN revision: 74554
2012-07-30 07:18:16 +00:00
Cedric BAIL 5e5d86df36 elementary: add thaw/freeze to Elm_Layout and use it in Elm_Calendar.
NOTE: This improve calendar performance quite a lot, but a better improvement
would be to populate the object when we really need it. I don't know how to
do that in current Elementary source code. Reason for another expected massive
improvement is that every time you set a property on an Elm_Calendar trigger
a populate and that one is costly (Around 6 populates call per Elm_Calendar in
our code example, meaning doing it could give us a 6 times boost...).


SVN revision: 74553
2012-07-30 07:14:33 +00:00