summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* atspi: make possible to merge two atspi subtrees from different processes.devs/stanluk/webkit_integrationLukasz Stanislawski2015-06-0815-15/+658
|
* elm theme - toolbar - adjust padding for the toolbar to not look so badCarsten Haitzler (Rasterman)2015-06-071-6/+6
| | | | | therw was always a small 2 pixel padding inside the toolbar. it just looks bad for toolbar so expand out to boundary of toolbar
* atspi: fix popup role and signal emissionLukasz Stanislawski2015-06-052-1/+6
|
* tooltip: fix tooltip multi line text issueAmitesh Singh2015-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Summary: This is fixed by removing wrap=word from tooltip style. Resolves: T2034 @fix Test Plan: 1. elementary_test -> tooltip 2. click "unlock tooltip visibility" 3. check tooltip text. full text is not visible. Reviewers: seoz, raster, Hermet, cedric, tasn Reviewed By: tasn Subscribers: seoz Differential Revision: https://phab.enlightenment.org/D2606
* entry: improve at-spi2 accessibility supportLukasz Stanislawski2015-06-032-0/+29
| | | | | | * return guide text instead of content * mask passwords * set proper at-spi roles when entry enables password mode.
* atspi: fix signal nameLukasz Stanislawski2015-06-031-1/+1
|
* interface scrollerable: modify the loop_v condition in ↵taehyub2015-06-031-1/+1
| | | | | | | | | | | | | | | | _elm_scroll_momentum_animator() function Summary: change the 'sid->loop_v' condition to '!sid->loop_v' to delete momentum animator when the vertical scroller reached the end of the content @fix Reviewers: raster, Hermet, woohyun Subscribers: CHAN Differential Revision: https://phab.enlightenment.org/D2609
* Gengrid: Fix typo in API Documentation.Vaibhav Gupta2015-06-031-1/+1
| | | | | | | | | | | | Summary: Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com> Reviewers: raster, Hermet Reviewed By: Hermet Subscribers: sachin.dev, singh.amitesh Differential Revision: https://phab.enlightenment.org/D2619
* Genlist: Fix typo in API DocumentationVaibhav Gupta2015-06-031-3/+3
| | | | | | | | | | | | Summary: Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com> Reviewers: raster, Hermet Reviewed By: Hermet Subscribers: sachin.dev, singh.amitesh Differential Revision: https://phab.enlightenment.org/D2620
* Elm: Add context,open signal in elm_entry.shilpa.singh2015-06-033-0/+15
| | | | | | | | | | | | | | | | | | | | | Summary: When context,open signal is sent from elm_entry before showing context menu, dynamic addition of context menu items to entry becomes easier. @feature Test Plan: Run elementary_test Launch Entry Scrolled test Right Click on Multiline Markup entry Reviewers: tasn Reviewed By: tasn Subscribers: subodh6129, poornima.srinivasan Differential Revision: https://phab.enlightenment.org/D2580
* examples: Replace setenv() with elm_config_accel_preference_set().Jaehyun Cho2015-06-021-1/+1
| | | | Replace environment value set with elm_config_accel_preference_set.
* examples: Replace preferred engine "opengl_x11" with accel preference "3d".Jaehyun Cho2015-06-024-4/+4
| | | | Replace preferred engine "opengl_x11" with accel preference "3d".
* Focus: add and fix commentsDaniel Zaoui2015-06-022-4/+4
|
* missed from prvious commitWooHyun Jung2015-06-021-0/+115
|
* elm_focus: added new focus move policy and elm_object_focus_move_policy_set/getWooHyun Jung2015-06-028-4/+105
| | | | | | | | | | | New focus move policy, ELM_FOCUS_MOVE_POLICY_KEY_ONLY, is added. If you set this policy as base focus move policy, objects cannot steal focus by using mouse click or mouse in. Only keyboard input (such as Left, Right, Up, Down, ...) can make focus be moved. Additaionally, an object can have its own focus move policy by using elm_object_focus_move_policy_set API. @feature
* Elm widget: Fix some Eolian warnings.Tom Hacohen2015-06-011-52/+52
|
* Revert "Spinner: Add changed callback call when spinner value set."ChunEon Park2015-05-291-1/+0
| | | | | | | | This reverts commit 8278dff6a742c391f7c04c3de1033574d818dbb6. This is not good for scenarios and will break the compatibility. Thanks to David for reporting.
* tooltip: fix positioning when tooltip is affixed to a window objectMike Blumenkrantz2015-05-281-0/+5
| | | | @fix
* glview: preserved changed state when altering render modeMike Blumenkrantz2015-05-281-0/+4
| | | | | | | fixes the case where glview is marked changed and then the render policy is modified prior to the render callback executing @fix
* Adjust according to Eo changes.Tom Hacohen2015-05-284-9/+23
|
* gengrid/genlist: decrement item counter before triggering item del callbackMike Blumenkrantz2015-05-282-4/+2
| | | | @fix
* Gengrid: fix mirroring bug in gengrid widget.SangHyeon Lee2015-05-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Below bugs are exist in gengrid widget when use horizontal mode and mirrored set. 1. Gengrid item is placed wrong position when mirrored set. Current calulation for mirroring in _item_place only consider pan object positions. if widget is mirrored, item should be placed opposited position so object x position must be consider in mirroring calculation also. 2. Gengrid scroll(pan) minimum size is returned wrong value when mirroed set. As the result of 1's calculation present oposite position of items, so align also reversed when mirrored. but current gengrid didn't change align x so minimum size is return wrong value and scroller expanded wrong direction. @fix Test Plan: 1. run elementary_test and set mirroring On 2. run Gengrid2 in elementary_test 3. see how items are placed by push append button repeatly. 4. see scroller shows correct position and items. 5. change usr/bin/test_gengrid.c to set another align value on gengrid and test again. Reviewers: raster, seoz, Hermet, jaehwan Subscribers: Jaehyun, anand.km, eagleeye, singh.amitesh Differential Revision: https://phab.enlightenment.org/D2553
* Spinner: Add changed callback call when spinner value set.woochan lee2015-05-281-0/+1
| | | | | | | | | | | | | | Summary: There is a code to compare value is changed. 1256: if (sd->val == val) return; Even value changed the value changed callback didn't called before. Reviewers: woohyun, shilpasingh, Hermet Reviewed By: shilpasingh, Hermet Differential Revision: https://phab.enlightenment.org/D2560
* genlist: do a proper clean up in clear().Amitesh Singh2015-05-281-0/+5
| | | | | | | | | | Summary: Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com> Reviewers: raster, Hermet Subscribers: seoz, sachin.dev Differential Revision: https://phab.enlightenment.org/D2588
* clipper: removed.ChunEon Park2015-05-287-349/+0
| | | | we've discussed and concluded it's unncessary.
* elm - fix profile handling if ELM_PROFILE is set - dont listen to x msgCarsten Haitzler (Rasterman)2015-05-281-0/+2
| | | | | | | @fix don't listen to x profile set msg if ELM_PROFILE env var is used - this overrides.
* elm = fix window norender handlingCarsten Haitzler (Rasterman)2015-05-281-8/+17
| | | | | | | this delays norender and throttle handling to allow for quick show/hide etc. changes an app may make so to not jump state so often. this also fixes an issue wqhere config may change leaving all windows in norender mode.
* po/ko: Updated Korean translation.Daniel Juyung Seo2015-05-281-11/+10
|
* examples/evas3d: Use correct variable type for a return value.Daniel Juyung Seo2015-05-281-1/+1
|
* elm theme - remove commented out efm icon lines so as not to confus peopleCarsten Haitzler (Rasterman)2015-05-271-7/+0
|
* gengrid: implement Atspi_Selection interfaceLukasz Stanislawski2015-05-272-1/+111
| | | | | Allow to select and deselect gengrid items by Assistive Technology Clients through org.a11y.atspi.Selection dbus interface.
* test_glview: remove warning while compiling the elementary packageAnand2015-05-261-6/+6
| | | | | | | | | | | | Summary: test_glview.c: In function ‘_print_gl_log’: test_glview.c:347:10: warning: declaration of ‘log’ shadows a global declaration [-Wshadow] Reviewers: JackDanielZ Differential Revision: https://phab.enlightenment.org/D2577 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* toolbar: implement Atspi_Selection interfaceLukasz Stanislawski2015-05-262-1/+104
| | | | | Allow to select and deselect toolbar items by Assistive Technology Clients through org.a11y.atspi.Selection dbus interface.
* genlist: implement Atspi_Selection interfaceLukasz Stanislawski2015-05-262-1/+110
| | | | | Allow to select and deselect genlist items by Assistive Technology Clients through org.a11y.atspi.Selection dbus interface.
* theme - efm - redo folder to stand out more amongst all the file iconsCarsten Haitzler (Rasterman)2015-05-262-1/+2
| | | | | | the paper with earmarked corner and dir in it just doesn't stand out. too plain and so you can't tell dirs from other files easily at all. replace with a more normal foler icon that now stands out.
* update po'sCarsten Haitzler (Rasterman)2015-05-2527-1451/+2299
|
* theme - add more efm basic file type iconsCarsten Haitzler (Rasterman)2015-05-258-6/+21
| | | | | | Icons by ApB - see T1582 - fixes T1582 not really a bug ... just more icons. :)
* Genlist: support of ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode of genlist item ↵Umesh Tanwar2015-05-221-3/+8
| | | | | | | | | | | | | | | | | | for ELM_ITEM_SELECT_ON_FOCUS_DISABLE config variable. Summary: When environment variable ELM_ITEM_SELECT_ON_FOCUS_DISABLE is set _item_focused_next() function doesn't support for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY mode. Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com> @fix Reviewers: raster, Hermet Subscribers: singh.amitesh, sachin.dev Differential Revision: https://phab.enlightenment.org/D2464
* elm config - init wl if env vars indicate we shouldCarsten Haitzler (Rasterman)2015-05-221-2/+36
| | | | | | | this ensures event id's are initted and more if we are in wl mode like in x11 mode @fix
* test_genlist: Fix warnings while running "Genlist Textblock".Amitesh Singh2015-05-221-1/+0
| | | | | | | | | | | | | | | | Summary: 'Genlist Textblock' uses message style which does not have elm.swallow.icon part. Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com> Test Plan: elementary_test -to "Genlist Textblock" Reviewers: raster, Hermet, JackDanielZ Subscribers: seoz, sachin.dev Differential Revision: https://phab.enlightenment.org/D2546
* fileselector button: correct window parent findingThiep Ha2015-05-221-1/+1
| | | | | | | | | | | | | | | | | | | Summary: Fileselector button fails to run in inwin mode. It is caused by incorrect window parent finding. This patch corrects the window parent finding. @fix Test Plan: run FileSelector Button, toggle Inwin mode option to on, eo gives error and nothing is shown. Reviewers: Hermet, seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D2552
* Gengrid: Updated gengrid to select the last item.Vaibhav Gupta2015-05-211-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | Summary: Updated gengrid to move item selection in 'vertical' mode to the last item, when currently selected item is not in the last row. As per the original behaviour, on moving down from such an item, it takes the focus out of the gengrid widget. Now it is updated to go to the last item (in last row), and then on further pressing down, focus comes out of gengrid. This is something similar to what happens in other UI systems like in Ubuntu and Windows, when pressing down on (n-1)th row, the last item in the nth row gets focused. Signed-off-by: Vaibhav Gupta <g.vaibhav1@samsung.com> Reviewers: Hermet, SanghyeonLee, raster Reviewed By: raster Subscribers: sachin.dev, singh.amitesh Differential Revision: https://phab.enlightenment.org/D2418
* Fix make cleanDaniel Zaoui2015-05-211-3/+8
| | | | The problem was that eo files were deleted during make clean.
* elm_genlist: fix implementation of genlist tooltip functionsAleksey Karmanov2015-05-212-0/+7
| | | | | | | | | | | | | Summary: elm_genlist_item_tooltip_style_get elm_genlist_item_tooltip_window_mode_get @fix Reviewers: artem.popov, myoungwoon, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D2530
* Immediatly change the cursor if changed from inside the widgetDave Andreoli2015-05-203-0/+34
| | | | | | | | | | | @fix elm_object_cursor_set() to work also when used with the mouse pointer yet inside the widget, otherwise you need to mouseout/mousein to actually see the new setted cursor. Please give a short review on this one, maybe there is a simpler way to check if the pointer is inside the widget... Also added a button in the cursor test for this use case
* eo: remove occurences of @const_get/@const_setDaniel Kolesa2015-05-202-14/+28
|
* Fix usage of the now removed eo_error_set().Tom Hacohen2015-05-2014-89/+106
| | | | This API has been removed from Eo.
* Adapt Eo classes to use new Eolian typesDaniel Zaoui2015-05-206-9/+21
|
* Move elm_general types to Eolian formatDaniel Zaoui2015-05-203-95/+89
|
* Eolian: support of eot fileDaniel Zaoui2015-05-203-2/+6
|