summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* 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
* From: Minseok Kim <minseok3.kim@samsung.com>Minseok Kim2012-07-031-0/+1
| | | | | | | | | | | | | | | | | | | Subject: [E-devel] [E-deve] [Patch] Add new apis for editable set/get in multibuttonentry Typically multibuttonentry is used as a composer. But sometimes, Multibuttonentry can be used as a viewer. Currently there is no way to use multibuttonentry as non-editable viewer. So I added new APIs which are elm_multibuttonentry_editable_set/get(). If editable is true, entry in multibuttonentry is activated and user can compose item by pressing the return key. If not, entry is hidden and muttibuttonentry works as a non-editable viewer. SVN revision: 73223
* From: Artem Popov <artem.popov@samsung.com>Artem Popov2012-06-291-0/+1
| | | | | | | | | | | | | | | Subject: [E-devel] Fwd: [Patch] elm_toolbar add signals patch. For new style of toolbar (align icon and text to center of item) are necessary some signals ("elm,state,text,visible", "elm,state,text,hidden", "elm,state,icon,visible", "elm,state,icon,hidden") New style for toolbar, where icon and text are align to center of item. SVN revision: 73028
* From: thiep ha <thiep.ha@samsung.com>thiep ha2012-05-301-0/+1
| | | | | | | | | | | | | | | Subject: Re: [E-devel] [Patch] [elm_entry] New APIs for user style Thank you for your comments. I would like to send you the modified patch. Followings are my modification: - Add my part to ChangeLog, AUTHORS files as Raster's comment. - Add const to the parameter of elm_entry_text_style_user_peek and example for pop and peek to test_entry_style_user as Daniel's comment. SVN revision: 71557
* elementary: sync with AUTHORS and elm_authors.hJihoon Kim2012-05-251-0/+1
| | | | SVN revision: 71432
* add authors entry tooCarsten Haitzler2012-05-241-0/+1
| | | | SVN revision: 71382
* uff, why AUTHORS doesnt got in in previous commit?? :/ Davide Andreoli2012-05-131-0/+1
| | | | SVN revision: 70966
* Elm: Fixed Aharon's contact info.Tom Hacohen2012-05-101-1/+1
| | | | SVN revision: 70907
* eina,evas,edje,elementary: add missing files from tarballs.Cedric BAIL2012-04-301-0/+1
| | | | | | | Patch by Jérôme Pinot <ngc891@gmail.com> SVN revision: 70543
* From: Sumanth Krishna Mannam <sumanth.m@samsung.com>Sumanth Krishna Mannam2012-03-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [E-devel] [Patch] Elementary : New widget Elm_datetime patch Attached to the mail is the patch for new elementary widget elm_datetime. Refer to the below EFL post history for more details. The datetime widget provides an option to display Date & time based on current locale format and the user can edit them through dynamic Modules. Dynamic modules can be based on 1. Content Popup/diskselector based list 2. Elm_entry with ISE based input 3. Elm_Spinner based etc. Refer to the Screenshots: <1.ctxpopup_diskselector_UI> <2.entry_ise_UI> <3.spinner_selection_UI> Can someone review and push this patch to EFL repository? Change description: New widget Elm_datetime is added. Datetime widget displays the Date &Time fields and provides a customizable way to edit them. The widget is implemented in a modular fashion for date/time field inputs. Ctxpopup based input is proposed as the default selection module. Localization support based on Libc is also supported. Sign-Off By: Sumanth M.V.K <sumanth.m@samsug.com> SVN revision: 68696