efl/legacy/elementary
Daniel Juyung Seo 9266096bdf elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the
recent elementary api corrections.

I changed item class's 'label_get' to 'text_get'. But 'label_get' is still
supported by union structure. So 'label_get' will just give you
deprecated warnings while compiling but it's recommended to fix your
apps to 'text_get'. Sometimes when you initialize item class using
braces, you will get 'missing braces around initializer' but ignore
this. That warning will be gone after I remove 'label_get' backport. I
will remove this 'label_get' backport after I finish below
jobs.

[TODO]
1. Fix all apps in trunk.
2. Change edc "labels" to "texts" as well. I haven't done this yet.


SVN revision: 65751
2011-12-01 06:15:08 +00:00
..
config Elm glayer: Changed Flick time limit default to 120 ms 2011-11-09 15:10:13 +00:00
data elementary/button - removed an unnecessary line. 2011-11-29 07:44:06 +00:00
doc elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the 2011-12-01 06:15:08 +00:00
m4 Elementary: Use eina_lock in elm_store 2011-11-05 17:49:11 +00:00
po update po's 2011-11-29 09:40:49 +00:00
src elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the 2011-12-01 06:15:08 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore add note.txt to svn ignores 2011-10-11 22:17:53 +00:00
AUTHORS elementary: Add multibuttonentry widget 2011-11-24 01:06:26 +00:00
COPYING fix errant word "either" in license. 2011-11-15 11:55:22 +00:00
COPYING.images Elm glayer: Added "Gesture Layer 2" test. 2011-11-09 10:46:04 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL fix INSTALL files. 2008-10-01 07:37:28 +00:00
Makefile.am elementary: add make rule to generate screenshots of the examples. 2011-06-16 21:08:05 +00:00
NEWS elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
README right readme. 2008-09-30 08:18:41 +00:00
TODO elm: Use appropriate add/del_full for evas event callbacks. 2011-10-31 00:13:32 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac elementary: support build without Ecore_IMF and/or without Ecore_Con. 2011-11-20 15:00:43 +00:00
elementary.pc.in actually ONLy need 1 -I 2010-07-11 23:39:54 +00:00
elementary.spec.in Adjust spec to existing modules. 2011-09-03 17:57:36 +00:00

README

Elementary - a basic widget set that is easy to use based on EFL for mobile
touch-screen devices.