Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-07-02 Thread Kim Shinwoo
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); +

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-07-01 Thread Daniel Juyung Seo
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. Daniel Juyung Seo (SeoZ) On Mon, Jun 25, 2012 at 6:45

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-07-01 Thread The Rasterman
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

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-30 Thread The Rasterman
On Mon, 25 Jun 2012 18:45:00 +0900 Kim Shinwoo kimcinoo@gmail.com said: ok - patch in. thanks very much. as for standard vs illume. standard is standard desktop usage config - like on desktops, laptops - things with keyboards, mice and screens u'll find on this class of device. illume is for

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-25 Thread Kim Shinwoo
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

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-21 Thread Kim Shinwoo
To enable(disable) access mode, what should application do? um.. by setting environment variable as below? - export ELM_MODULES=access_outputaccess/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

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-21 Thread The Rasterman
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_outputaccess/api:$ELM_MODULES - export ELM_ACCESS_MODE=1 There would be other

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-21 Thread Kim Shinwoo
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

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-20 Thread Kim Shinwoo
Dear all, hello. Here is test code for turning on/off access mode. There are ACCESS ON button and ACCESS OFF button. This is temporal test code so.. please use, enjoy and abandon it. Thanks. Shinwoo Kim. 2012/6/20 Kim Shinwoo kimcinoo@gmail.com I have revised the previous patch again as

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-20 Thread Kim Shinwoo
I found a bug in the previous patch. reattached. thanks. Sincerely, Shinwoo Kim. 2012/6/20 Kim Shinwoo kimcinoo@gmail.com Dear all, hello. Here is test code for turning on/off access mode. There are ACCESS ON button and ACCESS OFF button. This is temporal test code so.. please use,

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-20 Thread The Rasterman
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

[E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-19 Thread Kim Shinwoo
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_outputaccess/api There would be better way to set it. If you have, please let me know. thanks. hmm.

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-19 Thread Vincent Torri
@since in doc Vincent On Tue, Jun 19, 2012 at 3:37 PM, Kim Shinwoo kimcinoo@gmail.com wrote: 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_outputaccess/api

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-19 Thread Kim Shinwoo
Dear all, hello. I have revised the previous patch as below - elm_config_access_set(Eina_Bool is_access, const char* module_name) - checki previous status - use @since in doc (Vincent, thanks for your response!) Then please review and give come feedbacks. Thanks. Sincerely, Shinwoo Kim.

Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode

2012-06-19 Thread Kim Shinwoo
I have revised the previous patch again as below - check previous status both is_access and module A cosmetic bug in the previous mail. - the argument name: elm_config_access_set(Eina_Bool is_access, const char* module) Thanks. Sincerely, Shinwoo Kim. 2012/6/20 Kim Shinwoo