Commit Graph

4181 Commits

Author SHA1 Message Date
ChunEon Park 085e500875 elemlentary - minor changes.
guarantee the compatibility for priveous content_set/get/unset changes. 



SVN revision: 65320
2011-11-17 00:42:14 +00:00
Boris Faure b2b36ebbc0 elm: elm_object_text_part_set/get() is deprecated
use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

SVN revision: 65310
2011-11-16 20:17:25 +00:00
ChunEon Park 236192cd9a 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
2011-11-16 12:51:53 +00:00
Tom Hacohen 329ae9f1f7 Elm entry: Add a warning to the textblock_get docs.
Thanks to Jihoon Kim for spotting this potential pitfall.

SVN revision: 65288
2011-11-16 09:09:32 +00:00
Mike McCormack c6d30ee9da Fix GET_CHOICES macro
SVN revision: 65286
2011-11-16 06:19:00 +00:00
Mike McCormack 692fc0d40d elementary: Remove casts
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65285
2011-11-16 06:18:45 +00:00
ChunEon Park 515786327c 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
2011-11-16 01:39:39 +00:00
Mike Blumenkrantz d3829b279b add proper docs for elm_gen callbacks. this fixes pespin's complaints
SVN revision: 65270
2011-11-15 16:05:54 +00:00
Carsten Haitzler 4b6eaeb6d4 fix distecheck
SVN revision: 65256
2011-11-15 12:24:51 +00:00
Carsten Haitzler df62134a08 fix errant word "either" in license.
SVN revision: 65248
2011-11-15 11:55:22 +00:00
Carsten Haitzler 6d2d386e88 fix docs to tell u what to change that has deprecated
SVN revision: 65247
2011-11-15 11:54:58 +00:00
WooHyun Jung 146e547955 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
2011-11-15 08:26:02 +00:00
Carsten Haitzler d4033a6dc1 add more testing stuff for check
SVN revision: 65218
2011-11-15 03:15:29 +00:00
ChunEon Park 34960aa06c elementary/pager - updated test case to prevent window size become 0 when pager has emtpy stack.
SVN revision: 65216
2011-11-15 00:35:21 +00:00
ChunEon Park ef70939147 elementary/pager - removed white spaces
SVN revision: 65215
2011-11-15 00:30:33 +00:00
Tom Hacohen beac21bb68 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
2011-11-14 13:56:06 +00:00
Tom Hacohen 1566e476c8 Elm entry: Pass Elm_Entry_Change_Info with changed,user signal.
SVN revision: 65168
2011-11-14 13:56:02 +00:00
Tom Hacohen 8730871356 Elm entry: Call callbacks for undo/redo,request.
SVN revision: 65167
2011-11-14 13:55:57 +00:00
ChunEon Park 33214b79aa elementary/naviframe - to be processed the signals right away when the item push and pop case.
SVN revision: 65152
2011-11-14 08:23:25 +00:00
ChunEon Park 7ea44dee3b elementary/test_map.c - Those test code should not be committed.
maybe raster you. 



SVN revision: 65071
2011-11-11 16:47:05 +00:00
ChunEon Park 952fb9e124 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
2011-11-11 16:29:15 +00:00
Aharon Hillel c7ccc374a2 Elm glayer: Set mimimun momentum for ABORT
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 65024
2011-11-10 16:06:09 +00:00
Carsten Haitzler d4d6e79620 disable evas gl based stuff in elm as its not going into efl 1.1
SVN revision: 65004
2011-11-10 06:04:30 +00:00
Aharon Hillel 9bd9f39c4d Elm glayer: Changed Flick time limit default to 120 ms
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64987
2011-11-09 15:10:13 +00:00
Aharon Hillel 6dada6a80b Elm glayer: Added illume gesture layer default
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64986
2011-11-09 15:10:05 +00:00
Carsten Haitzler 75fdda0aa1 in wrong test category
SVN revision: 64984
2011-11-09 12:26:11 +00:00
Carsten Haitzler abd201eb18 rearrange tests into categories using frames and buttons.
SVN revision: 64983
2011-11-09 12:06:12 +00:00
Aharon Hillel 488650710c 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
2011-11-09 10:46:04 +00:00
WooHyun Jung 281e9ce8d9 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
2011-11-09 01:35:44 +00:00
ChunEon Park f5ef108671 elementary/naviframe - never ending bug story
should be set the style again even the given content is same there. 



SVN revision: 64956
2011-11-08 14:06:32 +00:00
Massimo Maiurana 63c9fae660 updating french and italian translations
SVN revision: 64953
2011-11-08 13:20:20 +00:00
Aharon Hillel d42d8fff42 Elm glayer: Added doc to recent fix
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64951
2011-11-08 13:09:18 +00:00
Aharon Hillel 9fe4fc1d3d 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
2011-11-08 13:09:14 +00:00
Tom Hacohen 14e60a2e4f Elm win: change resize object func to use the win obj geom.
SVN revision: 64949
2011-11-08 13:09:11 +00:00
Mike McCormack b362edf0c9 elementary: Remove stray debugging code
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 64939
2011-11-08 08:46:40 +00:00
Carsten Haitzler 77803e07ed add short opt for --test-win-only
SVN revision: 64938
2011-11-08 07:58:20 +00:00
ChunEon Park 3c2c7c1560 elementary/naviframe - removed white trailings
SVN revision: 64932
2011-11-08 04:02:46 +00:00
WooHyun Jung 6e1f989380 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
2011-11-08 02:49:57 +00:00
ChunEon Park b4b0250d84 elementary/naviframe - my fault. reverted r64927
SVN revision: 64930
2011-11-08 02:49:05 +00:00
ChunEon Park 58e180a0fe elementary/naviframe - trivial changes
SVN revision: 64927
2011-11-08 02:27:06 +00:00
ChunEon Park 05486ccca7 elementary/bubble - applied missed content_set/get/unset APIs
SVN revision: 64925
2011-11-08 01:05:01 +00:00
ChunEon Park 42a7aea27c elementary - updated po
SVN revision: 64924
2011-11-08 01:02:39 +00:00
ChunEon Park 6c023dbba0 elementary - +@deprecated
SVN revision: 64923
2011-11-08 00:43:17 +00:00
Aharon Hillel 042e958aa7 Elm glayer: Fixed bug of starting line,momentum with mouse-move
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64868
2011-11-07 14:31:25 +00:00
Aharon Hillel a6280661f1 Elm glayer: Fixed bug in N tap testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64867
2011-11-07 14:31:20 +00:00
Cedric BAIL a48828b85f elementary: kinetic is back in elm_gengrid.
SVN revision: 64866
2011-11-07 11:26:09 +00:00
ChunEon Park 37d844aa2e elementary/naviframe - it refered an incorrect object to delete a callback fucntion
SVN revision: 64863
2011-11-07 10:18:26 +00:00
Tom Hacohen 1e563eedd7 Elm glayer: Remove FIXME, it's already there.
SVN revision: 64859
2011-11-07 08:12:02 +00:00
Carsten Haitzler 5798d18559 duplicate author! fix!
SVN revision: 64853
2011-11-07 05:39:42 +00:00
Mike Blumenkrantz f379a27341 add new function to disable icon preloading
SVN revision: 64850
2011-11-07 04:25:16 +00:00