Commit Graph

333 Commits

Author SHA1 Message Date
Carsten Haitzler 2124d59625 add another example to ignores 2013-10-26 23:51:10 +09:00
Daniel Juyung Seo 200e3a0127 efl_thread examples: fixed comment typos. 2013-10-25 00:40:18 +09:00
U. Artie Eoff 8982c267a9 elm/examples: port 265eff94bb6274c284e8e111192f9922906990ac
"Autodetect engine on the glview example"

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-09-12 19:54:13 -07:00
U. Artie Eoff 47cdc87bac examples: Fixed Makefile regression of rELM1dcd32068
https://phab.enlightenment.org/T366

make - Circular dependency dropped

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2013-09-12 19:28:28 -07:00
ChunEon Park ef23dda65e elementary - oops missed example adding. 2013-09-12 23:30:23 +09:00
ChunEon Park 5957b118de elementary - introduces 3 apis elm_object_item_track/untrack/track_get(). 2013-09-12 23:24:02 +09:00
Daniel Juyung Seo f06cd8aad3 Overall refactoring.
1. Use image variables in smart way.
2. Fixed function parameter formatting.
3. Changed callback function names.
4. Reordered control panel buttons logically.
2013-09-01 08:28:01 +09:00
Daniel Juyung Seo 3685ea66fe slideshow_example.c: fix notify show issue.
1. Adding notify to window resize object is not a good idea.
2. This fixes T262.
2013-09-01 07:53:07 +09:00
Daniel Juyung Seo 559b8e96fa gengrid_example.c: refactoring layout.
This fixes T239.
2013-08-13 02:25:15 +09:00
Daniel Juyung Seo a35b31849b transit_example_04.c: refactoring the sample code layout.
This fixes T263.
2013-08-13 02:13:38 +09:00
Daniel Juyung Seo 634bb39958 thumb_example_01.c: revival of size set. special thanks to okra. 2013-08-12 13:34:58 +09:00
Daniel Juyung Seo b20c482cb0 progressbar_example.c: fixed wheel style pluse issue. 2013-08-07 13:53:50 +09:00
Carsten Haitzler d0d2020b07 fix up elm thumb docs/examples. 2013-08-05 18:45:27 +09:00
Chris Michael 8e02c9541c Add elm quit policy to conformant_example_02.
NB: In the future, can we please add this to any new examples also ?
so that we do not have to waste time chasing down stupid phab tickets
about apps not closing when the 'X' is pressed...

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2013-07-23 07:35:02 +01:00
Daniel Juyung Seo a4e8501ed6 examples: refactoring about elm_win_resize_object_add.
1. call evas_object_size_hint_weight_set() before calling elm_win_resize_object_add() as documented.
2. evas_object_size_hint_align_set() is not needed for elm_win_resize_object_add().
2013-06-27 08:27:48 +09:00
Daniel Juyung Seo 1e6f58bd01 examples: refactoring. use elm_win_util_standard_add() for normal cases. season 4.
now it's done :)
2013-06-26 21:26:21 +09:00
Daniel Juyung Seo d372445a1b examples: refactoring. use elm_win_util_standard_add() for normal cases. season 3. 2013-06-26 21:26:21 +09:00
Daniel Juyung Seo 61dd0ba0ba hoversel_example_01.c: refactoring example.
Make the button text description clear. It was ambigous what will happen if we press the buttons and hoversel items.
This fixes T181 issue. https://phab.enlightenment.org/T181
2013-06-26 16:24:53 +09:00
Daniel Juyung Seo 1e4ee8a6e5 examples: refactoring. use elm_win_util_standard_add() for normal cases. season 2. 2013-06-26 15:34:38 +09:00
Daniel Juyung Seo 53a3c18c5b examples: refactoring. use elm_win_util_standard_add() for normal cases. 2013-06-26 15:16:08 +09:00
Daniel Juyung Seo c5486ca5d3 list_example_02.c: remove box. box is not needed in this example. 2013-06-26 11:02:44 +09:00
Daniel Juyung Seo fc08fd6bc6 src/examples: use delete,request callback only when it's really needed. this can be covered by elm_policy_set and elm_win_autodel_set easily. 2013-06-26 10:54:58 +09:00
Daniel Juyung Seo eb41a56d85 ctxpopup_example01.c: delete ctxpopup object when it's dismissed. 2013-06-26 09:35:26 +09:00
Daniel Juyung Seo 376ebbadb2 examples: fixed warnings. 2013-06-25 12:05:43 +09:00
Daniel Juyung Seo a7082cfb73 naviframe_example.c: added very simple naviframe example. 2013-06-19 02:02:17 +09:00
Daniel Juyung Seo 6ae4796cd1 genlist_example_0x.c: clean up sample codes.
1. use elm_win_util_standard_add in normal case. don't need to create the bg manually.
2. size hint align is not needed for window resize object.
2013-06-19 01:25:32 +09:00
Daniel Juyung Seo 8e8f98ce93 src/examples/.gitignore: updated git ignore. 2013-06-16 22:28:46 +09:00
Ryuan Choi c3e0b5fc7c Fix build break on example
I got a below break while building example.

/usr/bin/ld: location_example_01.o: undefined reference to symbol 'elocation_address_free'
/usr/bin/ld: note: 'elocation_address_free' is defined in DSO /usr/elocal/lib/libelocation.so.0 so try adding it to the linker command line
/usr/elocal/lib/libelocation.so.0: could not read symbols: Invalid operation
2013-06-14 09:25:38 +09:00
Stefan Schmidt 3134a75de1 elm_web: Fix up various typos from URL conversion.
Ryuan please check if I adapted these correctly. And next time please
do a compile before pushing it. Spank :)

Thanks to Uartie for spotting it.
2013-06-13 15:45:33 +01:00
Ryuan Choi e11bbc24b5 web/web2 : Deprecated uri. url will be used instead.
ewebkit used uri and url as mixed for a long time.
But last year, ewebkit2 decide to use url for the consistency.

Below is discussion and webkit-efl bug about "uri vs url"
https://lists.webkit.org/pipermail/webkit-efl/2012-October/000312.html
https://bugs.webkit.org/show_bug.cgi?id=98643
2013-06-13 10:30:10 +09:00
Daniel Juyung Seo e44d3427e1 fileselector_example.c: fix the compile command. 2013-06-12 14:23:13 +09:00
Eduardo Lima (Etrunko) fffdaeb025 Split .gitignore into multiple files
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-06-11 18:18:06 -03:00
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Rafael Antognolli 542b7f4bae elm/examples: Fix hoversel example to don't check for expanded mode.
Checking if the hoversel is not expanded does not make sense, since it
will be always expanded when one is clicking on its visible items.
2013-04-08 17:11:06 -03:00
Rafael Antognolli 44b230b56a elm/examples: Fix layout_example_02.
Remove segfault and correctly cycle through the icons.
2013-04-08 16:19:08 -03:00
Daniel Juyung Seo bba7bd67d8 src/examples: fixed formatting. 2013-04-08 19:29:19 +09:00
Eduardo Lima (Etrunko) 5858baf6e0 Fix edje_cc verbosity if building with V=1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-03-07 18:05:53 -03:00
Daniel Juyung Seo 6cd68a82da elm bg_example_01.c: simplified example. 2013-03-08 03:16:55 +09:00
Daniel Juyung Seo 5408dc3060 elm anchorblock_example_01.c: removed deprecated widget example.
anchorview and anchorblock were removed 1 year ago.
2013-03-08 02:58:36 +09:00
Gustavo Lima Chaves 312d0217a0 An internal layout error, on a widget set, is a CRITICAL error. 2013-03-01 23:04:31 -03:00
Daniel Juyung Seo 9fd0cb4708 elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.
1. do not use unnecessary global variable.
2. remember the last left pane size and set it later when double clicked again.
3. do not call elm_panes_content_left_size_get() twice.

SVN revision: 83963
2013-02-15 19:32:05 +00:00
Jihoon Kim 48fc67271f fixed print problem of list_example_03
Before the patch, the list item didn't appended or prepended in the list.
Algorithms were not wrong, but function "elm_list_go(li)" was missed before showing list.
So, I added "elm_list_go(li)" in some proper functions.

Written by Jiyoung Choi <jychoi7.choi@samsung.com>



SVN revision: 83712
2013-02-07 07:54:13 +00:00
Jihoon Kim 27617917a9 Hello, I'm jiyoung choi.
It's the first time sending patch. haha :)

I found the simple typo.
1. At the description of list : algarism (x) ----> algorithm (o)
2. ~trunk/elementary/src/examples/ fileselector_entry_example.c
   line 8 : gcc -g file selector_entry_example.c -o file selector_entry_example 'pkg-config --cflags --libs elementary' (x)
   *** wrong word spacing (file selector) ***
   ----> gcc -g fileselector_entry_example.c -o fileselector_entry_example 'pkg-config --cflags --libs elementary' (o)

I fixed these 2 typo.
So I want you to check this patch.



SVN revision: 83707
2013-02-07 07:26:45 +00:00
Daniel Juyung Seo 01a96dd036 elm index_example_0x.c: Fixed build command.
SVN revision: 82557
2013-01-10 11:49:55 +00:00
Daniel Juyung Seo e6a6ecfb97 elm index: Call elm_index_level_go(). It's a must.
SVN revision: 82555
2013-01-10 11:46:34 +00:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Jonas M. Gastal 24e2e9d2e7 elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
2012-12-21 17:38:05 +00:00
Daniel Juyung Seo dc0ad517bf elm codegen_example.c: Fixed formatting.
SVN revision: 81216
2012-12-18 08:08:39 +00:00
Daniel Juyung Seo bfd55da606 elm codegen_example.c: Use correct command to build examples.
SVN revision: 81215
2012-12-18 08:07:52 +00:00
Daniel Juyung Seo 31c852ca9d elm location_example_01.c: Fixed a build command of location example.
SVN revision: 81197
2012-12-17 23:46:18 +00:00