Commit Graph

461 Commits

Author SHA1 Message Date
WooHyun Jung 5f99ff1ffe elementary : Modified entry.edc for preediting feature.
SVN revision: 66583
2011-12-28 04:02:10 +00:00
Daniel Juyung Seo 2f3a338139 elm genlist/gengrid: Changed 'labels' to 'texts' in edc.
SVN revision: 66205
2011-12-14 16:36:09 +00:00
Tom Hacohen 7ffb54c9c7 Elm theme: Adjust the default theme to rely on the default tags.
SVN revision: 66200
2011-12-14 15:12:02 +00:00
Cedric BAIL 4fee080155 elementary: make it possible to have more than one text in a slider.
SVN revision: 65827
2011-12-02 17:51:49 +00:00
ChunEon Park f7fcfcc09e elementary/button - removed an unnecessary line.
reported by discomfitor who has eagle eyes.



SVN revision: 65678
2011-11-29 07:44:06 +00:00
ChunEon Park 8f58ad1dc7 elementary/button - Setting the text after button is disabled then the text does not showed up with disabled status.
fixed it.



SVN revision: 65668
2011-11-29 04:56:08 +00:00
이고은 6824852f0c elementary: Add multibuttonentry widget
---------------------------------------------------

Dear Developers,

I added a new widget called “Multibuttonentry" which could be used as contact button in App
This widget allows a user to insert a text button.
text button is inserted by pressing the "Enter key"
If there is no space in the current row, the new button is entered in the next row. If the button is clicked, it will become focused.
And focused button can be removed by pressing the "backspace" key.
when items are added over 1 lines, if Multibuttonentry lost focus, it becase shrink mode (made it as 1 line)

Please review it's APIs and functionalities.

Thank you,
Goun

---------------------------------------------------

Widget was originally written by Hyunsil Park <hyunsil.park@samsung.com>.
It has been contributed to by the following people:
 * Jihoon Kim <jihoon48.kim@samsung.com>
 * WooHyun Jung <wh0705.jung@samsung.com>
 * deasung.kim <deasung.kim@samsung.com>
 * Myungjae Lee <mjae.lee@samsung.com>
 * Goun Lee <gouni.lee@samsung.com>
 * Mike McCormack <mj.mccormack@samsung.com>
 * Daniel Juyung Seo <juyung.seo@samsung.com>
 * Seunggyun Kim <sgyun.kim@samsung.com>
 * sanghoon80.cho <sanghoon80.cho@samsung.com>

Signed-off-by: 이고은 <gouni.lee@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65548
2011-11-24 01:06:26 +00:00
Daniel Juyung Seo 1ec974561d elm genlist.edc: Used CURRENT feature for edc transition.
yay! this is the first commit using CURRENT.


SVN revision: 65537
2011-11-23 12:09:51 +00:00
ChunEon Park a0e6f838a2 elementary/naviframe - consider the min size
SVN revision: 65421
2011-11-20 06:31:54 +00:00
Carsten Haitzler 4b6eaeb6d4 fix distecheck
SVN revision: 65256
2011-11-15 12:24:51 +00:00
Aharon Hillel 488650710c Elm glayer: Added "Gesture Layer 2" test.
This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64980
2011-11-09 10:46:04 +00:00
WooHyun Jung 6e1f989380 elementary/elm_colorselector : Button in elm_colorselector was
edjeobject, not elm_button. This patch will change all button
edje_objects to real elm_button. And long_press will be supported by
elm_button's autorepeat feature. (This patch was made by Shilpa. Thanks)


SVN revision: 64931
2011-11-08 02:49:57 +00:00
ChunEon Park d602f78c45 elementary/naviframe - updated test.
SVN revision: 64720
2011-11-04 04:46:09 +00:00
ChunEon Park 8f57c66a1c elementary/map - should be type rect if it is a clipper.
SVN revision: 64672
2011-11-03 01:44:54 +00:00
Bruno Dilly c4d3e5f243 Elementary Cursor Test: add layout tests
Looks like some stuff is broken regarding layout cursors.


SVN revision: 64617
2011-11-01 21:13:04 +00:00
ChunEon Park b7da6ba1d2 elementary/naviframe - fixed typo
SVN revision: 64428
2011-10-27 08:12:54 +00:00
Daniel Juyung Seo 23de0435b9 elm genlist/gengrid: Applied genlist/gengrid icons -> contents changes
to themes. Changed detour-elm and darkness theme as well.
Tips) Change genlist/gengrid's "icons" to "contents" in edc.


SVN revision: 64345
2011-10-24 02:27:04 +00:00
Carsten Haitzler 6c10a447b1 and really move all toggle stuff over to check.
SVN revision: 64231
2011-10-21 04:36:25 +00:00
Mike Blumenkrantz 2d4bcc4867 wooooooooooooooooooo aliases!
SVN revision: 64203
2011-10-20 21:05:30 +00:00
Carsten Haitzler f5ce029839 make toggle just a feature of check - on/off state and a togle style.
keep toggle api (wrapped around check) and deprecate it. it will
eventually go.



SVN revision: 64199
2011-10-20 12:30:04 +00:00
PRINCE KUMAR DUBEY 4f1589ca02 From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Subject: [E-devel] elm_segment_control patch for enable/disable issue
fix.

Change Description:

[Issue-Fixed] After disable, on enabling, the segment control, segment
item's image remains of disable type.
   


SVN revision: 64074
2011-10-14 11:05:56 +00:00
Jaehwan Kim 2fd30a5890 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] ELM_THUMBSCROLL_SENSITIVITY_FRICTION

I talked with you about 4.0, magic number.
I want to change the part that the length of mouse dragging multiply 4.0
to _elm_config->thumbscroll_sensitivity_friction.
4.0 is nice. But some device may want to change the value. It is a kind
of sensitivity. So I added the config "ELM_THUMBSCROLL_SENESITIVITY
_FRICTION". And I change the value mean. If the value is high, it is
more sensitive. The range of the value is from 0.1 to 1.0. It cannot be 0.0.
4.0 changed to 0.25. 
Please check this patch.



SVN revision: 64051
2011-10-13 12:07:39 +00:00
ChunEon Park 38beb85cfa elementary/naviframe - default could be visible and don't need to emit signal for it.
SVN revision: 64016
2011-10-12 10:45:22 +00:00
Mike Blumenkrantz c67b7479e0 use elm,action,click in notify like all other widgets
SVN revision: 63988
2011-10-11 19:41:54 +00:00
Iván Briano c4a7751b05 Make toggling visibity of entry icons actually work
SVN revision: 63971
2011-10-11 02:07:56 +00:00
ChunEon Park f96f4bbc06 elementary/naviframe - modified internal signal names.
this change resolves the transition problem also 
When user set the item style again. 

every time, transition signals are called,
Transition start position of the page will be reset.



SVN revision: 63869
2011-10-06 04:59:02 +00:00
Gustavo Sverzut Barbieri ab188c657c Elementary support for EWS, with simplistic window manager.
This contains a very simple and stupid window manager to be used in
FB, PS3 or similar single-window engines. Everybody is welcome to
improve it, particularly:
 * Edje: better border decoration theme
 * Edje: nice background
 * C + Edje: taskbar with minimized items.
 * C + Edje: find a better protocol to determine window size,
   accounting border decoration without account shadow! Right now I'm
   taking everything :-P
 * C: window management keys (Alt+F4 and like)

How to use: export ELM_ENGINE=ews
How to configure backing store: export ECORE_EVAS_EWS=enginey:w:h:options
Example:
{{{
export ECORE_EVAS_EWS=software_x11:0:0:1024:768
export ELM_ENGINE=ews
elementary_test
}}}

Bugs: maybe many, but so far seems it wouldn't take mouse events for
secondary windows. Will check it later.





SVN revision: 63849
2011-10-05 22:18:22 +00:00
Carsten Haitzler 5d97ed8ada based on input from tomas cech
SVN revision: 63817
2011-10-04 22:57:40 +00:00
Tom Hacohen 2dd4edba45 Elm entry: Use group inheritance in theme.
SVN revision: 63765
2011-10-03 07:56:03 +00:00
Daniel Juyung Seo 8f067c3089 elm genlist: Oops removed test code.
SVN revision: 63695
2011-09-30 01:53:52 +00:00
Daniel Juyung Seo 212b3cb83b elm genlist: First commit that uses edc inheritance :) 'data' is not
inherited well yet, so I described it.


SVN revision: 63694
2011-09-30 01:47:52 +00:00
Mike Blumenkrantz 6f4ac98b6e add identical code for "elm/toolbar/item/item_horizontal" group to actively maintained themes for an item style where the text is on the right of the icon and swings to the middle of the item on selection.
this showcases new group inheritance from edje!

...it also throws a non-fixed part error


SVN revision: 63655
2011-09-29 07:36:09 +00:00
ChunEon Park bdca77d062 elementary/naviframe - modified naviframe theme for title clicked signal emit.
SVN revision: 63427
2011-09-16 06:17:19 +00:00
ChunEon Park ceb51e8b87 elementary/naviframe - modified to show the title area shadow.
SVN revision: 63401
2011-09-15 00:15:12 +00:00
ChunEon Park 8d780ef4b5 elementary/naviframe - merged groups base and title
SVN revision: 63379
2011-09-14 10:56:44 +00:00
ChunEon Park 9a7c9676df elementary/naviframe - just updated signal name.
SVN revision: 63376
2011-09-14 08:15:44 +00:00
Michael BOUCHAUD 17748b5a0f elementary: welcome to group in gengrid. Still need some work with reorder...
SVN revision: 63306
2011-09-09 12:43:34 +00:00
Tom Hacohen e40ca43d68 Elm default theme: Fix segment control's theme.
It was very hackish/broken and it broke when gustavo fixed some stuff in
edje. I merged all the different padding items to one padding frame,
and corrected some of the things that were wrong, and tada, now everything
works.

SVN revision: 62983
2011-08-30 11:05:04 +00:00
Daniel Juyung Seo 954d3e31cf elm list: Fixed elm_list_item_disabled_set() API. Closed trac #844.
SVN revision: 62932
2011-08-29 05:10:20 +00:00
Carsten Haitzler 62b4440c3c if you activate index without it being clicked, the indicator bit is
visible but empty - dont show this until someone actually clicks.



SVN revision: 62799
2011-08-25 10:20:47 +00:00
ChunEon Park 92f6d2a29b elementary/ctxpopup - added show effect (patched by kimcinoo@gmail.com>
Dear All, Hello!

The transition effect is added to the ctxpopup when it comes.
Please review the attached patch. Thanks always!

Sincerely,
Shinwoo Kim.



SVN revision: 62735
2011-08-24 07:02:26 +00:00
Carsten Haitzler ee218406b0 add visual feedback on accessibility mouseover too
SVN revision: 62713
2011-08-23 07:44:49 +00:00
Carsten Haitzler 430e7463f5 this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.



SVN revision: 62585
2011-08-19 11:07:42 +00:00
Jiyoun Park 2605c2c0d8 From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

animated image support in elm icon - from jy.



SVN revision: 62332
2011-08-11 06:05:05 +00:00
Daniel Juyung Seo 1b4b7374ab elm genlist: Support reorder effect for tree.
SVN revision: 62304
2011-08-10 17:49:56 +00:00
Tom Hacohen 9c0261a139 Elementary theme: Edit theme's formatting. Vim Magic.
Since I already moved everything around which means no patches will apply
anyway, now is a good time to also fix formatting.

Many thanks to Vim for being so awesome and magical.

SVN revision: 62000
2011-08-02 14:07:53 +00:00
Tom Hacohen 908b87f979 Elementary theme: Split default.edc to a file per widget.
According to raster it should break  edje_decc for some people, I tested
it for as much as I could, but I couldn't find anything wrong with it.
Please let me know if it breaks for you.

SVN revision: 61988
2011-08-02 09:47:05 +00:00
Tom Hacohen 0065eed4f3 Elementary theme: Updated default theme's b, em and highlight tags.
Updated them to use the new font_weight and font_style format attributes
of textblock.c

SVN revision: 61856
2011-07-28 13:00:39 +00:00
Mike Blumenkrantz fb13968e89 remove hardcoded transparency from tooltip, add data item to edc to enable it
SVN revision: 61845
2011-07-28 10:08:07 +00:00
ChunEon Park 3012836567 elementary/naviframe - trivial changes
SVN revision: 61835
2011-07-28 02:32:40 +00:00