efl/legacy/elementary
Gustavo Sverzut Barbieri 19b55ddc65 genlist: implement list position signals.
Genlist will now emit the following signals to item view related to
their position in the whole list:
      - elm,state,list,first: first item of the whole list
      - elm,state,list,last: last item of the whole list
      - elm,state,list,middle: any item that is not first or last.
      - elm,state,list,single: when the item is the only element of list.
And the following related to a group (considering its given 'parent'):
      - elm,state,group,first: first item of the group
      - elm,state,group,last: last item of the group
      - elm,state,group,middle: any item that is not first or last.
      - elm,state,group,single: when the item is the only element of group.

Unlike odd/even the signals have an extra namespace "list" or "group"
to avoid conflicts with applications that may have declared these
signals themselves for other purposes.

With this patch one can implement easily something like this:

         https://developer.apple.com/library/ios/documentation/userexperience/conceptual/tableview_iphone/Art/tv_grouped_style.jpg
2013-08-22 17:02:49 -03:00
..
cmakeconfig Added ElementaryConfigVersion.cmake.in 2013-04-03 14:37:02 +01:00
config updating desktop files 2013-07-31 13:00:11 +02:00
data notify: changed animation finish data.item for notify. 2013-08-22 23:30:07 +09:00
doc edje_externals/elm_web.c, doc/widgets/wiget_preview_web.c: applied api changes elm_web_uri -> elm_web_url. 2013-06-25 12:05:57 +09:00
m4 elementary: we are using the beta API of EFL. 2013-07-23 11:27:34 +09:00
pkgbuild PKGBUILD cleanup 2013-06-13 14:25:50 +09:00
po po: updated po files. 2013-08-22 04:36:14 +09:00
src genlist: implement list position signals. 2013-08-22 17:02:49 -03:00
tests
.arcconfig
.gitignore Document .gitignore split 2013-06-12 14:28:10 -03:00
AUTHORS AUTHORS, elm_authors.h: add Youngbok Shin to elementary authors list since he already pushed 6 patches :) 2013-07-24 10:23:29 +09:00
COMPLIANCE
COPYING COPYING, elm_intro.h: updated copyright Date. 2013-03-23 22:58:45 +09:00
COPYING.images
ChangeLog elementry/widget - Improve performance in applying widget theme. 2013-08-22 17:00:36 +09:00
INSTALL
Makefile.am Install CMake config to the proper path 2013-04-16 12:09:19 +04:00
NEWS elementry/widget - Improve performance in applying widget theme. 2013-08-22 17:00:36 +09:00
README
TODO
autogen.sh
configure.ac elementary: we are using the beta API of EFL. 2013-07-23 11:27:34 +09:00
elementary.pc.in
elementary.spec.in

README

Elementary 1.7.99

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net

******************************************************************************
  
Elementary

A basic widget set library that is easy to use and is based on EFL.
It provides the basic building blocks for creating applications and user
interfaces.

For more details about elementary widgets and how to use them kindly refer to
the following link.

http://docs.enlightenment.org/auto/elementary/

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(do this as root unless you are installing in your users directories):
  make install