platform/upstream/elementary.git
12 years agoelementary/check - update doc
ChunEon Park [Wed, 7 Mar 2012 05:01:15 +0000 (05:01 +0000)]
elementary/check - update doc

SVN revision: 68869

12 years agoelementary/dayselector - New widget Elc_dayselector
ChunEon Park [Wed, 7 Mar 2012 04:57:03 +0000 (04:57 +0000)]
elementary/dayselector - New widget Elc_dayselector

Hi Raster,
Please find the modified patch after the suggested changes.
[ APIs are provided for setting week_start, weekend_start & weekend_length.Default values are fetched
from elm_config instead of edc styles.]
Please review the patch and push it to svn.
Thanks,
Sumanth

Signed-Off-By: Sumanth Krishna Mannam(sumanth.m@samsung.com)
SVN revision: 68868

12 years agoelementary/index - + 1 api elm_index_item_selected_set
ChunEon Park [Wed, 7 Mar 2012 04:39:06 +0000 (04:39 +0000)]
elementary/index - + 1 api elm_index_item_selected_set

need compensation

SVN revision: 68867

12 years agoFix elm_multibuttonentry API to have callbacks. For now we only have the API format...
Sanjeev BA [Wed, 7 Mar 2012 02:57:36 +0000 (02:57 +0000)]
Fix elm_multibuttonentry API to have callbacks. For now we only have the API format fixed. This code needs lot more refactoring after discussing with the widget author. So, we will address the implementation later.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68866

12 years agoelementary/menu - fixed a infinite loop bug. should be resized the sub menu item
ChunEon Park [Wed, 7 Mar 2012 02:20:58 +0000 (02:20 +0000)]
elementary/menu - fixed a infinite loop bug. should be resized the sub menu item

thanks bluezery for reporting.

SVN revision: 68865

12 years agoElm_Calendar: fix function pointer as arg
Bruno Dilly [Wed, 7 Mar 2012 01:02:21 +0000 (01:02 +0000)]
Elm_Calendar: fix function pointer as arg

Spotted by Michael Blumenkrantz

SVN revision: 68864

12 years agoElm_Web: avoid deprecated elm_notify_repeat_events_set
Bruno Dilly [Wed, 7 Mar 2012 00:37:41 +0000 (00:37 +0000)]
Elm_Web: avoid deprecated elm_notify_repeat_events_set

SVN revision: 68863

12 years agoadd -Wshadow to svn compile flags
Mike Blumenkrantz [Wed, 7 Mar 2012 00:23:57 +0000 (00:23 +0000)]
add -Wshadow to svn compile flags

SVN revision: 68861

12 years agouse typedef function arg
Mike Blumenkrantz [Wed, 7 Mar 2012 00:12:36 +0000 (00:12 +0000)]
use typedef function arg

SVN revision: 68860

12 years agoelementary/elm_photocam: change api name and add 'do_gesture' variable
Mikael SANS [Tue, 6 Mar 2012 23:56:02 +0000 (23:56 +0000)]
elementary/elm_photocam: change api name and add 'do_gesture' variable

SVN revision: 68859

12 years ago[Elm] Since we're talking 'bout file_set()s, let's be broader.
Gustavo Lima Chaves [Tue, 6 Mar 2012 22:51:40 +0000 (22:51 +0000)]
[Elm] Since we're talking 'bout file_set()s, let's be broader.

SVN revision: 68857

12 years ago[Elm] Ok, since we don't have time to address all functions, just
Gustavo Lima Chaves [Tue, 6 Mar 2012 22:35:27 +0000 (22:35 +0000)]
[Elm] Ok, since we don't have time to address all functions, just
return val. on the most critical one: file_set (on bg).

SVN revision: 68856

12 years ago[Elm] Now applying some more ret. values on bg.
Gustavo Lima Chaves [Tue, 6 Mar 2012 22:12:42 +0000 (22:12 +0000)]
[Elm] Now applying some more ret. values on bg.

Also bumping docs, as I had to fix them.

SVN revision: 68854

12 years ago[Elm] This is meant to be used on the future, as I said.
Gustavo Lima Chaves [Tue, 6 Mar 2012 21:56:32 +0000 (21:56 +0000)]
[Elm] This is meant to be used on the future, as I said.

SVN revision: 68853

12 years ago[Elm] Forgotten detail on refactor.
Gustavo Lima Chaves [Tue, 6 Mar 2012 21:46:47 +0000 (21:46 +0000)]
[Elm] Forgotten detail on refactor.

SVN revision: 68850

12 years ago[Elm] More future-proofness on elm layout: returning values on methods.
Gustavo Lima Chaves [Tue, 6 Mar 2012 20:25:29 +0000 (20:25 +0000)]
[Elm] More future-proofness on elm layout: returning values on methods.

There were others with boolean returns already, let's planify that.

SVN revision: 68848

12 years ago[Elm] More on elm error codes on theming.
Gustavo Lima Chaves [Tue, 6 Mar 2012 19:06:02 +0000 (19:06 +0000)]
[Elm] More on elm error codes on theming.

SVN revision: 68845

12 years ago[Elm] Just being future-proof on some methods: error val on return.
Gustavo Lima Chaves [Tue, 6 Mar 2012 18:39:53 +0000 (18:39 +0000)]
[Elm] Just being future-proof on some methods: error val on return.

SVN revision: 68844

12 years agofix changed object_tree_focus api to make sense
Mike Blumenkrantz [Tue, 6 Mar 2012 17:57:20 +0000 (17:57 +0000)]
fix changed object_tree_focus api to make sense

SVN revision: 68843

12 years agoDon't look for translations on removed files
Iván Briano [Tue, 6 Mar 2012 17:35:29 +0000 (17:35 +0000)]
Don't look for translations on removed files

SVN revision: 68842

12 years agomodify removed function list
Jiyoun Park [Tue, 6 Mar 2012 15:52:49 +0000 (15:52 +0000)]
modify removed function list

SVN revision: 68841

12 years agoRemove comments.
Sanjeev BA [Tue, 6 Mar 2012 15:18:05 +0000 (15:18 +0000)]
Remove comments.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68840

12 years agoAdd selected item getter and setter API. Getter to be implemented.
Sanjeev BA [Tue, 6 Mar 2012 15:18:02 +0000 (15:18 +0000)]
Add selected item getter and setter API. Getter to be implemented.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68839

12 years agoRename callback function.
Sanjeev BA [Tue, 6 Mar 2012 15:17:57 +0000 (15:17 +0000)]
Rename callback function.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68838

12 years agoremove deprecated function related with elm_genlist_item
Jiyoun Park [Tue, 6 Mar 2012 15:04:55 +0000 (15:04 +0000)]
remove deprecated function related with elm_genlist_item

SVN revision: 68837

12 years agoelementary: fix raster's bork.
Cedric BAIL [Tue, 6 Mar 2012 14:56:56 +0000 (14:56 +0000)]
elementary: fix raster's bork.

SVN revision: 68836

12 years agoelementary: let's install useful headers for c++
Lucas De Marchi [Tue, 6 Mar 2012 14:16:08 +0000 (14:16 +0000)]
elementary: let's install useful headers for c++

Unbreak build after r68696.

SVN revision: 68834

12 years agoremove deprecated code related with elm_frame_label_get/set
Jiyoun Park [Tue, 6 Mar 2012 14:14:57 +0000 (14:14 +0000)]
remove deprecated code related with elm_frame_label_get/set
and elm_frame_content_set

SVN revision: 68833

12 years agoadding store docs! not done yet
Carsten Haitzler [Tue, 6 Mar 2012 13:46:43 +0000 (13:46 +0000)]
adding store docs! not done yet

SVN revision: 68830

12 years agoremove deprecated funtion related elm_object_focus/unfocus/direction_go
Jiyoun Park [Tue, 6 Mar 2012 13:28:58 +0000 (13:28 +0000)]
remove deprecated funtion related elm_object_focus/unfocus/direction_go

SVN revision: 68828

12 years agoremove deprecated function related with elm_flipselector and elm_factory
Jiyoun Park [Tue, 6 Mar 2012 12:58:07 +0000 (12:58 +0000)]
remove deprecated function related with elm_flipselector and elm_factory

SVN revision: 68827

12 years agohmm i like the fact that entires take care of their own selection
Carsten Haitzler [Tue, 6 Mar 2012 12:42:18 +0000 (12:42 +0000)]
hmm i like the fact that entires take care of their own selection
fetching... but otherwise not changes to this func api-wise anyway. so
XXX remove :)

SVN revision: 68826

12 years agoactually collaps and autocollase are good - collapse/expand.
Carsten Haitzler [Tue, 6 Mar 2012 12:36:26 +0000 (12:36 +0000)]
actually collaps and autocollase are good - collapse/expand.
collapsing comments is what editors can do - much like frames. this is
good enough imho - so xxx-- :)

SVN revision: 68825

12 years agoelm toolbar: Formatting.
Daniel Juyung Seo [Tue, 6 Mar 2012 12:35:22 +0000 (12:35 +0000)]
elm toolbar: Formatting.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68823

12 years agoadree with XXX -> rename focus funcs, deprecate old.
Carsten Haitzler [Tue, 6 Mar 2012 12:30:16 +0000 (12:30 +0000)]
adree with XXX -> rename focus funcs, deprecate old.

SVN revision: 68822

12 years agoelm toolbar.edc: Fixed formatting.
Daniel Juyung Seo [Tue, 6 Mar 2012 12:29:44 +0000 (12:29 +0000)]
elm toolbar.edc: Fixed formatting.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68821

12 years agoelementary/index - more apis
ChunEon Park [Tue, 6 Mar 2012 12:28:52 +0000 (12:28 +0000)]
elementary/index - more apis

elm_index_horizontal_set/get

SVN revision: 68820

12 years agoaddress the XXX for elm entry with some docs - but its otherwise not
Carsten Haitzler [Tue, 6 Mar 2012 12:24:20 +0000 (12:24 +0000)]
address the XXX for elm entry with some docs - but its otherwise not
going to be addressed i think.

SVN revision: 68819

12 years agomark elm_config.h as ok.
Carsten Haitzler [Tue, 6 Mar 2012 12:20:46 +0000 (12:20 +0000)]
mark elm_config.h as ok.

SVN revision: 68818

12 years agook warn-- in multibuttonentry - getting bored of seeing it.
Carsten Haitzler [Tue, 6 Mar 2012 12:14:35 +0000 (12:14 +0000)]
ok warn-- in multibuttonentry - getting bored of seeing it.

SVN revision: 68817

12 years agowarn+bug--
Carsten Haitzler [Tue, 6 Mar 2012 12:08:11 +0000 (12:08 +0000)]
warn+bug--

SVN revision: 68816

12 years agoelm multibuttonentry: Reviewed smart callbacks.
Daniel Juyung Seo [Tue, 6 Mar 2012 12:06:52 +0000 (12:06 +0000)]
elm multibuttonentry: Reviewed smart callbacks.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68815

12 years agoelm multibuttonentry: Revised code.
Daniel Juyung Seo [Tue, 6 Mar 2012 12:06:47 +0000 (12:06 +0000)]
elm multibuttonentry: Revised code.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68814

12 years agowarn--
Carsten Haitzler [Tue, 6 Mar 2012 12:06:43 +0000 (12:06 +0000)]
warn--

SVN revision: 68813

12 years agoelm: Updated .gitignore.
Daniel Juyung Seo [Tue, 6 Mar 2012 12:06:38 +0000 (12:06 +0000)]
elm: Updated .gitignore.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68812

12 years agomissed 1 config fetcher func.
Carsten Haitzler [Tue, 6 Mar 2012 12:05:00 +0000 (12:05 +0000)]
missed 1 config fetcher func.

SVN revision: 68811

12 years agorename a whole host of config-related functions to be elm_config_*
Carsten Haitzler [Tue, 6 Mar 2012 12:04:25 +0000 (12:04 +0000)]
rename a whole host of config-related functions to be elm_config_*
now. yes - no deprecation. no time to do that.

SVN revision: 68810

12 years agoelm examples: Removed anchorblock from build.
Daniel Juyung Seo [Tue, 6 Mar 2012 11:51:47 +0000 (11:51 +0000)]
elm examples: Removed anchorblock from build.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68808

12 years agoelm: Formatting. No spacing after casting.
Daniel Juyung Seo [Tue, 6 Mar 2012 11:51:42 +0000 (11:51 +0000)]
elm: Formatting. No spacing after casting.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68807

12 years agofix build break;
Jiyoun Park [Tue, 6 Mar 2012 11:43:04 +0000 (11:43 +0000)]
fix build break;
add "info" option

SVN revision: 68806

12 years agoAdd the item_content_set/get/unset_hook for setting the object as the content of...
Jaehwan Kim [Tue, 6 Mar 2012 11:35:11 +0000 (11:35 +0000)]
Add the item_content_set/get/unset_hook for setting the object as the content of the toolbar item.
It's possible the objects(like slider or progressbar and so on) can be shown in toolbar.

SVN revision: 68805

12 years agoelm elm_gen_common.h: Use proper doxygen keywords.
Daniel Juyung Seo [Tue, 6 Mar 2012 10:59:33 +0000 (10:59 +0000)]
elm elm_gen_common.h: Use proper doxygen keywords.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68804

12 years agoelm multibuttonentry: Reviewed multibuttonentry APIs.
Daniel Juyung Seo [Tue, 6 Mar 2012 10:59:29 +0000 (10:59 +0000)]
elm multibuttonentry: Reviewed multibuttonentry APIs.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68803

12 years agoElm entry: Merge anchorview/anchorblock into entry.
Tom Hacohen [Tue, 6 Mar 2012 10:09:13 +0000 (10:09 +0000)]
Elm entry: Merge anchorview/anchorblock into entry.

And kill those damn widgets.

SVN revision: 68802

12 years agoremove deprecated code related with elm_diskselector
Jiyoun Park [Tue, 6 Mar 2012 09:54:04 +0000 (09:54 +0000)]
remove deprecated code related with elm_diskselector

SVN revision: 68801

12 years agomove all config related apis into elm_config.c/h... need to name
Carsten Haitzler [Tue, 6 Mar 2012 09:49:24 +0000 (09:49 +0000)]
move all config related apis into elm_config.c/h... need to name
elm_config_*

SVN revision: 68800

12 years agoelemenatry/icon - elm_icon_preload_set -> elm_icon_preload_disabled_set
ChunEon Park [Tue, 6 Mar 2012 09:40:54 +0000 (09:40 +0000)]
elemenatry/icon - elm_icon_preload_set -> elm_icon_preload_disabled_set

SVN revision: 68799

12 years agoremove deprecated code related with elm_conformant_content_set/get/unset
Jiyoun Park [Tue, 6 Mar 2012 09:36:19 +0000 (09:36 +0000)]
remove deprecated code related with elm_conformant_content_set/get/unset

SVN revision: 68798

12 years agomove config setting fucns over to elm_config in preparation for naming
Carsten Haitzler [Tue, 6 Mar 2012 09:23:43 +0000 (09:23 +0000)]
move config setting fucns over to elm_config in preparation for naming
elm_config_*

SVN revision: 68797

12 years agoremove deprecated code related with elm_check_icon_set/get/unset
Jiyoun Park [Tue, 6 Mar 2012 09:10:38 +0000 (09:10 +0000)]
remove deprecated code related with elm_check_icon_set/get/unset

SVN revision: 68796

12 years agook- yes - i know it isnt that great, but i dont know of a good
Carsten Haitzler [Tue, 6 Mar 2012 09:07:13 +0000 (09:07 +0000)]
ok- yes - i know it isnt that great, but i dont know of a good
alternative that doesnt have a whole bunch of gotchas, so keep the
size set api as its the best of a bad lot of options.

SVN revision: 68795

12 years agoremove deprecated code related with elm_check_label_set/get
Jiyoun Park [Tue, 6 Mar 2012 08:55:21 +0000 (08:55 +0000)]
remove deprecated code related with elm_check_label_set/get

SVN revision: 68793

12 years agoremove deprecated code related with elm_calendar_text_xxx
Jiyoun Park [Tue, 6 Mar 2012 08:53:20 +0000 (08:53 +0000)]
remove deprecated code related with elm_calendar_text_xxx

SVN revision: 68792

12 years agoremove deprecated code related with elm_button_icon_set/get
Jiyoun Park [Tue, 6 Mar 2012 08:50:25 +0000 (08:50 +0000)]
remove deprecated code related with elm_button_icon_set/get

SVN revision: 68791

12 years agoAdded comments to the header, including a simple example program for glview.
Sung Park [Tue, 6 Mar 2012 08:12:35 +0000 (08:12 +0000)]
Added comments to the header, including a simple example program for glview.

SVN revision: 68789

12 years agothats not an XXX we can deal with for api review and release. :)
Carsten Haitzler [Tue, 6 Mar 2012 07:48:49 +0000 (07:48 +0000)]
thats not an XXX we can deal with for api review and release.  :)

SVN revision: 68788

12 years agodeprecate guide text set api in multibutton as per xxx
Carsten Haitzler [Tue, 6 Mar 2012 07:45:10 +0000 (07:45 +0000)]
deprecate guide text set api in multibutton as per xxx

SVN revision: 68787

12 years agoremove deprecated code related with elm_button_label_get/set
Jiyoun Park [Tue, 6 Mar 2012 07:33:58 +0000 (07:33 +0000)]
remove deprecated code related with elm_button_label_get/set

SVN revision: 68786

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Tue, 6 Mar 2012 07:33:23 +0000 (07:33 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add comments for item class
Date: Tue, 6 Mar 2012 16:26:37 +0900

Dear all.

after working several hours, i made some comments. :P
If it's only, plz comit it.
Thanks.

SVN revision: 68785

12 years agoRemove unwanted function.
Sanjeev BA [Tue, 6 Mar 2012 07:25:28 +0000 (07:25 +0000)]
Remove unwanted function.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68784

12 years agoxxx-- -> wtf - another "treeview" thing? not relevant to hoversel. bah!
Carsten Haitzler [Tue, 6 Mar 2012 07:21:05 +0000 (07:21 +0000)]
xxx-- -> wtf - another "treeview" thing? not relevant to hoversel. bah!

SVN revision: 68783

12 years agoxxx-- -> no fileselector is good - it doesnt tell you how it selects -
Carsten Haitzler [Tue, 6 Mar 2012 07:19:58 +0000 (07:19 +0000)]
xxx-- -> no fileselector is good - it doesnt tell you how it selects -
that is actually totally changable from version to version of elm, so
its happy as-is

SVN revision: 68782

12 years agoxxx-- -> not relevant to api (and theme has that settled i think
Carsten Haitzler [Tue, 6 Mar 2012 07:17:38 +0000 (07:17 +0000)]
xxx-- -> not relevant to api (and theme has that settled i think

SVN revision: 68781

12 years agoelementary/index - set index visiblility again when style is changed.
ChunEon Park [Tue, 6 Mar 2012 07:09:57 +0000 (07:09 +0000)]
elementary/index - set index visiblility again when style is changed.

SVN revision: 68780

12 years agoBreak MBE API. Cannot fix without breaking it.
Sanjeev BA [Tue, 6 Mar 2012 07:01:09 +0000 (07:01 +0000)]
Break MBE API. Cannot fix without breaking it.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68779

12 years agoFix formatting.
Sanjeev BA [Tue, 6 Mar 2012 07:01:06 +0000 (07:01 +0000)]
Fix formatting.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68778

12 years agorefactor mbe code.
Sanjeev BA [Tue, 6 Mar 2012 07:00:59 +0000 (07:00 +0000)]
refactor mbe code.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68777

12 years agoRemove unwanted null check. It happens in _set_guidetext.
Sanjeev BA [Tue, 6 Mar 2012 07:00:15 +0000 (07:00 +0000)]
Remove unwanted null check. It happens in _set_guidetext.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68776

12 years agoremove deprecated code related with elm_bubble and elm_bg_overlay.
Jiyoun Park [Tue, 6 Mar 2012 06:54:02 +0000 (06:54 +0000)]
remove deprecated code related with elm_bubble and elm_bg_overlay.

SVN revision: 68775

12 years agolets update genlist/grid examples to use the new class thing.
Carsten Haitzler [Tue, 6 Mar 2012 06:30:43 +0000 (06:30 +0000)]
lets update genlist/grid examples to use the new class thing.

SVN revision: 68774

12 years agoand lets actually merge the gnelist/grid item class goop so when it
Carsten Haitzler [Tue, 6 Mar 2012 06:09:20 +0000 (06:09 +0000)]
and lets actually merge the gnelist/grid item class goop so when it
all just become sgenlsit we are all happen. elm_gen.h is just there as
a temporary common header until it all beocmes genlist (or genlist
under another name - gnengrid)

SVN revision: 68773

12 years agoelementary/genlist - Elm_Genlist_Item_Flags -> Elm_Genlist_Item_Type
ChunEon Park [Tue, 6 Mar 2012 05:53:25 +0000 (05:53 +0000)]
elementary/genlist - Elm_Genlist_Item_Flags -> Elm_Genlist_Item_Type

SVN revision: 68772

12 years agomake deprecated_befor ebe elm_gen;h for now qhere i'll put shared
Carsten Haitzler [Tue, 6 Mar 2012 05:28:01 +0000 (05:28 +0000)]
make deprecated_befor ebe elm_gen;h for now qhere i'll put shared
gengrid/list common stuff (but still expose as a genlist and gengrid
item class etc. later like it does now)

SVN revision: 68771

12 years agouse version as an actual version and bring back macros for setting up
Carsten Haitzler [Tue, 6 Mar 2012 05:02:36 +0000 (05:02 +0000)]
use version as an actual version and bring back macros for setting up
class header for those using const item class structs.

SVN revision: 68770

12 years agoremove deprecated code related elm_hoversel_item_XXX
Jiyoun Park [Tue, 6 Mar 2012 04:49:59 +0000 (04:49 +0000)]
remove deprecated code related elm_hoversel_item_XXX

SVN revision: 68769

12 years agoelementary/frame - fixed typo
ChunEon Park [Tue, 6 Mar 2012 03:27:11 +0000 (03:27 +0000)]
elementary/frame - fixed typo

SVN revision: 68768

12 years agoelm: Added elm_removed.h for removed api history. This is for Jiyoun Park.
Daniel Juyung Seo [Tue, 6 Mar 2012 03:11:17 +0000 (03:11 +0000)]
elm: Added elm_removed.h for removed api history. This is for Jiyoun Park.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68767

12 years agoelm genlist: 1. Mark EINA_DEPRECATED for deprecated api in c. 2. Do not use deprecate...
Daniel Juyung Seo [Tue, 6 Mar 2012 03:11:13 +0000 (03:11 +0000)]
elm genlist: 1. Mark EINA_DEPRECATED for deprecated api in c. 2. Do not use deprecated api in elementary.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68766

12 years agoelementary/glview - removed XXX
ChunEon Park [Tue, 6 Mar 2012 02:59:25 +0000 (02:59 +0000)]
elementary/glview - removed XXX

SVN revision: 68765

12 years agoUpdate readme.
Sanjeev BA [Tue, 6 Mar 2012 02:51:57 +0000 (02:51 +0000)]
Update readme.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68764

12 years agoFix delete key function and remove stray 'BackSpace (' handling in code.
Sanjeev BA [Tue, 6 Mar 2012 02:51:54 +0000 (02:51 +0000)]
Fix delete key function and remove stray 'BackSpace (' handling in code.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 68763

12 years agoelm genlist: Added more comments for flip mode.
Daniel Juyung Seo [Tue, 6 Mar 2012 02:13:28 +0000 (02:13 +0000)]
elm genlist: Added more comments for flip mode.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68761

12 years agoRename mbe shrink_mode to expanded. Consistent with genlist naming.
Sanjeev BA [Tue, 6 Mar 2012 01:45:25 +0000 (01:45 +0000)]
Rename mbe shrink_mode to expanded. Consistent with genlist naming.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 68760

12 years agoelementary/genlist - missed EINA_DEPRECATED
ChunEon Park [Tue, 6 Mar 2012 01:35:58 +0000 (01:35 +0000)]
elementary/genlist - missed EINA_DEPRECATED

SVN revision: 68759

12 years agoelementary/genlist - elm_genlist_item_contents_orphan -> elm_genlist_item_all_content...
ChunEon Park [Tue, 6 Mar 2012 01:29:42 +0000 (01:29 +0000)]
elementary/genlist - elm_genlist_item_contents_orphan -> elm_genlist_item_all_contents_unset

SVN revision: 68758

12 years agoelementary - updated po
ChunEon Park [Tue, 6 Mar 2012 01:29:12 +0000 (01:29 +0000)]
elementary - updated po

SVN revision: 68757

12 years agoelm genlist: Fixed flipmode cache issue. Renamed nocache to nocache_once and adopted...
Daniel Juyung Seo [Tue, 6 Mar 2012 01:10:51 +0000 (01:10 +0000)]
elm genlist: Fixed flipmode cache issue. Renamed nocache to nocache_once and adopted nocache forever concept.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68756

12 years agoelm genlist: Fixed floating item bug. http://www.youtube.com/watch?v=ClbvYlG9U_o
Daniel Juyung Seo [Tue, 6 Mar 2012 01:10:46 +0000 (01:10 +0000)]
elm genlist: Fixed floating item bug. youtube.com/watch?v=ClbvYlG9U_o

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68755

12 years agoelementary/focus -
ChunEon Park [Tue, 6 Mar 2012 01:06:41 +0000 (01:06 +0000)]
elementary/focus -

elm_object_focus_cycle -> elm_object_focus_next

SVN revision: 68754

12 years agoelementary/genlist -
ChunEon Park [Tue, 6 Mar 2012 00:49:28 +0000 (00:49 +0000)]
elementary/genlist -

Elm_Genlist_Item_Flags -> Elm_Genlist_Item_Type
Elm_Genlist_Field_Flags -> Elm_Genlist_Field_Type
elm_genlist_item_flags_get() -> elm_genlist_item_type_get()

SVN revision: 68753