Go to time popup should be improved, to be able to enter hours, minutes and seconds separatly, and to have stepper for each to more easily select values.
@dfuhrmann Please have a look at it and let me know if you want any changes (I could squash all the commits once you have reviewed, and that we could merge upstream)
@Daksh Usability wise, I would change the tab order + default focus. If you open the panel, the focus should be always on first text field. Currently its on the last selected text field.
And if you entered a number in the first text field and then press tab, you select the stepper. Instead, you should select directly the next text field as you want to enter the next value. You can easily do that, by connecting "initialResponder" and "nextKeyView" in interface builder, see also here: https://stackoverflow.com/questions/4261865/tab-order-in-interface-builder
Also, there still seems to be a bug with the automatic conversion: If I enter 0 in h, 0 in min, and then press "999" in seconds, the result is still weird as seen in screenshot: