yoz [Thu, 3 Nov 2011 11:53:18 +0000 (11:53 +0000)]
elementary: fix the macro, thanks gustavo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64686
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 3 Nov 2011 11:07:03 +0000 (11:07 +0000)]
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] [elm_map] Fix up too many connections at the same
time.
Currently, elm_map requests all visible map image tile to map server
at the
same time.
If the scene is turned off while panning or zooming, it will be
aborted on
HTTP requests.
But it already sent to map server, and it already made useless HTTP
connections.
So if you pan scrolling quickly, elm_map try to download and abort too
many
HTTP
connections repeatedly.
If you have stable and high-throughput data connection, it doesn't
matter
on your side.
However map server will get high load, It is sufficient reason to block
you.
In another case, if you have poor data connection such as 3G
connection, it
has less
throughput and it causes delay of downloading. And finally, the device
is
as full as
HTTP connections even you already aborted. It makes low-performance
issue on
your device.
I wrote a patch for solving this situation.
The idea is simple.
1. I limited number of maximum HTTP request on elm_map side.
2. If maximum HTTP request is exceed, keep requests on Eina_List.
3. If each image downloading is completed, try to download recent
request.
(Because it has strong possibility for your screen)
4. At the same time, invisible request will be removed.
(It doesn't make HTTP connection yet)
I tested many times on my desktop and device.
It works for me. And elm_map's performance is improved
appreciably on 3G
connections.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64685
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 3 Nov 2011 07:23:30 +0000 (07:23 +0000)]
Elm: try to fix some mac os x link errors with gettext
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64680
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 3 Nov 2011 07:15:18 +0000 (07:15 +0000)]
elementary/naviframe - 3 more APIs.
elm_naviframe_items_get()
elm_naviframe_item_insert_before()
elm_naviframe_item_insert_after()
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 3 Nov 2011 05:48:05 +0000 (05:48 +0000)]
fix crash when object type is null as pointed out by Jeonghyun Yun
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64677
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 3 Nov 2011 01:44:54 +0000 (01:44 +0000)]
elementary/map - should be type rect if it is a clipper.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 2 Nov 2011 23:50:41 +0000 (23:50 +0000)]
elementary/panes - fixed typo patched by zub(David)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64667
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
captainigloo [Wed, 2 Nov 2011 20:09:11 +0000 (20:09 +0000)]
elementary: Add my name to the list of authors
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64662
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
captainigloo [Wed, 2 Nov 2011 19:26:29 +0000 (19:26 +0000)]
elementary: Add ecore_cocoa backend to elementary
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64657
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jaehwan [Wed, 2 Nov 2011 12:07:47 +0000 (12:07 +0000)]
elementary/scroller - change the behavior when the scroller is bouncing.
When the scroller is dragged repeatedly in a short time, it is accelerated.
If it reaches the edge of the content, the bouncing is started.
Sometimes because of the acceleration, the content cannot be shown in a moment.
In order to avoid that situation, the bounce animation have to be fixed
according the amount of acceleration.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64642
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [Wed, 2 Nov 2011 08:29:07 +0000 (08:29 +0000)]
elementary: Update the deprecated list
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64641
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Wed, 2 Nov 2011 08:18:17 +0000 (08:18 +0000)]
More API feedback.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64639
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gouache [Wed, 2 Nov 2011 08:14:02 +0000 (08:14 +0000)]
Elementary Map: remove unused vbox
Actually.. rollback to r64370.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64638
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Wed, 2 Nov 2011 07:10:29 +0000 (07:10 +0000)]
modify resize job function.
it have to use requested value.
I also fix bug related with elementary test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64635
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Wed, 2 Nov 2011 00:36:24 +0000 (00:36 +0000)]
elementary/elm_widget : Fixed wrong indentation
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64627
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Wed, 2 Nov 2011 00:27:04 +0000 (00:27 +0000)]
elementary/elm_widget : Just changed some Int values to Eina_Bool.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64626
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Tue, 1 Nov 2011 21:14:06 +0000 (21:14 +0000)]
Elementary Cursor: Add documentation about hot spots
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64619
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Tue, 1 Nov 2011 21:13:39 +0000 (21:13 +0000)]
Elementary Layout: Fix cursor set on parts
New part cursors was leaking, not added to cursor parts list.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64618
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Tue, 1 Nov 2011 21:13:04 +0000 (21:13 +0000)]
Elementary Cursor Test: add layout tests
Looks like some stuff is broken regarding layout cursors.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64617
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 1 Nov 2011 10:53:05 +0000 (10:53 +0000)]
Revert "change _elm_win_resize_job use ecore_evas_request_geometry_get function."
This reverts commit 64549.
I gotta adimt, your commit looks correct to me, but hey, it breaks
elementary_test's "Window Inline" test... Please investigate it further
and make re-apply your commit afetr your solve these issues.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64605
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Tue, 1 Nov 2011 07:14:19 +0000 (07:14 +0000)]
Fix more gengrid documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64603
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Tue, 1 Nov 2011 07:14:15 +0000 (07:14 +0000)]
Add more Gengrid API documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64602
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Tue, 1 Nov 2011 07:14:08 +0000 (07:14 +0000)]
Add documentation for missing gengrid functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64600
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 1 Nov 2011 02:38:28 +0000 (02:38 +0000)]
and set have to false in other error cases.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64599
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 1 Nov 2011 02:35:40 +0000 (02:35 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch] elm_map: add image loading error handling
I made a bug fix for elm_map.
When a downloaded image has an error, , elm_map removes a file and goes on
just like download succeeded .
However, it is not success, so it should be marked as FALSE for later retry.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64598
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 1 Nov 2011 01:38:45 +0000 (01:38 +0000)]
elementary/transit - modified to freeze events on transiting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64594
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 1 Nov 2011 01:37:28 +0000 (01:37 +0000)]
elementary/hover - modified to look better.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64593
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Mon, 31 Oct 2011 19:00:09 +0000 (19:00 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64582
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 31 Oct 2011 16:32:13 +0000 (16:32 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64579
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 16:26:52 +0000 (16:26 +0000)]
elementary: fix edje_external bubble
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64578
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 16:20:10 +0000 (16:20 +0000)]
elementary: fix test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64577
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 16:16:21 +0000 (16:16 +0000)]
elementary: deprecate elm_bubble_content_set elm_bubble_content_get elm_bubble_content_unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64576
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 16:01:29 +0000 (16:01 +0000)]
elementary: Ooops, I made a mistake. Return to the original test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64575
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:22:38 +0000 (15:22 +0000)]
elementary: adding video to edje_external
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64573
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:22:24 +0000 (15:22 +0000)]
elementary: adding const to accessor of elm_video
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64572
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:20:28 +0000 (15:20 +0000)]
elementary: adding panes to modules.inc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64571
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:18:42 +0000 (15:18 +0000)]
elementary: adding pager to edje_external
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:16:40 +0000 (15:16 +0000)]
elementary: adding frame to edje_external
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 15:05:04 +0000 (15:05 +0000)]
elementary: adding actionslider to edje_external
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64568
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 31 Oct 2011 14:59:13 +0000 (14:59 +0000)]
elementary/transit - applied to use freeze_events.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64566
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 14:50:00 +0000 (14:50 +0000)]
elementary: switch to elm_toolbar_horizontal_set in test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 14:41:12 +0000 (14:41 +0000)]
elementary: more option in edje for elm_toolbar
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64563
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Mon, 31 Oct 2011 14:36:49 +0000 (14:36 +0000)]
elementary: deprecate elm_toolbar_orientation_set and elm_toolbar_orientation_get to match and be conformant with the rest of api
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64562
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Mon, 31 Oct 2011 11:49:17 +0000 (11:49 +0000)]
Minor doc fixes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Mon, 31 Oct 2011 08:42:15 +0000 (08:42 +0000)]
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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64549
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Mon, 31 Oct 2011 08:26:12 +0000 (08:26 +0000)]
elementary/elm_widget : Focus should be moved by "clicked" not by
"mouse_up". So modified about this.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64548
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 31 Oct 2011 04:49:56 +0000 (04:49 +0000)]
elementary/player - fixed build error
sorry :p
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64544
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 31 Oct 2011 03:58:44 +0000 (03:58 +0000)]
elementary/player - applied content_set/get/unset
finally, done!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64543
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 31 Oct 2011 02:56:03 +0000 (02:56 +0000)]
elementary - slider, scroller, progressbar, radio
applied elm_object_content_set/get/unset APIs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64542
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Mon, 31 Oct 2011 02:15:33 +0000 (02:15 +0000)]
Elementary API documentation fix.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64540
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 31 Oct 2011 00:42:05 +0000 (00:42 +0000)]
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!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64538
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 31 Oct 2011 00:15:10 +0000 (00:15 +0000)]
elm map: Fixed internal function name.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64537
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 31 Oct 2011 00:13:32 +0000 (00:13 +0000)]
elm: Use appropriate add/del_full for evas event callbacks.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64536
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 30 Oct 2011 16:10:16 +0000 (16:10 +0000)]
elementray/naviframe - added more macros.
these macros are more clear than part names in using content/text_part_set/get/unset functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64525
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sun, 30 Oct 2011 15:50:14 +0000 (15:50 +0000)]
elementary/panes - content_part_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64524
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 30 Oct 2011 10:08:05 +0000 (10:08 +0000)]
Elm Glayer: Removed finger count from line-info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64521
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Sun, 30 Oct 2011 10:08:01 +0000 (10:08 +0000)]
Elm Glayer: Added number of fingers to Momentum Info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64520
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sun, 30 Oct 2011 03:46:35 +0000 (03:46 +0000)]
elm: Applied elm's elm_object_content_get() usages.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64515
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Sat, 29 Oct 2011 04:32:24 +0000 (04:32 +0000)]
elemetary - notify, factory, frame, panel, mapbuf
applied content_set/get/unset.
do it later for the remainder.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64502
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 28 Oct 2011 11:08:23 +0000 (11:08 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64491
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 28 Oct 2011 09:36:50 +0000 (09:36 +0000)]
elementary/conformant - content_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64489
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 28 Oct 2011 08:57:33 +0000 (08:57 +0000)]
elementary/check - content_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64487
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 28 Oct 2011 08:31:42 +0000 (08:31 +0000)]
elementary/bg - content_set/get/unset, fixed indentation
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64484
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 28 Oct 2011 08:07:55 +0000 (08:07 +0000)]
elementary - updated doc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64483
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 27 Oct 2011 19:12:53 +0000 (19:12 +0000)]
add long forgotten note for entry filters
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64446
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 27 Oct 2011 15:57:14 +0000 (15:57 +0000)]
Elementary: Fix uninitialized variables warnings. Fix case formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64437
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 27 Oct 2011 14:16:31 +0000 (14:16 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64436
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 27 Oct 2011 14:16:26 +0000 (14:16 +0000)]
Elm entry: Removed wd->icon/end, no real need for them.
This is a needed cleanup for applying Hyoyoung's patch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64435
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 27 Oct 2011 08:12:54 +0000 (08:12 +0000)]
elementary/naviframe - fixed typo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64428
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 27 Oct 2011 07:16:55 +0000 (07:16 +0000)]
elementary/naviframe - sorry i reverted to keep the signal order consistency with pushed case.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64426
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 27 Oct 2011 06:01:50 +0000 (06:01 +0000)]
elementary/naviframe - fixed to prevent multiple clicked events for the backbutton
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 27 Oct 2011 05:43:08 +0000 (05:43 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64424
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 27 Oct 2011 05:03:00 +0000 (05:03 +0000)]
update docs for elm to say 0.8.0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64422
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 27 Oct 2011 04:59:31 +0000 (04:59 +0000)]
add a @see
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 27 Oct 2011 04:57:06 +0000 (04:57 +0000)]
update docs for hello world to use simpler util win add call.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64420
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Wed, 26 Oct 2011 16:57:12 +0000 (16:57 +0000)]
[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().
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64415
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
yoz [Wed, 26 Oct 2011 09:31:07 +0000 (09:31 +0000)]
elementary: fix typo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64411
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 26 Oct 2011 08:18:01 +0000 (08:18 +0000)]
and fix 1 more transit test
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64409
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 26 Oct 2011 08:12:15 +0000 (08:12 +0000)]
transit tests really should show wiin last and resize last.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64408
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 26 Oct 2011 06:30:07 +0000 (06:30 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64407
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 26 Oct 2011 05:51:59 +0000 (05:51 +0000)]
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64406
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 26 Oct 2011 00:46:16 +0000 (00:46 +0000)]
elementary/layout - deprecated elm_layout_content_set/get_unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64403
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 25 Oct 2011 22:28:35 +0000 (22:28 +0000)]
patch from zub in #e to fix example building
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64399
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Tue, 25 Oct 2011 19:41:56 +0000 (19:41 +0000)]
Minor doc. fixes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64397
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
bdilly [Tue, 25 Oct 2011 19:33:42 +0000 (19:33 +0000)]
Elementary Win: make elm_win_xwindow_get works to widget items
With that elm test Cursor 2 will work again.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64396
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 25 Oct 2011 12:30:39 +0000 (12:30 +0000)]
make elm widget a bit more paranoid/safe
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64392
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 25 Oct 2011 12:30:10 +0000 (12:30 +0000)]
eek - warning--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64391
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 25 Oct 2011 11:47:18 +0000 (11:47 +0000)]
oops and dont return always if file and autosave. just do necessary
logic.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64385
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 25 Oct 2011 11:09:01 +0000 (11:09 +0000)]
possible bug vector -> access wd after callback has freed obj and
freed wd.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64384
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 25 Oct 2011 09:51:41 +0000 (09:51 +0000)]
Elm glayer: Removed unused/wanted if and variable.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64382
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 25 Oct 2011 09:51:38 +0000 (09:51 +0000)]
Elm glayer: Fixed memory leak, removed unused event list
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64381
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 25 Oct 2011 09:51:34 +0000 (09:51 +0000)]
Elm glayer: Added momentum to continues-gestures.
Womentum is now aborted and resarted as the number of fingers changes.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64380
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 25 Oct 2011 09:51:30 +0000 (09:51 +0000)]
Elm Glayer: Added ABORT on move to long-tap gesture
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64379
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 25 Oct 2011 09:51:22 +0000 (09:51 +0000)]
Elm Glayer: Added multi-touch support to momentum gesture
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64378
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 25 Oct 2011 08:45:56 +0000 (08:45 +0000)]
add util call to save always adding win, setting title, adding bg,
showing it etc. etc. -> standard kind of window.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64376
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 05:05:56 +0000 (05:05 +0000)]
elementary/naviframe - + NULL check
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64374
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 01:23:25 +0000 (01:23 +0000)]
elementary/button -> use elm_object_content_set/get/unset
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64370
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 00:50:54 +0000 (00:50 +0000)]
elementary/naviframe - fixed bad usage of eina_inlist.
removed the inlist node in while loop instead of REVERSE_FOREACH.
it corrupted the list.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64369
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 00:35:24 +0000 (00:35 +0000)]
elementary/ctxpopup - +fixme
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64368
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 25 Oct 2011 00:27:18 +0000 (00:27 +0000)]
elemenatry/ctxpopup - proper coding convention.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64367
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33