diff options
author | Gustavo Lima Chaves <glima@profusion.mobi> | 2012-11-30 14:41:39 +0000 |
---|---|---|
committer | Gustavo Lima Chaves <glima@profusion.mobi> | 2012-11-30 14:41:39 +0000 |
commit | e966637e9fe77e3d52187726859a8de42eae6a22 (patch) | |
tree | a7a4f2417187c09ef3ffdf6720d5273d4daa2529 /src/modules/Makefile.am | |
parent | f3aa3078161e4f5fe846bb4338e7e5c49bda94ea (diff) |
[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
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e435e37ff..00fbcc05c 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am | |||
@@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign | |||
2 | MAINTAINERCLEANFILES = Makefile.in | 2 | MAINTAINERCLEANFILES = Makefile.in |
3 | 3 | ||
4 | SUBDIRS = \ | 4 | SUBDIRS = \ |
5 | prefs \ | ||
5 | test_entry \ | 6 | test_entry \ |
6 | test_map \ | 7 | test_map \ |
7 | access_output \ | 8 | access_output \ |