Re: Review Request 122330: Associate *.qmltypes and *.qmlproject files with the text/x-qml mime type

2015-02-01 Thread Denis Steckelmacher
allows QML files to use QML modules installed system-wide (and fixes the unit tests of kdev-qmljs). Thanks, Denis Steckelmacher

Re: Review Request 122330: Associate *.qmltypes and *.qmlproject files with the text/x-qml mime type

2015-01-31 Thread Denis Steckelmacher
(and fixes the unit tests of kdev-qmljs). Thanks, Denis Steckelmacher

First draft of a KHumanDateTimeParser class

2013-04-17 Thread Denis Steckelmacher
dering this parser an experiment and hard-coding the most useful rules in KCalendarSystem, using i18n() calls to translate everything ? With a bit of code, it could be possible to implement any rule, even the "last Monday" ones. I thought of implementing them in KCalendarSystem because the rules seem to be more calendar-system-specific than language-specific. Happy testing, Denis Steckelmacher.

Re: Parsing a user-entered localized datetime

2013-04-12 Thread Denis Steckelmacher
ch would be taken. When a date has been found, its matching portion of the string is removed and a time is looked for. I hope this could make it possible to parse strings like "Last Monday on 8 pm", without having to worry about the "on" word, that every user will place d

Parsing a user-entered localized datetime

2013-04-10 Thread Denis Steckelmacher
hat the parser will be able to parse English and French dates, but I don't know any calendar system other than the Gregorian one. Denis Steckelmacher.