Commit Graph

943 Commits

Author SHA1 Message Date
ChunEon Park e825f105f3 elementary/index - deprecated apis.
SVN revision: 66673
2011-12-30 08:46:33 +00:00
ChunEon Park 4f95bc60b5 elementary/diskselector - Elm_Diskselector_Item -> Elm_Object_Item
Suddently splitted header files. :(



SVN revision: 66671
2011-12-30 08:33:50 +00:00
ChunEon Park 6f07cf3ea0 elementary/index - Elm_Index_Item -> Elm_Object_Item
SVN revision: 66659
2011-12-30 04:57:28 +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
Mike McCormack 17e5b6cdf3 elementary: Fix a warning
test_ctxpopup.c: In function `_btn_clicked':
test_ctxpopup.c:41:20: warning: unused parameter `data'

Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 66533
2011-12-26 20:55:49 +00:00
ChunEon Park 53a9430282 elementary/ctxpopup - removed restack test.
need more proper test.



SVN revision: 66506
2011-12-26 04:10:46 +00:00
Daniel Juyung Seo 39a31a0970 elm test_ctxpopup.c: Fixed build warning. Added __UNUSED__ for unused parameter.
SVN revision: 66490
2011-12-24 04:20:26 +00:00
Aharon Hillel e27515a530 Elm glayer: fixed zoom momentum in glayer momentum test.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66431
2011-12-21 08:48:22 +00:00
Aharon Hillel e217f07e86 GLayer: Updated test to work with new momentum values
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66430
2011-12-21 08:48:19 +00:00
Aharon Hillel 01e2794107 Elementary: fixed momentum value for zoom test.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66426
2011-12-21 08:48:03 +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
cnook 25b9d5a39d From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elc_ctxpopup, add restacking feature


I have attached two files, one is the patch(*.diff) for adding
restacking feature to the ctxpopup.
The other is test example(*.TEST_EXAMPLE). You can test on the
elementary_test > ctxpopup > "Ctxpopup with user content"
And click the button which is labeled "Enlightenment". Then label will
overlap the ctxpopup.. The ctxpopup will raise in a little time.
Please review the patch and if there is no problem, please throw the
test example away! :-)




SVN revision: 66415
2011-12-21 06:35:22 +00:00
ChunEon Park b62129c878 elemenatry/hoversel - updated doc. deprecated APIs
elm_hoversel_icon_set
elm_hoversel_icon_get
elm_hoversel_icon_unset
elm_hoversel_item_data_get
elm_hoversel_item_label_get



SVN revision: 66350
2011-12-20 02:44:46 +00:00
ChunEon Park 49fa96affe elementary/hoversel - Elm_Hoversel_Item -> Elm_Object_Item
**This may break your application compilation**



SVN revision: 66343
2011-12-20 01:03:17 +00:00
Michael BOUCHAUD 4bdd4e8909 elementary: fix align in the photocam test
SVN revision: 66253
2011-12-15 11:54:21 +00:00
Michael BOUCHAUD 4cb8a2b9a9 elementary: add fit_in test in photocam
SVN revision: 66228
2011-12-14 20:54:31 +00:00
Bluezery 03e6f69c3d From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Bug fix for map test

This patch is for test map.
This fixes two simple bugs.
1. Max zoom level can be changed depends on the map source, not always 18.
2. $HOME can be NULL.



SVN revision: 66154
2011-12-13 10:39:53 +00:00
Mike Blumenkrantz f2f274ebde add tooltips to naviframe buttons for hahas
SVN revision: 66089
2011-12-10 17:24:06 +00:00
ChunEon Park 1120f143aa elementary/toolbar - deprecate APIs.
elm_toolbar_item_data_get
elm_toolbar_item_data_set
elm_toolbar_item_toolbar_get
elm_toolbar_item_label_get
elm_toolbar_item_label_set
elm_toolbar_item_disabled_get
elm_toolbar_item_disabled_set



SVN revision: 66057
2011-12-09 05:26:33 +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
ChunEon Park fdc7cd86a4 elementary/slideshow - Elm_Slideshow_Item -> Elm_Object_Item
WARNING. This may cause build breaks. 



SVN revision: 66021
2011-12-08 11:01:01 +00:00
Michael BOUCHAUD 65106b50ac elementary: API break ! using Elm_Index_Item instead of the item's data in the index widget. This was applied for function and smart callbacks
SVN revision: 65956
2011-12-06 14:05:55 +00:00
Carsten Haitzler 6541ee34b2 From: Rajeev Ranjan (Rajeev) <rajeev.r@samsung.com> <rajeev.jnnce@gmail.com>
Subject: Re: [E-devel] [Patch] elm_slideshow patch

From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>

On behalf of Rajeev Ranjan, I am submitting the elm_slideshow patch
which add support for getting notification when transition completes.
Change Log:
new signal “transition,end” has been introduced to get notification
when transition completes.

Detail Description:
The actual requirement is to get user notified when the last item is
visible in the slideshow. In this case, user wants to take some
action, say updating button text to Restart if the slideshow does not
have loop.
The current implementation of slideshow has a signal called “changed”
which has current visible item as event_info parameter in the
callback. User can compare it with the last appended item and come to
know that the last item is visible if even_info is equal to the data
passed which should be the last appended item. The only problem is
that this signal is emitted by C code  asynchronously to the
transition, hence if the transition involves an animation, user will
most likely get it even before the transition completes. This may look
bad to the user if the button label gets updated to Restart even
before the last transition gets over.
In order to fulfill the requirement, I have introduced another signal
“transition,end” which is emitted once the transition is over. 
The same requirement could have been fulfilled by emitting “changed”
signal after the transition gets over but then this will be different
from the existing implementation for other widgets, hence I introduced
the new signal “transition,end”.




SVN revision: 65951
2011-12-06 09:03:01 +00:00
Mike Blumenkrantz 608d52ba61 missed some things with my tooltip api break
SVN revision: 65917
2011-12-05 17:14:07 +00:00
Cedric BAIL 8832e77e58 elementary: fix reordering bug.
NOTE: queue and item list should have the same order,
but that's not the case.



SVN revision: 65915
2011-12-05 16:43:29 +00:00
Mike Blumenkrantz 890a378db7 API BREAK
elm_XXX_tooltip_size_restrict_disable() -> elm_XXX_tooltip_window_mode_set()
elm_XXX_tooltip_size_restrict_disabled_get() -> elm_XXX_tooltip_window_mode_get()


SVN revision: 65909
2011-12-05 15:25:09 +00:00
Cedric BAIL cdec869772 elementary: forgotten fast path.
SVN revision: 65899
2011-12-05 10:49:46 +00:00
ChunEon Park 25d9ba0731 elementary/map
I have using elementary_test for testing elementary map widget.
But it use invalid object for signal callback. I have changed win --> map.
Also I have fixed invalid log message.

Signed-Off-By: TaeHwan Kim(ohpowel@gmail.com)
Signed-Off-By: ChunEon Park(hermet@hermet.pe.kr)



SVN revision: 65886
2011-12-05 05:04:24 +00:00
Cedric BAIL 10287f3551 elementary: forgotten file.
SVN revision: 65849
2011-12-03 17:03:20 +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 9266096bdf elm gengrid/genlist: Changed 'label_get' to 'text_get' according to the
recent elementary api corrections.

I changed item class's 'label_get' to 'text_get'. But 'label_get' is still
supported by union structure. So 'label_get' will just give you
deprecated warnings while compiling but it's recommended to fix your
apps to 'text_get'. Sometimes when you initialize item class using
braces, you will get 'missing braces around initializer' but ignore
this. That warning will be gone after I remove 'label_get' backport. I
will remove this 'label_get' backport after I finish below
jobs.

[TODO]
1. Fix all apps in trunk.
2. Change edc "labels" to "texts" as well. I haven't done this yet.


SVN revision: 65751
2011-12-01 06:15:08 +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
Daniel Juyung Seo c6b3a7b863 elm gen/gengrid/genlist: Applied gen deprecation and gengrid/genlist undeprecation.
SVN revision: 65716
2011-11-30 14:19:29 +00:00
ChunEon Park befb09c131 elementary/toolbar - Elm_Toolbar_Item -> Elm_Object_Item
tweet: API Changes. This change may cause build break.



SVN revision: 65708
2011-11-30 05:10:23 +00:00
RAJEEV RANJAN 192938a19a elementary/quicklaunch - [E-devel] [Patch] quicklaunch patch
a. Fix to handle the condition when read returns 0 and the content of buf is uninitialized in function handle_run inside file "src/bin/quicklaunch.c".
b. Indentation correction in function handle_run around the location of fix above.

Signed-Off-By: RAJEEV RANJAN <rajeev.r@samsumg.com>
Signed-Off-By: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Signed-Off-By: ChunEon Park <hermet@hermet.pe.kr>



SVN revision: 65699
2011-11-30 00:16:36 +00:00
Daniel Juyung Seo 8b017483ea elm genlist: Added elm_genlist_item_fields_update(). Patch by Hyoyoung
Chang <hyoyoung.chang@samsung.com>

2011/10/27 Hyoyoung Chang <hyoyoung.chang@samsung.com>:
> Dear developers
>
> I made a patch to add elm_genlist_item_fields_update function.
> It can be used to updating genlist's item part without
realize/unrealize
> itself.
>
> Prototype is
> elm_genlist_item_fields_update
> (Elm_Genlist_Item *it, const char *part,
Elm_Genlist_Item_Field_Flags itf)
>
> Part supports globbing. Passing "*" to part means updating all parts.
> Item field can be one of icon, content and state.
> I think it's useful to speed up if an app updates frequently.
>
> Thanks


SVN revision: 65688
2011-11-29 14:03:14 +00:00
Mike McCormack 6ac6d1e6f0 elementary: Remove extra \n in printf
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65681
2011-11-29 09:24:31 +00:00
ChunEon Park d1fac92dc8 elementary/flip - patched by PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Hi,

On behalf of Rajeev Ranjan, I am submitting the elm_flip patch.

Change Log:
a. Removed unnecessary comparison and assignment from the function _state_update inside file src/bin/test_flip_page.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.
b. Removed unnecessary comparison and assignment from the function _state_update inside file src/lib/elm_flip.c. The comparison test will always be failed. Hence the assignment which was unreachable is removed.

Please review it.
I'd appreciate any comments on this.

Thank you,



SVN revision: 65664
2011-11-29 00:09:56 +00:00
ChunEon Park d263480f83 elementary/menu - applied elm_object_item common APIs.
@deprecated 
elm_menu_item_label_set
elm_menu_item_label_get
elm_menu_item_object_content_set
elm_menu_item_object_content_get
elm_menu_item_disabled_set
elm_menu_item_disabled_get
elm_menu_item_data_set
elm_menu_item_data_get




SVN revision: 65597
2011-11-25 11:52:35 +00:00
ChunEon Park 468985fa84 elementary/menu - Elm_Menu_Item -> Elm_Object_Item
SVN revision: 65596
2011-11-25 10:57:39 +00:00
Mike Blumenkrantz 45e5c083c3 make insanely huge icon scale with screen size, this is broken somehow because of some icon sizing bug
SVN revision: 65562
2011-11-24 05:07:23 +00:00
Mike McCormack f7f32ff7c0 elementary: Formatting fixes for multibuttonentry
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65555
2011-11-24 04:01:56 +00:00
Mike Blumenkrantz 0958bb17a7 only run one test
SVN revision: 65554
2011-11-24 03:22:32 +00:00
Mike McCormack 905f9ec84a elementary: Fix warnings in multibuttonentry
test_multibuttonentry.c: In function ‘_item_selected_cb’:
test_multibuttonentry.c:7:37: warning: unused parameter ‘data’
test_multibuttonentry.c:7:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_added_cb’:
test_multibuttonentry.c:15:34: warning: unused parameter ‘data’
test_multibuttonentry.c:15:53: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_deleted_cb’:
test_multibuttonentry.c:22:36: warning: unused parameter ‘data’
test_multibuttonentry.c:22:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:22:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_clicked_cb’:
test_multibuttonentry.c:28:37: warning: unused parameter ‘data’
test_multibuttonentry.c:28:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_mbe_clicked_cb’:
test_multibuttonentry.c:34:36: warning: unused parameter ‘data’
test_multibuttonentry.c:34:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_unfocused_cb’:
test_multibuttonentry.c:54:38: warning: unused parameter ‘data’
test_multibuttonentry.c:54:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_focused_cb’:
test_multibuttonentry.c:61:36: warning: unused parameter ‘data’
test_multibuttonentry.c:61:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:61:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_expanded_cb’:
test_multibuttonentry.c:67:32: warning: unused parameter ‘data’
test_multibuttonentry.c:67:51: warning: unused parameter ‘obj’
test_multibuttonentry.c:67:62: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrank_cb’:
test_multibuttonentry.c:73:30: warning: unused parameter ‘data’
test_multibuttonentry.c:73:49: warning: unused parameter ‘obj’
test_multibuttonentry.c:73:60: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrink_state_changed_cb’:
test_multibuttonentry.c:79:44: warning: unused parameter ‘data’
test_multibuttonentry.c:79:63: warning: unused parameter ‘obj’
test_multibuttonentry.c:79:74: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_filter_cb’:
test_multibuttonentry.c:85:47: warning: unused parameter ‘obj’
test_multibuttonentry.c:85:82: warning: unused parameter ‘item_data’
test_multibuttonentry.c:85:99: warning: unused parameter ‘data’
test_multibuttonentry.c: In function ‘_button_clicked_cb’:
test_multibuttonentry.c:92:38: warning: unused parameter ‘data’
test_multibuttonentry.c:92:57: warning: unused parameter ‘obj’
test_multibuttonentry.c:92:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘test_multibuttonentry’:
test_multibuttonentry.c:161:38: warning: unused variable ‘bx2’

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65549
2011-11-24 01:06:36 +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
ChunEon Park 2138dc7779 elementary/naviframe - added test case for elm_naviframe_item_promote
SVN revision: 65419
2011-11-20 04:35:55 +00:00
Boris Faure 9761b693a0 elm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_content_set/get/unset
SVN revision: 65351
2011-11-17 21:02:52 +00:00
Boris Faure 3b1da7df04 elm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get
SVN revision: 65350
2011-11-17 21:02:43 +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 99023b8077 elementary/ctxpopup, flipselector - applied elm_object_item common apis.
SVN revision: 65325
2011-11-17 02:16:38 +00:00
Boris Faure b2b36ebbc0 elm: elm_object_text_part_set/get() is deprecated
use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

SVN revision: 65310
2011-11-16 20:17:25 +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
ChunEon Park 515786327c elementary/flipseletor - applied elm_object_item,
applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs. 



SVN revision: 65277
2011-11-16 01:39:39 +00:00
Carsten Haitzler d4033a6dc1 add more testing stuff for check
SVN revision: 65218
2011-11-15 03:15:29 +00:00
ChunEon Park 34960aa06c elementary/pager - updated test case to prevent window size become 0 when pager has emtpy stack.
SVN revision: 65216
2011-11-15 00:35:21 +00:00
ChunEon Park ef70939147 elementary/pager - removed white spaces
SVN revision: 65215
2011-11-15 00:30:33 +00:00
ChunEon Park 7ea44dee3b elementary/test_map.c - Those test code should not be committed.
maybe raster you. 



SVN revision: 65071
2011-11-11 16:47:05 +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
ChunEon Park 05486ccca7 elementary/bubble - applied missed content_set/get/unset APIs
SVN revision: 64925
2011-11-08 01:05:01 +00:00
Mike Blumenkrantz d1b7585cec remove unused var
SVN revision: 64831
2011-11-06 15:58:20 +00:00
Tom Hacohen 2d619d99ff Elm test: Use momentum gesture in glayer test.
SVN revision: 64806
2011-11-06 09:22:50 +00:00
Tom Hacohen ee08b97b4d Elm test: Fixed gesture layer's test window size.
SVN revision: 64805
2011-11-06 09:22:47 +00:00
Bluezery 84f0b47a95 From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [elm_map] ecore_file_download_full() should be used
properly

elm_map only checked that returned job is NULL.
But ecore_file_download_full() returns EINA_FALSE when error occurred.
So return value should be checked for proper usage.
Please review this simple bug fix



SVN revision: 64794
2011-11-06 06:11:57 +00:00
Youness Alaoui 6d00462910 Elementary: Add support for the PSL1GHT engine
SVN revision: 64784
2011-11-05 17:50:09 +00:00
Youness Alaoui 8e1d95db07 Elementary: Add opengl_cocoa engine to elementary_config
SVN revision: 64777
2011-11-05 17:49:24 +00:00
ChunEon Park d602f78c45 elementary/naviframe - updated test.
SVN revision: 64720
2011-11-04 04:46:09 +00:00
Vincent Torri 19e114ff98 Elm: try to fix some mac os x link errors with gettext
SVN revision: 64680
2011-11-03 07:23:30 +00:00
Sangho Park 4739f9fe16 Elementary Map: remove unused vbox
Actually.. rollback to r64370.


SVN revision: 64638
2011-11-02 08:14:02 +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 497e51e475 elementary/transit - modified to freeze events on transiting
SVN revision: 64594
2011-11-01 01:38:45 +00:00
ChunEon Park fc54f4d7be elementary/hover - modified to look better.
SVN revision: 64593
2011-11-01 01:37:28 +00:00
Bruno Dilly 70af6eb783 Elementary Index Test: avoid leak
Avoid leak caused by not updated signal name.
Btw, Mr. Valgrind is sad with elm developers.
Lots of warnings regarding uninitialised values.


SVN revision: 64582
2011-10-31 19:00:09 +00:00
Tom Hacohen 937b2a7166 Elm test: Fixed label test's window size.
This is actually a pretty important thing to remember.
elm_win_resize_object_add resizes the content to the size of the window,
the size of the window is only applied when the window is shown, at least on
the ecore evas. Is that wanted? or should we take the evas-object geometry
there? The problem I'm worried about is: writing beyond buffer limits.

SVN revision: 64579
2011-10-31 16:32:13 +00:00
Michael BOUCHAUD 5a95dec825 elementary: fix test
SVN revision: 64577
2011-10-31 16:20:10 +00:00
Michael BOUCHAUD 88c82b457f elementary: Ooops, I made a mistake. Return to the original test
SVN revision: 64575
2011-10-31 16:01:29 +00:00
Michael BOUCHAUD 4052a4cf82 elementary: switch to elm_toolbar_horizontal_set in test
SVN revision: 64565
2011-10-31 14:50:00 +00:00
ChunEon Park f856c0e9fe elementary - slider, scroller, progressbar, radio
applied elm_object_content_set/get/unset APIs. 



SVN revision: 64542
2011-10-31 02:56:03 +00:00
ChunEon Park 771202d8f8 elementray/naviframe - added more macros.
these macros are more clear than part names in using content/text_part_set/get/unset functions.



SVN revision: 64525
2011-10-30 16:10:16 +00:00
ChunEon Park 1e3d557d25 elementary/panes - content_part_set/get/unset
SVN revision: 64524
2011-10-30 15:50:14 +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
Sung W. Park 86dc87bb2c From: "Sung W. Park" <sungwoo@gmail.com>
Subject: [E-devel] [E-Devel][Patch] Evas GL Color Format Enum change
(and ElmGLview changes accordingly)

I'm submitting a patch that changes the color format for Evas GL.

When I first wrote Evas_GL, I just had EVAS_GL_RGB_8 and EVAS_GL_RGBA_8 and etc
but it was misleading for some people.  It was more of a filler since I couldn't decide on
a name.  I'm finally changing it to make it more clear.



SVN revision: 64491
2011-10-28 11:08:23 +00:00
ChunEon Park 213873a6c0 elementary/conformant - content_set/get/unset
SVN revision: 64489
2011-10-28 09:36:50 +00:00
ChunEon Park 5c4fd67f87 elementary/check - content_set/get/unset
SVN revision: 64487
2011-10-28 08:57:33 +00:00
ChunEon Park 31678440d9 elementary/bg - content_set/get/unset, fixed indentation
SVN revision: 64484
2011-10-28 08:31:42 +00:00
Carsten Haitzler 3048d95ba5 and fix 1 more transit test
SVN revision: 64409
2011-10-26 08:18:01 +00:00
Carsten Haitzler f80e0f1214 transit tests really should show wiin last and resize last.
SVN revision: 64408
2011-10-26 08:12:15 +00:00
ChunEon Park dc180b67ce elementary/layout - deprecated elm_layout_content_set/get_unset
SVN revision: 64403
2011-10-26 00:46:16 +00:00
ChunEon Park 8d85b136bf elementary/button -> use elm_object_content_set/get/unset
SVN revision: 64370
2011-10-25 01:23:25 +00:00
Bruno Dilly 5c28065815 Elementary: remove some more deprecated functions usage
Missed on previous commits


SVN revision: 64366
2011-10-24 23:44:21 +00:00
Bruno Dilly cee4098e1f Elementary: remove vars set but not used
Remove almost all of them. Remaining:
  - device on _event_history_clear, elm_gesture_layer
  - config has a hand of these cases.
  - ctxpopup var inside macro
  - segment control edje external (it's unfinished)



SVN revision: 64365
2011-10-24 23:43:34 +00:00
Bruno Dilly a63bf2c1c4 Elementary Toggle: Don't use deprecated functions
If we need to add functions born deprecated because it will
make other developers life easier, ok. But using these
deprecated functions inside our project isn't nice.


SVN revision: 64363
2011-10-24 23:41:11 +00:00