Mike Blumenkrantz [Fri, 21 Oct 2011 00:24:15 +0000 (00:24 +0000)]
whitespace--
SVN revision: 64216
Mike Blumenkrantz [Thu, 20 Oct 2011 22:45:38 +0000 (22:45 +0000)]
more internal renames
SVN revision: 64215
Mike Blumenkrantz [Thu, 20 Oct 2011 22:23:48 +0000 (22:23 +0000)]
more internal renames
SVN revision: 64214
Mike Blumenkrantz [Thu, 20 Oct 2011 22:23:29 +0000 (22:23 +0000)]
more reordering
SVN revision: 64213
Mike Blumenkrantz [Thu, 20 Oct 2011 21:49:54 +0000 (21:49 +0000)]
more unnoticeable internal movements
SVN revision: 64211
Mike Blumenkrantz [Thu, 20 Oct 2011 21:41:24 +0000 (21:41 +0000)]
rename some internal variables for consistency
SVN revision: 64210
Mike Blumenkrantz [Thu, 20 Oct 2011 21:27:15 +0000 (21:27 +0000)]
remove all use of elm_toggle_ api
SVN revision: 64207
Mike Blumenkrantz [Thu, 20 Oct 2011 21:15:16 +0000 (21:15 +0000)]
more implicits
SVN revision: 64206
Mike Blumenkrantz [Thu, 20 Oct 2011 21:15:06 +0000 (21:15 +0000)]
use correct functions here
SVN revision: 64205
Mike Blumenkrantz [Thu, 20 Oct 2011 21:14:39 +0000 (21:14 +0000)]
shut up unused warning
SVN revision: 64204
Mike Blumenkrantz [Thu, 20 Oct 2011 21:05:30 +0000 (21:05 +0000)]
wooooooooooooooooooo aliases!
SVN revision: 64203
Mike Blumenkrantz [Thu, 20 Oct 2011 21:03:42 +0000 (21:03 +0000)]
fix implicits
SVN revision: 64202
Daniel Juyung Seo [Thu, 20 Oct 2011 16:42:42 +0000 (16:42 +0000)]
elm genlist/list/gengrid: Changed edge smart callback name. 'edge' callback is not scrolling. So "scroll,edge,up" -> "edge,up". elm_scroller already used this name.
SVN revision: 64200
Carsten Haitzler [Thu, 20 Oct 2011 12:30:04 +0000 (12:30 +0000)]
make toggle just a feature of check - on/off state and a togle style.
keep toggle api (wrapped around check) and deprecate it. it will
eventually go.
SVN revision: 64199
Carsten Haitzler [Thu, 20 Oct 2011 08:52:27 +0000 (08:52 +0000)]
it's time we moved to elm 0.8
SVN revision: 64194
Daniel Juyung Seo [Thu, 20 Oct 2011 07:31:37 +0000 (07:31 +0000)]
elm widget.c: Refactorying. Use same variable name as others. Easier to read the code.
SVN revision: 64192
Daniel Juyung Seo [Wed, 19 Oct 2011 17:36:51 +0000 (17:36 +0000)]
elm widget.c: Set resize_obj first.
SVN revision: 64185
Daniel Juyung Seo [Wed, 19 Oct 2011 17:07:15 +0000 (17:07 +0000)]
elm widget.c: Code refactorying. Check sobj first. We do not need to check sobj twice.
SVN revision: 64182
Iván Briano [Wed, 19 Oct 2011 15:44:45 +0000 (15:44 +0000)]
missing docs
SVN revision: 64180
Iván Briano [Wed, 19 Oct 2011 14:17:14 +0000 (14:17 +0000)]
Get us some nice auto translation scheme
First things first, I'm not sure I'm setting the right variable on
the setlocale() call, so someone more knowledgeable can look at it and fix it.
How this works, you say? Just like elm_object_text_part_set(), except now it
will pass the string given through dgettext() with the given domain (NULL
means it uses whatever the app set with textdomain()), and when changing
language with elm_language_set(), it will re-set the strings with a new
translation.
SVN revision: 64179
Carsten Haitzler [Wed, 19 Oct 2011 12:46:56 +0000 (12:46 +0000)]
make elm config all stored in blobs ion properties (as well as disk)
only not multiple properties and fix up elm config tool so it works
well with the better scheme. all internal changes so nothing app-wise
is affected except for also exposing an event to tell you config was
changed
SVN revision: 64178
Cedric BAIL [Wed, 19 Oct 2011 12:16:03 +0000 (12:16 +0000)]
elementary: reorder swallow.
SVN revision: 64176
Cedric BAIL [Wed, 19 Oct 2011 12:15:41 +0000 (12:15 +0000)]
elementary: check against NULL widget also.
SVN revision: 64175
Cedric BAIL [Wed, 19 Oct 2011 12:14:31 +0000 (12:14 +0000)]
elementary: forgotten child of elm_box.
SVN revision: 64174
ChunEon Park [Wed, 19 Oct 2011 08:53:55 +0000 (08:53 +0000)]
elemenatry/naviframe - just add TODO comment
SVN revision: 64167
ChunEon Park [Wed, 19 Oct 2011 08:49:24 +0000 (08:49 +0000)]
elementary/naviframe -
1. didn't set item style field in the item structure
2. avoid same item style again when user call the elm_naviframe_item_style_s et
SVN revision: 64166
Carsten Haitzler [Wed, 19 Oct 2011 07:54:31 +0000 (07:54 +0000)]
woooooow! lets delete delay_write timer oon entry deletion eh?
SVN revision: 64164
WooHyun Jung [Wed, 19 Oct 2011 05:34:41 +0000 (05:34 +0000)]
elementary/elc_naviframe : The content, will be popped, doesn't need
to control focus.
SVN revision: 64161
ChunEon Park [Tue, 18 Oct 2011 16:12:14 +0000 (16:12 +0000)]
elementary/naviframe - more signals.
SVN revision: 64153
Carsten Haitzler [Tue, 18 Oct 2011 10:00:02 +0000 (10:00 +0000)]
we should use weighty as intended - as a WEIGHTING.. not a boolean.
SVN revision: 64145
Tom Hacohen [Tue, 18 Oct 2011 08:58:41 +0000 (08:58 +0000)]
Elm glayer: Fixed leaks in glayer's test code.
SVN revision: 64142
Tom Hacohen [Tue, 18 Oct 2011 08:58:33 +0000 (08:58 +0000)]
Elm glayer: Fixed condition based on uninit value error.
Init structure fields (pe event) to 0.
Spank spank, you can't assume the passed pointer event is initialized.
SVN revision: 64141
ChunEon Park [Tue, 18 Oct 2011 00:25:52 +0000 (00:25 +0000)]
elementary - removed ELM_CAST macro
SVN revision: 64138
Aharon Hillel [Mon, 17 Oct 2011 08:12:52 +0000 (08:12 +0000)]
Elm Glayer: Fixed code to match convention
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64129
Aharon Hillel [Mon, 17 Oct 2011 08:12:49 +0000 (08:12 +0000)]
Elm Glayer: Fixed call of long tap reset in case reset occurs before 1st input event
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64128
Aharon Hillel [Mon, 17 Oct 2011 08:12:45 +0000 (08:12 +0000)]
Elm Glayer: Fixed all tap, long tap, gestures bugs
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64127
WooHyun Jung [Mon, 17 Oct 2011 06:53:10 +0000 (06:53 +0000)]
elementary/elm_win.c : fix small bugs in elm_win.c
SVN revision: 64123
Daniel Juyung Seo [Mon, 17 Oct 2011 05:40:32 +0000 (05:40 +0000)]
elm scroller: Added EINA_ARG_NONNULL to API declarations and added
'const' to the first parameter of getter API.
SVN revision: 64122
Mike Blumenkrantz [Sun, 16 Oct 2011 16:28:50 +0000 (16:28 +0000)]
layouted is not a word!!!!!!!
SVN revision: 64119
Youness Alaoui [Sat, 15 Oct 2011 09:51:26 +0000 (09:51 +0000)]
Elementary: Oups, typo, need to test for second statement
SVN revision: 64097
Youness Alaoui [Sat, 15 Oct 2011 09:48:56 +0000 (09:48 +0000)]
Elementary: untabify configure.ac
SVN revision: 64095
Youness Alaoui [Sat, 15 Oct 2011 09:48:50 +0000 (09:48 +0000)]
Elementary: Do not build modules if dlopen is not available on the system
SVN revision: 64094
Youness Alaoui [Sat, 15 Oct 2011 09:48:42 +0000 (09:48 +0000)]
Elementary: Quicklaunch support depends on dlopen, which is now non-mandatory
SVN revision: 64093
Youness Alaoui [Sat, 15 Oct 2011 09:48:34 +0000 (09:48 +0000)]
Elementary: Use ecore_evas_new if the engine fails instead of hardcoding software-x11 as the fallback
SVN revision: 64092
Youness Alaoui [Sat, 15 Oct 2011 09:30:52 +0000 (09:30 +0000)]
Elementary: Check for PATH_MAX define availability
SVN revision: 64089
Youness Alaoui [Sat, 15 Oct 2011 09:30:46 +0000 (09:30 +0000)]
Elementary: give argv[0] to eina_prefix_new
SVN revision: 64088
Youness Alaoui [Sat, 15 Oct 2011 09:30:39 +0000 (09:30 +0000)]
Elementary: Remove set but unused static Elm_Module
SVN revision: 64087
ChunEon Park [Sat, 15 Oct 2011 05:16:53 +0000 (05:16 +0000)]
elementary/naviframe - +theme_hook
SVN revision: 64084
ChunEon Park [Sat, 15 Oct 2011 04:02:21 +0000 (04:02 +0000)]
elementary/naviframe - more simple code.
SVN revision: 64083
Daniel Juyung Seo [Sat, 15 Oct 2011 00:44:11 +0000 (00:44 +0000)]
elm scroller: Fixed wrong return value.
SVN revision: 64078
PRINCE KUMAR DUBEY [Fri, 14 Oct 2011 11:05:56 +0000 (11:05 +0000)]
From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Subject: [E-devel] elm_segment_control patch for enable/disable issue
fix.
Change Description:
[Issue-Fixed] After disable, on enabling, the segment control, segment
item's image remains of disable type.
SVN revision: 64074
Hyoyoung Chang [Fri, 14 Oct 2011 10:57:31 +0000 (10:57 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_scroller - add gravity functionality
I made a gravity features for stopping scroller.
Elm_scroller's fixed when child's growing lower.
However if scroller's child is growing upper,
the elm_scroller always moving and waving to upper direction.
Because elm_scroller sets internal pan to keep current virtual position.
Gravity functions introduce to stopping scroller.
SVN revision: 64073
ChunEon Park [Fri, 14 Oct 2011 10:20:07 +0000 (10:20 +0000)]
elementary/naviframe - eina_list -> eina_inlist.
SVN revision: 64072
Carsten Haitzler [Fri, 14 Oct 2011 07:30:52 +0000 (07:30 +0000)]
use ecore-evas and eevas image calls consistently for inlined wins
SVN revision: 64070
Sanjeev BA [Fri, 14 Oct 2011 06:51:59 +0000 (06:51 +0000)]
Use toggle instead of button. It is appropriate for this example.
SVN revision: 64067
Sanjeev BA [Fri, 14 Oct 2011 06:51:55 +0000 (06:51 +0000)]
Fix bug in elm toggle. Do not invoke callback if no state change occured.
SVN revision: 64066
ChunEon Park [Fri, 14 Oct 2011 06:12:04 +0000 (06:12 +0000)]
elementary/ctxpopup - more proper function name
SVN revision: 64065
ChunEon Park [Fri, 14 Oct 2011 06:05:44 +0000 (06:05 +0000)]
elementary/ctxpopup - added lines to remove ctxpopup
SVN revision: 64064
Cedric BAIL [Fri, 14 Oct 2011 05:21:55 +0000 (05:21 +0000)]
elementary: cleanup a little bit the slideshow.
SVN revision: 64061
Carsten Haitzler [Fri, 14 Oct 2011 05:07:25 +0000 (05:07 +0000)]
avoid stack blow of recursive size evals in elm_icon!
SVN revision: 64060
ChunEon Park [Fri, 14 Oct 2011 02:30:44 +0000 (02:30 +0000)]
elementary/pager - get rid of elm_pager_animation_disabled_set
SVN revision: 64055
ChunEon Park [Fri, 14 Oct 2011 02:22:59 +0000 (02:22 +0000)]
elementary/ctxpopup - patched by kimcinoo@gmail.com
Dear All, Hello.
The arrow of ctxpopup is swallowed in one of 4 swallow parts(left,
right, top, bottom) of base group.
If user REuses ctxpopup which is already displayed with different
direction, then the arrow will be swallowed in previous position.
So the attached patch will unswallow arrow from the base before swallow...
Please review the patch and give any feedbacks.
Sincerely,
Shinwoo Kim.
SVN revision: 64054
WooHyun Jung [Fri, 14 Oct 2011 00:27:29 +0000 (00:27 +0000)]
elementary/elm_colorselector : The arrow for the forth colorbar was
not colored well. So fixed it :)
SVN revision: 64053
Jaehwan Kim [Thu, 13 Oct 2011 12:07:39 +0000 (12:07 +0000)]
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] ELM_THUMBSCROLL_SENSITIVITY_FRICTION
I talked with you about 4.0, magic number.
I want to change the part that the length of mouse dragging multiply 4.0
to _elm_config->thumbscroll_sensitivity_friction.
4.0 is nice. But some device may want to change the value. It is a kind
of sensitivity. So I added the config "ELM_THUMBSCROLL_SENESITIVITY
_FRICTION". And I change the value mean. If the value is high, it is
more sensitive. The range of the value is from 0.1 to 1.0. It cannot be 0.0.
4.0 changed to 0.25.
Please check this patch.
SVN revision: 64051
Carsten Haitzler [Thu, 13 Oct 2011 10:27:12 +0000 (10:27 +0000)]
revert herments revert 64043!!!!!! BAD HERMET!
SVN revision: 64050
ChunEon Park [Thu, 13 Oct 2011 07:52:01 +0000 (07:52 +0000)]
elementary/naviframe - missing the initlialization.
SVN revision: 64044
ChunEon Park [Thu, 13 Oct 2011 07:50:34 +0000 (07:50 +0000)]
reverted 63654
SVN revision: 64043
Cedric BAIL [Thu, 13 Oct 2011 07:38:27 +0000 (07:38 +0000)]
elementary: fix compile without webkit.
SVN revision: 64040
ChunEon Park [Thu, 13 Oct 2011 06:30:05 +0000 (06:30 +0000)]
elementary/naviframe - eina_list -> eina_inlist for item stack
SVN revision: 64034
Iván Briano [Thu, 13 Oct 2011 04:45:18 +0000 (04:45 +0000)]
simple example for elm_web. also simple external for it. need to figure how to properly forward signals to get some nice back/forward action though
SVN revision: 64032
Daniel Juyung Seo [Thu, 13 Oct 2011 03:47:57 +0000 (03:47 +0000)]
elm genlist: Clear last_selected_item when last_selected_item is
deleted.
SVN revision: 64031
Iván Briano [Wed, 12 Oct 2011 18:01:21 +0000 (18:01 +0000)]
The Shadow was here.
SVN revision: 64022
Iván Briano [Wed, 12 Oct 2011 18:00:09 +0000 (18:00 +0000)]
Fix building against new EWebkit API
SVN revision: 64021
Daniel Juyung Seo [Wed, 12 Oct 2011 15:23:55 +0000 (15:23 +0000)]
elm genlist: Added comments for internal variables.
SVN revision: 64020
ChunEon Park [Wed, 12 Oct 2011 12:19:31 +0000 (12:19 +0000)]
elementray/naviframe - renamed internal variable. removed useless lines.
SVN revision: 64019
ChunEon Park [Wed, 12 Oct 2011 11:13:18 +0000 (11:13 +0000)]
elementray/naviframe - added more signals for buttons and removed warnings.
SVN revision: 64017
ChunEon Park [Wed, 12 Oct 2011 10:45:22 +0000 (10:45 +0000)]
elementary/naviframe - default could be visible and don't need to emit signal for it.
SVN revision: 64016
ChunEon Park [Wed, 12 Oct 2011 10:31:13 +0000 (10:31 +0000)]
elementary/naviframe - added two more APIs
elm_naviframe_prev_btn_auto_pushed_set/get
SVN revision: 64015
Mike Blumenkrantz [Wed, 12 Oct 2011 08:51:07 +0000 (08:51 +0000)]
revert 63993, hermet was right.
SVN revision: 64011
ChunEon Park [Wed, 12 Oct 2011 07:04:15 +0000 (07:04 +0000)]
elementary/scroller - patched by jae.hwan.kim@samsung.com
fix two bugs - use elm_smart_scroller_edje_object_get in case of edje object
fix conditional statement when parameter is 0 in
elm_smart_scroller_page_show,
elm_smart_scroller_page_bring_in
SVN revision: 64010
ChunEon Park [Wed, 12 Oct 2011 05:23:26 +0000 (05:23 +0000)]
elementary/panes - added exception handlings
SVN revision: 64009
ChunEon Park [Wed, 12 Oct 2011 05:19:52 +0000 (05:19 +0000)]
elementary/panes - trivial changes
SVN revision: 64008
Iván Briano [Wed, 12 Oct 2011 02:49:23 +0000 (02:49 +0000)]
One of the Four Horsemen for Cedric.
Let's have the content_hook thing for entry actually work, and if the
icon setters use that instead of having an entirely different code it may
also be a good idea.
SVN revision: 63999
Mike Blumenkrantz [Tue, 11 Oct 2011 22:17:53 +0000 (22:17 +0000)]
add note.txt to svn ignores
SVN revision: 63997
Mike Blumenkrantz [Tue, 11 Oct 2011 22:09:14 +0000 (22:09 +0000)]
add double click and longpress smart callbacks for toolbar items
SVN revision: 63996
Mike Blumenkrantz [Tue, 11 Oct 2011 21:28:31 +0000 (21:28 +0000)]
use longpress timer config value
SVN revision: 63995
Mike Blumenkrantz [Tue, 11 Oct 2011 21:19:08 +0000 (21:19 +0000)]
remember that time when somebody made a commit which caused elm to always spew lots of critical warnings on startup because there was no null check?
SVN revision: 63994
Mike Blumenkrantz [Tue, 11 Oct 2011 21:06:59 +0000 (21:06 +0000)]
add elm_pager_content_del() for deleting arbitrary pages from a pager
SVN revision: 63993
Mike Blumenkrantz [Tue, 11 Oct 2011 21:05:32 +0000 (21:05 +0000)]
hmm need more caffeine to set proper buffer sizes today I guess
SVN revision: 63992
Mike Blumenkrantz [Tue, 11 Oct 2011 20:29:19 +0000 (20:29 +0000)]
fix erroneous __UNUSED__
if there's a script to do this automagically, we should probably run it.
SVN revision: 63991
Mike Blumenkrantz [Tue, 11 Oct 2011 20:14:52 +0000 (20:14 +0000)]
add repeater/filter in toolbar for mouse clicks with button > 1
SVN revision: 63990
Mike Blumenkrantz [Tue, 11 Oct 2011 19:41:54 +0000 (19:41 +0000)]
use elm,action,click in notify like all other widgets
SVN revision: 63988
Mike McCormack [Tue, 11 Oct 2011 06:27:47 +0000 (06:27 +0000)]
elementary: Intentiness
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63983
Shilpa Singh [Tue, 11 Oct 2011 06:27:39 +0000 (06:27 +0000)]
elementary: Add edje interface for elm_pager_animation_disable_set()
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63982
Shilpa Singh [Tue, 11 Oct 2011 06:27:30 +0000 (06:27 +0000)]
elementary: Add elm_pager_animation_disable_set
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63981
Mike McCormack [Tue, 11 Oct 2011 06:27:20 +0000 (06:27 +0000)]
elementary: Indent tweaks
SVN revision: 63980
Mike McCormack [Tue, 11 Oct 2011 04:41:36 +0000 (04:41 +0000)]
elementary: Intentiness updates
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63976
Mike McCormack [Tue, 11 Oct 2011 02:39:07 +0000 (02:39 +0000)]
elementary: Heed indentiness corectiness
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63975
Rajeev Ranjan [Tue, 11 Oct 2011 02:38:59 +0000 (02:38 +0000)]
elementary: Add "fixed" property to panes edje interface
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63974
Rajeev Ranjan [Tue, 11 Oct 2011 02:38:49 +0000 (02:38 +0000)]
elementary: Add support for fixed panes
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 63973