<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/installer/newt/page.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-05-14T16:01:10Z</updated>
<entry>
<title>installer: Reflow run-file-textbox-page text.</title>
<updated>2019-05-14T16:01:10Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-05-04T09:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=2bfb3883b98c3a5562eeb8724f4b6be462aea670'/>
<id>urn:sha1:2bfb3883b98c3a5562eeb8724f4b6be462aea670</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-file-textbox-page): Reflow text.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>installer: Allow for arbitrary long passphrases and passwords.</title>
<updated>2019-05-14T10:11:04Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-05-14T09:57:55Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ef250707d3303d58ae00fe8f461701e7fa788d8a'/>
<id>urn:sha1:ef250707d3303d58ae00fe8f461701e7fa788d8a</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/35716&gt;.
Reported by sirmacik &lt;sirmacik@wioo.waw.pl&gt;.

* gnu/installer/newt/page.scm (run-input-page): Add FLAG-SCROLL to
INPUT-FLAGS*.
* gnu/installer/newt/user.scm (run-user-add-page): Add FLAG-SCROLL to
ENTRY-PASSWORD.
</content>
</entry>
<entry>
<title>installer: Add password 'hide' checkbox.</title>
<updated>2019-05-07T07:25:45Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-05-05T10:54:40Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=445bd4d5e53d24f916ecbb62907d119da27e912b'/>
<id>urn:sha1:445bd4d5e53d24f916ecbb62907d119da27e912b</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-input-page)[input-hide-checkbox?]: New
parameter adding a checkbox to toggle password hiding. By default, the
checkbox is active and the password is hence hided.
* gnu/installer/newt/partition.scm (prompt-luks-passwords): Enable the
previous parameter on both password input pages.
* gnu/installer/newt/user.scm (run-root-password-page): Enable the previous
parameter,
(confirm-password): ditto,
(run-user-add-page): add a checkbox to toggle password hiding.
</content>
</entry>
<entry>
<title>installer: Add #:selection parameter to 'run-checkbox-tree-page'.</title>
<updated>2019-04-28T20:57:07Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-28T19:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=7253c2b6297f85ec94512a2cff39ab25df043ad9'/>
<id>urn:sha1:7253c2b6297f85ec94512a2cff39ab25df043ad9</id>
<content type='text'>
* gnu/installer/newt/page.scm (%none-selected): New variable.
(run-checkbox-tree-page): Add #:selection.
[fill-checkbox-tree]: Honor it.
</content>
</entry>
<entry>
<title>installer: 'run-input-page' has a new #:input-flags parameter.</title>
<updated>2019-04-24T22:45:35Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-24T18:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=399c31d40a918343c5513c3c4a0351f60ec5797b'/>
<id>urn:sha1:399c31d40a918343c5513c3c4a0351f60ec5797b</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-input-page): Add #:input-flags and
honor it.
</content>
</entry>
<entry>
<title>installer: Sort items with 'string-locale&lt;?'.</title>
<updated>2019-04-17T09:53:54Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-17T09:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=14755829dc268a3983036908750f4ea40c5224b3'/>
<id>urn:sha1:14755829dc268a3983036908750f4ea40c5224b3</id>
<content type='text'>
That way "Österreich" comes before "Schweiz" in a German locale (or
pretty much any sane locale.)

* gnu/installer/newt/page.scm (run-listbox-selection-page)[sort-listbox-items]:
Use 'string-locale&lt;?' instead of 'string&lt;=?'.
</content>
</entry>
<entry>
<title>installer: Ask for confirmation before formatting partitions.</title>
<updated>2019-03-27T10:54:05Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-03-27T08:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c73e554c3fe609ee2d66628f7f09cf7fa6c8d4a6'/>
<id>urn:sha1:c73e554c3fe609ee2d66628f7f09cf7fa6c8d4a6</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-confirmation-page): New procedure.
* gnu/installer/newt/partition.scm (draw-formatting-page): Call it.
</content>
</entry>
<entry>
<title>gnu: Fix some typos in the installer.</title>
<updated>2019-02-18T00:52:47Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2019-02-10T14:54:53Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b83e4a93a2118513cdd2186d796729f0813264c0'/>
<id>urn:sha1:b83e4a93a2118513cdd2186d796729f0813264c0</id>
<content type='text'>
* gnu/installer/connman.scm (connman-connect-with-auth): Fix typo in
documentation.
* gnu/installer/newt/keymap.scm (sort-variants): Likewise.
* gnu/installer/newt/page.scm (run-listbox-selection-page): Likewise.
* gnu/installer/parted.scm (mkpart): Likewise.
* gnu/installer/newt/utils.scm (destroy-form-and-pop): Likewise.
* gnu/installer/newt/wifi.scm (run-unknown-error-page): Fix typo.
(wifi-listbox-heigth): Rename to…
(wifi-listbox-height): …this, and adjust caller.
* gnu/installer/timezone.scm (locate-childrens): Rename to…
(locate-children): …this.  Adjust all callers.
</content>
</entry>
<entry>
<title>installer: Rename "Ok" buttons to "OK".</title>
<updated>2019-01-17T13:04:27Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2019-01-06T10:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ebb36deccc84b1d4414a2b54a3e1df7e7ba94cff'/>
<id>urn:sha1:ebb36deccc84b1d4414a2b54a3e1df7e7ba94cff</id>
<content type='text'>
* gnu/installer/newt/page.scm: s/Ok/OK/.
* gnu/installer/newt/partition.scm: Ditto.
* gnu/installer/newt/user.scm: Ditto.
</content>
</entry>
<entry>
<title>installer: Make exit button optional for run-file-textbox-page.</title>
<updated>2019-01-17T13:04:25Z</updated>
<author>
<name>Mathieu Othacehe</name>
<email>m.othacehe@gmail.com</email>
</author>
<published>2018-12-06T02:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=3d0f6a055c366a5414c35262bb4b31c0f602fcd3'/>
<id>urn:sha1:3d0f6a055c366a5414c35262bb4b31c0f602fcd3</id>
<content type='text'>
* gnu/installer/newt/page.scm (run-file-textbox-page)[exit-button?]: New argument.
</content>
</entry>
</feed>
