Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-29 Thread The Rasterman
On Fri, 24 Aug 2012 13:03:41 + (GMT) Rajeev Ranjan rajee...@samsung.com said: hmmm i've put in much simpler code in svn (no srncpy's and stncmp's) that does this based on yours. Hi, Please review the attached patch for supporting simple transition without any effect in slideshow

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-27 Thread Rajeev Ranjan
Electronics Date : Aug 24, 2012 19:21 (GMT+05:30) Title : Re: Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales Hi Daniel, Following is my reply to your queries. --- Original Message --- Sender : Daniel Willmann Engineer/SERI-Samsung

[E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Rajeev Ranjan
Hi, Please review the attached patch for supporting simple transition without any effect in slideshow widget. It is created by Sumanth for datetime widget. [Current Issue]: AM/PM strings are not displayed in some locale settings. [Root cause]: Some locales don't have AM/PM string since

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Daniel Willmann
Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: [Root cause]: Some locales don't have AM/PM string since they strictly follow 24 HR format and the this case is not handled in datetime widget. [Change Description]: Datetime widget is modified to display default AM/PM strings

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Rajeev Ranjan
bug fix : Display AM/PM string(s) in all locales Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: [Root cause]: Some locales don't have AM/PM string since they strictly follow 24 HR format and the this case is not handled in datetime widget. [Change Description]: Datetime

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Daniel Willmann
:30) Title : Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: [Change Description]: Datetime widget is modified to display default AM/PM strings incase, if, it is not present