Commit Graph

4849 Commits

Author SHA1 Message Date
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
Carsten Haitzler bce9bdf093 fix bitch in toolbar 7 without hurting other toolbars
SVN revision: 68412
2012-02-24 12:46:18 +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
Carsten Haitzler 895af18fe9 shussshhhh fixed warnings!
SVN revision: 68382
2012-02-24 06:15:28 +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
Daniel Juyung Seo 7770b61571 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
2012-02-24 02:53:53 +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