Mike Blumenkrantz [Thu, 31 May 2012 08:56:30 +0000 (08:56 +0000)]
fix item min height in tree
SVN revision: 71576
WooHyun Jung [Thu, 31 May 2012 07:15:28 +0000 (07:15 +0000)]
elementary : child_can_focus should be EINA_FALSE only when all
children in the object tree were not focusable.
SVN revision: 71573
Jihoon Kim [Wed, 30 May 2012 23:59:08 +0000 (23:59 +0000)]
test_entry.c: fix formatting
SVN revision: 71568
Gustavo Lima Chaves [Wed, 30 May 2012 17:42:26 +0000 (17:42 +0000)]
[elm] item del, not free, on index.
SVN revision: 71564
Gustavo Lima Chaves [Wed, 30 May 2012 17:41:48 +0000 (17:41 +0000)]
[elm] Fix index example.
note to self: were on drugs here?
SVN revision: 71563
thiep ha [Wed, 30 May 2012 12:18:48 +0000 (12:18 +0000)]
From: thiep ha <thiep.ha@samsung.com>
Subject: Re: [E-devel] [Patch] [elm_entry] New APIs for user style
Thank you for your comments.
I would like to send you the modified patch.
Followings are my modification:
- Add my part to ChangeLog, AUTHORS files as Raster's comment.
- Add const to the parameter of elm_entry_text_style_user_peek and
example for pop and peek to test_entry_style_user as Daniel's comment.
SVN revision: 71557
Mike Blumenkrantz [Wed, 30 May 2012 10:44:59 +0000 (10:44 +0000)]
also fix selected item scrolling when item prepended to the genlist is offscreen
SVN revision: 71554
Carsten Haitzler [Wed, 30 May 2012 10:08:41 +0000 (10:08 +0000)]
This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.
SVN revision: 71548
Mike Blumenkrantz [Wed, 30 May 2012 09:14:45 +0000 (09:14 +0000)]
fix genlist item signals on prepend
SVN revision: 71547
Hyoyoung Chang [Wed, 30 May 2012 08:09:09 +0000 (08:09 +0000)]
elementary/genlist: clean up codes
SVN revision: 71541
Daniel Juyung Seo [Wed, 30 May 2012 07:27:05 +0000 (07:27 +0000)]
elm genlist: Fixed formatting. Added more braces.
SVN revision: 71539
Daniel Juyung Seo [Wed, 30 May 2012 06:40:46 +0000 (06:40 +0000)]
elm genlist: Cut off long lines.
SVN revision: 71533
Daniel Juyung Seo [Wed, 30 May 2012 04:57:31 +0000 (04:57 +0000)]
elm win: Place ifdef to a proper place. Initialize variable.
SVN revision: 71529
Daniel Juyung Seo [Wed, 30 May 2012 04:57:29 +0000 (04:57 +0000)]
elm genlist: Use EINA_SAFETY_ON_TRUE_RETURN for nicely warn user.
SVN revision: 71528
Cedric BAIL [Wed, 30 May 2012 01:06:07 +0000 (01:06 +0000)]
elementary: oops, this should have never got in.
SVN revision: 71521
Cedric BAIL [Wed, 30 May 2012 00:52:18 +0000 (00:52 +0000)]
elementary: make expand effect faster.
This a team work, half of the borkage by zmike and half by me. I hope we succeed.
NOTE: It is better to do one smart object that you apply map on it, that to apply
map on it's 10 childs separately.
SVN revision: 71520
Gustavo Lima Chaves [Tue, 29 May 2012 21:02:01 +0000 (21:02 +0000)]
[elm] Better logic for elm bubble's text set call.
SVN revision: 71516
Gustavo Lima Chaves [Tue, 29 May 2012 21:01:55 +0000 (21:01 +0000)]
[elm] Better logic for elm_box_unpack.
SVN revision: 71515
Jonas M. Gastal [Tue, 29 May 2012 20:20:33 +0000 (20:20 +0000)]
Removing meaningless '*' from documentation output.
SVN revision: 71514
Gustavo Lima Chaves [Tue, 29 May 2012 19:38:24 +0000 (19:38 +0000)]
[elm] Fixing typo, sorry.
SVN revision: 71511
Mike Blumenkrantz [Tue, 29 May 2012 15:00:17 +0000 (15:00 +0000)]
genlist tree items now animate their collapse properly when there are fewer items than the maximum size of the viewport allows
SVN revision: 71508
Mike Blumenkrantz [Tue, 29 May 2012 10:25:55 +0000 (10:25 +0000)]
genlist prepends no longer cause selected items to be autoscrolled out of the viewport
SVN revision: 71500
Mike Blumenkrantz [Tue, 29 May 2012 09:04:42 +0000 (09:04 +0000)]
fix case where user can specify item block size < 1; this also reveals an api error since the param here should obviously be a uint.
SVN revision: 71498
Mike Blumenkrantz [Tue, 29 May 2012 09:04:37 +0000 (09:04 +0000)]
better clean up for build files
SVN revision: 71497
Mike Blumenkrantz [Tue, 29 May 2012 09:04:16 +0000 (09:04 +0000)]
simplify item block deletion merging
SVN revision: 71496
Jihoon Kim [Tue, 29 May 2012 06:38:16 +0000 (06:38 +0000)]
elm/examples.dox: fix lots of typos
SVN revision: 71492
Cedric BAIL [Tue, 29 May 2012 03:09:06 +0000 (03:09 +0000)]
elementary: improve doc.
Patch by Jérôme Pinot <ngc891@gmail.com>.
- #link on the beginning of a new line does give ugly output:
http://ngc891.blogdns.net/pub/projects/debug/doxygen-formating-eww.png
- some typos
- some missing @c
- in elm_web, convert remaining @li parameter lists to @param
- minor random fixes
SVN revision: 71486
Daniel Juyung Seo [Tue, 29 May 2012 01:28:19 +0000 (01:28 +0000)]
elm ChangeLog: Use tab.
SVN revision: 71483
Daniel Juyung Seo [Tue, 29 May 2012 01:28:15 +0000 (01:28 +0000)]
elm elm_bg.c: Fixed formatting.
SVN revision: 71482
Carsten Haitzler [Tue, 29 May 2012 00:31:38 +0000 (00:31 +0000)]
be generous about focus setting in elm.
SVN revision: 71481
Gustavo Lima Chaves [Mon, 28 May 2012 21:50:11 +0000 (21:50 +0000)]
[elm] And now remove deprecated calls usage (WRT
icon/image thing).
SVN revision: 71473
Gustavo Lima Chaves [Mon, 28 May 2012 21:50:03 +0000 (21:50 +0000)]
[elm] Deprecate elm icon calls just wrapping elm
image equivalents.
SVN revision: 71472
Gustavo Lima Chaves [Mon, 28 May 2012 20:35:35 +0000 (20:35 +0000)]
[elm] Warn about deprecation of some icon calls
The ones just wrapping their image counterparts should die eventually.
The signal callbacks on icons will die, too, eventually.
SVN revision: 71468
Gustavo Lima Chaves [Mon, 28 May 2012 20:35:29 +0000 (20:35 +0000)]
[elm] Image animation should be in the base
(image), not just icon.
SVN revision: 71467
Mike Blumenkrantz [Mon, 28 May 2012 17:51:02 +0000 (17:51 +0000)]
elm list had a typo which seemed harmless but probably broke some things. I corrected it. don't have a full checkout here, so no backporting unless someone else does it or I remember to do it later
SVN revision: 71465
Gustavo Lima Chaves [Mon, 28 May 2012 16:56:56 +0000 (16:56 +0000)]
[elm] Gesture layer now ported too.
SVN revision: 71464
Stefan Schmidt [Mon, 28 May 2012 13:08:48 +0000 (13:08 +0000)]
elementary: But var also into ifdefs for people without ethumb in elm
SVN revision: 71458
Christopher Michael [Mon, 28 May 2012 12:29:13 +0000 (12:29 +0000)]
Elm: Updated ChangeLog from Robert's patch.
SVN revision: 71456
Christopher Michael [Mon, 28 May 2012 12:28:46 +0000 (12:28 +0000)]
Elm: Patch from Robert Bradford <robert.bradford@intel.com> for native
window representation.
The attached change to Elementary makes a small refactor to use
existing code that was already conditional on the Elm engine to
retrieve the underlying window - thus allowing elm_win_xwindow_get to
return 0 in the case when called on a Wayland based Elm window.
Patches have been tested against X11 and Wayland built together by
running elementary_test.
SVN revision: 71455
Stefan Schmidt [Mon, 28 May 2012 08:25:46 +0000 (08:25 +0000)]
elementary: Remove no longer available els_icon file from po
71429 removed els_icon.c but did not update POTFILES.in. Fix that. This also fixes bug #1021
SVN revision: 71451
Jihoon Kim [Fri, 25 May 2012 23:58:55 +0000 (23:58 +0000)]
elementary: fix tom and aharon's e-mail address
SVN revision: 71433
Jihoon Kim [Fri, 25 May 2012 23:57:42 +0000 (23:57 +0000)]
elementary: sync with AUTHORS and elm_authors.h
SVN revision: 71432
Gustavo Lima Chaves [Fri, 25 May 2012 21:12:44 +0000 (21:12 +0000)]
[elm] elm plug now ported
SVN revision: 71430
Gustavo Lima Chaves [Fri, 25 May 2012 19:53:59 +0000 (19:53 +0000)]
[elm] And here comes image, icon and photo on the
new schema.
els_icon smart object was brought to be the base of the image widget,
in the form of an image class.
An elm icon is now a elm image, with a little more on top of it.
An elm photo is a now base widget aggregating an icon.
Toolbar's internal usage of the former els_icon is now changed to
icons, instead.
Some naviframe instantiations were set to enable events during
transitions, because this code is buggy and my chages exposed the
problem. It will be fixed as soon as I get to port Naviframe.
SVN revision: 71429
Gustavo Lima Chaves [Fri, 25 May 2012 19:53:51 +0000 (19:53 +0000)]
[elm] Small fixes on class headers.
SVN revision: 71428
Hyoyoung Chang [Thu, 24 May 2012 14:08:18 +0000 (14:08 +0000)]
elementary/hoversel: remove useless void ptr cast
SVN revision: 71412
Carsten Haitzler [Thu, 24 May 2012 10:08:59 +0000 (10:08 +0000)]
add since for new signal.
SVN revision: 71408
Carsten Haitzler [Thu, 24 May 2012 10:08:09 +0000 (10:08 +0000)]
update po's
SVN revision: 71407
Bluezery [Thu, 24 May 2012 10:07:56 +0000 (10:07 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Add New "loaded" signal
I want to add new "loaded" signal to elementary map. This signal
notify users when all map tiles are loaded. Timer is used for this signal.
Currently "tile,loaded" can be used for each separated tile. So the
users are hard to know whether all tiles are loaded or not.
Please review this patch.
SVN revision: 71406
Daniel Juyung Seo [Thu, 24 May 2012 07:17:05 +0000 (07:17 +0000)]
e, evas, elementary: Synced @author with AUTHORS.
SVN revision: 71399
Carsten Haitzler [Thu, 24 May 2012 05:43:48 +0000 (05:43 +0000)]
tip from Bluezery in case of silliness in settingflush poll time <= 0.
SVN revision: 71388
Hyoyoung Chang [Thu, 24 May 2012 04:59:52 +0000 (04:59 +0000)]
elementary/genlist: fix indent
SVN revision: 71385
Carsten Haitzler [Thu, 24 May 2012 04:44:44 +0000 (04:44 +0000)]
remove goto and use if () instead
SVN revision: 71383
Carsten Haitzler [Thu, 24 May 2012 04:36:26 +0000 (04:36 +0000)]
add authors entry too
SVN revision: 71382
Michal Pakula vel Rutka [Thu, 24 May 2012 04:34:53 +0000 (04:34 +0000)]
From: Michal Pakula vel Rutka <m.pakula@samsung.com>
Subject: [E-devel] [patch] allow copy and paste operations for
non-widget evas objects
I am currently implementing a clipboard for WebKit-EFL. When using
elm_cnp_selection_get and set function an evas object passed has to be
a widget. Currently in WebKit-EFL we are using an view which is an
Evas_Object, but not a widget. Sample WebKit applications like
EWebLauncher and tests applications does not use elementary so I
cannot obtain parent widget for a view object and finally we cannot
perform copy and paste operations.
Widgets are used in elm_cnp_selection functions to obtain
Ecore_X_Window. My patch leaves current way of obtaining it and adds
an another in case when the standard one fails. When Evas_Object is
not a widget I am trying to get an Ecore_X_Window using ecore.
SVN revision: 71381
Hyoyoung Chang [Thu, 24 May 2012 02:38:59 +0000 (02:38 +0000)]
elementary/hoversel: fix indent
SVN revision: 71377
Hyoyoung Chang [Thu, 24 May 2012 02:26:55 +0000 (02:26 +0000)]
elementary/hoversel: set hover's parent when hover's smart data deleted
SVN revision: 71376
Leif Middelschulte [Wed, 23 May 2012 21:56:44 +0000 (21:56 +0000)]
Fix possible segv in smart_del callback.
Patch by glima
SVN revision: 71373
Carsten Haitzler [Wed, 23 May 2012 10:56:17 +0000 (10:56 +0000)]
umm.. pass tistcheck!
SVN revision: 71355
Bluezery [Wed, 23 May 2012 10:29:03 +0000 (10:29 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Add elm_map_overlays_get &
elm_map_overlay_visible_get
I want to add 2 new APIs (elm_map_overlays_get & elm_map_overlay_visible_get).
There are no way to get the group overlays because group overlay,
something like virtual overlay, is created and deleted dynamically.
So elm_map_overlays_get returns total overlay's list and user can get
any type of overlays including group overlays.
Overlays which is grouped can not be visible. Because overlay grouping
is performed by elm_map, user do not know whether overlays are visible
or not. So elm_map_overlay_visible_get is added for this reason.
SVN revision: 71354
Carsten Haitzler [Wed, 23 May 2012 10:21:53 +0000 (10:21 +0000)]
clean pc files to not have cflags in Cflags: of required libs - seems
to work these days with pkg-config.
SVN revision: 71353
Hyoyoung Chang [Wed, 23 May 2012 07:31:03 +0000 (07:31 +0000)]
elementary/genlist: add short cut in item bring in calc.
fix compress_mode documentation.
SVN revision: 71349
Hyoyoung Chang [Wed, 23 May 2012 02:15:56 +0000 (02:15 +0000)]
elementary/cnp: add selection type checking at _get_selection_type and clean up indent
SVN revision: 71339
Hyoyoung Chang [Wed, 23 May 2012 01:05:22 +0000 (01:05 +0000)]
elementary/cnp: typo error fix
SVN revision: 71338
Hyoyoung Chang [Wed, 23 May 2012 00:53:07 +0000 (00:53 +0000)]
elementary/cnp: don't calc sizeof char at buffer malloc
SVN revision: 71337
Hyoyoung Chang [Wed, 23 May 2012 00:51:11 +0000 (00:51 +0000)]
elementary/cnp: free string after use at notify_handler_html
SVN revision: 71336
Carsten Haitzler [Tue, 22 May 2012 12:14:26 +0000 (12:14 +0000)]
add changelog for access cmds.
SVN revision: 71325
Carsten Haitzler [Tue, 22 May 2012 12:13:49 +0000 (12:13 +0000)]
barebones initial support for access commands. XXX's
SVN revision: 71324
Jaehwan Kim [Tue, 22 May 2012 10:33:14 +0000 (10:33 +0000)]
The parent of elm_menu_add shouldn't be a edje object.
SVN revision: 71314
Daniel Juyung Seo [Tue, 22 May 2012 08:33:06 +0000 (08:33 +0000)]
elm elm_notify.c: Fixed parent_del routine. Remove callbacks when the
parent is deleted.
On Tue, May 22, 2012 at 4:46 PM, Sohyun Kim <anna1014.kim@samsung.com>
wrote:
>
> Hi all.
> When I use elm_notify, I got a crash in the deleting routine. (you
can test it in elementary_test > Video)
>
> When parent window of elm_notify is deleted, elm_notify set its
parent to NULL.
> However, it doesn't delete event callbacks of the parent window.
>
> In the smart_del callback of elm_notify, it tries to delete event
callbacks of parent window.
> However, its parent is already set to NULL, the deleting is skipped.
> Then the widget data gets freed.
> In this case, when other objects in the window are deleted, they can
create the parent window's event (e.g. CHANGED_SIZE_HINTS,,)
>
> Please find a patch to delete event callbacks when parent window is
deleted.
>
> Regards, Sohyun
SVN revision: 71307
Daniel Juyung Seo [Tue, 22 May 2012 08:08:16 +0000 (08:08 +0000)]
Revert "elementary/ctxpopup - but there would be no parent NULL case."
There is a case that parent can be NULL when you call
elm_ctxpopup_add().
This reverts commit
8bc665a6ebc9daf0d5faa46223635f46f3d0f682.
SVN revision: 71305
ChunEon Park [Tue, 22 May 2012 07:09:13 +0000 (07:09 +0000)]
elementary/ctxpopup - but there would be no parent NULL case.
SVN revision: 71303
Daniel Juyung Seo [Tue, 22 May 2012 07:05:07 +0000 (07:05 +0000)]
elm elm_widget.c: Fixed formatting.
SVN revision: 71302
Daniel Juyung Seo [Tue, 22 May 2012 06:58:47 +0000 (06:58 +0000)]
elm ctx_popup: Fixed ctx_popup parent_cut logic. Patch by Bluezery
<ohpowel@gmail.com>
On Mon, May 21, 2012 at 5:32 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> When ctx_popup is deleted, it calls "elm_widget_sub_object_del(parent,
> popup)" so that ctx_popup's parent can delete it's sub_ojbect,
> "ctx_popup".
> But this is not needed because parent already deletes it's sub-object
> in elm_widget.c
>
> Thanks
>
> --
> BRs,
> Kim.
SVN revision: 71301
Daniel Juyung Seo [Tue, 22 May 2012 05:44:00 +0000 (05:44 +0000)]
elm elc_ctxpopup: Refactoring.
SVN revision: 71300
Jaehwan Kim [Tue, 22 May 2012 05:33:41 +0000 (05:33 +0000)]
Add the horizontal separator image.
SVN revision: 71298
Jaehwan Kim [Tue, 22 May 2012 05:18:12 +0000 (05:18 +0000)]
Toolbar: Add the more panel feature in toolbar. When it is the ELM_TOOLBAR_SHRINK_EXPAND mode and the max item is set, the items over max number are located in more panel.
The APIs are added for this feature.(elm_toolbar_more_item_get, elm_toolbar_items_max_set/get)
SVN revision: 71297
ChunEon Park [Tue, 22 May 2012 04:55:49 +0000 (04:55 +0000)]
elementary/config - fixed typo.
SVN revision: 71296
ChunEon Park [Tue, 22 May 2012 04:54:28 +0000 (04:54 +0000)]
elementary/config - fixed incorrect doc types.
Thank Bluezery for reporting.
SVN revision: 71295
ChunEon Park [Tue, 22 May 2012 04:48:21 +0000 (04:48 +0000)]
elementary/config - updated doc
SVN revision: 71294
Hyoyoung Chang [Tue, 22 May 2012 04:42:45 +0000 (04:42 +0000)]
elementary/cnp: add failed malloc checking routines
SVN revision: 71293
ChunEon Park [Tue, 22 May 2012 04:30:24 +0000 (04:30 +0000)]
elementary/cnp - + null check
SVN revision: 71292
Michal Pakula vel Rutka [Tue, 22 May 2012 01:35:12 +0000 (01:35 +0000)]
elementary/cnp: add null terminating at handling html type
Signed-off-by: Michal Pakula vel Rutka <m.pakula@samsung.com>
SVN revision: 71291
Hyoyoung Chang [Mon, 21 May 2012 11:28:41 +0000 (11:28 +0000)]
elementary/entry: move evas_event_{freeze,thaw} position in _elm_entry_text_set
SVN revision: 71280
Kim Shinwoo [Mon, 21 May 2012 10:30:47 +0000 (10:30 +0000)]
elemenatry/diskselector - RE:[E-devel][Patch][elementary] elm_diskselector, align of icon only item
Dear all, hello.
If an item of diskselector has only icon without label, then the icon
displays at left side of its space.
So if there is no label, the icon should display at the middle of its
space.
Please review the patch. Thanks.
Sincerely,
Shinwoo Kim.
Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>
SVN revision: 71279
WooHyun Jung [Mon, 21 May 2012 09:12:47 +0000 (09:12 +0000)]
elementary/elm_menu : Fix a crash. _menu_resize_cb should be removed
before hover and its target are deleted.
SVN revision: 71276
Tom Hacohen [Mon, 21 May 2012 07:51:41 +0000 (07:51 +0000)]
Elm glayer: Change double_tap_timeout to 0.25.
Listen to Hermet's wise counsel.
SVN revision: 71269
Carsten Haitzler [Mon, 21 May 2012 06:53:35 +0000 (06:53 +0000)]
fix infinite loop+stack push until segv... thanks to new object infra.
:)
SVN revision: 71266
Bluezery [Mon, 21 May 2012 06:40:24 +0000 (06:40 +0000)]
elementary/datetime: fix elm_datetime_value_get() documentation
Signed-off-by: Bluezery <ohpowel@gmail.com>
SVN revision: 71265
Carsten Haitzler [Mon, 21 May 2012 04:17:11 +0000 (04:17 +0000)]
due to use obj structure if sd->api is null.. we have crashes - eg if
webkit not supported. fix this. (no no changelog as ita part of the
whole new structure changes)
SVN revision: 71263
Tom Hacohen [Sun, 20 May 2012 14:56:35 +0000 (14:56 +0000)]
Elm glayer: Made tap timeout a config.
SVN revision: 71258
Tom Hacohen [Sun, 20 May 2012 14:56:32 +0000 (14:56 +0000)]
Elm glayer: cosmetic changes.
SVN revision: 71257
Tom Hacohen [Sun, 20 May 2012 14:56:29 +0000 (14:56 +0000)]
Elm glayer: Removed all the "DEBUG_GLAYER" printfs.
If someone wants to debug anything, he'll do specific debugs anyway, no
need to clutter the code.
SVN revision: 71256
Tom Hacohen [Sun, 20 May 2012 14:56:26 +0000 (14:56 +0000)]
Elm glayer: simplified "continues gesture" mode.
SVN revision: 71255
Jaehwan Kim [Fri, 18 May 2012 07:16:28 +0000 (07:16 +0000)]
Revert the revision 71185.
SVN revision: 71225
Kim Shinwoo [Fri, 18 May 2012 01:45:40 +0000 (01:45 +0000)]
elementary/gesture_layer: remove redundancy null checking at _tap_gesture_check_finish
Signed-off-by: Kim Shinwoo <kimcinoo.efl@gmail.com>
SVN revision: 71219
Tom Hacohen [Thu, 17 May 2012 15:31:34 +0000 (15:31 +0000)]
Elm glayer: Have a nice and clean array to call the test/reset funcs.
SVN revision: 71215
Tom Hacohen [Thu, 17 May 2012 15:31:31 +0000 (15:31 +0000)]
Elm glayer: Unify internal test function type.
Will let us do cool cleanups in the future.
SVN revision: 71214
Tom Hacohen [Thu, 17 May 2012 15:31:29 +0000 (15:31 +0000)]
Elm glayer: Clean up N_LONG_TAPS a bit.
SVN revision: 71213
Tom Hacohen [Thu, 17 May 2012 15:31:23 +0000 (15:31 +0000)]
Elm glayer: Clean up handling of the taps timeout and rename it.
SVN revision: 71212