Commit Graph

349 Commits

Author SHA1 Message Date
Rajeev Ranjan 9711e4c796 From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel]  [Patch]  Elementary: New custom widget Popup

Hi All,
   Attached to the mail is the patch for a new custom elementary
widget  elm_popup for your review.

Change description:
New custom widget Popup added.

elm_popup is an enhancement over elm_notify widget with widely used
parts such as Title, Content and Action Buttons.
Items are supported as well and they are put inside the content area
which can have either an Evas Object/Set of items/Description text.



SVN revision: 68747
2012-03-05 23:51:56 +00:00
Sumanth Krishna Mannam 14df28cdae From: Sumanth Krishna Mannam <sumanth.m@samsung.com>
Subject: [E-devel]  [Patch] Elementary : New widget Elm_datetime patch

Attached to the mail is the patch for new elementary widget elm_datetime.
Refer to the below EFL post history for more details. 

The datetime widget provides an option to display Date & time based on
current locale format and the user can edit them through dynamic Modules.
Dynamic modules can be based on 1. Content Popup/diskselector based
list   2. Elm_entry with ISE based input   3. Elm_Spinner based  etc.
Refer to the Screenshots:  <1.ctxpopup_diskselector_UI>
<2.entry_ise_UI>   <3.spinner_selection_UI>

Can someone review and push this patch to EFL repository?

Change description:
New widget Elm_datetime is added.
Datetime widget displays the Date &Time fields and provides a
customizable way to edit them.
The widget is implemented in a modular fashion for date/time field inputs.
Ctxpopup based input is proposed as the default selection module.
Localization support based on Libc is also supported.

Sign-Off By:  Sumanth M.V.K  <sumanth.m@samsug.com>



SVN revision: 68696
2012-03-05 11:07:05 +00:00
Tom Hacohen a8d98a09e9 Elm pager: reimplement using naviframe - should probably die.
SVN revision: 67990
2012-02-15 16:27:53 +00:00
Christopher Michael acc534e6e2 Elm: Add pointer edc for mouse_pointers of elm wayland client apps.
SVN revision: 67812
2012-02-10 08:10:43 +00:00
Christopher Michael 31eaa87b3d Elm: Add border edc & images for wayland borders.
SVN revision: 66766
2012-01-03 01:38:53 +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
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 ee218406b0 add visual feedback on accessibility mouseover too
SVN revision: 62713
2011-08-23 07:44:49 +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
Mike Blumenkrantz b404e85ed1 add padding to transparent tooltip
SVN revision: 61832
2011-07-28 01:30:09 +00:00
Mike Blumenkrantz 26ba21efa3 somewhat decent attempt at top panel orientation along with failure attempt at bottom panel orientation
SVN revision: 61678
2011-07-25 09:37:28 +00:00
ChunEon Park 4770898fcc elementary/segment_control - patched by Prince Kumar Dubey (prince.dubey@samsung.com)
Change Log: 

1. Modification of fix to support dynamic theme changing.
2. Fixed clipping issue, when new segment item/items inserted/added.
3. edc file cleanup and indentation correction.




SVN revision: 61576
2011-07-22 01:48:20 +00:00
Daniel Juyung Seo 12e0803a82 elm genlist theme: Fixed typo.
SVN revision: 61491
2011-07-19 03:37:43 +00:00
ChunEon Park 251f7fa2b2 elementary/naviframe - just modified item style name.
SVN revision: 61318
2011-07-13 05:18:19 +00:00
ChunEon Park 75b71542ce elementary/naviframe - updated item clipping
SVN revision: 61317
2011-07-13 05:16:50 +00:00
ChunEon Park 696b5aa58d elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience. 
Not completed yet for decorations. but basic frame is completed. 

Need to have a review. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00
ChunEon Park e7a7fe05aa elementary/ctxpopup - trivial changes.
fixed indenation. 
removed useless lines. 
so on. 



SVN revision: 61263
2011-07-12 03:49:30 +00:00
ChunEon Park ee192b1a40 elementary/default.edc - updated ctxpopup arrow.
to more precious positioning. 



SVN revision: 61262
2011-07-12 03:45:12 +00:00
Daniel Juyung Seo 280e8f8ee1 elm default.edc: Removed trailing whitespaces.
SVN revision: 61121
2011-07-07 14:51:26 +00:00
Cedric BAIL fe511d0609 elementary: add forgotten image.
SVN revision: 61069
2011-07-06 08:23:08 +00:00
Carsten Haitzler 2e86f7eef5 CEEEEEDRIIC! you didnt add the mp_* icons!
SVN revision: 61063
2011-07-06 00:52:37 +00:00
Cedric BAIL f5d9c45f1b elementary: add the basic of an elm_player object.
This object should be linked with an elm_video to be
usefull at all. If people have some graphical skill,
the kind of thing I lack, you are welcome to improve
this player !



SVN revision: 61053
2011-07-05 14:05:59 +00:00
ChunEon Park 4fa24c7896 elementary/video - added missed "" for strings .
SVN revision: 60964
2011-07-04 05:15:58 +00:00
Cedric BAIL 2c9cbe32f3 elementary: add higger level elm_video object.
SVN revision: 60877
2011-06-30 17:18:13 +00:00
Carsten Haitzler c1e12182b8 genscroller++. just stubs right now.
SVN revision: 60625
2011-06-23 08:52:51 +00:00
Tom Hacohen 13fbc620f4 Elm check+radio: Fix alignment of text to be according of text direction.
SVN revision: 60575
2011-06-22 07:05:13 +00:00
Michael BOUCHAUD b6f81adf23 elementary: fix clip in the progressbar theme
SVN revision: 60444
2011-06-17 11:05:20 +00:00
Michael BOUCHAUD fdb1fbb8a9 elementary: fix slideshow transition, clip on image doesn't work today :P
SVN revision: 60346
2011-06-15 13:50:39 +00:00
Tom Hacohen 7fa8c6ff6c Elm label: fixed label min size.
SVN revision: 60187
2011-06-10 10:18:01 +00:00
Daniel Juyung Seo de905ca622 Elm label: Fixed label min.
SVN revision: 60184
2011-06-10 08:21:53 +00:00
Daniel Juyung Seo 0a3572bc23 Elm label: Fixed default.edc from TAsn's commit. TAsn, can you check
this?


SVN revision: 60160
2011-06-10 02:57:07 +00:00
Tom Hacohen 51215c350e Elm label: Fix text sliding.
SVN revision: 60134
2011-06-09 14:17:07 +00:00
Tom Hacohen 00b8e22769 Elm label: Various fixes and cleanups.
1. Fixed ellipsis to work correctly.
2. Changed it to sync the background size to the text part size.
3. Font resizing also works nicely now.
4. Split internal text to format and actual text.

SVN revision: 60132
2011-06-09 13:56:09 +00:00
ChunEon Park c3bb30390a elementary/ctxpopup - removed white spaces in default.edc
SVN revision: 60020
2011-06-07 04:41:03 +00:00
Daniel Juyung Seo b1185c152c Elementary gengrid,genlist: Sync genlist/gengrid signal name for
reorder.


SVN revision: 60013
2011-06-07 00:46:22 +00:00
Daniel Juyung Seo 629a67e86b Elementary genlist: Applied reorder effect patch from Seunggyun
<sgyun.kim@samsung.com>. Now reorder effect is enalbed :)

Btw, I changed signal name before commit.


SVN revision: 59940
2011-06-04 01:17:52 +00:00
cnook fc1fae8eb0 From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch][CtxPopup] Add Arrow on the drag-able
area of Base

Dear Mr. Hermet,
Hello, I have attached more accurate patch based on latest elementary. The
last patch already there.
All your review items are reflected on the attached patch.
Please review this again, sorry for any inconvenient.



SVN revision: 59911
2011-06-03 07:16:39 +00:00
Jeonghyun Yun 45eaf731bd From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: RE: [E-devel] [Patch] elm_gengrid - added new feature :
gengrid reorder mode

I added theme stuff to handle the reorder mode.
Please check this patch again.



SVN revision: 59910
2011-06-03 07:13:37 +00:00
cnook bfcb5543f7 From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][CtxPopup] Add Arrow on the drag-able area
of Base

If CtxPopup has elm_slider for content, the elm_slider indicator is covered
by CtxPopup arrow.
So, I have made a patch for resolving this issue. As the title the arrow
will be swallowed in the base.
Even though user uses his/her own style, the attached patch will work
properly.

Sincerely,
Shinwoo Kim.



SVN revision: 59890
2011-06-02 06:35:20 +00:00
Daniel Juyung Seo dd34b66b4f Elementary default.edc: Fixed genlist item styles. TEXT part does not need to have "default" 1.0 state. Align text with -1.0 0.5.
SVN revision: 59880
2011-06-01 16:55:56 +00:00
Daniel Juyung Seo 513b4f6634 Elementary default.edc: Applied genlist edc style changes to mode style.
SVN revision: 59863
2011-06-01 10:59:30 +00:00
Daniel Juyung Seo 46ee160b3f Elementary conform: Patch by Prince for virtual keypad support and
adding a new API.

1. Virtual Keypad Support.
2. New API "elm_conformant_content_area_get" added.
- Reviewed by Rasterman and I just fixed warnings.


SVN revision: 59528
2011-05-19 10:58:16 +00:00
Stephen Houston 86cc9ce501 Elm/Theme/Application/Content-Back: revert my commit that made elm.swallow.end rel2 vertically align with the back button and the title. According to k-s, this should be done using size hints on the object swallow in elm.swallow.end. Tested that out and it works just fine.
SVN revision: 59434
2011-05-16 02:33:21 +00:00
Stephen Houston df8fc3a807 Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0 so it lines up with the back button and the title.. (I am pretty sure this was the intent anyway).. otherwise the content you put there is very skinny and stretches the whole length of the window. I am pretty sure I am possibly the only one using this so it shouldn't mess anyone elses app up.. however if it does, feel free to revert it.
SVN revision: 59386
2011-05-14 17:57:39 +00:00
Tom Hacohen b51ae15d2e Elementary entry: Added mixedwrap theme groups and use them.
SVN revision: 59116
2011-05-02 11:08:35 +00:00
Daniel Juyung Seo e574605be4 Elementary default.edc: Removed unnecessary blank lines and trailing whitespaces.
SVN revision: 58962
2011-04-27 14:54:31 +00:00
ChunEon Park d4b5ea4f8d elementary / default theme - fixed identation and removed white spaces for ctxpopup
SVN revision: 58957
2011-04-27 11:44:20 +00:00