From owner-freebsd-libh Sat Oct 27 11:26:42 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id CFE6537B407 for ; Sat, 27 Oct 2001 11:26:39 -0700 (PDT) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id f9RIQdP70987 for libh@FreeBSD.org; Sat, 27 Oct 2001 13:26:39 -0500 (CDT) (envelope-from antoine) Message-Id: <200110271826.f9RIQdP70987@usw4.freebsd.org> From: Antoine Beaupré Date: Sat, 27 Oct 2001 13:26:39 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit dialogs.tcl labeledit.tcl disklabel.tcl fdisk.tcl Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2001/10/27 13:26:39 CDT Modified files: release/diskedit disklabel.tcl fdisk.tcl Added files: release/diskedit dialogs.tcl labeledit.tcl Log: - move common use dialogs and callbacks from fdisk.tcl to dialogs.tcl Write_changes implementation in disklabel: - sort disk_names list before adding disks to listbox - disk_list is now a list of Disks instead of names - remove change type button: will be implemented later - remove resize button: will need further examination - add basic stubs for all functiosn to implement - implement "WRITE" using a function in labeledit.tcl - we now have a nice set of dialogs for choosing which disks should be written Revision Changes Path 1.10 +63 -7 libh/release/diskedit/disklabel.tcl 1.10 +1 -59 libh/release/diskedit/fdisk.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message