summaryrefslogtreecommitdiff
path: root/ui/qt5/datetimepage.cc
AgeCommit message (Collapse)AuthorFilesLines
2023-10-29Qt UI: Perf improvements, hide date/time in RT EnvA. Wilcox1-24/+25
Dramatic speed up parsing time zone lists by using const refs. Closes: #357
2023-10-05Qt UI: Don't update date/time inputs while focusedA. Wilcox1-2/+2
This makes for poor UX. If the user can't type fast, it will keep updating underneath them, which is very frustrating. Saw in IRL test. Fixes: #358
2020-03-01Qt UI: Add What's This to the rest of the UIA. Wilcox1-0/+4
2020-02-23Qt UI: Fix issues identified by static analysisA. Wilcox1-4/+3
2019-12-04Qt UI: Fix choosing timezonesA. Wilcox1-4/+4
2019-11-22Qt UI: Set watermark for Date and Time pageA. Wilcox1-0/+1
2019-11-19Qt UI: Fix small memory leak issuesA. Wilcox1-2/+6
2019-11-14Qt UI: Implement UI.SysMeta.DateTime/Timezone pageA. Wilcox1-0/+229