Commit Graph

245 Commits

Author SHA1 Message Date
Jiyoun Park c54c6c1ae9 Add new widget for extn socket and plug.
application can use ecore extn socket easyily 
by using elm_window_add with ELM_WIN_SOCKET_IMAGE style. 
And new widget Elm plug is similar with Elm image. 
it can show socket's image using connect API. 
I add test code also(test_win_socket/plug). 



SVN revision: 67245
2012-01-16 17:18:20 +00:00
Mike Blumenkrantz 2c71dea014 add printf for frame clicks in elm test
SVN revision: 67200
2012-01-14 03:37:35 +00:00
Daniel Juyung Seo 1ab70cc671 elm test.c: Fixed build warning.
test.c:215:21: warning: ‘t’ may be used uninitialized in this function

SVN revision: 67171
2012-01-13 05:28:09 +00:00
Gustavo Sverzut Barbieri 9b860dffdd genlist: one more bug, relative insertion of subitems.
relative insertion of sub items does not work either, add test case.



SVN revision: 66951
2012-01-07 02:02:02 +00:00
Gustavo Sverzut Barbieri ba72c6d81f show genlist's inserted sort is completely broken.
Sad, but it's unusable if you use it with subitems:

 * insert top-level item sorted mixes with children;

 * insert children item sorted screws the order

This is also true for groups, is holding my changes to enjoy :-(



SVN revision: 66947
2012-01-06 23:38:33 +00:00
Bruno Dilly 7677abd03a Elementary Web: add functions to set / get useragent
Patch by Steven Falken <btwotch@googlemail.com> with a
few changes.



SVN revision: 66938
2012-01-06 11:31:14 +00:00
Daniel Juyung Seo ba9cdbbf64 elm: Use EINA_TRUE/EINA_FALSE for Eina_Bool type.
SVN revision: 66895
2012-01-05 07:05:09 +00:00
Mike Blumenkrantz 5d75d2fbcc add autocollapse for info frame at top too :)
SVN revision: 66851
2012-01-04 05:26:37 +00:00
Mike Blumenkrantz f5e273178b slightly more working (but still broken) autoscrolling in test app
SVN revision: 66846
2012-01-04 04:59:18 +00:00
Mike Blumenkrantz b9e963c775 add collapsing frames and (broken) scrolling
SVN revision: 66845
2012-01-04 04:52:30 +00:00
Hyoyoung Chang 11e658ec2b From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] add copy&paste example to elementary_test
Date: Thu, 29 Dec 2011 18:08:48 +0900

Dear all,

It's a patch to add copy&paste example to elm test in misc section.
In this time, it contains only simple copying and paste, but i'll more extend.

Thank you


SVN revision: 66629
2011-12-29 12:03:42 +00:00
Aharon Hillel 9a11234f20 elementary: Added gesture Layer Momentum test (test_gesture_layer3)
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66424
2011-12-21 08:47:56 +00:00
Tom Hacohen c45ce564dc Elm test: Update tests to use the new self-closing textblock tags.
SVN revision: 66026
2011-12-08 12:39:18 +00:00
Cedric BAIL 4e33fe455c elementary: add elm_video/elm_player test.
SVN revision: 65847
2011-12-03 16:36:39 +00:00
Carsten Haitzler 5a26396eda evas_gl support back after evas 1.1 out.
SVN revision: 65842
2011-12-03 14:21:58 +00:00
Daniel Juyung Seo 049f9ce7ac elm: Updated documentations.
SVN revision: 65788
2011-12-02 00:11:06 +00:00
Daniel Juyung Seo 7307440546 elm bin/test.c: No horizontal bouncing for elm_test menu.
SVN revision: 65726
2011-11-30 17:48:22 +00:00
Daniel Juyung Seo f391a7d6bc elm: Removed trailing whitespaces.
SVN revision: 65725
2011-11-30 17:44:00 +00:00
Mike Blumenkrantz 0958bb17a7 only run one test
SVN revision: 65554
2011-11-24 03:22:32 +00:00
이고은 6824852f0c elementary: Add multibuttonentry widget
---------------------------------------------------

Dear Developers,

I added a new widget called “Multibuttonentry" which could be used as contact button in App
This widget allows a user to insert a text button.
text button is inserted by pressing the "Enter key"
If there is no space in the current row, the new button is entered in the next row. If the button is clicked, it will become focused.
And focused button can be removed by pressing the "backspace" key.
when items are added over 1 lines, if Multibuttonentry lost focus, it becase shrink mode (made it as 1 line)

Please review it's APIs and functionalities.

Thank you,
Goun

---------------------------------------------------

Widget was originally written by Hyunsil Park <hyunsil.park@samsung.com>.
It has been contributed to by the following people:
 * Jihoon Kim <jihoon48.kim@samsung.com>
 * WooHyun Jung <wh0705.jung@samsung.com>
 * deasung.kim <deasung.kim@samsung.com>
 * Myungjae Lee <mjae.lee@samsung.com>
 * Goun Lee <gouni.lee@samsung.com>
 * Mike McCormack <mj.mccormack@samsung.com>
 * Daniel Juyung Seo <juyung.seo@samsung.com>
 * Seunggyun Kim <sgyun.kim@samsung.com>
 * sanghoon80.cho <sanghoon80.cho@samsung.com>

Signed-off-by: 이고은 <gouni.lee@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65548
2011-11-24 01:06:26 +00:00
Mike Blumenkrantz d40045cceb match partial test words in elm_test
SVN revision: 65544
2011-11-23 23:14:12 +00:00
Mike Blumenkrantz ab7c84bc31 use strcasecmp for cmdline testing so I don't have to use caps randomly
SVN revision: 65488
2011-11-21 18:54:53 +00:00
Boris Faure 1112d30a41 elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset
SVN revision: 65349
2011-11-17 21:02:31 +00:00
ChunEon Park 236192cd9a elementary - modified content_set/get/unset part names to be simple names.
Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);




SVN revision: 65295
2011-11-16 12:51:53 +00:00
Carsten Haitzler d4d6e79620 disable evas gl based stuff in elm as its not going into efl 1.1
SVN revision: 65004
2011-11-10 06:04:30 +00:00
Carsten Haitzler 75fdda0aa1 in wrong test category
SVN revision: 64984
2011-11-09 12:26:11 +00:00
Carsten Haitzler abd201eb18 rearrange tests into categories using frames and buttons.
SVN revision: 64983
2011-11-09 12:06:12 +00:00
Aharon Hillel 488650710c Elm glayer: Added "Gesture Layer 2" test.
This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64980
2011-11-09 10:46:04 +00:00
Carsten Haitzler 77803e07ed add short opt for --test-win-only
SVN revision: 64938
2011-11-08 07:58:20 +00:00
Bruno Dilly c4d3e5f243 Elementary Cursor Test: add layout tests
Looks like some stuff is broken regarding layout cursors.


SVN revision: 64617
2011-11-01 21:13:04 +00:00
ChunEon Park f3066c815f elemetary - notify, factory, frame, panel, mapbuf
applied content_set/get/unset. 

do it later for the remainder. 



SVN revision: 64502
2011-10-29 04:32:24 +00:00
Mike Blumenkrantz 82df90462a remove all use of elm_toggle_ api
SVN revision: 64207
2011-10-20 21:27:15 +00:00
Iván Briano 1107e0e543 People from Earth: Welcome Elm_Web
Started by glima as a thin wrapper around ewk_view to make webkit
work better integrated with Elementary, then grew up as a more complete
widget thanks to k-s' magic fingers, and now I screwed it up but it looks
like it works, so there..

Build WebKit-EFL, rebuild Elementary and enjoy elm_web.


SVN revision: 63676
2011-09-29 20:58:22 +00:00
Michael BOUCHAUD 1ea8c466df elementary: oups missing test add
SVN revision: 63307
2011-09-09 12:49:54 +00:00
Daniel Juyung Seo d59325d285 elm test_genlist.c: I introduce "Genlist Textblock" test case into
elementary_test. This will help test textblock with genlist. Enjoy it!


SVN revision: 63291
2011-09-08 10:21:04 +00:00
Daniel Juyung Seo 925715983a elm test.c: Removed wrong warnings. Fixed indentation and removed
trailing whitespaces.


SVN revision: 62929
2011-08-29 04:00:17 +00:00
Vincent Torri a1e841fcac change the way elm_main() must be declared (fix bug on Windows).
Instead of EAPI elm_main(***), it must be EAPI_MAIN elm_main(***) so that
it also work on Windows.

If someone knows sed a bit, can he also change all the examples ?



SVN revision: 62885
2011-08-27 07:54:49 +00:00
Carsten Haitzler 56462217ad dont create main test win at all if test win only mode.
SVN revision: 62851
2011-08-26 07:40:51 +00:00
Carsten Haitzler 7e6305542d dont make index active - oops. debugging.
SVN revision: 62819
2011-08-25 14:06:27 +00:00
Carsten Haitzler 62b4440c3c if you activate index without it being clicked, the indicator bit is
visible but empty - dont show this until someone actually clicks.



SVN revision: 62799
2011-08-25 10:20:47 +00:00
Jérémy Zurcher a0366f0ef1 From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test

please find attached a small patch for eina_prefix

it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set

and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get



SVN revision: 62796
2011-08-25 10:01:59 +00:00
Daniel Juyung Seo 01a69df2da elm test.c: Enhance the document.
SVN revision: 62406
2011-08-12 18:00:29 +00:00
Jiyoun Park 2605c2c0d8 From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch

animated image support in elm icon - from jy.



SVN revision: 62332
2011-08-11 06:05:05 +00:00
Mike Blumenkrantz cf033a8c7a more useless elm stuff: vertical toolbar orientation (by cedric's request) along with toolbar test 6 as a demo. still pretty buggy but I'm tired and don't know when/if I'll get around to fixing it up. play with the toolbar weight in the test to find more bugs!
SVN revision: 62171
2011-08-07 03:42:28 +00:00
Carsten Haitzler 43f8bd98fe factory.... working on it. but up and kicking. it's a little unhappy
with the 102 million buttons i have in the scroller right now...  when
you scroll along, but... i'll work at it to make it work better.



SVN revision: 62130
2011-08-05 11:15:03 +00:00
Carsten Haitzler f44b26b3e1 we dont need no steenkine genscroller... i had an ephipany! we need
something entirely different...



SVN revision: 62123
2011-08-05 05:59:53 +00:00
ChunEon Park 696b5aa58d elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience. 
Not completed yet for decorations. but basic frame is completed. 

Need to have a review. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00
Tom Hacohen 49b65bfc62 Elm test: Added a --test-win-only to not show the main list window.
This is a nice workaround if you want to use the shot module to take
pictures of the various tests, since the shot module doesn't behave nicely
with multiple windows atm.

SVN revision: 61246
2011-07-11 14:46:16 +00:00
Tom Hacohen 8d20563055 Elm gesture layer: Added a test for the gesture layer widget.
SVN revision: 61119
2011-07-07 14:41:10 +00:00
Tom Hacohen 8df2bb821d Elm frame: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60806
2011-06-29 09:11:48 +00:00