summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* working codes.devs/seoz/focus-modeDaniel Juyung Seo2014-03-235-0/+10
|
* test_genlist/gengrid: Renamed 'item focus' test to just 'focus'.Daniel Juyung Seo2014-03-233-7/+7
|
* focus: Set the focus target as NULL on focus highlight init.Daniel Juyung Seo2014-03-231-1/+1
| | | | Only elementary object can be a candidate for elementary focus.
* test_genlist: Flourish genlist focus test case to reveal more bugs.Daniel Juyung Seo2014-03-231-48/+180
| | | | | | | - Added focus highlight enable/disable option. - Added a button to set the focus to 2nd item after 1.5 seconds. - Added a button to select the 2nd item after 1.5 seconds. - Removed unnecessary frame and lable for the test.
* test_genlist: Merged 'Genlist Focus' and 'Genlist Item Focus' test.Daniel Juyung Seo2014-03-232-184/+113
| | | | There is no reason to have two different focus example for genlist.
* gengrid: Fixed broken gengrid item focus support.Daniel Juyung Seo2014-03-222-152/+82
| | | | | | | | | | This commit is a gengrid version of 7d43205a0. Now it works so much better than before. - Fixed the separate behavior between selected item and focused item. - Fixed wrong focus set when gengrid is focused first time by mouse. - Fixed wrong scroll movement when the focus highlight is disabled. - Item selection sets that item focused. So when an item is selected, do not need to set the focus again.
* genlist: Fixed broken genlist item focus support.Daniel Juyung Seo2014-03-221-36/+35
| | | | | | | | | | | Now it works so much better than before. - Fixed the separate behavior between selected item and focused item. - Fixed wrong focus set when genlist is focused first time by mouse. - Fixed wrong scroll movement when the focus highlight is disabled. - Item selection sets that item focused. So when an item is selected, do not need to set the focus again. - Fixed wrong call for _elm_genlist_item_content_focus_set on deleted item.
* list: Added missing return from my previous commit ac0b3c.Daniel Juyung Seo2014-03-221-0/+3
|
* mobile config: Added key bindings to mobile profile.Daniel Juyung Seo2014-03-221-0/+66
| | | | | We can still use keyboards with Mobile profile when you attach your keyboard with bluetooth or connect the keyboard physically.
* test_list: Added clicked callback to buttons and made focus highlight optional.Daniel Juyung Seo2014-03-221-0/+33
|
* genlist/gengrid: Used item callback infrastructure.Daniel Juyung Seo2014-03-222-30/+30
|
* list/genlist/gengrid: Call item_show not bring_in on focus.Daniel Juyung Seo2014-03-223-4/+3
| | | | | Elm 1.9 does item_show not bring_in so let's keep the consistency. I will make this optional later.
* list: Fixed heavily broken list item focus/selection movement.Daniel Juyung Seo2014-03-221-48/+48
| | | | | | Item selection also sets the focus automatically so do not need to set focus twice. This code needs to be changed later again when the selection by key arrow becomes optional.
* list: Select the first item when the list widget is just focused first time.Daniel Juyung Seo2014-03-221-1/+2
| | | | | Select the first item if there is no last_focused_item, last_selected_item, and if this focus is done by key event.
* list: Fixed formatting before fixing a bug.Daniel Juyung Seo2014-03-221-3/+3
|
* list: Fixed item focus logic correctly by checking mouse down insteadDaniel Juyung Seo2014-03-222-5/+5
| | | | | | | | | | of highlighted_item. highlighted_item will be NULL after the first click and it is not useful. To avoid first item focus -> first item unfocus -> clicked item focus on the first focus to list widget, this patch is needed. Thanks for the report Ceolin.
* flip, index: Renamed smart data member 'down' to 'mouse_down' and usedDaniel Juyung Seo2014-03-224-9/+9
| | | | | | EINA_TRUE/FALSE. This commit is for consistency inside elementary.
* button: Check return value of _elm_config_key_binding_call.Daniel Juyung Seo2014-03-221-1/+2
| | | | This fixes severely broken focus movement.
* win - revert the revert. 1974aff066a10df59750a6d52fd9933333eb0ee3ChunEon Park2014-03-221-0/+1
| | | | I missed this already puhsed in the 1.9 release. :(
* win - removed unknown type.ChunEon Park2014-03-221-1/+0
|
* Revert "Revert "win: Add a API, elm_win_type_get.""ChunEon Park2014-03-224-0/+44
| | | | | | This reverts commit 1fae5b440457948a048007fbb24171f90e6aab30. sorry i didn't intend reverting this commit.
* Revert "win: Add a API, elm_win_type_get."ChunEon Park2014-03-224-44/+0
| | | | | | | This reverts commit 313eaab843194083d5dee11f053a156f88c6c219. we don't agree this unknown type of window. it should be always known type.
* Revert "elm_win: Unbreak the ABI break of window type."ChunEon Park2014-03-221-1/+1
| | | | This reverts commit 79d2df12fe5e4d57d7a6247975feac1f0793ec72.
* scroller content type is not always widget.ChunEon Park2014-03-221-1/+2
|
* elm_button: apply key bindingJaeun Choi2014-03-223-7/+78
| | | | | | | | | | | | Summary: This patch applies key binding to elm_button. Test Plan: elementary_test > Button > check key events Reviewers: Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D646
* naviframe : Fixed the overlap issue during multiple push.Subhransu Sekhar Mohanty2014-03-221-4/+2
| | | | | | | | | | | | | | | | | | | | Summary: Currently there is a overlap issue in naviframe in case of multiple push. This issue will occur if the naviframe edc implements push,defered for the item transition. The issue occurs becoz of cur,push,deffered is not being called to the current and intermediate items during multiple item push. To fix the above issue pass the data as current item that needs to be out of the aviframe during creating the animator job. @fix Reviewers: Jaehyun, seoz, Hermet Reviewed By: Hermet CC: raster Differential Revision: https://phab.enlightenment.org/D645
* gengrid : Implementation for gengrid item focus supportnirajkr2014-03-216-34/+547
| | | | | | | | | | | | | | | | | | | | | | Summary: Implemented the following API to support gengrid item_focus 1. _elm_gengrid_focus_highlight_geometry_get 2. _elm_gengrid_focused_item_get 3. _item_focus_up 4. _item_focus_down 5. _item_focus_right 6. _item_focus_down 7. _item_focus_set_hook 8. _item_focus_get_hook 9. _item_focused 10. _item_unfocused 11. Changes in the smart_event, pan_calculation, smart_on_focus to support item focus Reviewers: seoz, woohyun, singh.amitesh, raster CC: raster Differential Revision: https://phab.enlightenment.org/D550
* fix scrollbar to be clickable even if vieport is tiny compared to contentCarsten Haitzler (Rasterman)2014-03-211-2/+2
| | | | @fix
* test_dnd: Fixed memory leak. Free item's data on item deletion.Daniel Juyung Seo2014-03-211-2/+9
| | | | This fixes coverity CID 1193246: Resource leak (RESOURCE_LEAK).
* access: Fixed memory leak.Daniel Juyung Seo2014-03-211-2/+1
| | | | | | This fixes coverity CID 1193244: Resource leak (RESOURCE_LEAK). @fix
* index: Set variable to NULL after free.Daniel Juyung Seo2014-03-211-0/+1
| | | | | | | Then NULL check for this variable is not valid. This fixes coverity CID 1193250: Use after free (USE_AFTER_FREE). @fix
* atspi_object: Added missing comma.Daniel Juyung Seo2014-03-211-1/+1
| | | | | | | This fixes coverity CID 1193238: Missing comma in a string array initialization (MISSING_COMMA) @fix
* diskselector: Compare correct variables.Daniel Juyung Seo2014-03-211-1/+1
| | | | | | | | It was comparing the same variable. Fixed coverity CID 1193236: Pointless string comparison (CONSTANT_EXPRESSION_RESULT) @fix
* test_web: Improve fullscreen test case.Ryuan Choi2014-03-201-0/+22
| | | | Improved fullscreen api tests not to show other widgets when web page requires fullscreen.
* Eolian: Integration of DatetimeDaniel Zaoui2014-03-205-335/+431
|
* Eolian: Integration of Ctx PopupDaniel Zaoui2014-03-206-391/+315
|
* Eolian: Integration of ConformantDaniel Zaoui2014-03-205-59/+49
|
* Eolian: Integration of Color SelectorDaniel Zaoui2014-03-205-289/+244
|
* Eolian: Integration of ClockDaniel Zaoui2014-03-205-306/+339
|
* Eolian: Integration of CheckDaniel Zaoui2014-03-205-160/+140
|
* Eolian: Integration of CalendarDaniel Zaoui2014-03-205-428/+527
|
* Eolian: Integration of ButtonDaniel Zaoui2014-03-205-217/+193
|
* Eolian: Integration of BubbleDaniel Zaoui2014-03-205-137/+109
|
* Eolian: Integration of BoxDaniel Zaoui2014-03-205-356/+413
|
* clear up the documentation of tooltipBora Hwang2014-03-202-106/+62
| | | | | | | | | | Summary: Since explanations of tooltip's APIs are scattered in header or source code, these needs to be cleared up. Reviewers: seoz, Hermet, woohyun, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D644
* [Elm_Entry] Update selection handlers position and its visibility when scrollingThiep Ha2014-03-201-10/+98
| | | | | | | | | | | | Summary: Selection handlers' position are not updated when entry is scrolled. You can check on elementary_test -> Entry 3 (or Entry 4 which is scrollable) -> Select some text -> Scroll entry and see. This patch is submitted to fix this bug. It update selection handlers' position when entry is scrolled and hide them if needed. @fix Reviewers: raster Differential Revision: https://phab.enlightenment.org/D640
* config: add a field in key binding data structureJaeun Choi2014-03-204-1/+10
| | | | | | | | | | | | | | Summary: This patch adds a field "no_string" in key binding data structure. It is necessary for checking "string" field in evas key down event. Test Plan: None Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D641
* list: Focus a selected item.Daniel Juyung Seo2014-03-201-0/+1
|
* Eolian: Integration of BgDaniel Zaoui2014-03-205-154/+192
|
* Eolian: Integration of Atspi ObjectDaniel Zaoui2014-03-207-193/+232
|