Commit Graph

4518 Commits

Author SHA1 Message Date
Daniel Juyung Seo 93981f37c3 elm win: Fixed typo. Patch by Jeremy Zurcher <jeremy@asynk.ch>
On Wed, Feb 29, 2012 at 5:10 PM, J??r??my Zurcher <jeremy@asynk.ch>
wrote:
elm_win_widthdrawn_get -> elm_win_withdrawn_get

Jeremy

SVN revision: 68541
2012-02-29 08:56:40 +00:00
Sanjeev BA e0efa2e5ad Change enabled_get/set to disabled_get/set.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68540
2012-02-29 07:54:57 +00:00
ChunEon Park 0759538f5e elementary/genlist, gengrid - added itc version checking.
SVN revision: 68539
2012-02-29 07:51:23 +00:00
ChunEon Park f2c4e9b2f5 elementary/genlist - renamed label field to text.
SVN revision: 68538
2012-02-29 06:52:05 +00:00
ChunEon Park c5a473f0cc elementary/gengrid - deprecated elm_gengrid_item_object_get()
SVN revision: 68537
2012-02-29 06:44:35 +00:00
Jaehwan Kim 7c9b6438b3 The scale bug is fixed.
SVN revision: 68536
2012-02-29 06:31:25 +00:00
ChunEon Park 9b0dd3205e elementary/genlist - breaked edit mode. my fault.
thanks to hyoyoung for reporing it.



SVN revision: 68535
2012-02-29 06:30:54 +00:00
ChunEon Park ebd409c78a elementary/genlist, gengrid - more reviews
SVN revision: 68534
2012-02-29 06:22:59 +00:00
Daniel Juyung Seo fd19596e5a elm win: Commented unused function.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68533
2012-02-29 05:05:50 +00:00
Daniel Juyung Seo 3805f175ed elm check: Reviewed check APIs. OK for check.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68532
2012-02-29 04:50:20 +00:00
Daniel Juyung Seo 8d98989f74 elm elm_web.h: Quick review of web API.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68531
2012-02-29 04:50:04 +00:00
Jihoon Kim 2679a1c4c1 elm/entry: fix document and parameter of elm_entry_input_panel_return_key_autoenabled_set
SVN revision: 68530
2012-02-29 04:45:08 +00:00
Sanjeev BA d884cb1923 bubble_corner_set/get params from char * to bubble_pos_set/get enum.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68528
2012-02-29 03:41:31 +00:00
Sanjeev BA 86207ebc34 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
2012-02-29 03:01:58 +00:00
Christopher Michael bf0c4315fa Elm (wayland): Set frame clip. Fix maximize/unmaximize in wayland.
SVN revision: 68524
2012-02-28 22:52:34 +00:00
Christopher Michael 36f0bb5003 Elm (wayland): Update elm code to reflect recent efl wayland changes.
SVN revision: 68519
2012-02-28 21:58:34 +00:00
Mike Blumenkrantz 33fbd34a85 replicate new bug from 68495
SVN revision: 68514
2012-02-28 20:14:56 +00:00
Daniel Juyung Seo d55dbfcd53 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
2012-02-28 14:45:28 +00:00
Carsten Haitzler f0433e3a5e add callbacks for knowing several states of a window and more api's to
control a windows properties



SVN revision: 68502
2012-02-28 11:20:35 +00:00
Carsten Haitzler fc7f5d08c4 warn--
SVN revision: 68501
2012-02-28 11:11:23 +00:00
ChunEon Park c2a70894ad elementary/genlist - killed elm_genlist_item_sorted_insert.
renamed elm_genlist_item_direct_sorted_insert to elm_genlist_item_sorted_insert



SVN revision: 68496
2012-02-28 07:17:00 +00:00
Jaehwan Kim 243786dc54 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
2012-02-28 07:14:10 +00:00
Jaehwan Kim 547b2c06ca 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
2012-02-28 06:31:25 +00:00
Hyoyoung Chang d7bc38e0d5 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
2012-02-28 06:17:22 +00:00
ChunEon Park 1cbee6a1cc elementary/genlist - deprecated elm_genlist_item_object_get
SVN revision: 68490
2012-02-28 05:58:45 +00:00
Hyoyoung Chang c9020ee99e 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
2012-02-28 05:49:07 +00:00
ChunEon Park d9ead1fb26 elementary/genlist - reviewed.
SVN revision: 68488
2012-02-28 05:26:49 +00:00
Jihoon Kim 2066fb53db elm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenabled_set
Thanks, Daniel.


SVN revision: 68486
2012-02-28 04:25:37 +00:00
Daniel Juyung Seo 7c2194af5c elm: Fixed typos.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68485
2012-02-28 02:39:31 +00:00
Jihoon Kim 42365c1368 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
2012-02-28 01:50:19 +00:00
Mike Blumenkrantz 81ddf08bd5 broke svn with a doc update. yes, I'm that good.
SVN revision: 68483
2012-02-27 23:48:31 +00:00
Mike Blumenkrantz 67cbd4a4cb reviewed cnp docs, added an api FIXME
SVN revision: 68482
2012-02-27 23:24:41 +00:00
ChunEon Park ec00159a09 elementary/glview - reviewed. changed trivials.
SVN revision: 68476
2012-02-27 14:19:28 +00:00
Daniel Juyung Seo 1e9399d794 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
2012-02-27 13:59:49 +00:00
ChunEon Park ffe5f48e06 elementary/elm_object_item - blocked 2 APIs. will be removed soon
SVN revision: 68472
2012-02-27 09:15:42 +00:00
Sanjeev BA 89c60e9f5a Add documentation for tooltip.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68471
2012-02-27 08:33:59 +00:00
Sanjeev BA 84fe1571f2 Elm tooltip API moved to config.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68470
2012-02-27 08:33:48 +00:00
Daniel Juyung Seo dcd2cf453c 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
2012-02-27 08:01:15 +00:00
Carsten Haitzler 4691a2efc6 fix freeing of item that frees the expanded item
SVN revision: 68468
2012-02-27 06:21:36 +00:00
Carsten Haitzler f2f64d2ef9 printf--
SVN revision: 68466
2012-02-27 05:38:40 +00:00
Carsten Haitzler 87a581fc1d aaah naviframe theme hook bug.. was a different thing. always enabled
title when setting style! booooo! dont do that!



SVN revision: 68465
2012-02-27 05:37:57 +00:00
Thanatermesis e6c023682e 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
2012-02-27 05:20:17 +00:00
Jiyoun Park 2baf8077e2 remove some code related with elm_fileselector deprecated function
SVN revision: 68453
2012-02-26 13:16:36 +00:00
Jiyoun Park d7ad919420 remove elm ctx popup's code related with deprecated function
SVN revision: 68452
2012-02-26 12:40:47 +00:00
Jiyoun Park ac79e76aea remove deprecated function related with
anchorview and block's text set/get


SVN revision: 68451
2012-02-26 12:05:28 +00:00
Mike Blumenkrantz 0497ef0cda same commit, but for gengrid
SVN revision: 68444
2012-02-25 11:54:50 +00:00
Mike Blumenkrantz 215dfd7e18 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
2012-02-25 11:53:35 +00:00
Mike Blumenkrantz fbb5fbdce0 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
2012-02-25 11:48:01 +00:00
Jihoon Kim 3608862563 elm/menu: bug fix the width of window looks like 1 px
SVN revision: 68436
2012-02-25 08:21:24 +00:00
Jihoon Kim d78262ee91 elm_colorselector: int*a -> int *a in elm_colorselector_color_get API
SVN revision: 68435
2012-02-25 08:15:43 +00:00
Carsten Haitzler 070d1fb0c8 shush some warnings on 64bit - distracts from real warnings.
SVN revision: 68433
2012-02-25 05:19:59 +00:00
Carsten Haitzler 8b615e6dda actually on reflection - doyoun - indicator mode should be like this.
SVN revision: 68432
2012-02-25 05:14:19 +00:00
Carsten Haitzler 57d5595d97 warn--
SVN revision: 68431
2012-02-25 05:12:57 +00:00
Carsten Haitzler e7af5e0e91 warn--
SVN revision: 68430
2012-02-25 05:11:59 +00:00
Jihoon Kim c3e40612c1 elementary_test: change deprecated APIs
SVN revision: 68429
2012-02-25 00:35:32 +00:00
Mikael SANS ab31707a7d elementary/elm_photocam: test for multi-touch zoom gesture
SVN revision: 68427
2012-02-24 17:58:50 +00:00
Mikael SANS f81590a0be elementary/elm_photocam: add multi-touch zoom gesture
SVN revision: 68426
2012-02-24 17:58:29 +00:00
Daniel Juyung Seo 71d5414df7 elm naviframe: Fixed formatting.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68422
2012-02-24 16:11:18 +00:00
Carsten Haitzler c2cba76767 fix naviframe theme hook.
SVN revision: 68413
2012-02-24 13:04:37 +00:00
Doyoun Kang d15d98327f 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
2012-02-24 12:33:11 +00:00
ChunEon Park 2184cc1112 elementary/gesture_layer - reviewed done.
SVN revision: 68408
2012-02-24 12:21:22 +00:00
cnook b504253f61 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
2012-02-24 12:05:05 +00:00
ChunEon Park 71879017b1 elementary/menu - deprecated elm_menu_item_menu_get.
use elm_object_item_widget_get()



SVN revision: 68401
2012-02-24 11:20:18 +00:00
Cedric BAIL 9cc9235a0a elementary: oops revert.
SVN revision: 68396
2012-02-24 11:04:06 +00:00
Cedric BAIL 4c6f423481 elementary: avoid segv and don't duplicate call.
SVN revision: 68395
2012-02-24 11:02:55 +00:00
ChunEon Park 120b7b82a6 elementary/gesture_layer - added object validation checking.
SVN revision: 68394
2012-02-24 10:42:53 +00:00
ChunEon Park c5232c4741 elementary - removed unnecessary checkings
SVN revision: 68393
2012-02-24 08:53:01 +00:00
cnook 350dbe0946 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
2012-02-24 07:41:38 +00:00
Jihoon Kim 6aca536a54 elementary_test: fix indentation
SVN revision: 68389
2012-02-24 07:32:29 +00:00
ChunEon Park 1be2a606bf elementary/naviframe - the first widget appiled the item smart callbacks.
SVN revision: 68388
2012-02-24 07:02:01 +00:00
ChunEon Park b42f6a38a3 elementary/widget - modified to check delete_me inside MACRO.
SVN revision: 68387
2012-02-24 06:53:03 +00:00
ChunEon Park ed631ae3f4 elenmentary/route - --warning.
SVN revision: 68384
2012-02-24 06:50:48 +00:00
Sanjeev BA 194ba318a9 Fix Pointer where to store => Pointer to store.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68381
2012-02-24 06:05:31 +00:00
Sanjeev BA 4b20052170 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
2012-02-24 05:48:27 +00:00
Sanjeev BA 83631900d8 Add additional styles for button.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68378
2012-02-24 05:48:19 +00:00
ChunEon Park 9536b08c36 elementary/elm_object_item - added smart callback feature.
SVN revision: 68377
2012-02-24 04:31:03 +00:00
Jihoon Kim 30556baca7 elm: elm_diskselector_cursor_set -> elm_diskselector_item_cursor_set in doxygen
SVN revision: 68376
2012-02-24 02:57:17 +00:00
Daniel Juyung Seo b9b1500804 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
2012-02-24 02:54:03 +00:00
Sanjeev BA 8a496e93ab Fix elm_photocam API and cnp documentation.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68373
2012-02-24 02:26:03 +00:00
Aharon Hillel cb31e1367d elementary: updated sources to fix warnings.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68336
2012-02-23 13:58:49 +00:00
Aharon Hillel 49299c709e elementary: Updated test_list.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68335
2012-02-23 13:58:46 +00:00
Aharon Hillel 8c3588c41b elementary: Updated test_inwin.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68334
2012-02-23 13:58:43 +00:00
Aharon Hillel 1727622837 elementary: Updated test_index.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68333
2012-02-23 13:58:41 +00:00
Aharon Hillel d68601c04d elementary: Updated test_hoversel.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68332
2012-02-23 13:58:37 +00:00
Aharon Hillel 95b3f40d2a elementary: Updated test_grid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68331
2012-02-23 13:58:35 +00:00
Aharon Hillel 8ff136be56 elementary: Updated test_genlist.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68330
2012-02-23 13:58:32 +00:00
Aharon Hillel 2e01b1d42a elementary: Updated test_gengrid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68329
2012-02-23 13:58:28 +00:00
Aharon Hillel 1ea3486604 elementary: Updated test_fileselector_entry.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68328
2012-02-23 13:58:25 +00:00
Aharon Hillel eefb994e6f elementary: Updated test_fileselector_button.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68327
2012-02-23 13:58:23 +00:00
Aharon Hillel 670cba4a40 elementary: Updated test_diskselector.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68326
2012-02-23 13:58:20 +00:00
Aharon Hillel 8856e00c61 elementary: Updated test_clock.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68325
2012-02-23 13:58:17 +00:00
Aharon Hillel 621a6eb20a elementary: Updated test_calendar.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68324
2012-02-23 13:58:14 +00:00
Aharon Hillel a97767638d elementary: Updated test_bubble.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68323
2012-02-23 13:58:12 +00:00
Aharon Hillel 5eb64aafe0 elementary: Updated test_box.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68322
2012-02-23 13:58:04 +00:00
Aharon Hillel e9d7499a59 elementary: Updated test_3d.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68321
2012-02-23 13:58:02 +00:00
Aharon Hillel d22f3fbec5 elementary: Fixed naming of tooltip 2 test
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68320
2012-02-23 13:57:59 +00:00
Aharon Hillel ab3daf33ae elementary: Added infra for API testing in elementary_test
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68319
2012-02-23 13:57:56 +00:00
Aharon Hillel a88ec9a405 elementary: Fixed memory leak when using --test-win-only
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68318
2012-02-23 13:57:54 +00:00
Aharon Hillel f92cc5e609 Elementary: Fixed debug printf to use momentum
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68317
2012-02-23 13:57:50 +00:00
Carsten Haitzler d83ff51f71 test and fix up horizontal_item style for toolbar.
SVN revision: 68313
2012-02-23 08:22:24 +00:00
Carsten Haitzler e04656c5bf and do gl15 test right with item class/pointers passed to item_append
SVN revision: 68311
2012-02-23 07:47:59 +00:00
Carsten Haitzler d4f750b00e eek - compile again.
SVN revision: 68310
2012-02-23 07:46:05 +00:00
Hyoyoung Chang a9dcddd041 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add edit_mode feature (3/3)

As we discussed in 2011 May (
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32498.html
).
I post edit_mode patch.

It almost made by Seunggyun Kim. I fixed some bugs and complaint to
current genlist.
Two public apis are introduced.
+EAPI void               elm_genlist_edit_mode_set(Evas_Object *obj,
Eina_Bool edit_mode);
+EAPI Eina_Bool          elm_genlist_edit_mode_get(const Evas_Object
*obj);
And one attribute is added in genlist item class
+   const char *edit_item_style;

It can used for editing and deleting in genlist.



SVN revision: 68309
2012-02-23 07:39:10 +00:00
Hyoyoung Chang 7ab200383d From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_gengrid - add item class management api
(1/3)

As like genlist item class management api, I added 4 apis to
elm_gengrid.

+EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void);
+EAPI void elm_gengrid_item_class_free(Elm_Gengrid_Item_Class *itc);
+EAPI void elm_gengrid_item_class_ref(Elm_Gengrid_Item_Class *itc);
+EAPI void elm_gengrid_item_class_unref(Elm_Gengrid_Item_Class *itc);

gengrid item class is maintained by gengrid in automatic manner.
it maintains its reference count. and item_class_free api marks
"delete_me".
Unless item_class_free, item class will not be freed.



SVN revision: 68308
2012-02-23 07:36:12 +00:00
Jihoon Kim f83d0dd0c8 elm: fix doxygen warning
SVN revision: 68301
2012-02-23 05:40:53 +00:00
Jihoon Kim 4aaac964ed elm_cnp: describe buflen of elm_cnp_selection_set API
SVN revision: 68300
2012-02-23 05:35:38 +00:00
Carsten Haitzler f4e71c7abf hermet's code didnt create a bug.. it brought out an existing bug...
FIX!



SVN revision: 68298
2012-02-23 04:20:30 +00:00
Carsten Haitzler bb664dc971 if u deprecate a func in .h - also do it in .c!
SVN revision: 68297
2012-02-23 04:11:04 +00:00
Carsten Haitzler af5309f0a2 no space affter cast
SVN revision: 68296
2012-02-23 04:09:43 +00:00
Carsten Haitzler 0d93e97822 can_focus ne3eds to be actually set - not just tested against
SVN revision: 68295
2012-02-23 04:09:05 +00:00
Daniel Juyung Seo b8683eb9d8 elm genlist: Added mode_item_style to Elm_Genlist_Item_Class and
removed elm_genlist_mode_item_style_get/set APIs. Patch by Hyoyoung
Chang <hyoyoung@gmail.com>

On Wed, Feb 22, 2012 at 8:55 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all.
>
> genlist item class had mode_item_style.
> it used for mode styling (such as sweep mode).
> one genlist can have multiple mode style.
> And mode_item_style's an item's attribute.
>
> So it's better to move to item class from widget_data.
>
> Thank you.

SVN revision: 68294
2012-02-23 03:15:40 +00:00
Daniel Juyung Seo 90d8ee3b8d elm genlist: Added more documentation for longpressed smart callback.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68293
2012-02-23 02:57:00 +00:00
Sanjeev BA bde5e891e6 Fix a few more review comments for cnp.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68292
2012-02-23 02:52:11 +00:00
Sanjeev BA c4c2e2bdea Remove MAX, it is not useful for app. developers.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68291
2012-02-23 02:52:07 +00:00
Sanjeev BA c373a26208 Make enum ordering same as _Ecore_X_Selection.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68290
2012-02-23 02:52:00 +00:00
cnook 1f7f39f66d From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_box

Please review the attached patch and give any feedbacks. Thanks.



SVN revision: 68268
2012-02-22 12:33:25 +00:00
Carsten Haitzler ce4b795d8d toolbar vertical mode working right now.
SVN revision: 68267
2012-02-22 12:13:12 +00:00
WooHyun Jung 5ac0eac84d elementar/elm_map : Patch from Bluezery.
===============================
Previsouly i have tested rotation with old version of gesture layer in
touch devices.
Recent gesture layer gives somewhat different event information. So I
fixed it accordingly.
I tested this patch in touch-enabled device.


SVN revision: 68263
2012-02-22 11:40:09 +00:00
WooHyun Jung 6f3a1c3b3f elementary/elm_map : Include some signals to the signal group.
SVN revision: 68262
2012-02-22 11:22:18 +00:00
Daniel Juyung Seo 278458bb59 elm test_genlist.c: Revised codes.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68255
2012-02-22 09:31:37 +00:00
Sanjeev BA 47b9767b1a Fix elm_transit and elm_web docs.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68251
2012-02-22 08:58:26 +00:00
Carsten Haitzler 931a64c939 move config load to sub init and sub init to after launch request to
pick up config changes for quicklaunch



SVN revision: 68250
2012-02-22 08:54:34 +00:00
Daniel Juyung Seo 548f616eae elm genlist: elm_genlist_item_count -> elm_genlist_items_count
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68245
2012-02-22 03:22:10 +00:00
Daniel Juyung Seo 259193eb01 elm Elementary.h.in: Updated Sanjeev's API review status.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68244
2012-02-22 03:22:03 +00:00
Mikael SANS 68b888a8e1 simplify expressions
SVN revision: 68242
2012-02-22 00:21:18 +00:00
Mike Blumenkrantz 8fb0f58c98 add elm_genlist_item_count(), change (int)wd->count to (uint)wd->item_count, fix a shadow var
SVN revision: 68240
2012-02-21 23:59:25 +00:00
Mikael SANS 8b6d86f565 Fix: wrong center point between fingers
SVN revision: 68228
2012-02-21 17:32:20 +00:00
WooHyun Jung 027d53b9d5 elementary : reviewed some *.h files.
SVN revision: 68220
2012-02-21 13:05:51 +00:00
ChunEon Park ed5c8799f5 elementary/focus - reviewed done!
SVN revision: 68218
2012-02-21 12:36:54 +00:00
Daniel Juyung Seo b40b6d68b8 elm test_box.c: Revised box_pack sample code.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68216
2012-02-21 11:46:05 +00:00
Daniel Juyung Seo 7d91161099 elm radio: Added elm_radio_selected_object_get().
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68215
2012-02-21 11:46:01 +00:00
Daniel Juyung Seo ddec0677d0 elm elm_map.c: Fixed build break when emap is installed. Patch by
Taehwan Kim <ohpowel@gmail.com>

On Tue, Feb 21, 2012 at 8:02 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Previous my giant patches made build errors when EMAP is enabled. This
> patch fixed this.
> 'ox'  & 'oy' is almost useless values (-1 or 0 value).  I will fix and
> upgrade all things related EMAP later.
> Please review this patch

SVN revision: 68214
2012-02-21 11:19:09 +00:00
Cedric BAIL 111b243b1b elementary: remove a pending reference to pager that could prevent the module to load.
NOTE: yes, i am using cloud compiling to :)


SVN revision: 68213
2012-02-21 11:05:02 +00:00
Carsten Haitzler 549b50e5ec oops return the focus order no matter what
SVN revision: 68212
2012-02-21 10:55:30 +00:00
Carsten Haitzler 628927d3d4 use focus order to determine if window never focused before instead of
show count. fixes focus problems in elm tests for entries



SVN revision: 68211
2012-02-21 10:54:46 +00:00
Bluezery acf31ec4cd From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Refactoring Elementary Map

I have done refactoring & code clean-up in elm_map.  Event if this
patch have much changes, refactoring & code clean-up jobs almost
always do.
Anyway, code is shortened and optimized I think.
 I have done following jobs in my patch.
 
 (1) Always change child size
 Scroller Child size is changed when integer zoom level is changed
 before. This makes bugs which mouse pointer is not correct on the map
 when map is dragging.
 Now, scroller child size is always changed when double zoom level is
changed.

(2) Evas map
Evas map is used for rotation & zooming before. But now it is used for
only rotation. evas_object_resize() can do zooming because (1) makes
child size always changed.

(3) Grid & Marker & Route, etc.
Because of (1), all coordinate calculations are all changed. So grid &
marker & route should be changed.
When I have fixed these, I have these split into small function
(create, free, update, place, etc.)
So these can be easily reused for other purpose ( I will add overlay
later.)
Also marker size is not changed and is not rotated anymore because
marker's coordinate is just rotated and evas_map is not used for
marker.

And grouping algorithm is somewhat changed. Each marker can be group
leader and if other markers (followers) are closed to leader, markers
are grouped.

Actually _marker_place() function do almost everything. (place marker,
bubble, group & make group, etc.)

Bubbles go along with parent object. (show, hide, move) and this is
created when marker & group are opened.
At now, bubble display bugs are all fixed.

As before, grid is created when elm_map_add() or tile source is
changed. And I add _grid_item_* functions for each 256x256 tile
management.  So grid_place() function can be simple now.

(4) Download idler
Before download is not a job or idler and is integrated with grid
calculation.
I have separated this into independent idler. So now, download idler
do download jobs when idler time.

(5) Zoom
I have made one zoom_do() function.  This does all zoom jobs. At now,
pinch_zoom & wheel_zoom & animated zoom do not much jobs. just call
zoom_do().

(6) Delayed jobs
As I know, evas is based on a retained mode and calculation can be do
later. So sometimes elm_map APIs can not  do the jobs correctly.
For example, elm_map_marker_list_show() or elm_map_zoom_set() can not
be used right after elm_map_add()  because window size and pan size
can be 0.   (refer map_example_02.c)
So when APIs related such calculation are called. These are deferred
and calculated later when _pan_calculate() is called.

5) Code clean-up
I have removed unused variables & functions.  and rearranged struct &
functions & declaration & static variables, etc.
Instead of "if (!wd) return; ", I changed this by macro,
"EINA_SAFETY_ON_NULL_RETURN(wd);". This is better for function
entrance check. Also ELM_NEW is used instead of calloc or malloc.

Aboves are all related each other. So it can be hard to split this
file. If these should be splitted, I'm going to freak ;D.
This patch does no harm!!!! :D.
 After this patch, I will add overlay APIs based on this patch.  I
 doubt whether I will add this before elementary 1.0 release.  :(
 


SVN revision: 68207
2012-02-21 08:01:22 +00:00
Carsten Haitzler 6636c616bf aah we'll take bluz' patch then instead of my fixing
SVN revision: 68206
2012-02-21 07:59:19 +00:00
Daniel Juyung Seo a3ae956f8f elm test_box.c: Added more test sample. Patch by Shinwoo Kim
<kimcinoo@gmail.com>

On Thu, Feb 16, 2012 at 10:20 AM, cnook <kimcinoo@gmail.com> wrote:
> Dear All, Hello~
>
> As you guess, the patch is for the elementary_test.
> Please review the patch and give any feedbacks.
>
> The test_actionslider patch is mainly for elm_actionslider_xxx_get()
APIs.
> It would not be a good idea to add test code for such APIs.
> So I have planed to add test code except elm_xxx_get() APIs
>
> Sincerely,
> Shinwoo Kim.

SVN revision: 68205
2012-02-21 07:06:39 +00:00
Sanjeev BA e6bc7da5f4 make API naming consistent for elm_video API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68202
2012-02-21 06:12:51 +00:00
Sanjeev BA 2201134b17 Deprecate elm_video_uri_set().
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68200
2012-02-21 05:52:55 +00:00
ChunEon Park a2aa8c8e01 elementary/grid - reviewed done.
SVN revision: 68199
2012-02-21 04:42:45 +00:00
ChunEon Park 00d01850f4 elementary/grid - more API elm_grid_chidren_get
SVN revision: 68198
2012-02-21 04:39:15 +00:00
Carsten Haitzler cbcdc8f8da fix some naming in elm_map as i suggested before.
SVN revision: 68195
2012-02-21 03:40:52 +00:00
Carsten Haitzler 4d730745f7 aaand other part of bluez map commit. easier to fix formatting in svn.
SVN revision: 68194
2012-02-21 03:26:00 +00:00
Carsten Haitzler c31c89176a and other part of bluez map commit
SVN revision: 68193
2012-02-21 03:25:24 +00:00
Carsten Haitzler d893dbbc69 hmmm i missed the other part of bluez map commit. here it is.
SVN revision: 68192
2012-02-21 03:24:59 +00:00
Sanjeev BA 775d293d8c Remove deprecated API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68190
2012-02-21 03:15:04 +00:00
ChunEon Park 98f221323e elementary/grid - reviewed APIs
SVN revision: 68187
2012-02-21 02:57:51 +00:00
Daniel Juyung Seo 3b6e8e86c0 elm: Removed deprecated elm_pager from edje_externals.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68186
2012-02-21 02:57:33 +00:00
Daniel Juyung Seo 62394d7e56 elm cache: Reviewed cache APIs.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68183
2012-02-21 02:34:57 +00:00