GNOME Bugzilla – Bug 750799
datetime: Respect the date endianess
Last modified: 2015-06-30 13:03:00 UTC
.
Created attachment 305078 [details] [review] datetime: Respect the date endianess When the user changes the date, order the widgets in the same order as how the date is printed in that locale.
Just tried it, works for me. I don't feel very confident to judge on the quality of the code, though. :)
Review of attachment 305078 [details] [review]: Not a fan of this approach with different .ui snippets for each order. Wouldn't a programatic juggling of the widgets be better? Also, this doesn't cover the just added YDM order which, again, seems like another reason for doing the ordering with code.
(In reply to Rui Matos from comment #3) > Review of attachment 305078 [details] [review] [review]: > > Not a fan of this approach with different .ui snippets for each order. > Wouldn't a programatic juggling of the widgets be better? I tried, and it was a pain in the neck. > Also, this doesn't > cover the just added YDM order which, again, seems like another reason for > doing the ordering with code. If you want to try with code, go for it, it ended up being too much for me. I'll add support for ydm now though.
Created attachment 306305 [details] [review] datetime: Respect the date endianess When the user changes the date, order the widgets in the same order as how the date is printed in that locale.
Review of attachment 306305 [details] [review]: ok, let's go with this then