It returns the description string specified for the color class in the edc.

On Wed, Aug 1, 2018 at 1:23 AM Hermet Park <[email protected]> wrote:

> On Mon, Jul 30, 2018 at 8:23 PM, Mike Blumenkrantz <
> [email protected]> wrote:
>
> > 1. I commented on this, it seems mostly done.
> >
> > 2. I created a patch for this.
> >
>
> could someone please explain me what is edje_object_color_description_get()
> for?
> doc is too ambiguous.
>
>
> > 3. ex is for "extra". This init function sends the app args to the main
> > loop and is for use with quicklaunch. The corresponding shutdown function
> > only exists to provide a paired function.
> >
> > 4. There's been some progress on this, but it's not a release blocker
> since
> > it's been an issue since ca. 1.19
> >
> > 5. There's been a patch for this up for review for about a week now
> > (D6675).
> >
> > 6. May be a regression, but the use case is extremely limited and it's
> > unlikely to affect anything other than the original ticket. Not something
> > that should block a release most likely.
> >
> > 7. This has had a patch up for review for over a month but it seems
> nobody
> > knows genlist enough to review it.
> >
> > 10. Most of these look like 1.22 items and people forgot to add the 1.22
> > tag.
> >
> > On Mon, Jul 30, 2018 at 6:17 AM Stefan Schmidt <
> [email protected]>
> > 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
> > >
> > > 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
> > >
> > ------------------------------------------------------------
> > ------------------
> > 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
> >
>
>
>
> --
> Regards, Hermet
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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