platform/upstream/elementary.git
12 years agoThe scale bug is fixed.
Jaehwan Kim [Wed, 29 Feb 2012 06:31:25 +0000 (06:31 +0000)]
The scale bug is fixed.

SVN revision: 68536

12 years agoelementary/genlist - breaked edit mode. my fault.
ChunEon Park [Wed, 29 Feb 2012 06:30:54 +0000 (06:30 +0000)]
elementary/genlist - breaked edit mode. my fault.

thanks to hyoyoung for reporing it.

SVN revision: 68535

12 years agoelementary/genlist, gengrid - more reviews
ChunEon Park [Wed, 29 Feb 2012 06:22:59 +0000 (06:22 +0000)]
elementary/genlist, gengrid - more reviews

SVN revision: 68534

12 years agoelm win: Commented unused function.
Daniel Juyung Seo [Wed, 29 Feb 2012 05:05:50 +0000 (05:05 +0000)]
elm win: Commented unused function.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68533

12 years agoelm check: Reviewed check APIs. OK for check.
Daniel Juyung Seo [Wed, 29 Feb 2012 04:50:20 +0000 (04:50 +0000)]
elm check: Reviewed check APIs. OK for check.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68532

12 years agoelm elm_web.h: Quick review of web API.
Daniel Juyung Seo [Wed, 29 Feb 2012 04:50:04 +0000 (04:50 +0000)]
elm elm_web.h: Quick review of web API.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68531

12 years agoelm/entry: fix document and parameter of elm_entry_input_panel_return_key_autoenabled_set
Jihoon Kim [Wed, 29 Feb 2012 04:45:08 +0000 (04:45 +0000)]
elm/entry: fix document and parameter of elm_entry_input_panel_return_key_autoenabled_set

SVN revision: 68530

12 years agobubble_corner_set/get params from char * to bubble_pos_set/get enum.
Sanjeev BA [Wed, 29 Feb 2012 03:41:31 +0000 (03:41 +0000)]
bubble_corner_set/get params from char * to bubble_pos_set/get enum.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68528

12 years agoImplementation for elm_panes_content_right_size_get/set().
Sanjeev BA [Wed, 29 Feb 2012 03:01:58 +0000 (03:01 +0000)]
Implementation for elm_panes_content_right_size_get/set().
Thanks to jeremy@asynk.ch

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68527

12 years agoElm (wayland): Set frame clip. Fix maximize/unmaximize in wayland.
Christopher Michael [Tue, 28 Feb 2012 22:52:34 +0000 (22:52 +0000)]
Elm (wayland): Set frame clip. Fix maximize/unmaximize in wayland.

SVN revision: 68524

12 years agoElm (wayland): Update elm code to reflect recent efl wayland changes.
Christopher Michael [Tue, 28 Feb 2012 21:58:34 +0000 (21:58 +0000)]
Elm (wayland): Update elm code to reflect recent efl wayland changes.

SVN revision: 68519

12 years agoreplicate new bug from 68495
Mike Blumenkrantz [Tue, 28 Feb 2012 20:14:56 +0000 (20:14 +0000)]
replicate new bug from 68495

SVN revision: 68514

12 years agoelm panes: Added some review for un-implemented APIs. Pointed out by Jeremy Zurcher.
Daniel Juyung Seo [Tue, 28 Feb 2012 14:45:28 +0000 (14:45 +0000)]
elm panes: Added some review for un-implemented APIs. Pointed out by Jeremy Zurcher.

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
SVN revision: 68508

12 years agoadd callbacks for knowing several states of a window and more api's to
Carsten Haitzler [Tue, 28 Feb 2012 11:20:35 +0000 (11:20 +0000)]
add callbacks for knowing several states of a window and more api's to
control a windows properties

SVN revision: 68502

12 years agowarn--
Carsten Haitzler [Tue, 28 Feb 2012 11:11:23 +0000 (11:11 +0000)]
warn--

SVN revision: 68501

12 years agoAdd the "item_horizontal" style in button.edc
Jaehwan Kim [Tue, 28 Feb 2012 09:17:32 +0000 (09:17 +0000)]
Add the "item_horizontal" style in button.edc
It's for toolbar item.

SVN revision: 68497

12 years agoelementary/genlist - killed elm_genlist_item_sorted_insert.
ChunEon Park [Tue, 28 Feb 2012 07:17:00 +0000 (07:17 +0000)]
elementary/genlist - killed elm_genlist_item_sorted_insert.
renamed elm_genlist_item_direct_sorted_insert to elm_genlist_item_sorted_insert

SVN revision: 68496

12 years agoChange the toolbar item by using button object.
Jaehwan Kim [Tue, 28 Feb 2012 07:14:10 +0000 (07:14 +0000)]
Change the toolbar item by using button object.
The toolbar item was edje object. Because edje object cannot be focused, toolbar item cannot be focused, either.
But toolbar item should be focused in order to move the focus by each item.
Later, we will be able to move the focus by using arrow keyboard.
So I change toolbar item to be made up with button object.
Since toolbar cannot access button's edje object, the effect of content set and text set is moved in button.

SVN revision: 68495

12 years agoThe animation for content set and text set.
Jaehwan Kim [Tue, 28 Feb 2012 06:31:25 +0000 (06:31 +0000)]
The animation for content set and text set.
This animation effect was in toolbar originally.
But toolbar will use the button as toolbar item.
So I add this effect into button. This effect is useful in button too.
The work which changes toolbar item to button object will be patched next revision.

SVN revision: 68492

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Tue, 28 Feb 2012 06:17:22 +0000 (06:17 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp - revise apis
Date: Tue, 28 Feb 2012 15:11:12 +0900

Dear all.

I made a small patch about revise cnp apis.
It changed argument orders of apis to consistence and make elm widget centric.
now all cnp api's first argument is a elm widget.
It breaks api compatibility. so elementarychanges is needed to update.

thanks.

SVN revision: 68491

12 years agoelementary/genlist - deprecated elm_genlist_item_object_get
ChunEon Park [Tue, 28 Feb 2012 05:58:45 +0000 (05:58 +0000)]
elementary/genlist - deprecated elm_genlist_item_object_get

SVN revision: 68490

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Tue, 28 Feb 2012 05:49:07 +0000 (05:49 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp - revise document
Date: Tue, 28 Feb 2012 13:55:59 +0900

Dear all.

As i said earlier, elm_cnp's document is revised.
I add information about x11 and make some comment clear.

Thanks

SVN revision: 68489

12 years agoelementary/genlist - reviewed.
ChunEon Park [Tue, 28 Feb 2012 05:26:49 +0000 (05:26 +0000)]
elementary/genlist - reviewed.

SVN revision: 68488

12 years agoelm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenable...
Jihoon Kim [Tue, 28 Feb 2012 04:25:37 +0000 (04:25 +0000)]
elm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenabled_set
Thanks, Daniel.

SVN revision: 68486

12 years agoelm: Fixed typos.
Daniel Juyung Seo [Tue, 28 Feb 2012 02:39:31 +0000 (02:39 +0000)]
elm: Fixed typos.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68485

12 years agoelm/entry: add elm_entry_input_panel_return_key_autoenable_set API.
Jihoon Kim [Tue, 28 Feb 2012 01:50:19 +0000 (01:50 +0000)]
elm/entry: add elm_entry_input_panel_return_key_autoenable_set API.

Set whether the return key on the input panel is disabled automatically when entry has no text.

SVN revision: 68484

12 years agobroke svn with a doc update. yes, I'm that good.
Mike Blumenkrantz [Mon, 27 Feb 2012 23:48:31 +0000 (23:48 +0000)]
broke svn with a doc update. yes, I'm that good.

SVN revision: 68483

12 years agoreviewed cnp docs, added an api FIXME
Mike Blumenkrantz [Mon, 27 Feb 2012 23:24:41 +0000 (23:24 +0000)]
reviewed cnp docs, added an api FIXME

SVN revision: 68482

12 years agoelementary/glview - reviewed. changed trivials.
ChunEon Park [Mon, 27 Feb 2012 14:19:28 +0000 (14:19 +0000)]
elementary/glview - reviewed. changed trivials.

SVN revision: 68476

12 years agoelm calendar: Reviewed calendar. Added some comments but review was not finished...
Daniel Juyung Seo [Mon, 27 Feb 2012 13:59:49 +0000 (13:59 +0000)]
elm calendar: Reviewed calendar. Added some comments but review was not finished yet.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68475

12 years agoelementary/elm_object_item - blocked 2 APIs. will be removed soon
ChunEon Park [Mon, 27 Feb 2012 09:15:42 +0000 (09:15 +0000)]
elementary/elm_object_item - blocked 2 APIs. will be removed soon

SVN revision: 68472

12 years agoAdd documentation for tooltip.
Sanjeev BA [Mon, 27 Feb 2012 08:33:59 +0000 (08:33 +0000)]
Add documentation for tooltip.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68471

12 years agoElm tooltip API moved to config.
Sanjeev BA [Mon, 27 Feb 2012 08:33:48 +0000 (08:33 +0000)]
Elm tooltip API moved to config.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68470

12 years agoelm genlist: Set expanded_item only when it's expanding or set NULL.
Daniel Juyung Seo [Mon, 27 Feb 2012 08:01:15 +0000 (08:01 +0000)]
elm genlist: Set expanded_item only when it's expanding or set NULL.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68469

12 years agofix freeing of item that frees the expanded item
Carsten Haitzler [Mon, 27 Feb 2012 06:21:36 +0000 (06:21 +0000)]
fix freeing of item that frees the expanded item

SVN revision: 68468

12 years agoprintf--
Carsten Haitzler [Mon, 27 Feb 2012 05:38:40 +0000 (05:38 +0000)]
printf--

SVN revision: 68466

12 years agoaaah naviframe theme hook bug.. was a different thing. always enabled
Carsten Haitzler [Mon, 27 Feb 2012 05:37:57 +0000 (05:37 +0000)]
aaah naviframe theme hook bug.. was a different thing. always enabled
title when setting style! booooo! dont do that!

SVN revision: 68465

12 years agoFix linking complaints brought out by:
Thanatermesis [Mon, 27 Feb 2012 05:20:17 +0000 (05:20 +0000)]
Fix linking complaints brought out by:

From: Thanatermesis <thanatermesis.ecvs@gmail.com>
Subject: [E-devel] LDFLAGS with -Wl,-z,defs

Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some
libs that doesn't compile, like evas and e_dbus, there's some logs:

SVN revision: 68464

12 years agoremove some code related with elm_fileselector deprecated function
Jiyoun Park [Sun, 26 Feb 2012 13:16:36 +0000 (13:16 +0000)]
remove some code related with elm_fileselector deprecated function

SVN revision: 68453

12 years agoremove elm ctx popup's code related with deprecated function
Jiyoun Park [Sun, 26 Feb 2012 12:40:47 +0000 (12:40 +0000)]
remove elm ctx popup's code related with deprecated function

SVN revision: 68452

12 years agoremove deprecated function related with
Jiyoun Park [Sun, 26 Feb 2012 12:05:28 +0000 (12:05 +0000)]
remove deprecated function related with
anchorview and block's text set/get

SVN revision: 68451

12 years agosame commit, but for gengrid
Mike Blumenkrantz [Sat, 25 Feb 2012 11:54:50 +0000 (11:54 +0000)]
same commit, but for gengrid

SVN revision: 68444

12 years agohome and end keys now actually SELECT the first/last genlist items instead of just...
Mike Blumenkrantz [Sat, 25 Feb 2012 11:53:35 +0000 (11:53 +0000)]
home and end keys now actually SELECT the first/last genlist items instead of just moving viewport to them
this does NOT handle multiselect, since imo calling select callbacks on $TEXAS items would be pretty costly; probably need to job/timer it out or something

SVN revision: 68443

12 years agofix functionality which made all naviframe contents unfocusable when top content...
Mike Blumenkrantz [Sat, 25 Feb 2012 11:48:01 +0000 (11:48 +0000)]
fix functionality which made all naviframe contents unfocusable when top content should still allow focus
the focus_next hook may need some work to progress to sub-widgets somehow

SVN revision: 68442

12 years agoelm/menu: bug fix the width of window looks like 1 px
Jihoon Kim [Sat, 25 Feb 2012 08:21:24 +0000 (08:21 +0000)]
elm/menu: bug fix the width of window looks like 1 px

SVN revision: 68436

12 years agoelm_colorselector: int*a -> int *a in elm_colorselector_color_get API
Jihoon Kim [Sat, 25 Feb 2012 08:15:43 +0000 (08:15 +0000)]
elm_colorselector: int*a -> int *a in elm_colorselector_color_get API

SVN revision: 68435

12 years agoshush some warnings on 64bit - distracts from real warnings.
Carsten Haitzler [Sat, 25 Feb 2012 05:19:59 +0000 (05:19 +0000)]
shush some warnings on 64bit - distracts from real warnings.

SVN revision: 68433

12 years agoactually on reflection - doyoun - indicator mode should be like this.
Carsten Haitzler [Sat, 25 Feb 2012 05:14:19 +0000 (05:14 +0000)]
actually on reflection - doyoun - indicator mode should be like this.

SVN revision: 68432

12 years agowarn--
Carsten Haitzler [Sat, 25 Feb 2012 05:12:57 +0000 (05:12 +0000)]
warn--

SVN revision: 68431

12 years agowarn--
Carsten Haitzler [Sat, 25 Feb 2012 05:11:59 +0000 (05:11 +0000)]
warn--

SVN revision: 68430

12 years agoelementary_test: change deprecated APIs
Jihoon Kim [Sat, 25 Feb 2012 00:35:32 +0000 (00:35 +0000)]
elementary_test: change deprecated APIs

SVN revision: 68429

12 years agoelementary/elm_photocam: test for multi-touch zoom gesture
Mikael SANS [Fri, 24 Feb 2012 17:58:50 +0000 (17:58 +0000)]
elementary/elm_photocam: test for multi-touch zoom gesture

SVN revision: 68427

12 years agoelementary/elm_photocam: add multi-touch zoom gesture
Mikael SANS [Fri, 24 Feb 2012 17:58:29 +0000 (17:58 +0000)]
elementary/elm_photocam: add multi-touch zoom gesture

SVN revision: 68426

12 years agoelm naviframe: Fixed formatting.
Daniel Juyung Seo [Fri, 24 Feb 2012 16:11:18 +0000 (16:11 +0000)]
elm naviframe: Fixed formatting.

Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>
SVN revision: 68422

12 years agofix naviframe theme hook.
Carsten Haitzler [Fri, 24 Feb 2012 13:04:37 +0000 (13:04 +0000)]
fix naviframe theme hook.

SVN revision: 68413

12 years agofix bitch in toolbar 7 without hurting other toolbars
Carsten Haitzler [Fri, 24 Feb 2012 12:46:18 +0000 (12:46 +0000)]
fix bitch in toolbar 7 without hurting other toolbars

SVN revision: 68412

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
Doyoun Kang [Fri, 24 Feb 2012 12:33:11 +0000 (12:33 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: Add feature for showing/hiding indicator

Hi, raster.
As we discussed about indicator, i added feature for indicator.
Please check attached patch files.

1. elementary
i added enumeration to Elm_Illume_Command as below.
- ELM_ILLUME_COMMAND_INDICATOR_SHOW
- ELM_ILLUME_COMMAND_INDICATOR_HIDE

2. ecore
i added atoms/enumerations/APIs as below.
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_ON;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OFF;

typedef enum _Ecore_X_Illume_Indicator_State
{
   ECORE_X_ILLUME_INDICATOR_STATE_UNKNOWN = 0,
   ECORE_X_ILLUME_INDICATOR_STATE_OFF,
   ECORE_X_ILLUME_INDICATOR_STATE_ON
} Ecore_X_Illume_Indicator_State;

EAPI void ecore_x_e_illume_indicator_state_set(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);
EAPI Ecore_X_Illume_Indicator_State
ecore_x_e_illume_indicator_state_get(Ecore_X_Window win);
EAPI void ecore_x_e_illume_indicator_state_send(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);

SVN revision: 68410

12 years agoelementary/gesture_layer - reviewed done.
ChunEon Park [Fri, 24 Feb 2012 12:21:22 +0000 (12:21 +0000)]
elementary/gesture_layer - reviewed done.

SVN revision: 68408

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Fri, 24 Feb 2012 12:05:05 +0000 (12:05 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_flipselector

I have attached a patch for test_flipselecotr. Please review this and
give any feedbacks. Thanks.

SVN revision: 68407

12 years agoelementary/menu - deprecated elm_menu_item_menu_get.
ChunEon Park [Fri, 24 Feb 2012 11:20:18 +0000 (11:20 +0000)]
elementary/menu - deprecated elm_menu_item_menu_get.

use elm_object_item_widget_get()

SVN revision: 68401

12 years agoelementary: oops revert.
Cedric BAIL [Fri, 24 Feb 2012 11:04:06 +0000 (11:04 +0000)]
elementary: oops revert.

SVN revision: 68396

12 years agoelementary: avoid segv and don't duplicate call.
Cedric BAIL [Fri, 24 Feb 2012 11:02:55 +0000 (11:02 +0000)]
elementary: avoid segv and don't duplicate call.

SVN revision: 68395

12 years agoelementary/gesture_layer - added object validation checking.
ChunEon Park [Fri, 24 Feb 2012 10:42:53 +0000 (10:42 +0000)]
elementary/gesture_layer - added object validation checking.

SVN revision: 68394

12 years agoelementary - removed unnecessary checkings
ChunEon Park [Fri, 24 Feb 2012 08:53:01 +0000 (08:53 +0000)]
elementary - removed unnecessary checkings

SVN revision: 68393

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Fri, 24 Feb 2012 07:41:38 +0000 (07:41 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_entry

I have attached a patch for test_entry. Please check this and give any
feedbacks. Thank you.

SVN revision: 68390

12 years agoelementary_test: fix indentation
Jihoon Kim [Fri, 24 Feb 2012 07:32:29 +0000 (07:32 +0000)]
elementary_test: fix indentation

SVN revision: 68389

12 years agoelementary/naviframe - the first widget appiled the item smart callbacks.
ChunEon Park [Fri, 24 Feb 2012 07:02:01 +0000 (07:02 +0000)]
elementary/naviframe - the first widget appiled the item smart callbacks.

SVN revision: 68388

12 years agoelementary/widget - modified to check delete_me inside MACRO.
ChunEon Park [Fri, 24 Feb 2012 06:53:03 +0000 (06:53 +0000)]
elementary/widget - modified to check delete_me inside MACRO.

SVN revision: 68387

12 years agoelenmentary/route - --warning.
ChunEon Park [Fri, 24 Feb 2012 06:50:48 +0000 (06:50 +0000)]
elenmentary/route - --warning.

SVN revision: 68384

12 years agoshussshhhh fixed warnings!
Carsten Haitzler [Fri, 24 Feb 2012 06:15:28 +0000 (06:15 +0000)]
shussshhhh fixed warnings!

SVN revision: 68382

12 years agoFix Pointer where to store => Pointer to store.
Sanjeev BA [Fri, 24 Feb 2012 06:05:31 +0000 (06:05 +0000)]
Fix Pointer where to store => Pointer to store.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68381

12 years agoFix up elm_route have min_max API consistent with the rest of elm.
Sanjeev BA [Fri, 24 Feb 2012 05:48:27 +0000 (05:48 +0000)]
Fix up elm_route have min_max API consistent with the rest of elm.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68379

12 years agoAdd additional styles for button.
Sanjeev BA [Fri, 24 Feb 2012 05:48:19 +0000 (05:48 +0000)]
Add additional styles for button.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68378

12 years agoelementary/elm_object_item - added smart callback feature.
ChunEon Park [Fri, 24 Feb 2012 04:31:03 +0000 (04:31 +0000)]
elementary/elm_object_item - added smart callback feature.

SVN revision: 68377

12 years agoelm: elm_diskselector_cursor_set -> elm_diskselector_item_cursor_set in doxygen
Jihoon Kim [Fri, 24 Feb 2012 02:57:17 +0000 (02:57 +0000)]
elm: elm_diskselector_cursor_set -> elm_diskselector_item_cursor_set in doxygen

SVN revision: 68376

12 years agoelm test_entry.c: Revised code.
Daniel Juyung Seo [Fri, 24 Feb 2012 02:54:03 +0000 (02:54 +0000)]
elm test_entry.c: Revised code.
1. Formatting.
2. Use scrollerble entry instead of entry + scroller.
3. Use elm_bg instead of evas_object_rect.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68375

12 years agoelm entry.edc: Removed entry scroller's background color for consistency with normal...
Daniel Juyung Seo [Fri, 24 Feb 2012 02:53:53 +0000 (02:53 +0000)]
elm entry.edc: Removed entry scroller's background color for consistency with normal entry and normal scroller.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68374

12 years agoFix elm_photocam API and cnp documentation.
Sanjeev BA [Fri, 24 Feb 2012 02:26:03 +0000 (02:26 +0000)]
Fix elm_photocam API and cnp documentation.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68373

12 years agoelementary: updated sources to fix warnings.
Aharon Hillel [Thu, 23 Feb 2012 13:58:49 +0000 (13:58 +0000)]
elementary: updated sources to fix warnings.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68336

12 years agoelementary: Updated test_list.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:46 +0000 (13:58 +0000)]
elementary: Updated test_list.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68335

12 years agoelementary: Updated test_inwin.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:43 +0000 (13:58 +0000)]
elementary: Updated test_inwin.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68334

12 years agoelementary: Updated test_index.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:41 +0000 (13:58 +0000)]
elementary: Updated test_index.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68333

12 years agoelementary: Updated test_hoversel.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:37 +0000 (13:58 +0000)]
elementary: Updated test_hoversel.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68332

12 years agoelementary: Updated test_grid.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:35 +0000 (13:58 +0000)]
elementary: Updated test_grid.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68331

12 years agoelementary: Updated test_genlist.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:32 +0000 (13:58 +0000)]
elementary: Updated test_genlist.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68330

12 years agoelementary: Updated test_gengrid.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:28 +0000 (13:58 +0000)]
elementary: Updated test_gengrid.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68329

12 years agoelementary: Updated test_fileselector_entry.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:25 +0000 (13:58 +0000)]
elementary: Updated test_fileselector_entry.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68328

12 years agoelementary: Updated test_fileselector_button.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:23 +0000 (13:58 +0000)]
elementary: Updated test_fileselector_button.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68327

12 years agoelementary: Updated test_diskselector.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:20 +0000 (13:58 +0000)]
elementary: Updated test_diskselector.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68326

12 years agoelementary: Updated test_clock.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:17 +0000 (13:58 +0000)]
elementary: Updated test_clock.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68325

12 years agoelementary: Updated test_calendar.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:14 +0000 (13:58 +0000)]
elementary: Updated test_calendar.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68324

12 years agoelementary: Updated test_bubble.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:12 +0000 (13:58 +0000)]
elementary: Updated test_bubble.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68323

12 years agoelementary: Updated test_box.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:04 +0000 (13:58 +0000)]
elementary: Updated test_box.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68322

12 years agoelementary: Updated test_3d.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:02 +0000 (13:58 +0000)]
elementary: Updated test_3d.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68321

12 years agoelementary: Fixed naming of tooltip 2 test
Aharon Hillel [Thu, 23 Feb 2012 13:57:59 +0000 (13:57 +0000)]
elementary: Fixed naming of tooltip 2 test

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68320

12 years agoelementary: Added infra for API testing in elementary_test
Aharon Hillel [Thu, 23 Feb 2012 13:57:56 +0000 (13:57 +0000)]
elementary: Added infra for API testing in elementary_test

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68319

12 years agoelementary: Fixed memory leak when using --test-win-only
Aharon Hillel [Thu, 23 Feb 2012 13:57:54 +0000 (13:57 +0000)]
elementary: Fixed memory leak when using --test-win-only

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68318

12 years agoElementary: Fixed debug printf to use momentum
Aharon Hillel [Thu, 23 Feb 2012 13:57:50 +0000 (13:57 +0000)]
Elementary: Fixed debug printf to use momentum

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68317

12 years agotest and fix up horizontal_item style for toolbar.
Carsten Haitzler [Thu, 23 Feb 2012 08:22:24 +0000 (08:22 +0000)]
test and fix up horizontal_item style for toolbar.

SVN revision: 68313

12 years agoand do gl15 test right with item class/pointers passed to item_append
Carsten Haitzler [Thu, 23 Feb 2012 07:47:59 +0000 (07:47 +0000)]
and do gl15 test right with item class/pointers passed to item_append

SVN revision: 68311