ChunEon Park [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.
Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.
i.e for button
elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);
SVN revision: 65295
Tom Hacohen [Wed, 16 Nov 2011 09:09:32 +0000 (09:09 +0000)]
Elm entry: Add a warning to the textblock_get docs.
Thanks to Jihoon Kim for spotting this potential pitfall.
SVN revision: 65288
Mike McCormack [Wed, 16 Nov 2011 06:19:00 +0000 (06:19 +0000)]
Fix GET_CHOICES macro
SVN revision: 65286
Mike McCormack [Wed, 16 Nov 2011 06:18:45 +0000 (06:18 +0000)]
elementary: Remove casts
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65285
ChunEon Park [Wed, 16 Nov 2011 01:39:39 +0000 (01:39 +0000)]
elementary/flipseletor - applied elm_object_item,
applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs.
SVN revision: 65277
Mike Blumenkrantz [Tue, 15 Nov 2011 16:05:54 +0000 (16:05 +0000)]
add proper docs for elm_gen callbacks. this fixes pespin's complaints
SVN revision: 65270
Carsten Haitzler [Tue, 15 Nov 2011 12:24:51 +0000 (12:24 +0000)]
fix distecheck
SVN revision: 65256
Carsten Haitzler [Tue, 15 Nov 2011 11:55:22 +0000 (11:55 +0000)]
fix errant word "either" in license.
SVN revision: 65248
Carsten Haitzler [Tue, 15 Nov 2011 11:54:58 +0000 (11:54 +0000)]
fix docs to tell u what to change that has deprecated
SVN revision: 65247
WooHyun Jung [Tue, 15 Nov 2011 08:26:02 +0000 (08:26 +0000)]
elementary/elm_entry : Text filter should consider some tags like
<br>. Now tag itself has its own size, then max size filter callback
will calculate that.
SVN revision: 65225
Carsten Haitzler [Tue, 15 Nov 2011 03:15:29 +0000 (03:15 +0000)]
add more testing stuff for check
SVN revision: 65218
ChunEon Park [Tue, 15 Nov 2011 00:35:21 +0000 (00:35 +0000)]
elementary/pager - updated test case to prevent window size become 0 when pager has emtpy stack.
SVN revision: 65216
ChunEon Park [Tue, 15 Nov 2011 00:30:33 +0000 (00:30 +0000)]
elementary/pager - removed white spaces
SVN revision: 65215
Tom Hacohen [Mon, 14 Nov 2011 13:56:06 +0000 (13:56 +0000)]
Elm entry: Expose the internal textblock object.
This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.
SVN revision: 65169
Tom Hacohen [Mon, 14 Nov 2011 13:56:02 +0000 (13:56 +0000)]
Elm entry: Pass Elm_Entry_Change_Info with changed,user signal.
SVN revision: 65168
Tom Hacohen [Mon, 14 Nov 2011 13:55:57 +0000 (13:55 +0000)]
Elm entry: Call callbacks for undo/redo,request.
SVN revision: 65167
ChunEon Park [Mon, 14 Nov 2011 08:23:25 +0000 (08:23 +0000)]
elementary/naviframe - to be processed the signals right away when the item push and pop case.
SVN revision: 65152
ChunEon Park [Fri, 11 Nov 2011 16:47:05 +0000 (16:47 +0000)]
elementary/test_map.c - Those test code should not be committed.
maybe raster you.
SVN revision: 65071
ChunEon Park [Fri, 11 Nov 2011 16:29:15 +0000 (16:29 +0000)]
elementary/map - patched by Bluezery(ohpowel@gmail.com)
Hi,
There are bugs that map removes list elements when using
EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH.
We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE
instead for above case.
Please review belows
SVN revision: 65069
Aharon Hillel [Thu, 10 Nov 2011 16:06:09 +0000 (16:06 +0000)]
Elm glayer: Set mimimun momentum for ABORT
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 65024
Carsten Haitzler [Thu, 10 Nov 2011 06:04:30 +0000 (06:04 +0000)]
disable evas gl based stuff in elm as its not going into efl 1.1
SVN revision: 65004
Aharon Hillel [Wed, 9 Nov 2011 15:10:13 +0000 (15:10 +0000)]
Elm glayer: Changed Flick time limit default to 120 ms
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64987
Aharon Hillel [Wed, 9 Nov 2011 15:10:05 +0000 (15:10 +0000)]
Elm glayer: Added illume gesture layer default
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64986
Carsten Haitzler [Wed, 9 Nov 2011 12:26:11 +0000 (12:26 +0000)]
in wrong test category
SVN revision: 64984
Carsten Haitzler [Wed, 9 Nov 2011 12:06:12 +0000 (12:06 +0000)]
rearrange tests into categories using frames and buttons.
SVN revision: 64983
Aharon Hillel [Wed, 9 Nov 2011 10:46:04 +0000 (10:46 +0000)]
Elm glayer: Added "Gesture Layer 2" test.
This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64980
WooHyun Jung [Wed, 9 Nov 2011 01:35:44 +0000 (01:35 +0000)]
elementary/elm_diskselector : Just freeing data in eina_list is not
enough. I think diskselector needs refactoring about freeing lists.
I'll check more.
SVN revision: 64965
ChunEon Park [Tue, 8 Nov 2011 14:06:32 +0000 (14:06 +0000)]
elementary/naviframe - never ending bug story
should be set the style again even the given content is same there.
SVN revision: 64956
Massimo Maiurana [Tue, 8 Nov 2011 13:20:20 +0000 (13:20 +0000)]
updating french and italian translations
SVN revision: 64953
Aharon Hillel [Tue, 8 Nov 2011 13:09:18 +0000 (13:09 +0000)]
Elm glayer: Added doc to recent fix
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64951
Aharon Hillel [Tue, 8 Nov 2011 13:09:14 +0000 (13:09 +0000)]
Elm glayer: Fixed bug in non-continues mode.
Line and Momentum START was effected by mouse-over fix.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64950
Tom Hacohen [Tue, 8 Nov 2011 13:09:11 +0000 (13:09 +0000)]
Elm win: change resize object func to use the win obj geom.
SVN revision: 64949
Mike McCormack [Tue, 8 Nov 2011 08:46:40 +0000 (08:46 +0000)]
elementary: Remove stray debugging code
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 64939
Carsten Haitzler [Tue, 8 Nov 2011 07:58:20 +0000 (07:58 +0000)]
add short opt for --test-win-only
SVN revision: 64938
ChunEon Park [Tue, 8 Nov 2011 04:02:46 +0000 (04:02 +0000)]
elementary/naviframe - removed white trailings
SVN revision: 64932
WooHyun Jung [Tue, 8 Nov 2011 02:49:57 +0000 (02:49 +0000)]
elementary/elm_colorselector : Button in elm_colorselector was
edjeobject, not elm_button. This patch will change all button
edje_objects to real elm_button. And long_press will be supported by
elm_button's autorepeat feature. (This patch was made by Shilpa. Thanks)
SVN revision: 64931
ChunEon Park [Tue, 8 Nov 2011 02:49:05 +0000 (02:49 +0000)]
elementary/naviframe - my fault. reverted r64927
SVN revision: 64930
ChunEon Park [Tue, 8 Nov 2011 02:27:06 +0000 (02:27 +0000)]
elementary/naviframe - trivial changes
SVN revision: 64927
ChunEon Park [Tue, 8 Nov 2011 01:05:01 +0000 (01:05 +0000)]
elementary/bubble - applied missed content_set/get/unset APIs
SVN revision: 64925
ChunEon Park [Tue, 8 Nov 2011 01:02:39 +0000 (01:02 +0000)]
elementary - updated po
SVN revision: 64924
ChunEon Park [Tue, 8 Nov 2011 00:43:17 +0000 (00:43 +0000)]
elementary - +@deprecated
SVN revision: 64923
Aharon Hillel [Mon, 7 Nov 2011 14:31:25 +0000 (14:31 +0000)]
Elm glayer: Fixed bug of starting line,momentum with mouse-move
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64868
Aharon Hillel [Mon, 7 Nov 2011 14:31:20 +0000 (14:31 +0000)]
Elm glayer: Fixed bug in N tap testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64867
Cedric BAIL [Mon, 7 Nov 2011 11:26:09 +0000 (11:26 +0000)]
elementary: kinetic is back in elm_gengrid.
SVN revision: 64866
ChunEon Park [Mon, 7 Nov 2011 10:18:26 +0000 (10:18 +0000)]
elementary/naviframe - it refered an incorrect object to delete a callback fucntion
SVN revision: 64863
Tom Hacohen [Mon, 7 Nov 2011 08:12:02 +0000 (08:12 +0000)]
Elm glayer: Remove FIXME, it's already there.
SVN revision: 64859
Carsten Haitzler [Mon, 7 Nov 2011 05:39:42 +0000 (05:39 +0000)]
duplicate author! fix!
SVN revision: 64853
Mike Blumenkrantz [Mon, 7 Nov 2011 04:25:16 +0000 (04:25 +0000)]
add new function to disable icon preloading
SVN revision: 64850
Boris Faure [Sun, 6 Nov 2011 19:58:49 +0000 (19:58 +0000)]
elm: add deprecated notices to doc
SVN revision: 64844
Mike Blumenkrantz [Sun, 6 Nov 2011 16:19:25 +0000 (16:19 +0000)]
man I really suck today
SVN revision: 64833
Mike Blumenkrantz [Sun, 6 Nov 2011 16:10:02 +0000 (16:10 +0000)]
return the actual object
SVN revision: 64832
Mike Blumenkrantz [Sun, 6 Nov 2011 15:58:20 +0000 (15:58 +0000)]
remove unused var
SVN revision: 64831
Mike Blumenkrantz [Sun, 6 Nov 2011 15:56:31 +0000 (15:56 +0000)]
add function to return image object for use with evas apis
SVN revision: 64830
Mike Blumenkrantz [Sun, 6 Nov 2011 15:29:20 +0000 (15:29 +0000)]
okay okay I'll even make sure it compiles
SVN revision: 64827
Mike Blumenkrantz [Sun, 6 Nov 2011 15:24:50 +0000 (15:24 +0000)]
ehhh maybe do this properly I guess
SVN revision: 64826
Mike Blumenkrantz [Sun, 6 Nov 2011 15:19:12 +0000 (15:19 +0000)]
properly set content hooks in genlist/gengrid...
SVN revision: 64825
Tom Hacohen [Sun, 6 Nov 2011 09:22:50 +0000 (09:22 +0000)]
Elm test: Use momentum gesture in glayer test.
SVN revision: 64806
Tom Hacohen [Sun, 6 Nov 2011 09:22:47 +0000 (09:22 +0000)]
Elm test: Fixed gesture layer's test window size.
SVN revision: 64805
Bluezery [Sun, 6 Nov 2011 06:11:57 +0000 (06:11 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [elm_map] ecore_file_download_full() should be used
properly
elm_map only checked that returned job is NULL.
But ecore_file_download_full() returns EINA_FALSE when error occurred.
So return value should be checked for proper usage.
Please review this simple bug fix
SVN revision: 64794
Youness Alaoui [Sat, 5 Nov 2011 17:50:09 +0000 (17:50 +0000)]
Elementary: Add support for the PSL1GHT engine
SVN revision: 64784
Youness Alaoui [Sat, 5 Nov 2011 17:49:24 +0000 (17:49 +0000)]
Elementary: Add opengl_cocoa engine to elementary_config
SVN revision: 64777
Youness Alaoui [Sat, 5 Nov 2011 17:49:17 +0000 (17:49 +0000)]
Elementary: Add gl-cocoa engine to the documentation
SVN revision: 64776
Youness Alaoui [Sat, 5 Nov 2011 17:49:11 +0000 (17:49 +0000)]
Elementary: Use eina_lock in elm_store
SVN revision: 64775
Youness Alaoui [Sat, 5 Nov 2011 17:49:04 +0000 (17:49 +0000)]
Elementary: Make elm_module use eina_module instead of dl* directly
SVN revision: 64774
Cedric BAIL [Sat, 5 Nov 2011 17:01:55 +0000 (17:01 +0000)]
elementary: correctly unref before clearing the list and prevent infinite loop.
SVN revision: 64773
Iván Briano [Fri, 4 Nov 2011 20:34:41 +0000 (20:34 +0000)]
Init state for inlist sorted insert with current items.
SVN revision: 64747
Vincent Torri [Fri, 4 Nov 2011 20:31:44 +0000 (20:31 +0000)]
Elm: AM_PROG_CC_STDC is deprecated
SVN revision: 64744
Sanjeev BA [Fri, 4 Nov 2011 12:12:26 +0000 (12:12 +0000)]
Add deprecated API.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64725
Sanjeev BA [Fri, 4 Nov 2011 12:12:16 +0000 (12:12 +0000)]
Fix merge conflict.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64723
WooHyun Jung [Fri, 4 Nov 2011 05:05:53 +0000 (05:05 +0000)]
elementary/elm_entry : When singlelined & scrolled, entry's min width
should be calculated by text's width not by wd->ent's geometry info.
So I modified this.
SVN revision: 64721
ChunEon Park [Fri, 4 Nov 2011 04:46:09 +0000 (04:46 +0000)]
elementary/naviframe - updated test.
SVN revision: 64720
Carsten Haitzler [Thu, 3 Nov 2011 23:12:50 +0000 (23:12 +0000)]
add spaces into the macro middle for readability.
SVN revision: 64713
Michael BOUCHAUD [Thu, 3 Nov 2011 13:59:36 +0000 (13:59 +0000)]
elementary: more compliant to the api
SVN revision: 64699
Michael BOUCHAUD [Thu, 3 Nov 2011 13:48:40 +0000 (13:48 +0000)]
elementary: more documentation about deprecated API
SVN revision: 64696
Michael BOUCHAUD [Thu, 3 Nov 2011 13:26:55 +0000 (13:26 +0000)]
elementary: typo
SVN revision: 64695
Sanjeev BA [Thu, 3 Nov 2011 13:22:33 +0000 (13:22 +0000)]
Add deprecation for elm_scroller API.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 64694
Michael BOUCHAUD [Thu, 3 Nov 2011 11:53:18 +0000 (11:53 +0000)]
elementary: fix the macro, thanks gustavo
SVN revision: 64686
Kim Yunhan [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.
SVN revision: 64685
Vincent Torri [Thu, 3 Nov 2011 07:23:30 +0000 (07:23 +0000)]
Elm: try to fix some mac os x link errors with gettext
SVN revision: 64680
ChunEon Park [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()
SVN revision: 64679
Mike Blumenkrantz [Thu, 3 Nov 2011 05:48:05 +0000 (05:48 +0000)]
fix crash when object type is null as pointed out by Jeonghyun Yun
SVN revision: 64677
ChunEon Park [Thu, 3 Nov 2011 01:44:54 +0000 (01:44 +0000)]
elementary/map - should be type rect if it is a clipper.
SVN revision: 64672
ChunEon Park [Wed, 2 Nov 2011 23:50:41 +0000 (23:50 +0000)]
elementary/panes - fixed typo patched by zub(David)
SVN revision: 64667
Nicolas Aguirre [Wed, 2 Nov 2011 20:09:11 +0000 (20:09 +0000)]
elementary: Add my name to the list of authors
SVN revision: 64662
Nicolas Aguirre [Wed, 2 Nov 2011 19:26:29 +0000 (19:26 +0000)]
elementary: Add ecore_cocoa backend to elementary
SVN revision: 64657
Jaehwan Kim [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.
SVN revision: 64642
Mike McCormack [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>
SVN revision: 64641
Sanjeev BA [Wed, 2 Nov 2011 08:18:17 +0000 (08:18 +0000)]
More API feedback.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 64639
Sangho Park [Wed, 2 Nov 2011 08:14:02 +0000 (08:14 +0000)]
Elementary Map: remove unused vbox
Actually.. rollback to r64370.
SVN revision: 64638
Jiyoun Park [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
SVN revision: 64635
WooHyun Jung [Wed, 2 Nov 2011 00:36:24 +0000 (00:36 +0000)]
elementary/elm_widget : Fixed wrong indentation
SVN revision: 64627
WooHyun Jung [Wed, 2 Nov 2011 00:27:04 +0000 (00:27 +0000)]
elementary/elm_widget : Just changed some Int values to Eina_Bool.
SVN revision: 64626
Bruno Dilly [Tue, 1 Nov 2011 21:14:06 +0000 (21:14 +0000)]
Elementary Cursor: Add documentation about hot spots
SVN revision: 64619
Bruno Dilly [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.
SVN revision: 64618
Bruno Dilly [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.
SVN revision: 64617
Tom Hacohen [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.
SVN revision: 64605
Sanjeev BA [Tue, 1 Nov 2011 07:14:19 +0000 (07:14 +0000)]
Fix more gengrid documentation.
SVN revision: 64603
Sanjeev BA [Tue, 1 Nov 2011 07:14:15 +0000 (07:14 +0000)]
Add more Gengrid API documentation.
SVN revision: 64602
Sanjeev BA [Tue, 1 Nov 2011 07:14:08 +0000 (07:14 +0000)]
Add documentation for missing gengrid functions.
SVN revision: 64600
Carsten Haitzler [Tue, 1 Nov 2011 02:38:28 +0000 (02:38 +0000)]
and set have to false in other error cases.
SVN revision: 64599