Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Zaoui 3b6fa4e0a2 Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug,
Prefs, ProgressBar, Radio. Route, Segment Control, Separator, Slider,
   Slideshow, Spinner, Systray, Table, Thumb, Video, Web.
2013-04-28 13:55:41 +03:00
Gustavo Lima Chaves 3484f83bf8 [elm] Just fixing the return type documentation of elm_prefs_data_get().
(copy&paste failure) and the "@see" in elm_prefs_data_set() (pointing to
itself).

patch by Murilo Belluzzo.



SVN revision: 82005
2013-01-02 19:00:52 +00:00
Gustavo Lima Chaves ed0519a582 [elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
2012-12-21 19:10:09 +00:00
Gustavo Lima Chaves 6c638b0279 [elm] Fix bad placement of type declaration.
SVN revision: 79943
2012-11-30 19:57:36 +00:00
Mike Blumenkrantz 22e3267304 come on guys, run 'make' or (if you get paid to develop, you may consider) distcheck before committing
SVN revision: 79937
2012-11-30 18:28:55 +00:00
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