WooHyun Jung [Fri, 8 Mar 2013 07:23:34 +0000 (16:23 +0900)]
Add elm_widget_newest_focus_order_get function for fixing a bug in elm_win. After elm_win is created, if there is no manual focus setting, only elm_win should get focus when focus state is changed.
Shinwoo Kim [Fri, 8 Mar 2013 02:44:49 +0000 (11:44 +0900)]
[access] do not try to give a highlight, if the object already has a highlight - use more proper line
Eduardo Lima (Etrunko) [Thu, 7 Mar 2013 20:49:47 +0000 (17:49 -0300)]
Fix edje_cc verbosity if building with V=1
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Daniel Juyung Seo [Thu, 7 Mar 2013 18:16:55 +0000 (03:16 +0900)]
elm bg_example_01.c: simplified example.
Daniel Juyung Seo [Thu, 7 Mar 2013 17:58:36 +0000 (02:58 +0900)]
elm anchorblock_example_01.c: removed deprecated widget example.
anchorview and anchorblock were removed 1 year ago.
ChunEon Park [Thu, 7 Mar 2013 13:12:24 +0000 (22:12 +0900)]
Merge branch 'master' of ssh://git.enlightenment.org/core/elementary
ChunEon Park [Thu, 7 Mar 2013 13:12:11 +0000 (22:12 +0900)]
elementary/naviframe - updated Changelog & NEWS
Shinwoo Kim [Thu, 7 Mar 2013 12:33:26 +0000 (21:33 +0900)]
[access][toolbar] use proper access activate callback
ChunEon Park [Thu, 7 Mar 2013 12:28:03 +0000 (21:28 +0900)]
elementary/naviframe - add elm_naviframe_item_pop_cb_set()
Shinwoo Kim [Thu, 7 Mar 2013 11:30:33 +0000 (20:30 +0900)]
[access] do not highlight, if the object already has the highlight
Sung W. Park [Thu, 7 Mar 2013 10:20:40 +0000 (19:20 +0900)]
Elementary elm_glview: call surface update when mode changes
When glview mode was set using elm_glview_mode_set() function, it
wasn't properly calling the surface_update function internally.
This can potentially cause the surface to be not updated to the latest
mode that was set by the user. Also removed a call to the surface
update function that was unnecessary.
Jaehwan Kim [Thu, 7 Mar 2013 09:13:15 +0000 (18:13 +0900)]
Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD.
This is the number of pixels the range which can be scrolled, while the scroller is holed.
In case of mobile, this config is useful since the out of scroller area is too small.
Shinwoo Kim [Thu, 7 Mar 2013 07:59:51 +0000 (16:59 +0900)]
[access][win] unhighlight when window is unfocused
ChunEon Park [Wed, 6 Mar 2013 12:50:14 +0000 (21:50 +0900)]
elementary - trivial change.
ChunEon Park [Wed, 6 Mar 2013 12:43:47 +0000 (21:43 +0900)]
elementary - move deprecated -> deprecated.h
ChunEon Park [Wed, 6 Mar 2013 12:34:44 +0000 (21:34 +0900)]
elementary - fixed typo
ChunEon Park [Wed, 6 Mar 2013 12:33:13 +0000 (21:33 +0900)]
elementary/widget - added elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del()
Jiyoun Park [Wed, 6 Mar 2013 06:36:36 +0000 (15:36 +0900)]
elm_conform.c : Fix elm_conform didn't change indicator mode when create.
currently mode change func only check one of mode between indmod or indi opacity mode.
Jaehwan Kim [Tue, 5 Mar 2013 07:46:27 +0000 (16:46 +0900)]
Add edje_object_message_signal_process before edje_object_size_min_restricted_calc.
If the min size is changed by edje signal in edc, the the function should be called before the calculation.
This commit is related to
40dc2a25c72103c3b01620830e1bde964f96b2fa
Jaehwan Kim [Tue, 5 Mar 2013 06:46:30 +0000 (15:46 +0900)]
Revert this commit to fix the problem by the other method.
Revert "Small bug. In some case, the box cannot be proper size."
This reverts commit
ca95166f9a8cb7db8c1557d75f444d76772b2176.
Jaehwan Kim [Tue, 5 Mar 2013 05:49:29 +0000 (14:49 +0900)]
Typo. Sync a variable name with others
Jiyoun Park [Tue, 5 Mar 2013 04:34:31 +0000 (13:34 +0900)]
elm_conform : just change DBG message
Jiyoun Park [Tue, 5 Mar 2013 03:44:46 +0000 (12:44 +0900)]
Fix elm_conform didn't set size hint when keypad on
and check each window's property before zone property check
Daniel Juyung Seo [Mon, 4 Mar 2013 15:01:31 +0000 (00:01 +0900)]
elm ChangeLog/NEWS: updated ChangeLog and NEWS.
Daniel Juyung Seo [Mon, 4 Mar 2013 11:29:44 +0000 (20:29 +0900)]
elm elm_gengrid.c: Optimize item count calculation when an item is appended. Patch by Junki Cho <jk0811.cho@samsung.com>
Do not need to calculate the list count when a gengrid item is appended.
Just use item_count which was already calculated.
Daniel Juyung Seo [Mon, 4 Mar 2013 11:17:34 +0000 (20:17 +0900)]
elm elm_index.c: removed unnecessary calculation.
Daniel Juyung Seo [Mon, 4 Mar 2013 10:13:20 +0000 (19:13 +0900)]
elm elm_index.c: fixed formatting.
WooHyun Jung [Mon, 4 Mar 2013 11:16:35 +0000 (20:16 +0900)]
elm_win : Focus hightlight should not be shown on (0, 0). Thanks for Wonkuk Jung for reporting and fixing.
Jaeun Choi [Mon, 4 Mar 2013 08:55:48 +0000 (17:55 +0900)]
elm_index: set selected item active in smart theme
This patch sets selected item's state active when theme is changed.
Daniel Juyung Seo [Mon, 4 Mar 2013 08:21:45 +0000 (17:21 +0900)]
elm po: updated po files.
ChunEon Park [Sun, 3 Mar 2013 04:04:23 +0000 (13:04 +0900)]
elementary/widget - and should return when failed _elm_theme_object_set();
ChunEon Park [Sun, 3 Mar 2013 04:01:22 +0000 (13:01 +0900)]
elementary/widget - return correct value in theme_object_set()
becase of this, elm_layout_theme_set() and hoversel were broken.
Daniel Juyung Seo [Sat, 2 Mar 2013 15:40:07 +0000 (00:40 +0900)]
elm elm_spinner.c: Removed unnecessary local variable.
Removed local variable "offset".
Daniel Juyung Seo [Sat, 2 Mar 2013 14:50:35 +0000 (23:50 +0900)]
elm elm_spinner.c/h: Use proper variable name. Add more comments.
1. drag_start_pos -> drag_start_val. This is a value not a position.
2. added comment for drag_start_val.
Daniel Juyung Seo [Sat, 2 Mar 2013 14:37:51 +0000 (23:37 +0900)]
elm elm_spinner.c: Use more eo APIs.
edje_object_part_drag_value_get() -> eo_do(edje_obj_part_drag_value_get);
Gustavo Lima Chaves [Sat, 2 Mar 2013 02:04:31 +0000 (23:04 -0300)]
An internal layout error, on a widget set, is a CRITICAL error.
Rafael Antognolli [Fri, 1 Mar 2013 18:24:05 +0000 (15:24 -0300)]
spinner: Fix initial value of the spinner.
The size should remain the same after the first mouse move and then be
adjusted accordingly.
Fixes #1403.
Patch by: "Brian J. Lovin" <brian.j.lovin@intel.com>
Shinwoo Kim [Fri, 1 Mar 2013 10:03:36 +0000 (19:03 +0900)]
[access] check whether a highlight object is NULL or not
Shinwoo Kim [Fri, 1 Mar 2013 09:58:25 +0000 (18:58 +0900)]
[access] remove unnecessary lines
Daniel Juyung Seo [Thu, 28 Feb 2013 15:18:58 +0000 (00:18 +0900)]
elm elm_layout.c: fixed a document typo.
Daniel Juyung Seo [Thu, 28 Feb 2013 15:16:41 +0000 (00:16 +0900)]
elm NEWS: adding a new feature is not improvement it's an addition.
Jaehwan Kim [Thu, 28 Feb 2013 09:30:02 +0000 (18:30 +0900)]
Typo in NEWS
Jaehwan Kim [Thu, 28 Feb 2013 09:27:21 +0000 (18:27 +0900)]
Fix the standard of scrollbar-calculation from the scroller's x to pan's x.
ChunEon Park [Thu, 28 Feb 2013 09:17:24 +0000 (18:17 +0900)]
elementary/transit - removed white trailing
ChunEon Park [Thu, 28 Feb 2013 08:21:07 +0000 (17:21 +0900)]
elementary/transit - added elm_transit_smooth_set(), elm_transit_smooth_get()
ChunEon Park [Thu, 28 Feb 2013 07:41:26 +0000 (16:41 +0900)]
elementary/image - fix doc.
Daniel Juyung Seo [Thu, 28 Feb 2013 06:38:47 +0000 (15:38 +0900)]
elm authors: synced elm_authors.h with AUTHORS.
Daniel Juyung Seo [Thu, 28 Feb 2013 06:37:03 +0000 (15:37 +0900)]
Updated ChangeLog/NEWS. Finally I became a vtorri bot.
Jaehwan Kim [Thu, 28 Feb 2013 06:18:51 +0000 (15:18 +0900)]
Add the option about sending signals in content_pos_set.
When the scroller is resized, the signals("elm,action,scroll", "elm,edge,top" so on) shouldn't be sent,
because it's not a scroll-action. So in this case, the content_pos_set should be called without the signals.
Cedric BAIL [Thu, 28 Feb 2013 00:25:23 +0000 (09:25 +0900)]
AUTHORS: follow request to update by Paulo.
Shinwoo Kim [Wed, 27 Feb 2013 12:05:41 +0000 (21:05 +0900)]
Merge branch 'master' of ssh://git.enlightenment.org/core/elementary
Carsten Haitzler (Rasterman) [Wed, 27 Feb 2013 12:06:05 +0000 (21:06 +0900)]
Change description:
Issue: Currently There is no possibility in entry to get currently
selected context menu item\92s contents i.e., Label, icon etc:- due
to this issue a separate callback has to be added per item or the
item's contents has to be sent in data.
Fix: This patch fixes this problem by sending item pointer as
event_info and providing APIs to access the item pointer. This fix is
very useful for applications which add their own context menu items to
entry's context menu.
Signed-off by: Shilpa Singh(shilpa.singh@samsung.com)
Shinwoo Kim [Wed, 27 Feb 2013 12:03:13 +0000 (21:03 +0900)]
[access][popup] fix elm_object_style_set(); issue: it removes previous part object
Jaeun Choi [Tue, 26 Feb 2013 13:52:15 +0000 (22:52 +0900)]
This patch adds omit feature to elm_index.
If you enable omit mode when having too many items,
some items in the middle are omitted and the index can be displayed
from the top to the bottom.
* not support horizontal mode
* enabled when at least 3 items can be displayed (first and last items
are not omitted)
* not work when having too many items
ChunEon Park [Tue, 26 Feb 2013 08:42:34 +0000 (17:42 +0900)]
elementary/widget - use eo
ChunEon Park [Tue, 26 Feb 2013 04:46:27 +0000 (13:46 +0900)]
elementary/widget,theme - simpler code.
Tae-Hwan Kim [Tue, 26 Feb 2013 04:42:28 +0000 (13:42 +0900)]
push bluezery's patch. approved.
ChunEon Park [Tue, 26 Feb 2013 04:26:22 +0000 (13:26 +0900)]
elementary - only support sending signals when orientation mode is changed.
it's enough right now.
need to consider more about theme change.
Carsten Haitzler (Rasterman) [Tue, 26 Feb 2013 04:18:43 +0000 (13:18 +0900)]
add whitespace...
Cedric BAIL [Tue, 26 Feb 2013 04:08:33 +0000 (13:08 +0900)]
try 3
Carsten Haitzler (Rasterman) [Tue, 26 Feb 2013 03:40:04 +0000 (12:40 +0900)]
cedric patch test.
U. Artie Eoff [Mon, 25 Feb 2013 21:53:24 +0000 (18:53 -0300)]
When configuring the source outside of the git tree
(i.e. git checkout-index ...), 'git rev-list --count HEAD'
will fail. Thus, just set v_rev to 0 like we did when this
was an svn managed project.
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Tom Hacohen [Mon, 25 Feb 2013 17:06:06 +0000 (17:06 +0000)]
Fixed rev part of the version to work with git.
Carsten Haitzler (Rasterman) [Mon, 25 Feb 2013 03:00:07 +0000 (12:00 +0900)]
Fix 1byte invalid read & do memset, rewind if needed.
Summary:
1. because eina_simple_xml_parse uses char *, buf should be null
terminated. So I use memset.
2. Because NULL is needed at the end, I add one more byte.
fread read exact bytes and has no NULL.
3. If buf is failed to alloc (very rarely case), it is not need to rewind and memset.
Test Plan: Use valgrind and elm_map_name_add API
Reviewers: tasn, bluezery
Reviewed By: raster
CC: seoz
Differential Revision: https://phab.enlightenment.org/D10
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 04:53:38 +0000 (13:53 +0900)]
add lable to anchor button disabled test.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:12:40 +0000 (12:12 +0900)]
update po line #'s.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:12:13 +0000 (12:12 +0900)]
add test cases to button test.
Carsten Haitzler (Rasterman) [Sun, 24 Feb 2013 03:11:24 +0000 (12:11 +0900)]
fix 64bit complaint for elm cnp (harmless other than warning noise).
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 15:09:03 +0000 (00:09 +0900)]
<<Enter Revision Title>>
Summary: 80 column width
Test Plan: text file
Reviewers: cedric
Reviewed By: cedric
Differential Revision: https://phab.enlightenment.org/D9
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:59:21 +0000 (23:59 +0900)]
Test TODO change
Summary:
This is testing a TODO change by removing something already
working from the todo.
Test Plan: It's a text file. what tests?
Reviewers: cedric
Reviewed By: cedric
Differential Revision: https://phab.enlightenment.org/D8
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:57:37 +0000 (23:57 +0900)]
gitignore: let's ignore cmake generated files for the moments.
Summary: Improve result of git status
Test Plan: call git status
Reviewers: cedric
Reviewed By: raster
CC: seoz
Differential Revision: https://phab.enlightenment.org/D7
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:38:58 +0000 (23:38 +0900)]
TODO: let's think about the futur.
Summary: dreaming
Test Plan: open your mind
Reviewers: cedric
Reviewed By: raster
CC: seoz
Differential Revision: https://phab.enlightenment.org/D6
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:21:53 +0000 (23:21 +0900)]
TODO: fix a typo.
Summary: fix a typo
Test Plan: need to be read by a native english speaker (aussie will do)
Reviewers: raster
Reviewed By: raster
CC: tasn
Differential Revision: https://phab.enlightenment.org/D5
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 14:07:18 +0000 (23:07 +0900)]
test arc review process with small todo changes
Summary: XX
Test Plan: pants on
Reviewers: cedric
Differential Revision: https://phab.enlightenment.org/D4
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:57:11 +0000 (22:57 +0900)]
add .arcconfig back.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:38:16 +0000 (22:38 +0900)]
ok - remove .arcconfig... for now.
Carsten Haitzler (Rasterman) [Sat, 23 Feb 2013 13:13:18 +0000 (22:13 +0900)]
add .arcconfig for elm...
Carsten Haitzler [Fri, 22 Feb 2013 09:24:49 +0000 (09:24 +0000)]
better check for awarenes setting.
SVN revision: 84300
Carsten Haitzler [Fri, 22 Feb 2013 09:21:21 +0000 (09:21 +0000)]
quick fix > 1 win for dnd! :)
SVN revision: 84299
Carsten Haitzler [Fri, 22 Feb 2013 08:50:07 +0000 (08:50 +0000)]
update docs.
SVN revision: 84298
Carsten Haitzler [Fri, 22 Feb 2013 08:49:08 +0000 (08:49 +0000)]
allow dealing with dnd actions and status at src.
SVN revision: 84296
Daniel Juyung Seo [Fri, 22 Feb 2013 02:19:03 +0000 (02:19 +0000)]
elm ChangeLog: Fixed formatting. Do not use tab for ChangeLog.
Btw, do we use 2 spaces or 1 space before names?
SVN revision: 84295
Daniel Juyung Seo [Fri, 22 Feb 2013 02:09:38 +0000 (02:09 +0000)]
elementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's scroller bug fix commit.
SVN revision: 84294
Daniel Juyung Seo [Fri, 22 Feb 2013 01:41:04 +0000 (01:41 +0000)]
elm elm_index.c: removed unnecessary type casting.
SVN revision: 84292
Carsten Haitzler [Thu, 21 Feb 2013 13:21:08 +0000 (13:21 +0000)]
flesh out a lot more of dnd support in elm and add apis to set up dnd
targets for objects as well as initiate a dnd.
SVN revision: 84282
ChunEon Park [Thu, 21 Feb 2013 11:44:49 +0000 (11:44 +0000)]
elementary/popup - removed duplicated strings.
SVN revision: 84279
Jaehwan Kim [Thu, 21 Feb 2013 09:36:14 +0000 (09:36 +0000)]
Small bug in scroller when the page is set.
SVN revision: 84277
ChunEon Park [Thu, 21 Feb 2013 08:40:09 +0000 (08:40 +0000)]
elementary/naviframe - guarantee that new pushed item to be the top layer in a naviframe.
SVN revision: 84276
ChunEon Park [Thu, 21 Feb 2013 05:57:05 +0000 (05:57 +0000)]
elementary/button,label,bg - i have no idea but elm_layout_theme_set() should be called in smart_add().
this fixes the hoversel.
SVN revision: 84275
ChunEon Park [Thu, 21 Feb 2013 04:46:28 +0000 (04:46 +0000)]
elementary/hoversel - renamed internal variable.
SVN revision: 84274
ChunEon Park [Thu, 21 Feb 2013 03:42:04 +0000 (03:42 +0000)]
elementary/widget - missed return there.
thanks glima for spotting it.
SVN revision: 84270
ChunEon Park [Thu, 21 Feb 2013 02:55:02 +0000 (02:55 +0000)]
elementary/naviframe - remove del callback function before deleting the object.
SVN revision: 84269
Carsten Haitzler [Wed, 20 Feb 2013 09:41:06 +0000 (09:41 +0000)]
more work on fixing cnp... still more to go. debug on.
SVN revision: 84260
Carsten Haitzler [Wed, 20 Feb 2013 03:08:33 +0000 (03:08 +0000)]
fix gl engine opt + pulse.
SVN revision: 84249
Shinwoo Kim [Wed, 20 Feb 2013 02:36:25 +0000 (02:36 +0000)]
update NEWS, ChangeLog for r84245
SVN revision: 84247
Jihoon Kim [Wed, 20 Feb 2013 02:33:02 +0000 (02:33 +0000)]
elm: fix typo in naviframe document
SVN revision: 84246
Shinwoo Kim [Wed, 20 Feb 2013 02:30:04 +0000 (02:30 +0000)]
[ctxpopup] proper restacking, previous restack callback makes the bg be top of the ctxpopup.
SVN revision: 84245
Tom Hacohen [Tue, 19 Feb 2013 16:26:11 +0000 (16:26 +0000)]
Elm win: Fixed an OBVIOUS gcc warning.
SVN revision: 84242
Tom Hacohen [Tue, 19 Feb 2013 16:23:27 +0000 (16:23 +0000)]
Elm layout: Expose some clouseau information.
SVN revision: 84241
Carsten Haitzler [Tue, 19 Feb 2013 12:10:02 +0000 (12:10 +0000)]
much better.. dnd actually works now.. doesnmt get stuck etc... need
to GRAB mouse etc... still not all there yet. cant dnd within ones own
window yet. that's NEXT
SVN revision: 84235