Commit Graph

5 Commits

Author SHA1 Message Date
Daniel Juyung Seo e756f97dae elm: Longwaited trailing white space removal. Clean elm up! 2013-09-30 22:15:01 +09:00
Gustavo Lima Chaves 34c58941bd Fix Elm's build. antognolli += spank.
SVN revision: 80455
2012-12-07 13:54:38 +00:00
Rafael Antognolli 902fdfc116 elementary: Make it build again without efreet.
SVN revision: 80448
2012-12-07 13:25:15 +00:00
Mike McCormack 98a3ae1ae7 elementary: Fix initializer and shawdow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 80346
2012-12-06 11:16:08 +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