Summary:
I fixed the strange dialer on the phone, here's a picture:
{F6433134}
Now I have a few questions:
1. To get the '#', '*', & '+' symbols to show up I need to install a font that supports those glyphs. I've only found the font `fonts-mplus`. I can slice this font to only get those glyphs and package them here, or add this font as a dependency.
We should likely have a font like this installed anyway, so people can see weird glyphs on the internet.
2. Is the correct way to set font sizes `pixelSize: units.gridUnit`?
Test Plan: manual testing?
Reviewers: bshah, mart
Reviewed By: bshah
Differential Revision: https://phabricator.kde.org/D17037
Summary:
This makes the buttons more evenly spaced and formats the number as you type!
old: {F6084821}
new (updated): {F6084822}
The plan is to bring the entire dialer page down to about half its current size to support searching through contacts as one dials a number.
Reviewers: bshah, #plasma:_mobile, mart
Reviewed By: #plasma:_mobile, mart
Subscribers: ngraham
Differential Revision: https://phabricator.kde.org/D13936
For some reason the number 4 will not appear unless the max point size
is set to 22, I have spent about an hour investigating and can't figure
out why the heck that 4 wouldn't appear and I still don't know, so I
left it at 22 for now (the size was 23~24 before anyway).
It moves the buttons in the RowLayout below the GridLayout into the
GridLayout itself; that fixes the overall width of the main layout and
everything gets nicely centered.
Plus some minor layout changes.