Commit Graph

1347 Commits

Author SHA1 Message Date
Michael Hudson-Doyle ec73015a1a small improvements 2017-10-09 09:41:26 +13:00
Michael Hudson-Doyle 3e22a69978 more complete identity widget 2017-10-09 09:38:53 +13:00
Michael Hudson-Doyle eabe7a10b7 fix hostname validation 2017-10-09 09:25:09 +13:00
Michael Hudson-Doyle 68b9f6f1be add a way to run console-conf or subiquity with a subset of the screens 2017-10-09 09:24:32 +13:00
Igor Vuk 8ff7624d69 Fix a typo in README.md 2017-10-06 10:58:44 +02:00
Michael Hudson-Doyle f5637a717e a start at a more sophisticated ssh identity widget 2017-10-06 15:39:14 +13:00
Michael Hudson-Doyle bb8c619282 Merge pull request #251 from CanonicalLtd/mwhudson/recognise-virtio-disk
do not filter block devices by major
2017-10-06 10:02:56 +13:00
Michael Hudson-Doyle 378a65f60a Merge pull request #252 from CanonicalLtd/mwhudson/workaround-service
add a trivial oneshot service we can order the subiquity.service in t…
2017-10-06 08:39:35 +13:00
Michael Hudson-Doyle b06d1a78c4 improve validation of hostname and username fields
not sure hostname validation makes perfect sense but at least it is a bit
more transparent now
2017-10-05 22:14:44 +13:00
Michael Hudson-Doyle 5ed612399d add a trivial oneshot service we can order the subiquity.service in the install after to ensure the mounts are set up 2017-10-05 21:33:51 +13:00
Michael Hudson-Doyle f4eaea1d6d proper validation of real name field 2017-10-05 16:41:32 +13:00
Michael Hudson-Doyle 1bfb42c9b8 allow the same set of characters in realname as accepted by chfn -f 2017-10-05 16:33:26 +13:00
Michael Hudson-Doyle a73b76c7d2 clear any validation error as soon as the field becomes valid
this is why I changed size's validation to be side-effect free in the last
commit...
2017-10-05 16:19:31 +13:00
Michael Hudson-Doyle 876e2dc1b7 change partition size field to only modify user input explicitly on loss of focus 2017-10-05 16:16:31 +13:00
Michael Hudson-Doyle 3a744eb36d replace the only instance of a field defining clean() with a more solid approach 2017-10-05 15:45:42 +13:00
Michael Hudson-Doyle eafd614ce9 simplify things a bit by removing the ability to pass validator= and cleaner= to form fields 2017-10-05 15:45:16 +13:00
Michael Hudson-Doyle 8686c0418b validate confirm password field on every change 2017-10-05 15:19:29 +13:00
Michael Hudson-Doyle 35988f2fd9 change form machinery to always have space for validation error
and display help, if present, there by default
2017-10-05 15:08:10 +13:00
Michael Hudson-Doyle ce54d7c78c Merge pull request #250 from xnox/no-install-option
Drop Installpath controller, whilst it's single option.
2017-10-05 14:39:52 +13:00
Michael Hudson-Doyle 5c7862b076 do not filter block devices by major
instead, filter out devices with devpath /devices/virtual/...
2017-10-05 14:38:21 +13:00
Dimitri John Ledkov 03ef440761 Drop Installpath controller, whilst it's single option. 2017-10-04 23:32:28 +01:00
Michael Hudson-Doyle 6f9d4fe624 move subiquity-loadkeys to an app 2017-09-29 16:51:58 -04:00
Michael Hudson-Doyle 831a3b1b74 Merge pull request #249 from CanonicalLtd/mwhudson/network-fixes
misc networking fixes
2017-09-29 08:40:59 -04:00
Michael Hudson-Doyle aa564b9f6a ACTUALLY let udev queue settle rather than just pretending to 2017-09-29 08:37:31 -04:00
Michael Hudson-Doyle 3221599cb1 default routes can appear via CHANGE as well as NEW 2017-09-29 08:37:24 -04:00
Michael Hudson-Doyle 393055622c always super-call route_change 2017-09-29 08:37:19 -04:00
Michael Hudson-Doyle d35a7e08d8 Merge pull request #248 from CanonicalLtd/mwhudson/better-colors
color tweaks
2017-09-28 17:28:42 -04:00
Michael Hudson-Doyle 5ab2f6c972 make journal event handling more generic and also not drop events 2017-09-28 17:23:54 -04:00
Michael Hudson-Doyle 2c6fb9ed99 hide network error if showing before starting config again 2017-09-28 16:00:35 -04:00
Michael Hudson-Doyle 0aa44d863c remove pointless SHOTING in button titles 2017-09-28 11:01:07 -04:00
Michael Hudson-Doyle a7947bbe1e make flow between network, guided, filesystem views less confusing 2017-09-28 10:55:04 -04:00
Michael Hudson-Doyle 795cd89dc4 only show quit installer option if curtin fails
and call it "Exit To Shell" instead
2017-09-28 10:38:06 -04:00
Michael Hudson-Doyle 6b1c2d9853 some color tweaks 2017-09-28 09:58:09 -04:00
Michael Hudson-Doyle cd85358a1b overwrite more of the console palette 2017-09-28 09:58:09 -04:00
Michael Hudson-Doyle 1b37f5d4e1 fix creating / editing unformatted partitions 2017-09-28 09:55:17 -04:00
Michael Hudson-Doyle 205d1156ca fix the thing where editing an unmountable partition has the mount widget enabled 2017-09-28 09:46:12 -04:00
Michael Hudson-Doyle ded8aeb026 fix a crash in the mount widget 2017-09-28 09:42:27 -04:00
Michael Hudson-Doyle 9a2fe4e514 Merge pull request #247 from xnox/more-locales
More locales
2017-09-28 09:34:05 -04:00
Dimitri John Ledkov 1d8505c1e1 Enable more languages. 2017-09-28 09:24:13 -04:00
Dimitri John Ledkov a28a190a1d Update lp translations. 2017-09-28 08:49:38 -04:00
Michael Hudson-Doyle fe47f71f49 Merge pull request #245 from smoser/fix/fix-makefile-spaces
Makefile: tabs not spaces.
2017-09-27 12:03:42 -04:00
Michael Hudson-Doyle 34ea885217 Merge pull request #246 from CanonicalLtd/mwhudson/better-progress-bar
change the progress bar to show x / y rather than a %age
2017-09-27 12:03:12 -04:00
Michael Hudson-Doyle 86ac32905b change the progress bar to show x / y rather than a %age
Also make its progress more automatic.
2017-09-26 09:01:22 -04:00
Michael Hudson-Doyle db584972cf include subiquity-loadkeys in the snap 2017-09-25 14:18:21 -04:00
Scott Moser 4fe72f586f Makefile: tabs not spaces.
Running 'make install_deps' will complain with:
  Makefile:49: *** missing separator (did you mean TAB instead of 8 spaces?).
2017-09-22 14:28:55 -04:00
Michael Hudson-Doyle 64ec13fc98 Merge pull request #243 from CanonicalLtd/mwhudson/enter-next-field
have enter advance to the next focus item in piles and listboxes
2017-09-22 11:10:57 +12:00
Michael Hudson-Doyle b60c0d33f5 have enter advance to the next focus item in piles and listboxes 2017-09-21 15:30:50 +12:00
Michael Hudson-Doyle ae33aaf429 fix a crash in the partition view 2017-09-21 14:55:11 +12:00
Michael Hudson-Doyle ca7264a734 Merge pull request #242 from xnox/more-fixed-layout-fixes
Fix up more fixed layouts with button_pile().
2017-09-21 09:13:15 +12:00
Dimitri John Ledkov 785b4d5568
Fix up more fixed layouts with button_pile(). 2017-09-20 14:01:42 +01:00