Merge lp://staging/~stefan-schwarzburg/qreator/qreator_sms_mms_tel into lp://staging/qreator
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | David Planella | ||||
Approved revision: | 150 | ||||
Merged at revision: | 151 | ||||
Proposed branch: | lp://staging/~stefan-schwarzburg/qreator/qreator_sms_mms_tel | ||||
Merge into: | lp://staging/qreator | ||||
Diff against target: | 0 lines | ||||
To merge this branch: | bzr merge lp://staging/~stefan-schwarzburg/qreator/qreator_sms_mms_tel | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
David Planella | Approve | ||
Review via email: mp+133805@code.staging.launchpad.net |
This proposal supersedes a proposal from 2012-10-30.
Description of the change
This branch implements the three data formats: SMS, MMS and tel (call).
The data format is not standardized (see https:/
I'm open to all suggestions (including a different icon or separating the "tel" type from the "SMS" and "MMS".
A minor bug fix is included in this branch: adding QR Code types increases the main window height, but this can be fixed a simple line that hides the individual windows before adding them to the main window. I can of cause separate this little fix in a different branch.
When you have reviewed the branches, you might want to ask me to get the branches up to date with trunk after each merge...
Thanks again for this feature!
I'm planning to do the thorough review that it deserves, but for now, after having tested if from a user point of view (i.e. not having looked at the code yet), here are a few things that I've noticed:
- The Call/SMS/MMS dropdown needs a label on the right, to keep consistency with the other code type layouts (e.g. VCard, Wifi, etc) and not leave an empty space. It could simply be "Type:" for example.
- The extra space for the exclamation sign next to the 'Message:' text box in the 'SMS:' or 'MMS:' types should be taken into account in the 'Call:' type, so that when switching from one type to another we don't have widget sizes moving around. In fact, it should either be put inside the textbox, or next to it on the right, as we do with the VCard code
- The exclamation mark icon should be the same one as we use for the VCard code
- I could not manage to make the exclamation mark go away in the 'SMS:' type, even after having entered a correct phone number and message
- [Optional] we should probably only allow numbers and the '+' sign in the Number text box
- [Optional, discussion] shall we have a multi-line textbox to enter the message in SMS?
- [Optional, discussion] I could not see any noticeable difference between the SMS and MMS types. Do you think we really need MMS?, do people still use them?