thanks for your generous! :)

2012/7/1 Carsten Haitzler <ras...@rasterman.com>

> On Sun, 1 Jul 2012 16:19:45 +0900 Daniel Juyung Seo <seojuyu...@gmail.com>
> said:
>
> > Thanks for the patch.
> > But I found a bug in the following line.
> >
> >     _status_config_sizing(win, naviframe);
> > +   _status_config_access(win, naviframe);
> >
> > _status_config_sizing() has to be called at the end of those lines.
> > I fixed it in r73091.
>
> interesting. i didn't notice that one
>
> > Daniel Juyung Seo (SeoZ)
> >
> > On Mon, Jun 25, 2012 at 6:45 PM, Kim Shinwoo <kimcinoo....@gmail.com>
> wrote:
> > > I have updated elementary_config and config value.
> > > would you please let me know what "config/standard" and
> "config/illume" are
> > > for?
> > > who uses these configurations? then, please review the patch and give
> some
> > > feedbacks.
> > >
> > > Sincerely,
> > > Shinwoo Kim.
> > >
> > >
> > >
> > > 2012/6/21 Kim Shinwoo <kimcinoo....@gmail.com>
> > >
> > >> The elementary_config would be fine, then application should use the
> > >> elementary_config?
> > >>
> > >>
> > >> 2012/6/21 Carsten Haitzler <ras...@rasterman.com>
> > >>
> > >>> On Thu, 21 Jun 2012 17:15:58 +0900 Kim Shinwoo <
> kimcinoo....@gmail.com>
> > >>> said:
> > >>>
> > >>> > To enable(disable) access mode, what should application do? um.. by
> > >>> setting
> > >>> > environment variable as below?
> > >>> >   - export ELM_MODULES="access_output>access/api:$ELM_MODULES"
> > >>> >   - export ELM_ACCESS_MODE=1
> > >>> > There would be other ways to set the environment variable. Please
> let me
> > >>> > know what is the best way to enable(disable) access mode.
> > >>>
> > >>> all these set config values in elm_config->... struct. these config
> > >>> values are
> > >>> updated whenever elementary_config is run and changes config. all
> apps
> > >>> update
> > >>> and pick up the new config. new apps also get the new config too.
> all apps
> > >>> "magically" just turn on access mode if config changes to have it be
> on.
> > >>> u want
> > >>> to add this to elementsary_config so u can enable access mode :)
> > >>>
> > >>> > Thanks for your response.
> > >>> > Shinwoo Kim.
> > >>> >
> > >>> > 2012/6/21 Carsten Haitzler <ras...@rasterman.com>
> > >>> >
> > >>> > > On Tue, 19 Jun 2012 22:37:47 +0900 Kim Shinwoo <
> > >>> kimcinoo....@gmail.com>
> > >>> > > said:
> > >>> > >
> > >>> > > hmm. i'm not sure this is the right way to go. why would there
> need
> > >>> to be
> > >>> > > an
> > >>> > > api? shouldn't this just be done automatically on updating
> config and
> > >>> go
> > >>> > > into
> > >>> > > access mode IF it is enabled in config? app shouldnt need to
> know or
> > >>> care?
> > >>> > >
> > >>> > > > Dear all, hello.
> > >>> > > >
> > >>> > > > This patch is for setting the accessibility mode.
> > >>> > > > I'm not sure that the way to set is proper or not, because the
> > >>> module
> > >>> > > name
> > >>> > > > is fixed in the code as "access_output>access/api"
> > >>> > > > There would be better way to set it. If you have, please let me
> > >>> know.
> > >>> > > > thanks.
> > >>> > > >
> > >>> > > > hmm. elm_config_access_set(Eina_Bool is_access, const char*
> > >>> module_name)
> > >>> > > > would be better.. isn't it?
> > >>> > > > and checking previous status would be fine to avoid duplicated
> > >>> module
> > >>> > > value.
> > >>> > > >
> > >>> > > > hmmm. then the patch will have -1 * 90251293450198374
> > >>> > > >
> > >>> > > > Sincerely,
> > >>> > > > Shinwoo Kim.
> > >>> > >
> > >>> > >
> > >>> > > --
> > >>> > > ------------- Codito, ergo sum - "I code, therefore I am"
> > >>> --------------
> > >>> > > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > >>> > >
> > >>> > >
> > >>>
> > >>>
> > >>> --
> > >>> ------------- Codito, ergo sum - "I code, therefore I am"
> --------------
> > >>> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> > >>>
> > >>>
> > >>
> > >
> > >
> ------------------------------------------------------------------------------
> > > Live Security Virtual Conference
> > > Exclusive live event will cover all the ways today's security and
> > > threat landscape has changed and how IT managers can respond.
> Discussions
> > > will include endpoint security, mobile security and the latest in
> malware
> > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > _______________________________________________
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to