Hello.

Many of these problems are no fixed and we are waiting on just a few to
be tested and reviewed. I plan to have a beta2 later today or tomorrow
and hopefully a final release next week with the remaining bugs fixed.

On 07/30/2018 12:16 PM, Stefan Schmidt wrote:
> 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

Fixed

> 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?

Fixed

Both should be solved when the abi tracker runs on the beta2 tarballs.

> 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.

Mike explained the ex stands for extra. Not sure if we really should
save the 3 extra (pun intended) characters here. On the fence myself if
we should change this to ecore_init_exxtra and ecore_shutdown_extra or not.

> 
> Phab showstopper issues:
> https://phab.enlightenment.org/maniphest/query/_jTUZLoOpCeA/#R
> 
> 4) T7156 e22 beta screenshot displays black rectangle
> https://phab.enlightenment.org/T7156

Fixed

> 
> 5) T7154 $(OBJEXT) rules must be rewritten for automake 1.16 compatibility
> https://phab.enlightenment.org/T7154

I just reviewed and pushed the last patch which to have this issue fixed.

> 6) T7153 DND broken now on non elm objects
> https://phab.enlightenment.org/T7153

No activity on the bug. If this should stay a showstopper I would need
to see someone tackling it.

> 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

Fixed

> 8) T7163 ELM: cut/paste (with mouse)leaves elm_entry widget keyboard
> input broken.
> https://phab.enlightenment.org/T7163

Fixed

> 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

Fixed as well.

> 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

I just had a look and nothing important for the release was sitting in there

> 11) Release notes need to be written

Still needed, not even started actually.

12) elm_naviframe_content_preserve_on_pop_set seems to not work
https://phab.enlightenment.org/T7236

Patches have been posted for thsi and it waits for one of the naviframe
reviewers to have a look and the issue author to also give them a test.


If any of those I declared fixed is not fixed for you let us know.

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

Reply via email to