[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-installer-2 updated (ff63588 -> f327663)
From: |
Danny Milosavljevic |
Subject: |
branch wip-installer-2 updated (ff63588 -> f327663) |
Date: |
Tue, 4 Jul 2017 14:27:47 -0400 (EDT) |
dannym pushed a change to branch wip-installer-2
in repository guix.
from ff63588 installer: Use "G_" instead of "_".
new b66885f gurses: Add std-menu-mouse-handler.
new dfa33bf installer: Add mouse support.
new c2b6fb0 installer: Factor out item activation and use it for
mouse, too.
new a3ec489 installer: Ignore strange mouse events.
new 9af0e17 installer: Use select-key? for checking the key for
selection.
new f327663 installer: Also allow the clicking of buttons.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/system/installer/configure.scm | 6 +++-
gnu/system/installer/dialog.scm | 6 +++-
gnu/system/installer/disks.scm | 50 +++++++++++++++++++-------
gnu/system/installer/filesystems.scm | 43 ++++++++++++++---------
gnu/system/installer/format.scm | 6 +++-
gnu/system/installer/guixsd-installer.scm | 46 +++++++++++++++++-------
gnu/system/installer/hostname.scm | 10 ++++--
gnu/system/installer/install.scm | 6 +++-
gnu/system/installer/key-map.scm | 43 ++++++++++++++---------
gnu/system/installer/locale.scm | 28 ++++++++++-----
gnu/system/installer/mount-point.scm | 6 +++-
gnu/system/installer/network.scm | 15 +++++---
gnu/system/installer/page.scm | 8 +++--
gnu/system/installer/passphrase.scm | 6 +++-
gnu/system/installer/ping.scm | 6 +++-
gnu/system/installer/role.scm | 24 +++++++++----
gnu/system/installer/time-zone.scm | 58 +++++++++++++++++++------------
gnu/system/installer/user-edit.scm | 6 +++-
gnu/system/installer/users.scm | 11 +++---
gnu/system/installer/wireless.scm | 5 ++-
gurses/buttons.scm | 21 +++++++++--
gurses/menu.scm | 21 ++++++++++-
22 files changed, 311 insertions(+), 120 deletions(-)
- branch wip-installer-2 updated (ff63588 -> f327663),
Danny Milosavljevic <=
- 01/06: gurses: Add std-menu-mouse-handler., Danny Milosavljevic, 2017/07/04
- 04/06: installer: Ignore strange mouse events., Danny Milosavljevic, 2017/07/04
- 05/06: installer: Use select-key? for checking the key for selection., Danny Milosavljevic, 2017/07/04
- 06/06: installer: Also allow the clicking of buttons., Danny Milosavljevic, 2017/07/04
- 03/06: installer: Factor out item activation and use it for mouse, too., Danny Milosavljevic, 2017/07/04
- 02/06: installer: Add mouse support., Danny Milosavljevic, 2017/07/04