Commit Graph

1609 Commits

Author SHA1 Message Date
Michael Hudson-Doyle baf408dbf2 update POTFILES.in 2018-04-19 11:21:10 +12:00
Michael Hudson-Doyle c61a8ffa24 reorder palette to be less gratuitously different from default palette 2018-04-19 10:33:51 +12:00
Michael Hudson-Doyle 78e6fea854 work around strange behaviour of _("") 2018-04-19 10:29:08 +12:00
Michael Hudson-Doyle 688a270c17 a round of marking strings as translatable and ensuring translations are actually displayed in the UI 2018-04-19 10:29:08 +12:00
Michael Hudson-Doyle 9a5175a3fa yet another validation edge case in the identity screen 2018-04-19 10:28:59 +12:00
Michael Hudson-Doyle 503e5a4e8c fix another keyboard identification crash 2018-04-19 10:01:12 +12:00
Michael Hudson-Doyle 2abec060ee fix crash after keyboard identification completes 2018-04-19 09:59:48 +12:00
Michael Hudson-Doyle fdd3fae45a fix crash on escape key 2018-04-19 09:57:11 +12:00
Michael Hudson-Doyle c9b03a02b7 update po/POTFILES.in 2018-04-18 20:42:55 +12:00
Michael Hudson-Doyle b222417c32 update translations 2018-04-18 20:42:14 +12:00
Michael Hudson-Doyle 2d3d500e34 a couple of tweaks to make more translated strings appear 2018-04-18 20:18:15 +12:00
Michael Hudson-Doyle 3c49ecae9d
Merge pull request #317 from CanonicalLtd/mwhudson/no-resize-rootfs
prevent cloud-init from resizing the rootfs into any space
2018-04-17 15:06:38 +12:00
Michael Hudson-Doyle b5ab80226b disable partition growth as well 2018-04-17 14:10:17 +12:00
Michael Hudson-Doyle 2300bc43a5 prevent cloud-init from resizing the rootfs into any space
for https://bugs.launchpad.net/subiquity/+bug/1764168
2018-04-17 13:41:26 +12:00
Michael Hudson-Doyle 6396025964
Merge pull request #315 from CanonicalLtd/mwhudson/scollbar-focus
change scrollbar color if focused
2018-04-17 12:57:22 +12:00
Michael Hudson-Doyle ba041718dc
Merge pull request #316 from CanonicalLtd/mwhudson/stretchy-overlay
add an overlay that has nicer resizing behaviour
2018-04-17 12:57:15 +12:00
Michael Hudson-Doyle 95ccafe8db
Merge pull request #308 from CanonicalLtd/mwhudson/proxy
proxy support
2018-04-17 12:50:01 +12:00
Michael Hudson-Doyle e707c96483
Merge pull request #311 from CanonicalLtd/mwhudson/lp-id-dots
handle the separate validation requirements for launchpad and github usernames
2018-04-17 12:47:16 +12:00
Michael Hudson-Doyle 2e515144b0 do not show a validation error for an empty field when choosing import source 2018-04-17 12:43:08 +12:00
Michael Hudson-Doyle 90c2142b5c
Merge pull request #314 from CanonicalLtd/mwhudson/wipe-superblock
set wipe: superblock on disks
2018-04-17 12:40:24 +12:00
Michael Hudson-Doyle 458520e671 use the new stretchy overlays
for the layout toggle and the install confirmation
2018-04-17 12:24:07 +12:00
Michael Hudson-Doyle 7eafa420fb add show_stretch_overlay, simplify show_overlay 2018-04-17 12:23:11 +12:00
Michael Hudson-Doyle 6a76f8ad02 add a version of Overlay that copes with small and large screens better
See the docstring for the long version.
2018-04-17 12:22:00 +12:00
Michael Hudson-Doyle e041260e2a change scrollbar color if focused 2018-04-16 23:31:10 +12:00
Michael Hudson-Doyle 16d6cdb9a7 set wipe: superblock on disks
installing to a disk that has previously been configured with lvm
fails without this
2018-04-16 13:36:18 +12:00
Michael Hudson-Doyle e9ade6456e
Merge pull request #310 from CanonicalLtd/mwhudson/update-translations
update translations from lp, enable some new ones
2018-04-16 11:11:34 +12:00
Michael Hudson-Doyle 7209e7a371
Merge pull request #312 from CanonicalLtd/mwhudson/more-scary-warning
explain that you will not be able to go back once the installation has started
2018-04-16 11:11:18 +12:00
Michael Hudson-Doyle 9622b51f00
Merge pull request #313 from CanonicalLtd/mwhudson/configure-installed-locale
ask cloud-init to configure the locale of the installed system
2018-04-16 11:10:59 +12:00
Michael Hudson-Doyle d34504b45f ask cloud-init to configure the locale of the installed system 2018-04-13 15:36:33 +12:00
Michael Hudson-Doyle 9fbfa3ca1f explain that you will not be able to go back once the installation has started 2018-04-13 14:42:18 +12:00
Michael Hudson-Doyle 830bc78925 handle the separate validation requirements for launchpad and github usernames
for https://bugs.launchpad.net/subiquity/+bug/1760140
2018-04-12 21:46:40 +12:00
Michael Hudson-Doyle 4569b1b845 enable the other translations 2018-04-12 14:39:09 +12:00
Michael Hudson-Doyle 90957022ff enable greek and polish translations 2018-04-12 11:46:48 +12:00
Michael Hudson-Doyle a68e408339 update translations from launchpad 2018-04-12 11:38:00 +12:00
Michael Hudson-Doyle 5a6ad92239 add some validation to URLEditor 2018-04-12 09:43:02 +12:00
Michael Hudson-Doyle ecb8ee72e9 steal help text from d-i 2018-04-09 16:10:43 +12:00
Michael Hudson-Doyle 13eaa5c9dc add a bare-bones proxy model/view/controller 2018-04-09 15:05:46 +12:00
Michael Hudson-Doyle 028914da97 another small helper 2018-04-09 14:37:26 +12:00
Michael Hudson-Doyle a723d25a4c create a helper to create a common screen layout 2018-04-09 14:30:59 +12:00
Michael Hudson-Doyle 0fc83c4bc1 simplify a bunch of views
i am slowly getting better at urwid...
2018-04-09 14:10:36 +12:00
Michael Hudson-Doyle e586b72cc6
Merge pull request #307 from CanonicalLtd/mwhudson/pollinate
fold info and revision into single field
2018-04-06 09:15:25 +12:00
Michael Hudson-Doyle cb342eb2ab fold info and revision into single field 2018-04-06 09:14:40 +12:00
Michael Hudson-Doyle c39d305af6
Merge pull request #306 from CanonicalLtd/mwhudson/pollinate
add subiquity information to pollinate user agent
2018-04-05 15:10:01 +12:00
Michael Hudson-Doyle 6a5ae21c85 include SNAP_REVISION too 2018-04-05 14:59:59 +12:00
Michael Hudson-Doyle 1195bd427b add subiquity version to pollinate data 2018-04-03 09:56:30 +12:00
Michael Hudson-Doyle 98bf5cc706
Merge pull request #305 from degville/maas-wording
Abbreviated and updated MAAS wording
2018-03-29 13:59:43 +13:00
Graham Morrison 5d14007b30 update after gh feedback. 2018-03-28 12:10:10 +01:00
Graham Morrison f49d368ae3 added carriage returns to help formatting. 2018-03-28 12:08:37 +01:00
Graham Morrison 30a4f9d1ee abbreviated and updated help text for MAAS input fields. 2018-03-28 11:55:42 +01:00
Graham Morrison a9b104445f abbreviated and updated MAAS descriptions. 2018-03-28 11:46:15 +01:00