lp:qrify

Created by David Coles and last modified
Get this branch:
bzr branch lp:qrify
Members of QRify Developers can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
QRify Developers
Project:
qrify
Status:
Development

Recent revisions

20. By Matt Giuca

bookmarklet.py: More characters are allowed unescaped (following a careful analysis of the specs and testing).
This makes the URL a bit easier to read, just a bit. See bug LP: #782930.

19. By David Coles

Crunch css style a bit smaller by using a local.

Sadly 'element.style = "x"' does not work which would have allowed a big
reduction in the number of chars.

18. By David Coles

URI escape the entire bookmarklet.

This makes it safe to include in a HTML page.
- bookmarklet.py now accepts file names on the command line
- Make file produces a qrify.url file with an intermediate qrify-min.js

17. By David Coles

Bump z-index of popup so it's in front of Google search bar.

...and hopefully everything else.

16. By David Coles

Some branding (link to Launchpad)

15. By David Coles

Spin the text selection code off into it's own function.

14. By David Coles

Use an object rather than a function for containing qrify code.

This lets us nest some functions better.

13. By David Coles

Use position:fixed to ensure QR popup is always visible.

12. By David Coles

Show encoded text in a textarea under the QR code.

This also required changing the "click to close" to only close when you click
the image.
Also have to overide the text area formatting since the default settings
overflow from width:100%.

11. By David Coles

Check that the Charts API URL size does not exceed 2048 bytes

If it does, warn the user with an alert. Possibly would be nicer to use a HTML
popup, but this will do for the moment.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers