Commit Graph

274 Commits

Author SHA1 Message Date
Cedric BAIL 441a2ef861 elementary: Fixes copy&paste error and possible invalid memory access.
Patch by Igor Murzov <e-mail@date.by>


SVN revision: 77397
2012-10-04 02:47:15 +00:00
Cedric BAIL d6b7a7bc35 elementary: Removes unused variable.
Patch by Igor Murzov <e-mail@date.by>


SVN revision: 77394
2012-10-04 02:40:59 +00:00
Flavio Vinicius Alvares Ceolin 8e82a878e5 elementary_codegen: Improving the example
Adding a table to example to test the new set
of generated functions.



SVN revision: 77040
2012-09-24 19:52:44 +00:00
Daniel Juyung Seo 2abea4b740 elm popup_example_03.c: Fixed wrong string.
SVN revision: 76925
2012-09-21 00:18:03 +00:00
Flavio Vinicius Alvares Ceolin 83405f2366 edje_codegen: Fixing a bug in the build system
The name of the edc's example is codegen_example.edc and not
codegen.edc

Problem spotted by Sleep_Walker.



SVN revision: 76920
2012-09-20 22:39:07 +00:00
Flavio Vinicius Alvares Ceolin b65e5ed1ec elementary_codegen: Adding a basic example
Just adding an example showing how to using the codegen.



SVN revision: 76615
2012-09-13 14:06:45 +00:00
Gustavo Lima Chaves 0ef2708002 [elm] Fix missing icon on Genlist 'double_label' theme for consistency.
Patch by João Paulo Fernandes Ventura.



SVN revision: 76549
2012-09-12 17:01:34 +00:00
Mike Blumenkrantz 3ec80df062 add eweather cflags back
ticket #1384


SVN revision: 76281
2012-09-07 07:15:26 +00:00
Christopher Michael a0a78332cd Elm: Remove unused variable in example (I was tired of seeing the
compiler message about it) ;)



SVN revision: 75516
2012-08-22 06:02:17 +00:00
Carsten Haitzler d00f76d831 set preferred engine.
SVN revision: 75442
2012-08-20 06:25:29 +00:00
Jonas M. Gastal b8c0d34a79 elementary: Minimalist Elementary Web widget example.
Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 74949
2012-08-06 20:44:45 +00:00
Christopher Michael fc15eee33d Elm: Update label example to move labels so they do not overlap and
actually call evas_object_move on one that was missing it.



SVN revision: 74614
2012-07-31 06:04:52 +00:00
Carsten Haitzler 93a34da403 setitng min/max size hint on an elm obj actually should not be done
because elm controls these itself. examples all wrong in thsi regard.
fix!



SVN revision: 74414
2012-07-26 06:41:22 +00:00
Gustavo Lima Chaves e6b6bcd8b4 [elm] Diskselector now a scrollable widget.
Again, all bugs and features kept. Enjoy.



SVN revision: 74027
2012-07-17 22:09:07 +00:00
Gustavo Lima Chaves 9cea522b88 [elm] Genlist now a scrollable layout.
The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.

Genlist work exactly as before. All the bugs and feature were kept :)



SVN revision: 73941
2012-07-16 21:56:30 +00:00
ChunEon Park ed707942e2 elementary/scroller - update exmaple
SVN revision: 73595
2012-07-12 04:31:27 +00:00
Gustavo Lima Chaves fffbdfce6a [elm] Elm photocam on scrollable iface, now.
SVN revision: 73311
2012-07-04 21:43:29 +00:00
Gustavo Lima Chaves d4f88af273 [elm] Elm list is now a SCROLLABLE layout.
This means it inherits from the layout class and implements the
scrollable interface.



SVN revision: 73310
2012-07-04 21:43:05 +00:00
Daniel Willmann 37185b019f Elementary: Update documentation for progressbar example
Explanation of the format function and changed callback.

Patch by: Daniel Willmann <d.willmann@samsung.com>



SVN revision: 73244
2012-07-03 16:28:06 +00:00
Gustavo Lima Chaves cd1f900a46 [elm] Forgotten elm icon function to deprecate in favor of an image one.
SVN revision: 73017
2012-06-28 18:40:35 +00:00
Michael BOUCHAUD b2c73beb86 elementary: add an example for progressbar signal 'changed'. From Daniel Willmann, thx !
SVN revision: 72987
2012-06-28 09:13:05 +00:00
Daniel Willmann 1ce5d19b0d Elementary: fix deprecated functions on elm examples
It seems that the elementary examples still use some deprecated functions,
most notably elm_icon_* that has been replaced by elm_image_*.
This patch fixes that.

Patch by: Daniel Willmann <d.willmann@samsung.com>



SVN revision: 72958
2012-06-27 18:09:12 +00:00
Daniel Willmann 7e35c19135 elementary: revert commit 72459. Please see commit 72197, it's the same functionality
revert ->
Log:
From: Daniel Willmann <d.willmann@samsung.com>
 Subject: Re: [E-devel] [PATCH] elementary: Add
 elm_progressbar_maxunit_{set, get} functions

 Some more discussion in IRC led to the conclusion that this should be a
 handled in a signal callback I've attached the new patch where I also
 updated the progress bar example.



Author:       raster
Date:         2012-06-19 02:26:29 -0700 (Tue, 19 Jun 2012)
New Revision: 72459

SVN revision: 72506
2012-06-19 22:53:46 +00:00
Daniel Willmann a7cacf4204 elementary: Fix typo preventing examples to be compiled
Just a quick fix. Seems like this was not compile tested.

Regards,
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 72496
2012-06-19 18:03:40 +00:00
Daniel Willmann 2e9ae9f539 From: Daniel Willmann <d.willmann@samsung.com>
Subject: Re: [E-devel] [PATCH] elementary: Add
elm_progressbar_maxunit_{set, get} functions

Some more discussion in IRC led to the conclusion that this should be a 
handled in a signal callback I've attached the new patch where I also 
updated the progress bar example.



SVN revision: 72459
2012-06-19 09:26:29 +00:00
Michael BOUCHAUD a44d411430 elementary: add a test and an example for the unit format function in progressbar
SVN revision: 72293
2012-06-17 11:41:19 +00:00
Gustavo Lima Chaves 528457fb98 [elm] Dangling elm_icon_resizable_set() calls, be gone.
SVN revision: 71763
2012-06-06 18:05:22 +00:00
Gustavo Lima Chaves 448b23eff9 [elm] Fix index example.
note to self: were on drugs here?



SVN revision: 71563
2012-05-30 17:41:48 +00:00
Gustavo Lima Chaves c99895e6e4 [elm] So let's be able to try that map thing...
SVN revision: 71175
2012-05-16 18:13:59 +00:00
Cedric BAIL f511684133 eina,evas,edje,elementary: add missing files from tarballs.
Patch by Jérôme Pinot <ngc891@gmail.com>


SVN revision: 70543
2012-04-30 01:55:06 +00:00
Carsten Haitzler a0f1b273cd protect ethumb with the ifdef as provided in example.
SVN revision: 69791
2012-03-30 10:10:53 +00:00
Daniel Juyung Seo 5ae791919f elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_data_dir_get instead.
SVN revision: 69783
2012-03-30 06:34:07 +00:00
Daniel Juyung Seo 0a85d24830 elm index_example_02.c: Fix index behavior properly.
SVN revision: 69782
2012-03-30 06:34:04 +00:00
Daniel Juyung Seo 13eaab301f elm bg_example_03.c: Fixed window size to see the contents properly.
SVN revision: 69781
2012-03-30 06:33:57 +00:00
Jonas M. Gastal a134c8e2bc Remove warnings about unused parameters in examples.
SVN revision: 69769
2012-03-29 20:55:55 +00:00
Daniel Vieira Franzolin 15c7cf12de Fixes compilation instructions of examples to work on ubuntu.
Patch by: "Daniel Vieira Franzolin" <daniel@profusion.mobi>

SVN revision: 69766
2012-03-29 20:44:42 +00:00
Carsten Haitzler c3691314e7 make elm robust and handle if u DONT set compile time dirs.. and work
anyway.



SVN revision: 69750
2012-03-29 12:00:14 +00:00
Daniel Juyung Seo 8c17d99712 elm: Fixed formatting. Added a space after 'if/while/for'
SVN revision: 69744
2012-03-29 11:09:45 +00:00
Daniel Juyung Seo 9d2fb4b4b5 elm examples: Adjust directory names.
SVN revision: 69699
2012-03-28 08:42:24 +00:00
Daniel Juyung Seo 2b6a854d1b elm examples: I removed __UNUSED__ and config header inclusion. This code is an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary?
SVN revision: 69698
2012-03-28 08:42:20 +00:00
Daniel Juyung Seo 939ee710a9 elm thumb_example_01.c: Revert wrong #if 0, #endif. Why this was added?
SVN revision: 69695
2012-03-28 07:17:46 +00:00
Daniel Juyung Seo 7d68758bdc elm slider_example.c: Use proper callback declarations according to elm API change.
SVN revision: 69694
2012-03-28 07:17:43 +00:00
Daniel Juyung Seo 7a4ed3f94f elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown, ELM_MAIN()
SVN revision: 69690
2012-03-28 06:04:36 +00:00
Daniel Juyung Seo 24637aff41 elm examples: Fixed most of shadow variable warnings and unused warnings.
SVN revision: 69682
2012-03-28 00:52:09 +00:00
Daniel Juyung Seo 7553652230 elm calendar_example_06.c: Fixed tm structure initialization. By the
way, is this correct? I had build warnings before.

menu_example_01.c: In function ‘_del_it’:
menu_example_01.c:17:6: warning: assignment discards qualifiers from
pointer target type

SVN revision: 69681
2012-03-28 00:52:05 +00:00
Daniel Juyung Seo d50b73d22e elm examples: Fixed some meaningful build warnings.
SVN revision: 69680
2012-03-28 00:52:02 +00:00
Daniel Juyung Seo a654866ee2 elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.
SVN revision: 69678
2012-03-28 00:51:57 +00:00
Daniel Juyung Seo a1888419bd elm genlist_example_04.c: Use proper group item style, content get, and label get callbacks.
SVN revision: 69677
2012-03-28 00:51:53 +00:00
Daniel Juyung Seo a21205642b elm examples: Fixed build warnings.
SVN revision: 69676
2012-03-28 00:51:49 +00:00
Daniel Juyung Seo 6be717ba94 elm examples: Fixed some build warnings.
SVN revision: 69642
2012-03-26 23:46:53 +00:00