Hello. This mail is my usual summary of what issues still need to be fixed before we can go to the final 1.21 release.
ABI/API checker report: Newest report for beta1: https://abi-laboratory.pro/index.php?view=objects_report&l=efl&v1=1.20.7&v2=1.21.0-beta1 1) Missing ELM_CNP_EVENT_SELECTION_CHANGED symbol in elm_cnp Status: Netstar is working on a patch: https://phab.enlightenment.org/D6689 2) edje_object_color_class_description_get symbol removed It could be argued that it was part of the edje_object, but it was exposed as legacy API none the less? I still can find an EAPI definition in edje_util.c for it. Would be great if someone could shed some light on this one. Mike found: https://phab.enlightenment.org/D4403 It looks like the function prototype was just removed during this conversion and then never added back? 3) Unclear new API naming in ecore ecore_init_ex ( int argc, char** argv ) ecore_shutdown_ex ( ) I think the names are not descriptive at all. What should the _ex stand for here? The API description speaks about propagating events on the main loop after init and callback setup. Phab showstopper issues: https://phab.enlightenment.org/maniphest/query/_jTUZLoOpCeA/#R 4) T7156 e22 beta screenshot displays black rectangle https://phab.enlightenment.org/T7156 5) T7154 $(OBJEXT) rules must be rewritten for automake 1.16 compatibility https://phab.enlightenment.org/T7154 6) T7153 DND broken now on non elm objects https://phab.enlightenment.org/T7153 Phab regression issues: https://phab.enlightenment.org/maniphest/query/oP4HVQ1SXYSe/#R 7) T6368 Strange behaviour of elm_genlist_item_show function https://phab.enlightenment.org/T6368 8) T7163 ELM: cut/paste (with mouse)leaves elm_entry widget keyboard input broken. https://phab.enlightenment.org/T7163 9)William found the following problem with elm_bg: You can no longer set a alpha value on elm_bg. That should be transparent gray, but ends up solid color. Evas_Object *bg; bg = elm_bg_add(parent); evas_object_color_set(bg, 128, 128, 128, 128); The Alpha value is not respected. You never get transparency. Its a solid color. This first came up for Ecrire, I marked as upstream, but then removed assuming it was another issue. Turns out it is a upstream issue. I can no longer make a background transparent. Its either solid white, black, or any shade in between but never transparent. https://github.com/Obsidian-StudiosInc/ecrire/issues/29 Visually I can no longer do this https://user-images.githubusercontent.com/12835340/43233376-8f5fcab0-9043-11e8-8cbb-23a11ec0c323.jpg 10) We also need to look through the incoming issues queue to see if some of them are regressions or showstopper issues https://phab.enlightenment.org/maniphest/query/.A.JB1lE_L6b/#R 11) Release notes need to be written Did I miss anything? Something already fixed? regards Stefan Schmidt ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
