summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* fix calendar today bugJinyong Park2016-02-021-0/+1
| | | | | | | | | | Summary: After today mark appear once on calendar, it never disappear when user change calendar's year or month Test Plan: elementary_test calendar2 Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D3612
* update authorHermet Park2016-01-201-0/+1
|
* combobox: add new widget.divyesh purohit2016-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | Summary: Combobox is a combinational widget of a drop-down list and single line entry. Based on the text entered in the entry, the list items are filtered accordingly. Signed-Off By: Cedric Bail <cedric.bail@free.fr> Signed-Off By: Divyesh Purohit <div.purohit@samsung.com> Test Plan: test_combobox.c is added to elementary test Reviewers: raster, shilpasingh, cedric, jpeg, stefan_schmidt Reviewed By: raster, shilpasingh, cedric Subscribers: SanghyeonLee, shashank0990, singh.amitesh, tasn, raster, seoz, poornima.srinivasan, rajeshps, govi Differential Revision: https://phab.enlightenment.org/D2537 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* rename an authorHermet Park2015-12-241-1/+1
|
* hoversel: do item view creation at the time of item addition.godly.talias2015-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Summary: Currently hoversel creates the item view when user clicks on hoversel, So it will cause a delay for the hover to come depending on number of items as the items in hover have to be created. If item creation is done during item_add that delay can be avoided and pressed effect also will become smooth (item_add will be taking more time with this change, but it happens only once). If applications prefer memory usage more than execution time, then applications can do item_add in hoversel clicked callback. Test Plan: elementary_test Reviewers: raster, Hermet, conr2d, prince.dubey, shilpasingh, cedric Reviewed By: cedric Subscribers: rajeshps, poornima.srinivasan Differential Revision: https://phab.enlightenment.org/D3058 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* [Genlist] Added correct container_get callback for filter iterator.Shashank Pandey2015-09-241-0/+1
| | | | | | | | | | | | Summary: Warning fixed: Container_get mechanism was wrong. Fixed it. Test Plan: elementary_test => Genlist => Genlist filter Reviewers: singh.amitesh, cedric, shilpasingh, SanghyeonLee Subscribers: shilpasingh Differential Revision: https://phab.enlightenment.org/D3105
* elm_spinner: add feature in spinner to change values while dragging relative ↵godly.talias2015-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | to the speed of dragging Summary: Currently the values in spinner change while dragging only based on the amount of pixels dragged, this patch will enable Spinner to change value based on the speed of dragging so that it will be more user friendly. This will help users to alter drag values by big amounts if dragged in a good speed. Test Plan: test_spinner.c in elementary_test Reviewers: raster, prince.dubey, shilpasingh, cedric Reviewed By: cedric Subscribers: poornima.srinivasan, rajeshps, govi Differential Revision: https://phab.enlightenment.org/D2659 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* [elm_panel] Fix mirroring issue.kumar navneet2015-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Issue: Mirroring of elm_panel not working correctly. Solution: Handle mirroring appropriately for animations. @fix Test Plan: Case: 1 1. Open elementary_test 2. Mirror on 3. Open scrollable panel, click on toggle button. Case: 2 1. Keep the scroller panel opened 2. Turn off Mirror Case: 3 1. Turn on mirror 2. Check direction button in non-scrollable panel. Reviewers: shilpasingh, raster, Hermet, Princekrdubey Reviewed By: shilpasingh Subscribers: poornima.srinivasan, subodh6129 Differential Revision: https://phab.enlightenment.org/D2237
* Elm_spinner focus UI, accessibility fixSubodh Kumar2015-03-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Summary: Issue: Focus was not getting transferred individually on arrow buttons and text area. Solution: Remove the usage of image parts and text parts and replace them with buttons so as to handle the focus transfer normally than forcibly via smart event. hence Focus next hook and focus direction hook is implemented. Signed-off by: Subodh Kumar<s7158.kumar@samsung.com> Signed-off by: Shilpa Singh<shilpa.singh@samsung.com> Test Plan: Use keyboard keys on spinner and test focus transfer, enable accessibility and test accessibility. Reviewers: woohyun, Hermet, shilpasingh, raster, seoz Reviewed By: shilpasingh, raster Subscribers: stefan_schmidt, raster, rajeshps, govi Differential Revision: https://phab.enlightenment.org/D1911
* image: fix clipped image issue if x or y is less than zerojiin.moon2014-12-241-0/+1
| | | | | | | | | | | | | | Summary: After applying clipping patch about image on outside, the width or height of the image be decreased if x or y of an image is less than zero. The way to calculate width/height has changed. This fixes a side effect added in 2839881f37ea85b3469d8fd37cfaa4f9d67458fa Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D1810
* elm_colorselector: fix not intended duplicationJee-Yong Um2014-12-191-0/+1
| | | | | | | | | | | | | | | | | Summary: When colorselector widget is added, there are two align set command on palette_box part, but that for picker part is omitted. Apply elm_box_align_set function to picker part correctly. @fix Reviewers: Hermet Reviewed By: Hermet Subscribers: Hermet Differential Revision: https://phab.enlightenment.org/D1790
* DBUS Menu: fixing SIGSEV and SIGBUS when trying to use dbus.Vitalii Vorobiov2014-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Using of dbus menu causes a weird exception that looks like this (for example in function elm_win_main_menu_get(Evas_Object *win)): > EINA: Data at address 0x0 is invalid. Replacing with zero page. > mmap: Operation not permitted > ERR<22270>:eina_mmap lib/eina/eina_mmap.c:110 _eina_mmap_safe_sigbus() > Failed to mmap() /dev/zero in place of page. SIGBUS!!! > Aborted (core dumped) This issue appears because there is a lot of places where Elm_Object_Item is used, but it should be Elm_Menu_Item_Data. This issue could be reproduced with elementary_test: 1. run elementary test with dbus enabled. 2. find "Systray Item" button and click on it. 3. get SIGSEV in your console. @fix Reviewers: cedric, raster, seoz, Hermet Reviewed By: Hermet Subscribers: reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D1681
* bg: fix the _elm_bg_elm_layout_sizing_eval bug.woochanlee2014-10-111-0/+1
| | | | | | | | | | | | Summary: Since the sd->image is swallowed to the edje object, it's position and size will be managed by edje smart object. in the bg side, it doesn't need to care the position and size of the image. @fix Reviewers: Hermet Differential Revision: https://phab.enlightenment.org/D1525
* authors: Updated authors list.Daniel Juyung Seo2014-09-281-0/+5
|
* elm_map: Fixed a leak when ecore_file_download_full failsRajesh PS2014-04-031-0/+1
| | | | | | | | | | | | | | | | | Summary: The url variable used for ecore_file_download_full api was not being freed when the api failed @fix Test Plan: elementary_test->map Reviewers: seoz, daniel, raster Reviewed By: raster CC: govi Differential Revision: https://phab.enlightenment.org/D692
* author: Added Subhransu to authors list.Daniel Juyung Seo2014-03-181-0/+1
| | | | Thanks for the contribution Subhransu.
* author: added Anand to author file.Daniel Juyung Seo2014-03-101-0/+1
|
* unify the usage of my namedavemds2014-02-221-1/+1
|
* AUTHORS: cleanup the author file.Daniel Juyung Seo2014-02-221-10/+5
| | | | | - Removed duplicated entries. - Gave the credit to original author not proxy.
* AUTHORS: Fill in from git logStefan Schmidt2014-02-201-1/+66
| | | | | | Watchwolf was removed as he was in there twice. For the newly added I hope I did not add duplicates or missed someone. If you spot a problem please go ahead and fix it.
* Fix issue where items added into tree with more than 2 levels could be ↵Andy Williams2014-02-151-0/+1
| | | | | | rendered at the wrong location in the list. Fix this by ensuring items are attached after all items below the current node rather than only below those at the current level of children
* spinner: After long press of inc/dec buttons, start continuously ↵Shilpa Singh2014-02-051-0/+1
| | | | | | | | | | | | | | | | | increasing/decreasing Summary: When inc/dec buttons are pressed, start changing value after longpress has happened on buttons and not immediately. Signed-off by: Mohammad Irfan (mohammad.i@samsung.com) Signed-off by: Shilpa Singh(shilpa.singh@samsung.com) Test Plan: Long press on inc/dec buttons of spinner. Reviewers: seoz, woohyun CC: Hermet, jchanwook, raster Differential Revision: https://phab.enlightenment.org/D365
* authors: Added Chinmaya as an elementary author.Daniel Juyung Seo2013-12-311-0/+1
|
* author: added Michal Jagiello to authors list.Daniel Juyung Seo2013-12-201-0/+1
|
* AUTHORS/elm_authors.h: updated authors.Daniel Juyung Seo2013-12-021-0/+3
|
* Author: Added Amitesh Singh as an author of elm as he is worth it.Daniel Juyung Seo2013-10-141-0/+1
|
* progressbar: Support second progress.Niraj Kumar2013-09-101-0/+1
| | | | This can be used by video/audio streaming such as youtube.
* elementary - fixed author name.ChunEon Park2013-08-271-1/+1
|
* AUTHORS, elm_authors.h: add Youngbok Shin to elementary authors list since ↵Daniel Juyung Seo2013-07-241-0/+1
| | | | he already pushed 6 patches :)
* Add the ChangeLog and NEWS and update AUTHORS.Jaehwan Kim2013-07-031-0/+1
|
* Add myself in AUTHORS and elm_authors.hRyuan Choi2013-06-101-0/+1
|
* removed uselessChunEon Park2013-05-111-1/+1
|
* arcanist testDaniel Juyung Seo2013-05-111-1/+1
|
* AUTHORS: Add myself to the listStefan Schmidt2013-03-221-0/+1
|
* AUTHORS: follow request to update by Paulo.Cedric BAIL2013-02-281-1/+1
|
* elementary: Use eina_file_stat_ls() when listing profilesCedric BAIL2013-02-161-0/+1
| | | | | | | | | | | The eina_file_stat_ls() function should be used instead of eina_file_direct_ls() in _elm_config_profiles_list() - since it checks for file types. Patch by "Paulo C. A. Cavalcanti Jr" <paulo.cavalcanti@intel.com> SVN revision: 83979
* From: Arvind R <arvino55@gmail.com>Arvind R2013-02-121-0/+1
| | | | | | | | | | | | | | | Subject: Re: [e-users] 3 small corrections in elc_player Hi, 1. remove __UNUSED__ for parameter that is used. 2. emit a "elm,player,play" signal as is done in _pause to keep the state of pause/play buttons in sync. 3. Correct double_to_string which misses out subtracting hours to get seconds. SVN revision: 83855
* fixed print problem of list_example_03Jihoon Kim2013-02-071-0/+1
| | | | | | | | | | | | Before the patch, the list item didn't appended or prepended in the list. Algorithms were not wrong, but function "elm_list_go(li)" was missed before showing list. So, I added "elm_list_go(li)" in some proper functions. Written by Jiyoung Choi <jychoi7.choi@samsung.com> SVN revision: 83712
* elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, ↵ChunEon Park2013-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | call dismissed signal Before the patch, when window of device which has elementary rotates, the ctxpopup doesn't emit the "dismissed" signal to application. For this reason, if an application developer wants to make an event using "dismissed" signal when device rotates, he/she cannot do anything. But after add evas_object_smart_callback in the function "_on_parent_resize", this problem is resolved. That means, whether a device is rotated or not, when ctxpopup disappears, "dismissed" signal is emitted. So I want you to check this patch. Thank you. Signed-Off-By: Bora Hwang<bora1.hwang@samsung.com> SVN revision: 82918
* elementary/po - updatedChunEon Park2013-01-031-0/+1
| | | | SVN revision: 82033
* From: Gwanglim Lee <gl77.lee@samsung.com>Gwanglim Lee2012-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile I've attached 4th patch. May the 4th be with you. ecore patch has been merged with efl and all files are based on r80123. Thanks & Regards, Gwanglim ------- Original Message ------- Sender : Daniel Juyung Seo<seojuyung2@gmail.com> Date : 2012-12-04 01:55 (GMT+09:00) Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile It looks ok to me. Sorry but can you re-generate the patch according to the recent ecore merge to efl single tree? Daniel Juyung Seo (SeoZ) On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com> wrote: Dear Raster and Daniel Juyung Seo, I've attached 3rd patches and test_config according to your reviews. These are based on r79782. [elementary & ecore] 1. "profile,set" -> "profile,changed" - done 2. spaces after EINA_LIST_FOREACH - done 3. variable type - keep 4. author - done 5. removing deprecated marking in patch - done 6. add elm_win_available_profiles_get to test_config for the debugging purpose - done 7. check whether a given profile is present in an available profiles. otherwise window profile will be one of the item in available profiles. - newly added thing to the elm_win 8. merge with EO - done. :( Any comments would be appreciated. SVN revision: 80215
* [elm] Introducing a new widget, along with its infrastructure -- prefs.Gustavo Lima Chaves2012-11-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The prefs widgets aims to aid with the implementation of preference/configuration windows/UI elements in Elementary-based applications (think of Enlightenment configuration dialogs, elementary_config, etc). Prefs is a widget that populates its view with widgets bound to data types (following the instructions of a ".epb" file that describes a set of items) and handles the storage/restoration of such data on a configuration file automatically. There's also the prefs_data handle, which is the one dealing with user saved data for a given epb defaults set. The documentation on the new widget is rich (we have examples and even an EPC reference) and there's a new test entry for it. I'm blogging about it soon, with screeshots and more details. Enjoy. ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me. SVN revision: 79909
* We have ported to Eo all the widgets of elementary. We didn't change the ↵Yakov Goldberg2012-11-261-0/+2
| | | | | | | | | inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism. Signed-off-by: Yakov Goldberg <yakov.g@samsung.com> Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com> SVN revision: 79668
* elementary: adds safety check when setting childs to elm_layout_box_*.Cedric BAIL2012-10-191-0/+1
| | | | | | | Patch from KoziarekBeata <b.koziarek@samsung.com> SVN revision: 78220
* elm: Added Jiyoun Park to elementary authors list.Daniel Juyung Seo2012-10-161-0/+1
| | | | SVN revision: 78021
* elementary: oops forgot to update the AUTHORS files.Cedric BAIL2012-10-041-1/+1
| | | | SVN revision: 77408
* elementary: Fixes copy&paste error and possible invalid memory access.Cedric BAIL2012-10-041-0/+1
| | | | | | | Patch by Igor Murzov <e-mail@date.by> SVN revision: 77397
* elementary_codegen: generating source code from edjFlavio Vinicius Alvares Ceolin2012-09-131-0/+1
| | | | | | | | | | Parsing the parts and programs of the specified group and generating the header/source. Usage: elementary_codegen --prefix myapp_myobj input.edj a_group source.c header.h SVN revision: 76614
* elementary/multibuttonentry - [E-devel] [Patch] elc_multibuttonentry memory ↵ChunEon Park2012-08-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | leak patch Dear, all I've attached a patch that fixed the memory leak. There is not a free() in _del_hook(). Please review this patch. Sincerely yours, Jihyeon Seol Signed-Off-By: JiHyeon Seol<jiheyon.seol@samsung.com> SVN revision: 75439
* elementary: round up the spinning speed when the step is too small with a ↵Cedric BAIL2012-07-281-0/+1
| | | | | | | | | warning message. Patch by Jean-Philippe André <jpeg@videolan.org> SVN revision: 74528