Commit Graph

1186 Commits

Author SHA1 Message Date
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
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
Michael Hudson-Doyle 14fa3cd107 use button_pile helper everywhere 2017-09-20 15:20:32 +12:00
Michael Hudson-Doyle f000fc24eb add a helper to pad a pile of buttons just enough 2017-09-20 14:55:02 +12:00
Michael Hudson-Doyle fad28977af Merge pull request #238 from CanonicalLtd/mwhudson/reporting-2
hook up curtin's event reporting into journald and watch these messages during install
2017-09-20 13:21:49 +12:00
Michael Hudson-Doyle 14c8b473c4 Merge branch 'master' into mwhudson/reporting-2 2017-09-20 13:20:27 +12:00
Michael Hudson-Doyle 310b4ec62d add libsystemd-dev to build-packages 2017-09-19 20:47:05 +12:00
Dimitri John Ledkov d3ca507cac
Merge branch 'backcancel'
Closes #234
2017-09-18 17:32:15 +01:00
Dimitri John Ledkov 790a1bf213
Fixup the merge due to changes on master. 2017-09-18 17:31:43 +01:00
Michael Hudson-Doyle 9356501aa7
change cancel buttons to back buttons where appropriate
and also some "Done" buttons become "Save" buttons.
2017-09-18 17:19:27 +01:00
Dimitri John Ledkov 0280dd8d59
Include iso-codes in the snap. 2017-09-18 15:36:36 +01:00
Dimitri John Ledkov bcfc932934
Reduce translation strings. 2017-09-18 14:25:50 +01:00
Dimitri John Ledkov a6413ed87f
Refresh Button labels upon init. 2017-09-18 14:20:13 +01:00