Commit Graph

81 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 87648e9ace [elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.



SVN revision: 79909
2012-11-30 14:41:39 +00:00
Gustavo Lima Chaves c888750067 [elm] Panel now a layout (last widget, woo hoo!)
SVN revision: 75898
2012-08-30 16:46:40 +00:00
Gustavo Lima Chaves c440726506 [elm] Popup now a layout.
SVN revision: 75897
2012-08-30 16:46:34 +00:00
Gustavo Lima Chaves 7f8d2e218e [elm] Multibuttonentry now a layout.
SVN revision: 75895
2012-08-30 16:46:12 +00:00
Gustavo Lima Chaves 389f6eaf14 [elm] Ctxpopup now a layout.
SVN revision: 75893
2012-08-30 16:45:51 +00:00
Gustavo Lima Chaves 802d05d60f [elm] Filesector entry ported.
NB: IMO this should be a child of file selector button, but we'd have
to break its theme for that. Do go we go for that?



SVN revision: 75891
2012-08-30 16:45:28 +00:00
Gustavo Lima Chaves a9b1707fcd [elm] Entry now a scrollable layout.
SVN revision: 75890
2012-08-30 16:45:15 +00:00
Gustavo Lima Chaves c0d48e6035 [elm] Toolbar ported.
SVN revision: 75889
2012-08-30 16:45:00 +00:00
Gustavo Lima Chaves 6b109ac32f [elm] Map now using the scrollable interface.
SVN revision: 74194
2012-07-19 20:26:09 +00:00
Gustavo Lima Chaves 45e5030474 [elm] Fix image name on a script.
SVN revision: 74028
2012-07-17 22:27:01 +00:00
Gustavo Lima Chaves e6b6bcd8b4 [elm] Diskselector now a scrollable widget.
Again, all bugs and features kept. Enjoy.



SVN revision: 74027
2012-07-17 22:09:07 +00:00
Gustavo Lima Chaves 9cea522b88 [elm] Genlist now a scrollable layout.
The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.

Genlist work exactly as before. All the bugs and feature were kept :)



SVN revision: 73941
2012-07-16 21:56:30 +00:00
Gustavo Lima Chaves ed4a5976c8 [elm] Gotta hate this list.
SVN revision: 73542
2012-07-10 21:47:18 +00:00
Gustavo Lima Chaves a225582bbe [elm] I hate to have to keep this list, but...
Patch by: Gustavo Lima Chaves <glima@profusion.mobi>



SVN revision: 73362
2012-07-05 14:51:56 +00:00
Gustavo Lima Chaves 1bdf2bc528 [elm] Taking interfaces into consideration on widget tree images creation.
It will assume the scrollable one only, for now (for brevity), but
that can be extended later.



SVN revision: 73308
2012-07-04 21:41:38 +00:00
Gustavo Lima Chaves 787a42f880 [elm] Uncomment widget tree images rule out -- leave it
dangling.
To be called explicitly.



SVN revision: 72200
2012-06-15 18:52:04 +00:00
Gustavo Lima Chaves ccaa32d72a [elm] Welcome pretty widget hierarchy images on docs.
The Makefile rule building that is commented out -- meant to be run
locally once in a while (when changes on overall widget tree happen)
and changed images commited.



SVN revision: 71721
2012-06-05 22:41:21 +00:00
Gustavo Lima Chaves 65dd2b8b12 [elm] Put some order on widget preview programs
generation
and also on widget preview images generation.



SVN revision: 71719
2012-06-05 22:27:15 +00:00
Jérôme Pinot 303cf84de7 From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:



SVN revision: 70514
2012-04-27 10:34:49 +00:00
Gustavo Lima Chaves 23ac588afe [Elm] Don't let users disoriented at this stage anymore.
SVN revision: 70478
2012-04-25 19:34:21 +00:00
Vincent Torri c9d0fc793b Elm: update Doxyfile and remove doxygen documentation for deprecated widgets:
- anchorblock
- anchorview
- pager

Patch by Jérôme Pinot


SVN revision: 69849
2012-04-02 06:28:10 +00:00
Carsten Haitzler 83e0754a8b clean up toggle turds :)
SVN revision: 69478
2012-03-16 23:45:48 +00:00
ChunEon Park d951cb6136 elemenatry/colorselector - finally first implementation going on
Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com)



SVN revision: 69100
2012-03-09 13:04:00 +00:00
ChunEon Park 18e3c65c0e elementary/dayselector - New widget Elc_dayselector
Hi Raster,
Please find the modified patch after the suggested changes. 
[ APIs are provided for setting week_start, weekend_start & weekend_length.Default values are fetched
from elm_config instead of edc styles.] 
Please review the patch and push it to svn. 
Thanks,
Sumanth 

Signed-Off-By: Sumanth Krishna Mannam(sumanth.m@samsung.com)



SVN revision: 68868
2012-03-07 04:57:03 +00:00
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
Carsten Haitzler f74c3d0d3c add shot.sh to makefile.am
SVN revision: 65686
2011-11-29 09:40:37 +00:00
Iván Briano 1107e0e543 People from Earth: Welcome Elm_Web
Started by glima as a thin wrapper around ewk_view to make webkit
work better integrated with Elementary, then grew up as a more complete
widget thanks to k-s' magic fingers, and now I screwed it up but it looks
like it works, so there..

Build WebKit-EFL, rebuild Elementary and enjoy elm_web.


SVN revision: 63676
2011-09-29 20:58:22 +00:00
Carsten Haitzler 39c2a4aa6f dont need elementary.dox anymore - it's empty.
SVN revision: 62227
2011-08-09 07:16:43 +00:00
Bruno Dilly e8a286efb3 Elementary: Map Documentation
SVN revision: 62074
2011-08-03 21:05:20 +00:00
Bruno Dilly 9caf36d821 Elementary: Mapbuf Documentation
SVN revision: 61968
2011-08-01 21:32:25 +00:00
Rafael Antognolli 5286f7a506 elementary/thumb - Added explained example and some more doc.
SVN revision: 61960
2011-08-01 17:37:10 +00:00
Rafael Antognolli 05b42aa217 elementary/genlist - Make genlist preview use a tree view.
SVN revision: 61959
2011-08-01 17:36:50 +00:00
Bruno Dilly 85aa1ef9f2 Elementary: Toolbar Documentation
SVN revision: 61955
2011-08-01 14:51:18 +00:00
Jonas M. Gastal 22ea003fdd Elementary: elm_menu documentation.
SVN revision: 61910
2011-07-29 21:40:54 +00:00
Iván Briano 0962f528e1 Add preview for window
SVN revision: 61908
2011-07-29 19:58:07 +00:00
Bruno Dilly 0e631b4a06 Elementary: Segment Control Documentation
SVN revision: 61872
2011-07-28 21:51:02 +00:00
Rafael Antognolli 62017b8695 elementary/genlist - Adding previews to index and docs.
SVN revision: 61871
2011-07-28 21:27:48 +00:00
Jonas M. Gastal 401f53e23f Elementary: table documentation.
SVN revision: 61865
2011-07-28 16:51:39 +00:00
Jonas M. Gastal d7ebb65def Elementary: scroller documentation.
SVN revision: 61861
2011-07-28 14:53:26 +00:00
Iván Briano ddb13f269b Inwin docs. No example.
SVN revision: 61852
2011-07-28 12:11:14 +00:00
Jonas M. Gastal 53c54e0b6d Elementary: photocam documentation.
SVN revision: 61821
2011-07-27 20:36:47 +00:00
Gustavo Lima Chaves 4619bd37a5 [elementary] Documentation for the slideshow widget.
SVN revision: 61813
2011-07-27 19:38:43 +00:00
Bruno Dilly 7da46cfbbe Elementary: panes documentation
SVN revision: 61809
2011-07-27 17:06:40 +00:00
Jonas M. Gastal e51dcb01b5 Elementary: notify documentation.
SVN revision: 61807
2011-07-27 13:40:30 +00:00
Bruno Dilly 4c2b1d1deb Elementary: Slider documentation
SVN revision: 61806
2011-07-27 13:32:51 +00:00
Iván Briano 1e8cf84233 Elm_Box preview screenshot
SVN revision: 61775
2011-07-26 21:04:09 +00:00
Gustavo Lima Chaves a47af8dbe3 [elementary] Docs. for the progress bar widget.
SVN revision: 61772
2011-07-26 20:11:39 +00:00
Bruno Dilly 569b78f243 Elementary: Spinner documentation
SVN revision: 61766
2011-07-26 17:27:05 +00:00
Bruno Dilly 6a1768ead2 Elementary: List Documentation
SVN revision: 61711
2011-07-25 20:47:59 +00:00