D6820: Add QValidator to KTimeCombobox

2017-07-31 Thread Martin Bednar
bednar updated this revision to Diff 17452. bednar added a comment. Ran through uncrustify. Found a regression in my patch : colon (":") wouldn't be shown anymore, as it is dependent on the input mask. So I left the input mask, and the QValidator works in addition to the input mask. REPOSI

D6820: Add QValidator to KTimeCombobox

2017-07-21 Thread Martin Bednar
bednar created this revision. bednar added a project: Frameworks. REVISION SUMMARY Seeing the "TODO" in KTimeComboBoxPrivate::timeFormatToInputMask, I decided to try and replace the input mask with a QValidator approach (as seen in KDatePicker). This is a first iteration to see if there is i