Kim Shinwoo [Tue, 31 Jul 2012 12:24:58 +0000 (12:24 +0000)]
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
Carsten Haitzler [Tue, 31 Jul 2012 12:19:15 +0000 (12:19 +0000)]
fix 1 liner oops in smart member add handler.. yet AGAIN runing the
smart member add... :)
SVN revision: 74648
Kim Shinwoo [Tue, 31 Jul 2012 11:12:00 +0000 (11:12 +0000)]
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
Daniel Juyung Seo [Tue, 31 Jul 2012 11:02:30 +0000 (11:02 +0000)]
elm test_gengrid.c: Added bring_in/show buttons.
SVN revision: 74644
Daniel Juyung Seo [Tue, 31 Jul 2012 11:02:27 +0000 (11:02 +0000)]
elm gengrid: Fixed item_show bug.
SVN revision: 74643
Christopher Michael [Tue, 31 Jul 2012 06:04:52 +0000 (06:04 +0000)]
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
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:50 +0000 (22:36 +0000)]
[elm] Map now inheritable.
SVN revision: 74610
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:38 +0000 (22:36 +0000)]
[elm] Icon now inheritable.
SVN revision: 74609
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:29 +0000 (22:36 +0000)]
[elm] Remove unused var.
SVN revision: 74608
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:19 +0000 (22:36 +0000)]
[elm] Image now (better) inheritable.
SVN revision: 74607
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:06 +0000 (22:36 +0000)]
[elm] Photocam now inheritable.
SVN revision: 74606
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:55 +0000 (22:35 +0000)]
[elm] Menu now inheritable.
SVN revision: 74605
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:44 +0000 (22:35 +0000)]
[elm] Thumb now inheritable.
SVN revision: 74604
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:32 +0000 (22:35 +0000)]
[elm] Table now inheritable.
SVN revision: 74603
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:22 +0000 (22:35 +0000)]
[elm] Making box inheritable.
SVN revision: 74602
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:11 +0000 (22:35 +0000)]
[elm] Making photo inheritable.
SVN revision: 74601
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:34:57 +0000 (22:34 +0000)]
[elm] Permit multipe object
attachments/detachments from a scrollable iface.
SVN revision: 74600
Christopher Michael [Mon, 30 Jul 2012 10:06:28 +0000 (10:06 +0000)]
Elm: Account for framespace when resizing frame object. Do not need to
account for it in any other case.
SVN revision: 74569
Cedric BAIL [Mon, 30 Jul 2012 09:02:23 +0000 (09:02 +0000)]
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
Christopher Michael [Mon, 30 Jul 2012 07:18:16 +0000 (07:18 +0000)]
Elm: Formatting.
SVN revision: 74554
Cedric BAIL [Mon, 30 Jul 2012 07:14:33 +0000 (07:14 +0000)]
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
Jihoon Kim [Mon, 30 Jul 2012 06:50:44 +0000 (06:50 +0000)]
elm_main.c: fix typo
SVN revision: 74552
Cedric BAIL [Sat, 28 Jul 2012 13:32:53 +0000 (13:32 +0000)]
elementary: catching double and triple clicks in spinner.
Patch by Jean-Philippe André <jpeg@videolan.org>
SVN revision: 74529
Cedric BAIL [Sat, 28 Jul 2012 13:29:50 +0000 (13:29 +0000)]
elementary: round up the spinning speed when the step is too small with a warning message.
Patch by Jean-Philippe André <jpeg@videolan.org>
SVN revision: 74528
Kim Shinwoo [Fri, 27 Jul 2012 02:27:16 +0000 (02:27 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - focus chain,
accessibility
you would be in rush because of freezing.. but there is still hot. -_-;
i'd like to raise an issue about focus chain on the popup. The focus would
go around only in the popup. (IMHO)
but current popup gives a chance to get the focus to other widget which is
not in the popup.
please check the attachment which has accessibility feature also and give
your opinion. thanks.
SVN revision: 74467
Gustavo Sverzut Barbieri [Thu, 26 Jul 2012 23:12:18 +0000 (23:12 +0000)]
check/toggle: toggle on click.
If we just clicked a toggle, we should toggle it. No need to drag.
SVN revision: 74461
Gustavo Sverzut Barbieri [Thu, 26 Jul 2012 20:50:34 +0000 (20:50 +0000)]
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
Gustavo Sverzut Barbieri [Thu, 26 Jul 2012 19:39:10 +0000 (19:39 +0000)]
naviframe: improve automatic previous button without breaking compatibility.
proper fix instead of r74428.
SVN revision: 74450
Gustavo Sverzut Barbieri [Thu, 26 Jul 2012 19:21:27 +0000 (19:21 +0000)]
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
Carsten Haitzler [Thu, 26 Jul 2012 09:10:25 +0000 (09:10 +0000)]
lets not break theme api :( sorry. :(
SVN revision: 74428
Carsten Haitzler [Thu, 26 Jul 2012 06:41:22 +0000 (06:41 +0000)]
setitng min/max size hint on an elm obj actually should not be done
because elm controls these itself. examples all wrong in thsi regard.
fix!
SVN revision: 74414
Daniel Juyung Seo [Thu, 26 Jul 2012 05:50:31 +0000 (05:50 +0000)]
elm genlist: Enhance genlist item unrealize performance by
initializing text parts first. Patch by Bluezery <ohpowel@gmail.com>
On Thu, Jul 26, 2012 at 2:29 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> This patch make genlist free their text parts when each item is
unrealized.
> Before this patch, the item is just cached when an item is unrealized
> and the text part is freed and set by other text when the cached item
> is realized.
> This improves scrolling performance with very long text because this
> can reduce needless edje size recalculation time.
> Please review this patch.
>
SVN revision: 74413
Daniel Juyung Seo [Thu, 26 Jul 2012 05:50:21 +0000 (05:50 +0000)]
elm genlist: Fixed garbage item issue in decorate all mode.
This fixes "elm - genlist decorate all mode on and scroll - garbage
items left around."
Note: Do not manipulate swallowed items. Unswallow it first then
manipulate it.
SVN revision: 74412
WooHyun Jung [Thu, 26 Jul 2012 04:36:12 +0000 (04:36 +0000)]
elementary/elm_toolbar : Toolbar didn't get key_down event because
there was no evas focus. And add event_hook for JaeHwan :)
SVN revision: 74411
ChunEon Park [Thu, 26 Jul 2012 04:26:31 +0000 (04:26 +0000)]
naviframe - removed unnecessary line
SVN revision: 74410
Kim Shinwoo [Thu, 26 Jul 2012 03:57:25 +0000 (03:57 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - getting proper geometry value]
current popup does not give proper geometry value,
evas_object_geometry_get(popup, &x, &y, &w, &h) gives 0, 0, 0, 0.
the patch resolves it, but it would be not a good way to get geometry
value. which is the best way to set obj->cur.geometry.x(y,w,h)?
please enlighten me. thanks.
SVN revision: 74409
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 22:42:21 +0000 (22:42 +0000)]
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
Gustavo Lima Chaves [Wed, 25 Jul 2012 22:03:15 +0000 (22:03 +0000)]
[elm] One more scrolling hook that must be there
till I address it.
SVN revision: 74406
Gustavo Lima Chaves [Wed, 25 Jul 2012 22:03:07 +0000 (22:03 +0000)]
[elm] Some oopsies--.
SVN revision: 74405
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 22:02:29 +0000 (22:02 +0000)]
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
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 21:08:53 +0000 (21:08 +0000)]
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
Daniel Juyung Seo [Wed, 25 Jul 2012 21:07:54 +0000 (21:07 +0000)]
elm genlist.h: Added more description about elm_genlist_homogeneous_set.
SVN revision: 74402
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 17:38:48 +0000 (17:38 +0000)]
naviframe: back button text defaults to previous page title.
SVN revision: 74401
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 17:29:17 +0000 (17:29 +0000)]
test_naviframe: use standard icons, recommended elm_layout_content_set().
SVN revision: 74400
Gustavo Sverzut Barbieri [Wed, 25 Jul 2012 17:20:34 +0000 (17:20 +0000)]
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
Jihoon Kim [Wed, 25 Jul 2012 14:55:04 +0000 (14:55 +0000)]
elm: fix typos
SVN revision: 74397
Gustavo Lima Chaves [Wed, 25 Jul 2012 14:39:03 +0000 (14:39 +0000)]
[elm] Apparently I missed part aliasing for the
alien naviframe case.
SVN revision: 74395
Carsten Haitzler [Wed, 25 Jul 2012 11:19:59 +0000 (11:19 +0000)]
fix fileselctor to not display > next to files... in expand mode.
SVN revision: 74386
Carsten Haitzler [Wed, 25 Jul 2012 11:11:51 +0000 (11:11 +0000)]
fix player theme to work in both illume and standard and not be
unusable/look like arse
SVN revision: 74385
WooHyun Jung [Wed, 25 Jul 2012 10:28:51 +0000 (10:28 +0000)]
elementary / elc_popup : Add focus direction for popup.
SVN revision: 74383
Carsten Haitzler [Wed, 25 Jul 2012 10:00:25 +0000 (10:00 +0000)]
oops printf--
SVN revision: 74381
Carsten Haitzler [Wed, 25 Jul 2012 09:56:00 +0000 (09:56 +0000)]
fix auicklaunch to transport environment as well as args. fixes
startup id tracking for e.
SVN revision: 74380
Daniel Juyung Seo [Wed, 25 Jul 2012 05:03:53 +0000 (05:03 +0000)]
elm test_genlist.c: Fix wrong callback name.
SVN revision: 74370
WooHyun Jung [Wed, 25 Jul 2012 02:43:32 +0000 (02:43 +0000)]
elementary/elm_widget : focus_region function in elm_scroller was not
executed because of _elm_legacy_is always returned EINA_FALSE. So I removed
it.
SVN revision: 74367
WooHyun Jung [Wed, 25 Jul 2012 02:39:33 +0000 (02:39 +0000)]
elementary/elm_scroller : Focus direction failed on elm_scroller.
So I fixed.
SVN revision: 74366
Jihoon Kim [Wed, 25 Jul 2012 01:52:43 +0000 (01:52 +0000)]
[elm] fix typos in elementary_test
SVN revision: 74362
Gustavo Sverzut Barbieri [Tue, 24 Jul 2012 21:57:11 +0000 (21:57 +0000)]
flip: proper api: elm_flip_go_to().
In real world it's very likely you're flipping to something, back or
front, not randomly flipping around based on one button.
I'd say we should deprecate the elm_flip_go().
SVN revision: 74360
Gustavo Sverzut Barbieri [Tue, 24 Jul 2012 21:39:12 +0000 (21:39 +0000)]
flip: make quick sequence of "go" work.
whenever we "go" flip while flipping, we'll enter an inconsitent
state. We should detect where to flip and flip back if required.
Test: go to "Flip" test, click "1" button twice, before the first
animation ends.
SVN revision: 74359
Gustavo Lima Chaves [Tue, 24 Jul 2012 17:34:06 +0000 (17:34 +0000)]
[elm] Also don't advertise this type on our tree
figures.
SVN revision: 74358
Gustavo Lima Chaves [Tue, 24 Jul 2012 17:33:58 +0000 (17:33 +0000)]
[elm] This must be an internal object.
SVN revision: 74357
Carsten Haitzler [Tue, 24 Jul 2012 09:35:27 +0000 (09:35 +0000)]
printf--
SVN revision: 74349
Carsten Haitzler [Tue, 24 Jul 2012 04:59:45 +0000 (04:59 +0000)]
fix layer bug with floating popup object in slider i added just before
freeze.
SVN revision: 74343
Carsten Haitzler [Tue, 24 Jul 2012 04:35:08 +0000 (04:35 +0000)]
fix name of title/name of 3d test window
SVN revision: 74341
Daniel Juyung Seo [Tue, 24 Jul 2012 03:08:10 +0000 (03:08 +0000)]
elm genlist.h: Added more description for elm_genlist_item_update.
SVN revision: 74335
ChunEon Park [Tue, 24 Jul 2012 02:35:25 +0000 (02:35 +0000)]
elementary/scroller - Fixed scroller to not have the hold flag which causes the edje object up event block.
Please review this patch I don't know the intention why did someone add this flags on mouse up in scroller.
Anyhow I tested and works fine.
SVN revision: 74334
Carsten Haitzler [Mon, 23 Jul 2012 12:35:48 +0000 (12:35 +0000)]
fix segv on popup... with items. infinite stack blow. but oh my there
is so much more to fix.. i don't know where to begin.
SVN revision: 74324
ChunEon Park [Mon, 23 Jul 2012 11:16:42 +0000 (11:16 +0000)]
elementary - Updated Changelog
SVN revision: 74320
ChunEon Park [Mon, 23 Jul 2012 08:23:01 +0000 (08:23 +0000)]
elementary/win - fixed invalid sd memory access catched by valgrind.
now, more simple and clear!
SVN revision: 74310
Jaehwan Kim [Mon, 23 Jul 2012 01:59:41 +0000 (01:59 +0000)]
The label should be inserted and the visible signal should be emitted, only when the text exists.
SVN revision: 74304
Gustavo Lima Chaves [Fri, 20 Jul 2012 20:38:18 +0000 (20:38 +0000)]
[elm] Oopsie--.
SVN revision: 74259
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:39 +0000 (14:58 +0000)]
[elm] Fix changed API call for webkit.
SVN revision: 74256
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:33 +0000 (14:58 +0000)]
[elm] Fix on focus handle on photocam.
SVN revision: 74255
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:21 +0000 (14:58 +0000)]
[elm] Removing unused var.
SVN revision: 74254
Carsten Haitzler [Fri, 20 Jul 2012 10:08:08 +0000 (10:08 +0000)]
fix OTHER segv in colorselector! the one cedric didn't find!
SVN revision: 74228
Carsten Haitzler [Fri, 20 Jul 2012 08:42:52 +0000 (08:42 +0000)]
lets not have the getsure layer 3 test us ea timer - bad bad bad style
and jerky anim! :(
SVN revision: 74220
Carsten Haitzler [Fri, 20 Jul 2012 08:10:44 +0000 (08:10 +0000)]
fix transit to expect elm_icon not icon due to internal type name changes.
SVN revision: 74216
Carsten Haitzler [Fri, 20 Jul 2012 08:01:59 +0000 (08:01 +0000)]
fix diskselector if figner size small.
SVN revision: 74215
Cedric BAIL [Fri, 20 Jul 2012 04:20:06 +0000 (04:20 +0000)]
elementary: fix erroneous memory access.
One more pack of beer for the Valgrind developer !
SVN revision: 74202
Gustavo Lima Chaves [Thu, 19 Jul 2012 20:26:35 +0000 (20:26 +0000)]
[elm] This file was not meant to exist.
SVN revision: 74195
Gustavo Lima Chaves [Thu, 19 Jul 2012 20:26:09 +0000 (20:26 +0000)]
[elm] Map now using the scrollable interface.
SVN revision: 74194
Cedric BAIL [Thu, 19 Jul 2012 09:25:04 +0000 (09:25 +0000)]
elementary: prevent the hook to mess with the event object property.
SVN revision: 74175
Cedric BAIL [Thu, 19 Jul 2012 09:24:29 +0000 (09:24 +0000)]
elementary: call this on the samrt object.
SVN revision: 74174
Seunggyun Kim [Thu, 19 Jul 2012 08:10:02 +0000 (08:10 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_icon is disappeared when theme hook is
called.
[Current Issue]
- The elm_icon can be disappeared when theme hook is called.
You can see the problem in the below situation.
a) elementary_test -> Layout select
b) elementary_config -> Fonts(toolbar) -> select some font
class, font,
style, size
c) Select "Apply" button
then two icons in title layout are disappeared.
[Main cause]
- when theme hook is called, internally
_elm_image_smart_sizing_eval
function is called.
The function calculates icon's min, max size.
But min, max size is calculated only in case no_scale is true or
resize_down or resize_up is false.
If application isn't set no_scale or resize_down/up, minw and
minh value
is just -1.
So when theme hooks is called then sizing_eval is called, icon's
min size
is -1 and that is disappeared.
[Change Description]
- I just added evas_object_size_hint_min_get(obj, &minw, minh) in
_elm_image_smart_sizing_eval.
Patch is working well, but I don't think this is right solution
because
that would break image(icon) min,max concept
SVN revision: 74163
Carsten Haitzler [Thu, 19 Jul 2012 07:37:48 +0000 (07:37 +0000)]
commit patch from:
http://trac.enlightenment.org/e/ticket/1174
SVN revision: 74161
Carsten Haitzler [Thu, 19 Jul 2012 07:20:06 +0000 (07:20 +0000)]
1. datetime font should be sanes, not slp, size 10, and
2. diskselector belongs in diskselector, not datetime edc.
SVN revision: 74160
Gustavo Sverzut Barbieri [Thu, 19 Jul 2012 04:47:20 +0000 (04:47 +0000)]
add missing bureaucracy.
thanks vtorri, our restless monitor of forgotten files, changelog,
news and @since.
SVN revision: 74158
Gustavo Sverzut Barbieri [Thu, 19 Jul 2012 04:35:50 +0000 (04:35 +0000)]
elm_win: support trapping ecore_evas calls (aka: e17 support)
Allows setting a trap in elm_win that intercepts calls to
ecore_evas. If there is a trap and the trap returns EINA_FALSE, then
the corresponding call is NOT issued. If it does not exist or returns
EINA_TRUE, then the call is executed.
Enlightenment window manager will set these traps and will call
e_border directly, allowing E17 to use Elementary! A major feature
given e_widgets painful usage.
This should also help integrating into Wayland or even debug.
SVN revision: 74156
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:58 +0000 (21:03 +0000)]
[elm] Fix bad timer usage on notify.
SVN revision: 74151
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:51 +0000 (21:03 +0000)]
[elm] Cosmetic.
SVN revision: 74150
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:46 +0000 (21:03 +0000)]
[elm] Fix bad gengrid porting on a function.
SVN revision: 74149
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:39 +0000 (21:03 +0000)]
[elm] New elm_widget_add() usage spread.
SVN revision: 74148
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:28 +0000 (21:03 +0000)]
[elm] New infra to help factorize initting code for
widgets.
Some of them have initting code using the parent ptr for some logic.
Now there's a new idiom on instantiating widgets which adresses
that. It'll be used for all widgets from now on.
SVN revision: 74147
Gustavo Lima Chaves [Wed, 18 Jul 2012 17:09:51 +0000 (17:09 +0000)]
[elm] Let's not depend on layout calls inside the
interface.
SVN revision: 74075
Daniel Juyung Seo [Wed, 18 Jul 2012 13:24:45 +0000 (13:24 +0000)]
elm elm_list.h: Fix typo pointed out by Goffi on irc.
SVN revision: 74069
ChunEon Park [Wed, 18 Jul 2012 12:36:09 +0000 (12:36 +0000)]
elementary/mapbuf - Fix the mapbuf to resize the contents(smart obj) correctly.
When smart obj was set as the contents the _configure would be called recursively.
In this process the lastest size could be reverted as the previous one.
SVN revision: 74064
ChunEon Park [Wed, 18 Jul 2012 11:43:02 +0000 (11:43 +0000)]
elementary/mapbuf - more proper size for test
SVN revision: 74059
Carsten Haitzler [Wed, 18 Jul 2012 11:06:25 +0000 (11:06 +0000)]
fix flipselector theme to not lose chars. amazing it degraded so
gracefully in the first place! :)
SVN revision: 74056
yan.wang [Wed, 18 Jul 2012 08:27:52 +0000 (08:27 +0000)]
From: yan.wang@linux.intel.com
Subject: [E-devel] [PATCH] Add frame size when calculating minimized
elm_win size
Hi,
I found frame size including width and height isn't counted in
_elm_win_resize_objects_eval() when calculating minimized elm_window
size.
It is OK for X engine because elementary only draw client area and X
provides widow frame. So both the width and height from
evas_output_framespace_get are 0.
But it cause bug for wayland engine because elementary need draw
window
frame by itself. So real client area size is smaller than window size.
If frame size isn't counted into minimized window size, there isn't
enough client area to layout widgets.
So it is bug for any engine in which elementary draws window frame by
itself. It is the reason of
http://trac.enlightenment.org/e/ticket/1064.
Could you please my attached patch for this issue?
Thanks.
SVN revision: 74049
Carsten Haitzler [Wed, 18 Jul 2012 08:23:15 +0000 (08:23 +0000)]
clean up default check/radio sizing.
SVN revision: 74048
Carsten Haitzler [Wed, 18 Jul 2012 06:59:16 +0000 (06:59 +0000)]
fix evil scroller self-feeing loop scrollbar sizing issues.
SVN revision: 74041