Commit Graph

618 Commits

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