Commit Graph

5116 Commits

Author SHA1 Message Date
Sanjeev BA 3928f87b0d Correct API names.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68909
2012-03-07 09:04:16 +00:00
Sanjeev BA 4cba665fbf Fix example build issue.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68907
2012-03-07 08:55:43 +00:00
Sanjeev BA c44c6722d8 Fix warnings and build errors.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68906
2012-03-07 08:55:37 +00:00
ChunEon Park 11f84a83bf elementary - updated review
SVN revision: 68905
2012-03-07 08:51:27 +00:00
ChunEon Park d94cb026a2 elementary/dayselector - --printf
SVN revision: 68904
2012-03-07 08:48:14 +00:00
ChunEon Park 8d5ab8026f elementary/dayselector - trivial changes
SVN revision: 68903
2012-03-07 08:45:49 +00:00
ChunEon Park 123dd6c01c elementary/po - updated
SVN revision: 68902
2012-03-07 08:44:54 +00:00
Sanjeev BA c5c06a40f2 Fix warnings.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68901
2012-03-07 08:38:32 +00:00
Carsten Haitzler d1b74c6004 warn-- final
SVN revision: 68900
2012-03-07 08:33:04 +00:00
Carsten Haitzler 5fb2aa296b warn--
SVN revision: 68899
2012-03-07 08:31:30 +00:00
Sanjeev BA 1ece172c12 Refactor genlist and deprecate top/middle item_show() API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68898
2012-03-07 08:29:32 +00:00
Sanjeev BA 3946d4a76b Merge bring_in, top_bring_in and middle_bring_in into bring_in with ELM_GENLIST_ITEM_SCROLLTO_*.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68897
2012-03-07 08:29:28 +00:00
Carsten Haitzler b2a098dafd warn--
SVN revision: 68896
2012-03-07 08:27:10 +00:00
Carsten Haitzler 376ffa6057 warn--
SVN revision: 68895
2012-03-07 08:22:34 +00:00
Carsten Haitzler 746119528d warn--
SVN revision: 68894
2012-03-07 08:21:20 +00:00
Carsten Haitzler d599459721 warn--
SVN revision: 68893
2012-03-07 08:19:55 +00:00
Carsten Haitzler 0a60e3a9cc warn--
SVN revision: 68892
2012-03-07 08:13:06 +00:00
Carsten Haitzler ac18d7b322 warn--
SVN revision: 68891
2012-03-07 08:11:00 +00:00
Carsten Haitzler 37ecd97950 warn--
SVN revision: 68890
2012-03-07 08:08:48 +00:00
Carsten Haitzler 5f1aa30a8e more warn--
SVN revision: 68889
2012-03-07 08:05:42 +00:00
Carsten Haitzler e697a6ef5c warn--
SVN revision: 68888
2012-03-07 08:01:52 +00:00
Carsten Haitzler c8622c8da1 shadow warn--
SVN revision: 68887
2012-03-07 07:59:51 +00:00
Carsten Haitzler 22543770a9 comment why locks removed.
SVN revision: 68886
2012-03-07 07:40:02 +00:00
Carsten Haitzler 7d93a6831f store docs. done. also spotted lock bug waiting to happen. fix :)
SVN revision: 68884
2012-03-07 07:11:55 +00:00
Daniel Juyung Seo c10aa6ce74 elm elm_getting_started.h: Fixed typo. Patch by Jérôme Pinot <ngc891@gmail.com>.
> Small typo:
>
>
> Index: src/lib/elm_getting_started.h
> ===================================================================
> --- src/lib/elm_getting_started.h       (revision 68874)
> +++ src/lib/elm_getting_started.h       (working copy)
> @@ -79,7 +79,7 @@
>  * specify a different prefix with configure:
>  *
>  * @verbatim
> - * ./confiugre --prefix=$HOME/mysoftware
> + * ./configure --prefix=$HOME/mysoftware
>  * @endverbatim
>  *
>  * Also remember that autotools buys you some useful commands like:
>

SVN revision: 68883
2012-03-07 07:05:22 +00:00
Daniel Juyung Seo 543d234a2b elm multibuttonentry: Changed smart callback name. Discussed with multibuttonentry contributor. 'shrink,state,changed' -> 'expand,state,changed'.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68882
2012-03-07 07:00:56 +00:00
Daniel Juyung Seo 0ad0ac6ff2 elm: fixed build break. sorry.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68881
2012-03-07 06:54:17 +00:00
Daniel Juyung Seo 5b07152440 elm: Revised image/icon. 'disable' -> 'disabled'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68880
2012-03-07 06:29:12 +00:00
Daniel Juyung Seo 22b98643a0 elm image: Added elm_image_preload_disabled_set(). Patch by Shinwoo Kim.
On Wed, Mar 7, 2012 at 12:21 PM, cnook <kimcinoo@gmail.com> wrote:
> Dear All, Hello.
>
> There was no API for preload cancel. simple
>
> Sincerely,
> Shinwoo Kim.

SVN revision: 68879
2012-03-07 06:26:20 +00:00
Sanjeev BA 6f2249d9e9 add todo for elc_multibuttonentry.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68878
2012-03-07 06:20:18 +00:00
Daniel Juyung Seo 6f413545c7 elm: Use lower case for xxx documentation to distinguish this from XXX(fixme)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68877
2012-03-07 06:14:25 +00:00
ChunEon Park e958f8754e elementray/index - some test code(should not be commited yet) reverted
SVN revision: 68876
2012-03-07 06:08:31 +00:00
cnook a00c0057aa elementary/index - Re: [E-devel] [Patch][elementary_test] test_index
Dear All, Hello.

I have attached patch for test_index. Please review the patch and give
any feedbacks. Thanks.

Sincerely,

Shinwoo Kim.

Signed-Off-By: cnook <kimcinoo@gmail.com>



SVN revision: 68875
2012-03-07 06:05:43 +00:00
ChunEon Park 2c64142996 elementary/ctxpopup - one more API elm_ctxpopup_dismiss
requested by discomfitor 



SVN revision: 68874
2012-03-07 05:58:38 +00:00
Daniel Juyung Seo f7df0c0d4f elm multibuttonentry: Updated document. I know this sucks this widget is wrongly designed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68873
2012-03-07 05:49:13 +00:00
Daniel Juyung Seo edefce5c89 elm Elementary.h.in: image and hover are reviewed by woohyun.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68872
2012-03-07 05:31:02 +00:00
Daniel Juyung Seo e7f6e7c9e4 elm Elementary.h.in: Multibuttonentry was reviewed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68871
2012-03-07 05:11:54 +00:00
ChunEon Park 453a41626d elementary/dayselector - oooops crazy hermet
I missed to add files 



SVN revision: 68870
2012-03-07 05:09:36 +00:00
ChunEon Park 2b9ae525c0 elementary/check - update doc
SVN revision: 68869
2012-03-07 05:01:15 +00:00
ChunEon Park 18e3c65c0e 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
2012-03-07 04:57:03 +00:00
ChunEon Park b70396c859 elementary/index - + 1 api elm_index_item_selected_set
need compensation



SVN revision: 68867
2012-03-07 04:39:06 +00:00
Sanjeev BA 9832fdca93 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
2012-03-07 02:57:36 +00:00
ChunEon Park fbcd46acea elementary/menu - fixed a infinite loop bug. should be resized the sub menu item
thanks bluezery for reporting.



SVN revision: 68865
2012-03-07 02:20:58 +00:00
Bruno Dilly 3718134a2a Elm_Calendar: fix function pointer as arg
Spotted by Michael Blumenkrantz


SVN revision: 68864
2012-03-07 01:02:21 +00:00
Bruno Dilly 5f7aecca69 Elm_Web: avoid deprecated elm_notify_repeat_events_set
SVN revision: 68863
2012-03-07 00:37:41 +00:00
Mike Blumenkrantz 0511cc34a1 add -Wshadow to svn compile flags
SVN revision: 68861
2012-03-07 00:23:57 +00:00
Mike Blumenkrantz 308050778d use typedef function arg
SVN revision: 68860
2012-03-07 00:12:36 +00:00
Mikael SANS 44fa969639 elementary/elm_photocam: change api name and add 'do_gesture' variable
SVN revision: 68859
2012-03-06 23:56:02 +00:00
Gustavo Lima Chaves 969e0b4c51 [Elm] Since we're talking 'bout file_set()s, let's be broader.
SVN revision: 68857
2012-03-06 22:51:40 +00:00
Gustavo Lima Chaves 02aa57d92e [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
2012-03-06 22:35:27 +00:00