Commit Graph

3518 Commits

Author SHA1 Message Date
Michael BOUCHAUD fdf3cad212 elementary: deprecate elm_bubble_content_set elm_bubble_content_get elm_bubble_content_unset
SVN revision: 64576
2011-10-31 16:16:21 +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 06b2261984 elementary: adding video to edje_external
SVN revision: 64573
2011-10-31 15:22:38 +00:00
Michael BOUCHAUD a5b0b31496 elementary: adding const to accessor of elm_video
SVN revision: 64572
2011-10-31 15:22:24 +00:00
Michael BOUCHAUD ade7c17835 elementary: adding panes to modules.inc.
SVN revision: 64571
2011-10-31 15:20:28 +00:00
Michael BOUCHAUD 5cf8f6e6ec elementary: adding pager to edje_external
SVN revision: 64570
2011-10-31 15:18:42 +00:00
Michael BOUCHAUD eebb486ec7 elementary: adding frame to edje_external
SVN revision: 64569
2011-10-31 15:16:40 +00:00
Michael BOUCHAUD b7cbc8f694 elementary: adding actionslider to edje_external
SVN revision: 64568
2011-10-31 15:05:04 +00:00
ChunEon Park 9da574d348 elementary/transit - applied to use freeze_events.
SVN revision: 64566
2011-10-31 14:59:13 +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
Michael BOUCHAUD 81e42b10f5 elementary: more option in edje for elm_toolbar
SVN revision: 64563
2011-10-31 14:41:12 +00:00
Michael BOUCHAUD d57161465f elementary: deprecate elm_toolbar_orientation_set and elm_toolbar_orientation_get to match and be conformant with the rest of api
SVN revision: 64562
2011-10-31 14:36:49 +00:00
Sanjeev BA aa437bbcf8 Minor doc fixes.
SVN revision: 64555
2011-10-31 11:49:17 +00:00
Jiyoun Park a2806400d5 change _elm_win_resize_job use ecore_evas_request_geometry_get function.
currently, only X window system undergo async problem, 
but other windowing system meet same problem if it have asyncmode.
so I dont have to handle per-display specifics higher up above ecore-evas.
(use ecore_evas_request_XXX instead of ecore_evas_x11_request_XXX)
not only async windowing system but also situation wm refuse resizing request, 
make request size != current size.
so I'll implement ee->req value to other windowing system.
--under this line, and those below, will be ignored--

M    elm_win.c


SVN revision: 64549
2011-10-31 08:42:15 +00:00
WooHyun Jung 73408c102b elementary/elm_widget : Focus should be moved by "clicked" not by
"mouse_up". So modified about this.


SVN revision: 64548
2011-10-31 08:26:12 +00:00
ChunEon Park a064a70dc7 elementary/player - fixed build error
sorry :p



SVN revision: 64544
2011-10-31 04:49:56 +00:00
ChunEon Park 47cf9628e6 elementary/player - applied content_set/get/unset
finally, done!



SVN revision: 64543
2011-10-31 03:58:44 +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
Sanjeev BA 8e5a6ce75f Elementary API documentation fix.
SVN revision: 64540
2011-10-31 02:15:33 +00:00
Carsten Haitzler aa73164b35 really the event_info is a pointer and we should use it as such:
api break! elm segment control changed cb passes item handle not index
as event_info now!



SVN revision: 64538
2011-10-31 00:42:05 +00:00
Daniel Juyung Seo d8cb0b4a88 elm map: Fixed internal function name.
SVN revision: 64537
2011-10-31 00:15:10 +00:00
Daniel Juyung Seo bafe9c7426 elm: Use appropriate add/del_full for evas event callbacks.
SVN revision: 64536
2011-10-31 00:13:32 +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
Aharon Hillel 0aadefe6b2 Elm Glayer: Removed finger count from line-info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64521
2011-10-30 10:08:05 +00:00
Aharon Hillel 170cf5fa1a Elm Glayer: Added number of fingers to Momentum Info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64520
2011-10-30 10:08:01 +00:00
Daniel Juyung Seo 235b03a651 elm: Applied elm's elm_object_content_get() usages.
SVN revision: 64515
2011-10-30 03:46:35 +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
ChunEon Park 6a2e36c5f0 elementary - updated doc.
SVN revision: 64483
2011-10-28 08:07:55 +00:00
Mike Blumenkrantz 241a0520f4 add long forgotten note for entry filters
SVN revision: 64446
2011-10-27 19:12:53 +00:00
Christopher Michael 96557ccea1 Elementary: Fix uninitialized variables warnings. Fix case formatting.
SVN revision: 64437
2011-10-27 15:57:14 +00:00
Tom Hacohen c91bdfc4df Elm entry: support setting theme parts to non-scrollable entries.
Until now it was only possible for scrolled entries.
This patch is by Hyoyoung Chang, which I adjusted to conform to my previous
patch.

SVN revision: 64436
2011-10-27 14:16:31 +00:00
Tom Hacohen f4d9d94ea4 Elm entry: Removed wd->icon/end, no real need for them.
This is a needed cleanup for applying Hyoyoung's patch.

SVN revision: 64435
2011-10-27 14:16:26 +00:00
ChunEon Park 7b16685a41 elementary/naviframe - sorry i reverted to keep the signal order consistency with pushed case.
SVN revision: 64426
2011-10-27 07:16:55 +00:00
ChunEon Park 131f31bef6 elementary/naviframe - fixed to prevent multiple clicked events for the backbutton
SVN revision: 64425
2011-10-27 06:01:50 +00:00
Jihoon Kim 0ff8c40ad0 From: Jihoon Kim <jihoon48.kim@samsung.com>
elm_entry_autocapital_type_set API is high level API to call ecore_imf_context_autocapital_type_set.
Application programmer can choose the type of autocapitalization such as
WORD, SENTENCE, ALLCHARACTER through this API.

elm_entry_input_panel_enabled_set API is for setting whether input panel
(virtual keyboard) should be appeared when entry has a focus or pressed.
It can be used by dialer or calculator application programmer because those
application prefer to use its keypad NOT virtual keyboard supported by system.
They want to use entry to show the cursor for providing the cursor handling
method but don't want to appear system keyboard.



SVN revision: 64424
2011-10-27 05:43:08 +00:00
Carsten Haitzler 4b77b69c22 update docs for elm to say 0.8.0
SVN revision: 64422
2011-10-27 05:03:00 +00:00
Carsten Haitzler 32afda7f4e add a @see
SVN revision: 64421
2011-10-27 04:59:31 +00:00
Carsten Haitzler d854811815 update docs for hello world to use simpler util win add call.
SVN revision: 64420
2011-10-27 04:57:06 +00:00
Gustavo Lima Chaves e9a1d80e4a [elementary] Fix edje signals leak!!
Besides we free the object pointed by esd, we NEED the right pointer's
value to unregister the signal with
edje_object_signal_callback_del_full().



SVN revision: 64415
2011-10-26 16:57:12 +00:00
Michael BOUCHAUD 757ea6981d elementary: fix typo
SVN revision: 64411
2011-10-26 09:31:07 +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
Jaehwan Kim 051d092c71 From: Jaehwan Kim <jaehwan.kim.neo@gmail.com>
At first, try to execute elementary_test and drag down the list for bounce.
Then as soon as release the mouse, click the list continuously and fast.
The list will not be clicked because it cannot be clicked during the bounce
animation. The bounce animation time is fixed and it is reset again, when
the mouse is down and up. In the result, if we click it continuously, we can
not choose the list item. (During animation, list can not be clicked).
I changed the function "_smart_bounce_x_animator" and "_smart_bounce_
y_animator". I fixed the bounce time will be changed by remaining distance.



SVN revision: 64407
2011-10-26 06:30:07 +00:00
Jaehwan Kim 12711f6f63 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
I found a problem in els_scroller. When the scroller is resized, it shows the location of 
the coordination which was saved into wanted_coordination. If you don't use the page,
it is no matter. But if you use the page function, the animation of the scroller is operated
by _smart_scrollto_x_animator, not by _smart_momentum_animator. 
In _smart_scrollto_x_animator, therer isn't _update_wanted_coordinates. So the value of
wanted_coordination doesn't update. I think _update_wanted_coordinates have to be added in
_smart_scrollto_x_animator and _smart_scrollto_y_animator.
Please check the attached patch file.



SVN revision: 64406
2011-10-26 05:51:59 +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