Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-08-18 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review64720 --- Ship it! Looks good. src/queryparser/pass_periodnames.cpp

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-08-17 Thread Denis Steckelmacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/ --- (Updated Aug. 17, 2014, 11:34 a.m.) Review request for Baloo,

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-08-17 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review64691 --- To me it looks reasonable. I'll let the final decision to

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-08-09 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review64111 --- Both Vishesh and me are at Randa, let's get this reviewed and

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-07-09 Thread Albert Astals Cid
On jul. 7, 2014, 10:02 a.m., Vishesh Handa wrote: Ping. What's the status on this? I'm not too keen on reviewing it with my limited knowledge of calendaring and localization. I'll get to it, eventually, if noone beats me to it. - Albert

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-07-07 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review61789 --- Ping. What's the status on this? I'm not too keen on

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-13 Thread Denis Steckelmacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/ --- (Updated June 13, 2014, 11:02 a.m.) Review request for Baloo,

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-03 Thread John Layt
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review59073 --- Is there a mean to get the complete list of month names and

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-03 Thread Denis Steckelmacher
On June 1, 2014, 4:22 p.m., Alexander Potashev wrote: What is the user changes the locale at run-time - will the query parser reload the month/weekday names? Denis Steckelmacher wrote: It depends on the client application. This list is cached in pass_periodnames, that is private

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-03 Thread John Layt
On June 1, 2014, 5:22 p.m., Alexander Potashev wrote: What is the user changes the locale at run-time - will the query parser reload the month/weekday names? Denis Steckelmacher wrote: It depends on the client application. This list is cached in pass_periodnames, that is private

Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-01 Thread Denis Steckelmacher
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/ --- Review request for Baloo, Localization and Translation (l10n) and

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-01 Thread Alexander Potashev
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/118448/#review58904 --- What is the user changes the locale at run-time - will the

Re: Review Request 118448: Use KCalendarSystem to get the list of the month and day names that should be recognized by the query parser

2014-06-01 Thread Denis Steckelmacher
On June 1, 2014, 4:22 p.m., Alexander Potashev wrote: What is the user changes the locale at run-time - will the query parser reload the month/weekday names? It depends on the client application. This list is cached in pass_periodnames, that is private to one Baloo::QueryParser instance.