From owner-freebsd-libh Sun May 26 12:43:20 2002 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 7832337B404 for ; Sun, 26 May 2002 12:43:18 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 922C517407; Sun, 26 May 2002 14:43:17 -0500 (CDT) From: Max Okumoto Date: Sun, 26 May 2002 14:43:17 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh HuiTVObjects.hh libh/lib/hui HuiQt_ContainerWidget.cc HuiQt_GroupWidget.cc HuiQt_TitledWidget.cc HuiQt_Widget.cc HuiQt_WindowWidget.cc Message-Id: <20020526194317.922C517407@usw4.freebsd.org> 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 okumoto 2002/05/26 14:43:17 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh HuiTVObjects.hh lib/hui HuiQt_ContainerWidget.cc HuiQt_GroupWidget.cc HuiQt_TitledWidget.cc HuiQt_Widget.cc HuiQt_WindowWidget.cc Log: Cleanup resize() interface Revision Changes Path 1.1.2.14 +11 -14 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.26 +4 -6 libh/include/hui/Attic/HuiTVObjects.hh 1.32.2.12 +25 -26 libh/lib/hui/HuiQt_ContainerWidget.cc 1.33.2.14 +22 -20 libh/lib/hui/HuiQt_GroupWidget.cc 1.32.2.8 +15 -8 libh/lib/hui/HuiQt_TitledWidget.cc 1.30.2.10 +3 -14 libh/lib/hui/HuiQt_Widget.cc 1.33.2.15 +2 -6 libh/lib/hui/HuiQt_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun May 26 14:50: 1 2002 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 3460D37B405 for ; Sun, 26 May 2002 14:49:59 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 5081717407; Sun, 26 May 2002 16:49:58 -0500 (CDT) From: Antoine Beaupré Date: Sun, 26 May 2002 16:49:58 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020526214958.5081717407@usw4.freebsd.org> 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 2002/05/26 16:49:58 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: rename the Procedures chapter to something a bit more meaningful Revision Changes Path 1.16 +1 -1 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun May 26 19:43:20 2002 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 B831237B407 for ; Sun, 26 May 2002 19:43:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id D2F9417407; Sun, 26 May 2002 21:43:16 -0500 (CDT) From: Max Okumoto Date: Sun, 26 May 2002 21:43:16 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh libh/lib/hui HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_ContainerWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuItemWidget.cc ... Message-Id: <20020527024316.D2F9417407@usw4.freebsd.org> 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 okumoto 2002/05/26 21:43:16 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh lib/hui HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_ContainerWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuItemWidget.cc HuiQt_MenuSubmenuWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_TextEditWidget.cc HuiQt_TitledWidget.cc HuiTVision_ButtonWidget.cc HuiTVision_MenuItemWidget.cc HuiTVision_MenuSubmenuWidget.cc Log: Cleanup parent() accesses Revision Changes Path 1.1.2.30 +3 -1 libh/include/hui/Attic/HuiObjects.hh 1.1.2.15 +2 -6 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.27 +2 -6 libh/include/hui/Attic/HuiTVObjects.hh 1.31.2.14 +22 -10 libh/lib/hui/HuiQt_ButtonWidget.cc 1.29.2.11 +3 -5 libh/lib/hui/HuiQt_ButtonsGroupWidget.cc 1.32.2.13 +11 -11 libh/lib/hui/HuiQt_ContainerWidget.cc 1.30.2.10 +3 -3 libh/lib/hui/HuiQt_InputLineWidget.cc 1.30.2.11 +3 -5 libh/lib/hui/HuiQt_LabelWidget.cc 1.35.2.12 +3 -5 libh/lib/hui/HuiQt_ListBoxWidget.cc 1.29.2.13 +2 -3 libh/lib/hui/HuiQt_MenuItemWidget.cc 1.30.2.12 +3 -3 libh/lib/hui/HuiQt_MenuSubmenuWidget.cc 1.30.2.9 +3 -3 libh/lib/hui/HuiQt_ProgressIndicatorWidget.cc 1.30.2.11 +3 -5 libh/lib/hui/HuiQt_TextEditWidget.cc 1.32.2.9 +4 -6 libh/lib/hui/HuiQt_TitledWidget.cc 1.37.2.16 +12 -4 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.33.2.14 +2 -2 libh/lib/hui/HuiTVision_MenuItemWidget.cc 1.34.2.12 +3 -3 libh/lib/hui/HuiTVision_MenuSubmenuWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun May 26 19:49:54 2002 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 8968837B401 for ; Sun, 26 May 2002 19:49:53 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 0F4DD17407; Sun, 26 May 2002 21:49:53 -0500 (CDT) From: Max Okumoto Date: Sun, 26 May 2002 21:49:53 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_ButtonWidget.cc HuiTVision_ButtonWidget.cc HuiTVision_MenuItemWidget.cc Message-Id: <20020527024953.0F4DD17407@usw4.freebsd.org> 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 okumoto 2002/05/26 21:49:53 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiQt_ButtonWidget.cc HuiTVision_ButtonWidget.cc HuiTVision_MenuItemWidget.cc Log: Cleanup last usage of parent() Revision Changes Path 1.31.2.15 +1 -3 libh/lib/hui/HuiQt_ButtonWidget.cc 1.37.2.17 +3 -4 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.33.2.15 +2 -2 libh/lib/hui/HuiTVision_MenuItemWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 1:54:11 2002 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 3E2A337B400 for ; Mon, 27 May 2002 01:54:08 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 808E617407; Mon, 27 May 2002 03:54:07 -0500 (CDT) From: Max Okumoto Date: Mon, 27 May 2002 03:54:07 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh libh/lib/hui HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuItemWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_RadioMenuWidget.cc ... Message-Id: <20020527085407.808E617407@usw4.freebsd.org> 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 okumoto 2002/05/27 03:54:07 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh lib/hui HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuItemWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_RadioMenuWidget.cc HuiQt_TextEditWidget.cc HuiQt_TitledWidget.cc HuiTVision_ButtonWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_MenuItemWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc HuiTVision_TextEditWidget.cc HuiTVision_TitledWidget.cc Log: more parent reference cleanup Revision Changes Path 1.1.2.16 +9 -4 libh/include/hui/Attic/HuiQtObjects.hh 1.31.2.16 +3 -8 libh/lib/hui/HuiQt_ButtonWidget.cc 1.29.2.12 +4 -6 libh/lib/hui/HuiQt_ButtonsGroupWidget.cc 1.30.2.8 +1 -3 libh/lib/hui/HuiQt_CheckBoxesWidget.cc 1.30.2.11 +7 -7 libh/lib/hui/HuiQt_InputLineWidget.cc 1.30.2.12 +5 -6 libh/lib/hui/HuiQt_LabelWidget.cc 1.35.2.13 +5 -5 libh/lib/hui/HuiQt_ListBoxWidget.cc 1.29.2.14 +1 -14 libh/lib/hui/HuiQt_MenuItemWidget.cc 1.30.2.10 +14 -11 libh/lib/hui/HuiQt_ProgressIndicatorWidget.cc 1.30.2.8 +1 -4 libh/lib/hui/HuiQt_RadioMenuWidget.cc 1.30.2.12 +1 -3 libh/lib/hui/HuiQt_TextEditWidget.cc 1.32.2.10 +2 -2 libh/lib/hui/HuiQt_TitledWidget.cc 1.37.2.18 +1 -2 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.38.2.10 +1 -3 libh/lib/hui/HuiTVision_CheckBoxesWidget.cc 1.35.2.10 +1 -2 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.36.2.11 +1 -2 libh/lib/hui/HuiTVision_LabelWidget.cc 1.35.2.13 +1 -3 libh/lib/hui/HuiTVision_ListBoxWidget.cc 1.33.2.16 +1 -2 libh/lib/hui/HuiTVision_MenuItemWidget.cc 1.35.2.10 +1 -3 libh/lib/hui/HuiTVision_ProgressIndicatorWidget.cc 1.36.2.9 +1 -2 libh/lib/hui/HuiTVision_RadioMenuWidget.cc 1.35.2.10 +2 -4 libh/lib/hui/HuiTVision_TextEditWidget.cc 1.36.2.11 +3 -1 libh/lib/hui/HuiTVision_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 3:21:57 2002 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 7A2D337B413 for ; Mon, 27 May 2002 03:21:48 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 9AC4E17407; Mon, 27 May 2002 05:21:47 -0500 (CDT) From: Max Okumoto Date: Mon, 27 May 2002 05:21:47 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh HuiTVObjects.hh libh/lib/hui HuiQt.cc HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_DialogWidget.cc HuiQt_GroupWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc ... Message-Id: <20020527102147.9AC4E17407@usw4.freebsd.org> 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 okumoto 2002/05/27 05:21:47 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh HuiTVObjects.hh lib/hui HuiQt.cc HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_DialogWidget.cc HuiQt_GroupWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuBarWidget.cc HuiQt_MenuButtonWidget.cc HuiQt_MenuSubmenuWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_RadioMenuWidget.cc HuiQt_TextEditWidget.cc HuiQt_TitledWidget.cc HuiTVision.cc HuiTVision.cd.cc HuiTVision_ButtonWidget.cc HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_GroupWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_MenuBarWidget.cc HuiTVision_MenuButtonWidget.cc HuiTVision_MenuItemWidget.cc HuiTVision_MenuSubmenuWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc HuiTVision_TextEditWidget.cc HuiTVision_TitledWidget.cc HuiTVision_ToplevelWidget.cc Log: Cleanup more parent references Revision Changes Path 1.1.2.17 +78 -64 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.28 +17 -27 libh/include/hui/Attic/HuiTVObjects.hh 1.32.2.16 +16 -12 libh/lib/hui/HuiQt.cc 1.31.2.17 +2 -2 libh/lib/hui/HuiQt_ButtonWidget.cc 1.29.2.13 +2 -2 libh/lib/hui/HuiQt_ButtonsGroupWidget.cc 1.30.2.9 +2 -2 libh/lib/hui/HuiQt_CheckBoxesWidget.cc 1.30.2.11 +2 -2 libh/lib/hui/HuiQt_DialogWidget.cc 1.33.2.15 +11 -13 libh/lib/hui/HuiQt_GroupWidget.cc 1.30.2.12 +2 -2 libh/lib/hui/HuiQt_InputLineWidget.cc 1.30.2.13 +2 -2 libh/lib/hui/HuiQt_LabelWidget.cc 1.35.2.14 +2 -2 libh/lib/hui/HuiQt_ListBoxWidget.cc 1.30.2.10 +5 -4 libh/lib/hui/HuiQt_MenuBarWidget.cc 1.29.2.11 +1 -32 libh/lib/hui/HuiQt_MenuButtonWidget.cc 1.30.2.13 +1 -18 libh/lib/hui/HuiQt_MenuSubmenuWidget.cc 1.30.2.11 +28 -28 libh/lib/hui/HuiQt_ProgressIndicatorWidget.cc 1.30.2.9 +2 -2 libh/lib/hui/HuiQt_RadioMenuWidget.cc 1.30.2.13 +2 -2 libh/lib/hui/HuiQt_TextEditWidget.cc 1.32.2.11 +2 -2 libh/lib/hui/HuiQt_TitledWidget.cc 1.39.2.13 +2 -28 libh/lib/hui/HuiTVision.cc 1.9.2.6 +1 -6 libh/lib/hui/HuiTVision.cd.cc 1.37.2.19 +2 -2 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.35.2.9 +14 -43 libh/lib/hui/HuiTVision_ButtonsGroupWidget.cc 1.38.2.11 +2 -2 libh/lib/hui/HuiTVision_CheckBoxesWidget.cc 1.37.2.15 +1 -28 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.37.2.19 +1 -2 libh/lib/hui/HuiTVision_GroupWidget.cc 1.35.2.11 +4 -28 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.36.2.12 +2 -29 libh/lib/hui/HuiTVision_LabelWidget.cc 1.35.2.14 +5 -25 libh/lib/hui/HuiTVision_ListBoxWidget.cc 1.33.2.9 +1 -30 libh/lib/hui/HuiTVision_MenuBarWidget.cc 1.33.2.11 +4 -30 libh/lib/hui/HuiTVision_MenuButtonWidget.cc 1.33.2.17 +3 -29 libh/lib/hui/HuiTVision_MenuItemWidget.cc 1.34.2.13 +2 -2 libh/lib/hui/HuiTVision_MenuSubmenuWidget.cc 1.35.2.11 +2 -32 libh/lib/hui/HuiTVision_ProgressIndicatorWidget.cc 1.36.2.10 +3 -30 libh/lib/hui/HuiTVision_RadioMenuWidget.cc 1.35.2.11 +3 -30 libh/lib/hui/HuiTVision_TextEditWidget.cc 1.36.2.12 +11 -40 libh/lib/hui/HuiTVision_TitledWidget.cc 1.33.2.8 +1 -3 libh/lib/hui/HuiTVision_ToplevelWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 3:41:12 2002 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 851B137B405 for ; Mon, 27 May 2002 03:41:11 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 1A1D517407; Mon, 27 May 2002 05:41:11 -0500 (CDT) From: Max Okumoto Date: Mon, 27 May 2002 05:41:11 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.cd.cc Message-Id: <20020527104111.1A1D517407@usw4.freebsd.org> 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 okumoto 2002/05/27 05:41:11 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui Hui.cd.cc Log: Clean up white space Revision Changes Path 1.23.2.10 +123 -52 libh/lib/hui/Hui.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 11:37:55 2002 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 803B137B400 for ; Mon, 27 May 2002 11:37:54 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 7B99517407; Mon, 27 May 2002 13:37:53 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 13:37:53 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020527183753.7B99517407@usw4.freebsd.org> 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 2002/05/27 13:37:53 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: markup APIs as variablelists Revision Changes Path 1.17 +1696 -740 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 11:40:49 2002 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 C688637B404 for ; Mon, 27 May 2002 11:40:46 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id F04F117407; Mon, 27 May 2002 13:40:45 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 13:40:45 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020527184045.F04F117407@usw4.freebsd.org> 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 2002/05/27 13:40:45 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: make a table out of the attributes supplied with zip archive Revision Changes Path 1.18 +23 -9 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 11:47:20 2002 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 739A937B404 for ; Mon, 27 May 2002 11:47:19 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id CA04817407; Mon, 27 May 2002 13:47:18 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 13:47:18 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc sysinstall2.txt Message-Id: <20020527184718.CA04817407@usw4.freebsd.org> 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 2002/05/27 13:47:18 CDT Removed files: doc sysinstall2.txt Log: fetch my personal two handed rusty axe to destroy what's left of the old sysinstall2.txt It's now obsoleted by sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 12:23:10 2002 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 D34A637B40A for ; Mon, 27 May 2002 12:23:08 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 18D4217407; Mon, 27 May 2002 14:23:08 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 14:23:08 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020527192308.18D4217407@usw4.freebsd.org> 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 2002/05/27 14:23:08 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: make a big "Package" chapter enclosing the package description sections and reorder bits in the Package chapter move the Security chapter into newly created "Introduction chapter" Revision Changes Path 1.19 +278 -269 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 12:28:45 2002 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 DF74337B408 for ; Mon, 27 May 2002 12:28:43 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 76C0F17407; Mon, 27 May 2002 14:28:43 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 14:28:43 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020527192843.76C0F17407@usw4.freebsd.org> 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 2002/05/27 14:28:43 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: make a too simple "about" in the introduction, to amortize the blunt "security" section Revision Changes Path 1.20 +13 -4 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 12:32:59 2002 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 B018437B403 for ; Mon, 27 May 2002 12:32:58 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 0316C17407; Mon, 27 May 2002 14:32:52 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 14:32:52 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 Makefile Message-Id: <20020527193252.0316C17407@usw4.freebsd.org> 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 2002/05/27 14:32:52 CDT Modified files: doc/sysinstall2 Makefile Log: add txt to our FORMATs output to replace good ol' sysinstall2.txt Revision Changes Path 1.7 +2 -2 libh/doc/sysinstall2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 12:40:21 2002 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 81DCB37B405 for ; Mon, 27 May 2002 12:40:16 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id B9F5C17407; Mon, 27 May 2002 14:40:15 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 14:40:15 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 installation.dia installation.png Message-Id: <20020527194015.B9F5C17407@usw4.freebsd.org> 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 2002/05/27 14:40:15 CDT Modified files: doc/sysinstall2 installation.dia installation.png Log: properly label all boxes with their respective numbers Revision Changes Path 1.6 +75 -75 libh/doc/sysinstall2/installation.dia 1.4 +409 -369 libh/doc/sysinstall2/installation.png To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 12:56:43 2002 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 C5F6537B405 for ; Mon, 27 May 2002 12:56:40 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 28B6417407; Mon, 27 May 2002 14:56:40 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 14:56:40 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 uninstall.dia uninstall.png Message-Id: <20020527195640.28B6417407@usw4.freebsd.org> 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 2002/05/27 14:56:40 CDT Modified files: doc/sysinstall2 uninstall.dia uninstall.png Log: properly number all boxes Revision Changes Path 1.5 +71 -70 libh/doc/sysinstall2/uninstall.dia 1.5 +358 -359 libh/doc/sysinstall2/uninstall.png To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:22:48 2002 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 EBBC137B400 for ; Mon, 27 May 2002 13:22:46 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id 7760817407; Mon, 27 May 2002 15:22:46 -0500 (CDT) From: Alexander Langer Date: Mon, 27 May 2002 15:22:46 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_ListBoxWidget.cc Message-Id: <20020527202246.7760817407@usw4.freebsd.org> 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 alex 2002/05/27 15:22:46 CDT Modified files: lib/hui HuiQt_ListBoxWidget.cc Log: Don't forget to update the title if we update the texts (it's needed to have the right number of columns in the qwidget). Revision Changes Path 1.36 +4 -1 libh/lib/hui/HuiQt_ListBoxWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:42: 8 2002 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 32DF937B405 for ; Mon, 27 May 2002 13:42:07 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 415CB17407; Mon, 27 May 2002 15:42:06 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 15:42:06 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/diskedit formats.tcl Message-Id: <20020527204206.415CB17407@usw4.freebsd.org> 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 2002/05/27 15:42:06 CDT Modified files: release/scripts/diskedit formats.tcl Log: now that we have a proper listbox widget, use it by seperating columns with tabs remove parenthesis around space column and colons after disk name Revision Changes Path 1.7 +7 -7 libh/release/scripts/diskedit/formats.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:45:46 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id D734B37B40B for ; Mon, 27 May 2002 13:45:43 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g4RKk4D64528 for libh@FreeBSD.org; Mon, 27 May 2002 22:46:04 +0200 (CEST) (envelope-from alex) Date: Mon, 27 May 2002 22:46:04 +0200 From: Alexander Langer To: libh@FreeBSD.org Subject: screenshot / recent work Message-ID: <20020527224604.B64126@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Hi! For those of you that are interested, I just uploaded a screenshot, showing the libh diskeditor in a console window (tvision in a xterm) and the qt version at the same time. Kinda nice. http://usw4.freebsd.org/~libh/screenshot-hui-console+qt-2002-05-27.jpg More to come. Antoine has today finnished the markup of the sysinstall2.sgml file, and in case you haven't looked at it yet, you should :) The flow charts he has done are just great; e.g. it enlightenes the installation procedure a lot. And Max's work on the hui also looks very promising. Have fun, folks Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:48:41 2002 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 7F5FD37B401 for ; Mon, 27 May 2002 13:48:40 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 0723017407; Mon, 27 May 2002 15:48:40 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 15:48:39 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/diskedit disklabel.tcl Message-Id: <20020527204840.0723017407@usw4.freebsd.org> 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 2002/05/27 15:48:39 CDT Modified files: release/scripts/diskedit disklabel.tcl Log: set column titles to their respective names, now that we can Revision Changes Path 1.35 +1 -1 libh/release/scripts/diskedit/disklabel.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:51:51 2002 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 D9B0D37B408 for ; Mon, 27 May 2002 13:51:49 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 602C517407; Mon, 27 May 2002 15:51:49 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 15:51:49 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/diskedit formats.tcl Message-Id: <20020527205149.602C517407@usw4.freebsd.org> 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 2002/05/27 15:51:49 CDT Modified files: release/scripts/diskedit formats.tcl Log: make the right number of columns in proc whole_format Revision Changes Path 1.8 +2 -2 libh/release/scripts/diskedit/formats.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:53: 7 2002 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 EBE7137B401 for ; Mon, 27 May 2002 13:53:05 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 75C8417407; Mon, 27 May 2002 15:53:05 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 15:53:05 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/diskedit formats.tcl Message-Id: <20020527205305.75C8417407@usw4.freebsd.org> 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 2002/05/27 15:53:05 CDT Modified files: release/scripts/diskedit formats.tcl Log: properly make whole_format type be "disk" Revision Changes Path 1.9 +2 -2 libh/release/scripts/diskedit/formats.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 13:55: 7 2002 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 5423137B400 for ; Mon, 27 May 2002 13:55:06 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id CEE0917407; Mon, 27 May 2002 15:55:05 -0500 (CDT) From: Antoine Beaupré Date: Mon, 27 May 2002 15:55:05 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/diskedit disklabel.tcl Message-Id: <20020527205505.CEE0917407@usw4.freebsd.org> 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 2002/05/27 15:55:05 CDT Modified files: release/scripts/diskedit disklabel.tcl Log: make screen 80 columns wide to fit all characters in tvision Revision Changes Path 1.36 +1 -1 libh/release/scripts/diskedit/disklabel.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 17:28:11 2002 Delivered-To: freebsd-libh@freebsd.org Received: from jkh-gw.queasyweasel.com (adsl-64-173-3-158.dsl.sntc01.pacbell.net [64.173.3.158]) by hub.freebsd.org (Postfix) with ESMTP id 77F0B37B40C for ; Mon, 27 May 2002 17:27:59 -0700 (PDT) Received: from adsl-64-173-15-99.dsl.sntc01.pacbell.net (jkh@mango.freebsd.com [64.173.15.99]) by jkh-gw.queasyweasel.com (8.12.3/8.12.3) with ESMTP id g4S0RQb5023222; Mon, 27 May 2002 17:27:27 -0700 (PDT) (envelope-from jkh@queasyweasel.com) Date: Mon, 27 May 2002 17:28:40 -0700 Subject: Re: screenshot / recent work Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v517) Cc: libh@FreeBSD.ORG To: Alexander Langer From: Jordan K Hubbard In-Reply-To: <20020527224604.B64126@fump.kawo2.rwth-aachen.de> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.517) 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 That's really cool, congrats guys! You've all made some really incredible progress lately, turning libh from a weird little curiousity into something which genuinely looks like it'll be replacing sysinstall in the not-too-distant future. I know that was the plan all along, but I'll be honest - I had some real doubts for awhile and what I've seen in the last 6 months is nothing short of amazing! Now that I've buttered you all up, one small critical suggestion for the disk editor... :-) It would be really nice if there were some way to nest the partitions/slices visually so that it was clear from more than just the name what was "inside" what, to wit: ad0 IDE DISK 500MB ad0s1 DOS 200MB ad0s2 BSD 300MB ad0s2a / 80MB ad0s2d /usr 170MB ad0s2e /var 50MB Or something to that effect. You could even line up the types and sizes if that would look better: ad0 IDE DISK 500MB ad0s1 DOS 200MB ad0s2 BSD 300MB ad0s2a / 80MB ad0s2d /usr 170MB ad0s2e /var 50MB Naturally, if we have those little "disclosure triangles" in the generic widget set's list widget (you know, the triangles that point down when they're expanded and point to the right when they're indicating that there's "more to disclose") then they could also be used to very good effect in the disk editor, with "full disclosure" being the default state. - Jordan On Monday, May 27, 2002, at 01:46 PM, Alexander Langer wrote: > Hi! > > For those of you that are interested, I just uploaded a screenshot, > showing the libh diskeditor in a console window (tvision in a xterm) > and the qt version at the same time. > > Kinda nice. > http://usw4.freebsd.org/~libh/screenshot-hui-console+qt-2002-05-27.jpg > > More to come. Antoine has today finnished the markup of the > sysinstall2.sgml file, and in case you haven't looked at it yet, > you should :) The flow charts he has done are just great; e.g. it > enlightenes the installation procedure a lot. > > And Max's work on the hui also looks very promising. > > Have fun, folks > > Alex > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message > -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 21: 9:50 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by hub.freebsd.org (Postfix) with ESMTP id 76C6937B406 for ; Mon, 27 May 2002 21:09:44 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020528040937.LAIT13554.tomts16-srv.bellnexxia.net@shall.anarcat.ath.cx>; Tue, 28 May 2002 00:09:37 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id C032EB; Tue, 28 May 2002 00:12:29 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Tue, 28 May 2002 00:08:03 -0400 Date: Tue, 28 May 2002 00:08:02 -0400 From: The Anarcat To: Jordan K Hubbard Cc: Alexander Langer , libh@FreeBSD.ORG Subject: Re: screenshot / recent work Message-ID: <20020528040802.GA26797@lenny.anarcat.ath.cx> References: <20020527224604.B64126@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i 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 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon May 27, 2002 at 05:28:40PM -0700, Jordan K Hubbard wrote: > That's really cool, congrats guys! You've all made some really incredibl= e=20 > progress lately, turning libh from a weird little curiousity into somethi= ng=20 > which genuinely looks like it'll be replacing sysinstall in the=20 > not-too-distant future. I know that was the plan all along, but I'll be= =20 > honest - I had some real doubts for awhile and what I've seen in the last= 6=20 > months is nothing short of amazing! Thanks. This is really appreciated. > Now that I've buttered you all up, one small critical suggestion for the= =20 > disk editor... :-) Good, good. I was waiting for that, at last! > It would be really nice if there were some way to nest the=20 > partitions/slices visually so that it was clear from more than just the= =20 > name what was "inside" what, to wit: >=20 > ad0 IDE DISK 500MB > ad0s1 DOS 200MB > ad0s2 BSD 300MB > ad0s2a / 80MB > ad0s2d /usr 170MB > ad0s2e /var 50MB >=20 > Or something to that effect. You could even line up the types and sizes = if=20 > that would look better: >=20 > ad0 IDE DISK 500MB > ad0s1 DOS 200MB > ad0s2 BSD 300MB > ad0s2a / 80MB > ad0s2d /usr 170MB > ad0s2e /var 50MB 2 things with that layout: 1- it takes up more space than just lining up the devices in only one column 2- it includes the mountpoint, which I explicitly tried to move to another dialog: one dialog seperates slices and partitions and the other one formats and mounts them. This is a radical move from classic sysinstall way, but I don't think it's wrong. It does make the code much simpler and isolates the range of effect of each dialog. "Write" will write only fdisk and disklabel, not newfs and mount. Also note that your layout discards the begin and end sectors columns, which I find a problem. > Naturally, if we have those little "disclosure triangles" in the generic= =20 > widget set's list widget (you know, the triangles that point down when=20 > they're expanded and point to the right when they're indicating that=20 > there's "more to disclose") then they could also be used to very good=20 > effect in the disk editor, with "full disclosure" being the default state. Of course, if we had such a widget in Hui, it would be really cool, but I doubt tvision even supports this at all. It's also kinda hard to picture those triangles in a text-only display. (what character do you use??) But I agree that the current diskeditor display layout is pretty confusing. One must know its way around slices/partitions already in order to get this thing to work. Unfortunatly, there are only 2 ways out: 1- move to a tree display Pros: much better look and functionality. Cons: hard to implement. 2- move back to the original sysinstall diskeditor scheme, where we have an fdisk dialog and a label dialog. Pros: easier to implement, codebase to get inspired from. Cons: must re-implement everything again, not an intuitive interface, IMHO. I would of course go into the tree direction, but I'm not sure of how to proceed since I seriously doubt tvision support in this area. A. --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE88wKittcWHAnWiGcRAokAAJ99Kvz5jbTGoB0rPLPoEUomm8pdNQCeLkgz CF9jUltT+YbOtDshYVeHKbk= =oVD6 -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 21:29:18 2002 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 0F3EA37B400 for ; Mon, 27 May 2002 21:29:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id D974C17407; Mon, 27 May 2002 23:29:15 -0500 (CDT) From: Max Okumoto Date: Mon, 27 May 2002 23:29:15 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh HuiTVObjects.hh Message-Id: <20020528042915.D974C17407@usw4.freebsd.org> 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 okumoto 2002/05/27 23:29:15 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh HuiTVObjects.hh Log: Cleanup more of the virtual functions Revision Changes Path 1.1.2.31 +1 -7 libh/include/hui/Attic/HuiObjects.hh 1.1.2.29 +16 -10 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 21:40:53 2002 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 5F77C37B403 for ; Mon, 27 May 2002 21:40:52 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id C2B9B17407; Mon, 27 May 2002 23:40:51 -0500 (CDT) From: Max Okumoto Date: Mon, 27 May 2002 23:40:51 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_ContainerWidget.cc Message-Id: <20020528044051.C2B9B17407@usw4.freebsd.org> 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 okumoto 2002/05/27 23:40:51 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_ContainerWidget.cc Log: Cleanup ContainerWidget::move() routine Revision Changes Path 1.37.2.16 +6 -11 libh/lib/hui/HuiTVision_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 22:43:42 2002 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 574AB37B407 for ; Mon, 27 May 2002 22:43:41 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 7474617407; Tue, 28 May 2002 00:43:40 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 00:43:40 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh libh/lib/hui HuiObjects.cc HuiQt_GroupWidget.cc HuiTVision_GroupWidget.cc Message-Id: <20020528054340.7474617407@usw4.freebsd.org> 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 okumoto 2002/05/28 00:43:40 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh lib/hui HuiObjects.cc HuiQt_GroupWidget.cc HuiTVision_GroupWidget.cc Log: Cleanup virtual functions byName() Revision Changes Path 1.1.2.32 +1 -12 libh/include/hui/Attic/HuiObjects.hh 1.1.2.5 +1 -7 libh/lib/hui/Attic/HuiObjects.cc 1.33.2.16 +2 -2 libh/lib/hui/HuiQt_GroupWidget.cc 1.37.2.20 +2 -2 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 22:55:51 2002 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 8380437B403 for ; Mon, 27 May 2002 22:55:49 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 13D3817407; Tue, 28 May 2002 00:55:49 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 00:55:49 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh Message-Id: <20020528055549.13D3817407@usw4.freebsd.org> 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 okumoto 2002/05/28 00:55:49 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh Log: Cleanup white space Revision Changes Path 1.1.2.18 +13 -7 libh/include/hui/Attic/HuiQtObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 23: 4:15 2002 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 B9BB137B403 for ; Mon, 27 May 2002 23:04:11 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 6263617407; Tue, 28 May 2002 01:04:11 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 01:04:11 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh Message-Id: <20020528060411.6263617407@usw4.freebsd.org> 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 okumoto 2002/05/28 01:04:11 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh Log: Cleanup white space Revision Changes Path 1.1.2.33 +5 -26 libh/include/hui/Attic/HuiObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon May 27 23:37:15 2002 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 9B80637B403 for ; Mon, 27 May 2002 23:37:14 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 1BD3117407; Tue, 28 May 2002 01:37:13 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 01:37:13 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh libh/lib/hui HuiQt_ContainerWidget.cc Message-Id: <20020528063713.1BD3117407@usw4.freebsd.org> 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 okumoto 2002/05/28 01:37:13 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh lib/hui HuiQt_ContainerWidget.cc Log: Cleanup move() Revision Changes Path 1.1.2.19 +1 -4 libh/include/hui/Attic/HuiQtObjects.hh 1.32.2.14 +4 -12 libh/lib/hui/HuiQt_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 0:50:15 2002 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 B60A737B405 for ; Tue, 28 May 2002 00:50:14 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id BF9E717407; Tue, 28 May 2002 02:50:13 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 02:50:13 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh libh/lib/hui HuiQt_TitledWidget.cc Message-Id: <20020528075013.BF9E717407@usw4.freebsd.org> 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 okumoto 2002/05/28 02:50:13 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh lib/hui HuiQt_TitledWidget.cc Log: Cleaning up more of the virtual function mess. Revision Changes Path 1.1.2.20 +15 -11 libh/include/hui/Attic/HuiQtObjects.hh 1.32.2.12 +3 -2 libh/lib/hui/HuiQt_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 0:54:58 2002 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 073E037B406 for ; Tue, 28 May 2002 00:54:51 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 8D6F617407; Tue, 28 May 2002 02:54:50 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 02:54:50 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh Message-Id: <20020528075450.8D6F617407@usw4.freebsd.org> 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 okumoto 2002/05/28 02:54:50 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh Log: more cleanup Revision Changes Path 1.1.2.21 +1 -10 libh/include/hui/Attic/HuiQtObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 1: 0: 5 2002 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 400A237B403 for ; Tue, 28 May 2002 01:00:00 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id C557417407; Tue, 28 May 2002 02:59:59 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 02:59:59 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui Hui.cd.cc HuiObjects.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_TitledWidget.cc HuiQt_WindowWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_ListBoxWidget.cc Message-Id: <20020528075959.C557417407@usw4.freebsd.org> 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 okumoto 2002/05/28 02:59:59 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui Hui.cd.cc HuiObjects.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ProgressIndicatorWidget.cc HuiQt_TitledWidget.cc HuiQt_WindowWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_ListBoxWidget.cc Log: Cleanup white space Revision Changes Path 1.23.2.11 +3 -3 libh/lib/hui/Hui.cd.cc 1.1.2.6 +2 -2 libh/lib/hui/Attic/HuiObjects.cc 1.30.2.13 +2 -2 libh/lib/hui/HuiQt_InputLineWidget.cc 1.30.2.14 +2 -2 libh/lib/hui/HuiQt_LabelWidget.cc 1.30.2.12 +2 -2 libh/lib/hui/HuiQt_ProgressIndicatorWidget.cc 1.32.2.13 +3 -3 libh/lib/hui/HuiQt_TitledWidget.cc 1.33.2.16 +3 -3 libh/lib/hui/HuiQt_WindowWidget.cc 1.37.2.17 +2 -2 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.35.2.15 +5 -5 libh/lib/hui/HuiTVision_ListBoxWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 1:29:16 2002 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 9618537B401 for ; Tue, 28 May 2002 01:29:15 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id CFD9117407; Tue, 28 May 2002 03:29:14 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 03:29:14 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_ContainerWidget.cc Message-Id: <20020528082914.CFD9117407@usw4.freebsd.org> 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 okumoto 2002/05/28 03:29:14 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_ContainerWidget.cc Log: Clean up comments Revision Changes Path 1.37.2.18 +5 -4 libh/lib/hui/HuiTVision_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 1:29:43 2002 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 24F5637B403 for ; Tue, 28 May 2002 01:29:42 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id A89F11741A; Tue, 28 May 2002 03:29:41 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 03:29:41 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_ContainerWidget.cc Message-Id: <20020528082941.A89F11741A@usw4.freebsd.org> 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 okumoto 2002/05/28 03:29:41 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiQt_ContainerWidget.cc Log: Clean up move() function. Revision Changes Path 1.32.2.15 +16 -14 libh/lib/hui/HuiQt_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 1:40:19 2002 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 EA76537B403 for ; Tue, 28 May 2002 01:40:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 3C03F17407; Tue, 28 May 2002 03:40:17 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 03:40:17 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020528084017.3C03F17407@usw4.freebsd.org> 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 okumoto 2002/05/28 03:40:17 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Add doxygen comments Revision Changes Path 1.1.2.30 +4 -1 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 2:15:39 2002 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 0676B37B408 for ; Tue, 28 May 2002 02:15:34 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 2C99217407; Tue, 28 May 2002 04:15:33 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 04:15:33 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh Message-Id: <20020528091533.2C99217407@usw4.freebsd.org> 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 okumoto 2002/05/28 04:15:33 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh Log: Cleanup more virtual functions Revision Changes Path 1.1.2.34 +2 -3 libh/include/hui/Attic/HuiObjects.hh 1.1.2.22 +20 -29 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.31 +20 -10 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 2:17: 8 2002 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 419E637B407 for ; Tue, 28 May 2002 02:17:07 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id CA8DC17407; Tue, 28 May 2002 04:17:06 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 04:17:06 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh Message-Id: <20020528091706.CA8DC17407@usw4.freebsd.org> 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 okumoto 2002/05/28 04:17:06 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh Log: Cleanup move virtual stuff Revision Changes Path 1.1.2.35 +1 -7 libh/include/hui/Attic/HuiObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 3:17:59 2002 Delivered-To: freebsd-libh@freebsd.org Received: from hanmail.net (m251.theresidences.com [209.52.227.251]) by hub.freebsd.org (Postfix) with SMTP id 8EB8A37B406 for ; Tue, 28 May 2002 03:17:57 -0700 (PDT) From: "Á¤Ĺ½Ä" To: Subject: [±¤°í]100% ˛ÇÂĄ!!! ÁּҸ¦ ÂŞ°Ô + °Ë»öżŁÁř µî·Ď Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-KR" Date: Tue, 28 May 2002 03:17:43 -0700 Reply-To: "Á¤Ĺ½Ä" X-Priority: 1 (Highest) Content-Transfer-Encoding: 8bit Message-Id: <20020528101757.8EB8A37B406@hub.freebsd.org> 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 http://kr.is-ok.com ą«·á·Î ±ć°í ±ä °í°´ŔÇ Č¨ĆäŔĚÁö ÁּҸ¦ ÂŞ°í ±âľďÇϱ⠽±°Ô ÁŮż©µĺ¸ł´Ď´Ů. Ľ­µÎ¸ŁĽĽżä!! Ľ­şń˝şżŔÇ ±âłäŔ¸·Î 300°ł°ˇ łŃ´Â °Ë»öżŁÁřżˇ żĎŔü ˛ÇÂĄ·Î µî·ĎÇص帮°í ±¤°íÇص帳´Ď´Ů. ľßČŁ! ľĆÁÖ °Ł´ÜÇŃ ÇŃ´Ü°č µî·ĎŔ¸·Î Áď˝Ă ą«·á·Î »çżë °ˇ´ÉÇŐ´Ď´Ů. ---------------------------------------------------------------- ş» ¸ŢŔĎŔş Á¤ş¸Ĺë˝ĹşÎ ±Ç°í »çÇ׿ˇ ŔÇ°Ĺ Á¦¸ńżˇ [±¤°í]¶ó ÇĄ˝ĂµČ ±¤°í ¸ŢŔĎŔÔ´Ď´Ů. mcha40@hanmail.net żŢÂĘ ąöĆ°Ŕ» Ŭ¸ŻÇĎ˝Ă¸é Ľö˝Ĺ°ĹşÎĂł¸®°ˇ ŔĚ·çľî Áý´Ď´Ů. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 3:49:13 2002 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 6160537B405 for ; Tue, 28 May 2002 03:49:12 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 7FFF117407; Tue, 28 May 2002 05:49:11 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 05:49:11 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_TextEditWidget.cc Message-Id: <20020528104911.7FFF117407@usw4.freebsd.org> 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 okumoto 2002/05/28 05:49:11 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_TextEditWidget.cc Log: Cleanup TextEdit object Revision Changes Path 1.1.2.32 +81 -23 libh/include/hui/Attic/HuiTVObjects.hh 1.35.2.12 +86 -64 libh/lib/hui/HuiTVision_TextEditWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 4:32: 8 2002 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 7F1CE37B405 for ; Tue, 28 May 2002 04:32:06 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 713B817407; Tue, 28 May 2002 06:32:05 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 06:32:05 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_TextEditWidget.cc Message-Id: <20020528113205.713B817407@usw4.freebsd.org> 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 okumoto 2002/05/28 06:32:05 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_TextEditWidget.cc Log: Cleanup TV textEdit Widget Revision Changes Path 1.1.2.33 +6 -29 libh/include/hui/Attic/HuiTVObjects.hh 1.35.2.13 +49 -21 libh/lib/hui/HuiTVision_TextEditWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 4:33:51 2002 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 9277037B408 for ; Tue, 28 May 2002 04:33:49 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 2A3F617407; Tue, 28 May 2002 06:33:49 -0500 (CDT) From: Max Okumoto Date: Tue, 28 May 2002 06:33:49 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020528113349.2A3F617407@usw4.freebsd.org> 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 okumoto 2002/05/28 06:33:49 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Cleanup unsed code Revision Changes Path 1.1.2.34 +1 -21 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 10:29:43 2002 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 733CE37B400 for ; Tue, 28 May 2002 10:29:42 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id AC78617407; Tue, 28 May 2002 12:29:41 -0500 (CDT) From: Antoine Beaupré Date: Tue, 28 May 2002 12:29:41 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh Makefile Message-Id: <20020528172941.AC78617407@usw4.freebsd.org> 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 2002/05/28 12:29:41 CDT Modified files: . Makefile Log: cvs2cl doesn't get installed as cvs2cl.pl in FreeBSD ports collection Revision Changes Path 1.22 +2 -2 libh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 11:25:40 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by hub.freebsd.org (Postfix) with ESMTP id BB1CC37B96C for ; Tue, 28 May 2002 11:24:05 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id g4SIO1N12596 for ; Tue, 28 May 2002 14:24:02 -0400 Date: Tue, 28 May 2002 14:16:05 -0400 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: crontab and updates of usw4 web page From: Antoine Beaupre To: libh@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.481) 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 Hi. I've modified the home page on usw4. There is now a index.html file that lists resources available there. I've also moved the snapshot in its own subdirectory, as I hope we'll have more to keep him company. :) Also, I've setup a crontab for the "libh" user on usw4. Right now, it generates the ChangeLog file that appears on the web page and creates a snapshot of the CVS source code. It runs at midnight every day. My plans for the webpage: - I hope to install the FDP tool suite on usw4 in order to generate the sysinstall2 documentation automatically instead of uploading it periodically, altough I'm not sure this is appropriate. - upload the infamous MFSROOT libh boot floppies - install a cvsweb CGI access to libh source What do you think? A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 12:25:57 2002 Delivered-To: freebsd-libh@freebsd.org Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by hub.freebsd.org (Postfix) with ESMTP id 1CAB137B405 for ; Tue, 28 May 2002 12:25:55 -0700 (PDT) Received: from multivac.sdsc.edu (multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/38) with ESMTP id g4SJPon14171; Tue, 28 May 2002 12:25:50 -0700 (PDT) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id g4SJPo503107; Tue, 28 May 2002 12:25:50 -0700 (PDT) To: Antoine Beaupre Cc: libh@FreeBSD.ORG Subject: Re: crontab and updates of usw4 web page References: From: Max Okumoto Date: 28 May 2002 12:25:50 -0700 In-Reply-To: Antoine Beaupre's message of "Tue, 28 May 2002 14:16:05 -0400" Message-ID: Lines: 34 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" 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 Would it be possible to have the web page under cvs? I would like to update my status every once in a while. Max Okumoto Antoine Beaupre writes: > Hi. > > I've modified the home page on usw4. There is now a index.html file that > lists resources available there. I've also moved the snapshot in its own > subdirectory, as I hope we'll have more to keep him company. :) > > Also, I've setup a crontab for the "libh" user on usw4. Right now, it > generates the ChangeLog file that appears on the web page and creates a > snapshot of the CVS source code. It runs at midnight every day. > > My plans for the webpage: > > - I hope to install the FDP tool suite on usw4 in order to generate the > sysinstall2 documentation automatically instead of uploading it > periodically, altough I'm not sure this is appropriate. > > - upload the infamous MFSROOT libh boot floppies > > - install a cvsweb CGI access to libh source > > What do you think? > > A. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 13:10:40 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mail2.qc.uunet.ca (mail2.qc.uunet.ca [198.168.54.17]) by hub.freebsd.org (Postfix) with ESMTP id 0D7A937B436 for ; Tue, 28 May 2002 13:10:35 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail2.qc.uunet.ca (8.9.3/8.9.3) with ESMTP id QAA21777; Tue, 28 May 2002 16:10:30 -0400 Date: Tue, 28 May 2002 16:02:33 -0400 Subject: Re: crontab and updates of usw4 web page Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: libh@FreeBSD.ORG To: Max Okumoto From: Antoine Beaupre In-Reply-To: Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.481) 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 Le mardi 28 mai 2002, =E0 03:25 PM, Max Okumoto a =E9crit : > Would it be possible to have the web page under cvs? The main web page (http://www.freebsd.org/projects/libh.html) *is* under=20= CVS: http://www.freebsd.org/cgi/cvsweb.cgi/www/en/projects/libh.sgml However, that requires committer bits on the main FreeBSD CVS repo,=20 which I don't have. Since the dev page isn't really that much of an importance, I'm not sure=20= it's worth putting it into CVS, but it's not a bad idea in itself. Just=20= too much trouble, IMHO. All I needed to "generate" the page on usw4 was vi(1). If we put the=20 page in CVS, that will be cvs update && vi && cvs commit + setting up=20 auto generation on usw4. Quite a pain for a few lines. :) > I would like to update my status every once in a while. Well, since the project status is still on www.freebsd.org, putting the=20= webpage under CVS won't change anything. However, if it's moved (Alex?), I could update it manually whenever you=20= want. A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14: 8:35 2002 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 DC92C37B40A for ; Tue, 28 May 2002 14:08:15 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id 5BFDA17407; Tue, 28 May 2002 16:08:14 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 16:08:14 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020528210814.5BFDA17407@usw4.freebsd.org> 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 alex 2002/05/28 16:08:14 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: Enhance "Features" section Revision Changes Path 1.21 +74 -2 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:10:44 2002 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 9BD7D37B408 for ; Tue, 28 May 2002 14:10:35 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id E129E17407; Tue, 28 May 2002 16:10:34 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 16:10:34 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020528211034.E129E17407@usw4.freebsd.org> 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 alex 2002/05/28 16:10:34 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: More on subpackages Revision Changes Path 1.22 +13 -0 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:15:36 2002 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 7316F37B403 for ; Tue, 28 May 2002 14:15:30 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id AE86517407; Tue, 28 May 2002 16:15:29 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 16:15:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020528211529.AE86517407@usw4.freebsd.org> 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 alex 2002/05/28 16:15:29 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: Enhance the SYSTEM package Revision Changes Path 1.23 +11 -15 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:17: 1 2002 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 740D837B407 for ; Tue, 28 May 2002 14:17:00 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id B57EC17407; Tue, 28 May 2002 16:16:59 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 16:16:59 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020528211659.B57EC17407@usw4.freebsd.org> 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 alex 2002/05/28 16:16:59 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: Explain pseudo-packages Revision Changes Path 1.24 +13 -1 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:25:10 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id DC81737B406 for ; Tue, 28 May 2002 14:24:45 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g4SLP2570049; Tue, 28 May 2002 23:25:02 +0200 (CEST) (envelope-from alex) Date: Tue, 28 May 2002 23:25:02 +0200 From: Alexander Langer To: Jordan K Hubbard Cc: libh@FreeBSD.ORG Subject: Re: screenshot / recent work Message-ID: <20020528232502.E68302@fump.kawo2.rwth-aachen.de> References: <20020527224604.B64126@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jkh@queasyweasel.com on Mon, May 27, 2002 at 05:28:40PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Jordan K Hubbard (jkh@queasyweasel.com): > Naturally, if we have those little "disclosure triangles" in the generic widget set's list widget (you know, the triangles that point down when they're expanded and point to the right when they're indicating that there's "more to disclose") then they could also be used to very good effect in the disk editor, with "full disclosure" being the default state. Hmm, could be nice indeed. Since TVision doesn't have such a thing, this means one would have to write a tree view manually (shouldn't be THAT a problem, but time comsumpting). Maybe I'll do that later, we first should work on the other stuff :-) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:27: 2 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id 5C1EC37B407 for ; Tue, 28 May 2002 14:27:00 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g4SLRPx70087; Tue, 28 May 2002 23:27:25 +0200 (CEST) (envelope-from alex) Date: Tue, 28 May 2002 23:27:25 +0200 From: Alexander Langer To: Antoine Beaupre Cc: libh@FreeBSD.ORG Subject: Re: crontab and updates of usw4 web page Message-ID: <20020528232725.F68302@fump.kawo2.rwth-aachen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from anarcat@anarcat.ath.cx on Tue, May 28, 2002 at 02:16:05PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Antoine Beaupre (anarcat@anarcat.ath.cx): > - upload the infamous MFSROOT libh boot floppies YES! I'm too lazy to build them myself, but having floppies laying around is great! And I still have a mate (admin of this LAN here :-) who wants to see how libh is doing atm :) > - install a cvsweb CGI access to libh source nice Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 14:48:24 2002 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 5907F37B406 for ; Tue, 28 May 2002 14:48:21 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id 8CD1717407; Tue, 28 May 2002 16:48:20 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 16:48:20 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/pkgtools all_files.tcl create_db.tcl export_db.tcl file_by_name.tcl file_owners.tcl import_db.tcl makepackage.sh packagetool.tcl pkg_delete.tcl pkg_info.tcl pkg_install.tcl Message-Id: <20020528214820.8CD1717407@usw4.freebsd.org> 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 alex 2002/05/28 16:48:20 CDT Modified files: release/scripts/pkgtools all_files.tcl create_db.tcl export_db.tcl file_by_name.tcl file_owners.tcl import_db.tcl makepackage.sh packagetool.tcl pkg_delete.tcl pkg_info.tcl pkg_install.tcl Log: Add $FreeBSD$ and a quick note describing what this script does. Revision Changes Path 1.5 +6 -0 libh/release/scripts/pkgtools/all_files.tcl 1.4 +6 -1 libh/release/scripts/pkgtools/create_db.tcl 1.5 +5 -0 libh/release/scripts/pkgtools/export_db.tcl 1.5 +5 -0 libh/release/scripts/pkgtools/file_by_name.tcl 1.3 +4 -0 libh/release/scripts/pkgtools/file_owners.tcl 1.5 +4 -0 libh/release/scripts/pkgtools/import_db.tcl 1.6 +5 -0 libh/release/scripts/pkgtools/makepackage.sh 1.6 +4 -0 libh/release/scripts/pkgtools/packagetool.tcl 1.2 +5 -1 libh/release/scripts/pkgtools/pkg_delete.tcl 1.4 +5 -1 libh/release/scripts/pkgtools/pkg_info.tcl 1.3 +4 -0 libh/release/scripts/pkgtools/pkg_install.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 15: 1:13 2002 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 6294437B400 for ; Tue, 28 May 2002 15:01:09 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id 9B43017407; Tue, 28 May 2002 17:01:08 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 17:01:08 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/scripts/pkgtools create_db.tcl Message-Id: <20020528220108.9B43017407@usw4.freebsd.org> 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 alex 2002/05/28 17:01:08 CDT Modified files: release/scripts/pkgtools create_db.tcl Log: Output something more helpful then a plain list of directories. Revision Changes Path 1.5 +4 -2 libh/release/scripts/pkgtools/create_db.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 15:10: 6 2002 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 3908337B404 for ; Tue, 28 May 2002 15:08:56 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id 729DB17407; Tue, 28 May 2002 17:08:55 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 17:08:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/sysinstall Package.cc Message-Id: <20020528220855.729DB17407@usw4.freebsd.org> 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 alex 2002/05/28 17:08:55 CDT Modified files: lib/sysinstall Package.cc Log: Add a DEBUG() macro Revision Changes Path 1.5 +7 -1 libh/lib/sysinstall/Package.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 15:20:35 2002 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 7132537B40D for ; Tue, 28 May 2002 15:20:28 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id EE2D017407; Tue, 28 May 2002 17:20:27 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 17:20:27 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/sysinstall Package.cc Message-Id: <20020528222027.EE2D017407@usw4.freebsd.org> 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 alex 2002/05/28 17:20:27 CDT Modified files: lib/sysinstall Package.cc Log: Whitespace / Indent only Revision Changes Path 1.6 +433 -404 libh/lib/sysinstall/Package.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 15:29:21 2002 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 6244537B401 for ; Tue, 28 May 2002 15:29:20 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3020) id B19AC17407; Tue, 28 May 2002 17:29:19 -0500 (CDT) From: Alexander Langer Date: Tue, 28 May 2002 17:29:19 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/sysinstall Package.hh Message-Id: <20020528222919.B19AC17407@usw4.freebsd.org> 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 alex 2002/05/28 17:29:19 CDT Modified files: include/sysinstall Package.hh Log: indent Revision Changes Path 1.6 +155 -155 libh/include/sysinstall/Package.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 17: 7:26 2002 Delivered-To: freebsd-libh@freebsd.org Received: from siegfried.utmb.edu (siegfried.utmb.edu [129.109.59.86]) by hub.freebsd.org (Postfix) with ESMTP id 2966337B403 for ; Tue, 28 May 2002 17:07:23 -0700 (PDT) Received: (from bdodson@localhost) by siegfried.utmb.edu (8.11.6/8.11.6) id g4SNhIu28690 for libh@FreeBSD.org; Tue, 28 May 2002 18:43:18 -0500 (CDT) (envelope-from bdodson) Date: Tue, 28 May 2002 18:43:18 -0500 (CDT) From: "M. L. Dodson" Message-Id: <200205282343.g4SNhIu28690@siegfried.utmb.edu> To: libh@FreeBSD.org Subject: build failure with approx 6PM CDT checkout 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 [wotan:bdodson:1] make Build started on Tue May 28 18:22:16 CDT 2002 -------------------------------------------------------------- >> Building none (no TVision or Qt) -------------------------------------------------------------- mkdir -p /home/bdodson/libh/compile/none [elided] ===> sysinstall c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/PackageDescription.cd.cc -o PackageDescription.cd.o c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/PackageStreamReference.cd.cc -o PackageStreamReference.cd.o c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/Feature.cc -o Feature.o c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/Feature.cd.cc -o Feature.cd.o c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/PackageFile.cc -o PackageFile.o c++ -O -pipe -g -I/usr/local/include/tcl8.3 -fpic -DPIC -I/home/bdodson/libh/lib/sysinstall/../../include -Wall -c /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc -o PackageFile.cd.o /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:8: PackageFile.hh: No such file or directory /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:12: FileInfo.hh: No such file or directory /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:17: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:22: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:27: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:47: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:52: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:76: syntax error before `::' /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:81: syntax error before `::' *** Error code 1 Stop in /home/bdodson/libh/lib/sysinstall. *** Error code 1 Stop in /home/bdodson/libh/lib. *** Error code 1 Stop in /home/bdodson/libh. *** Error code 1 Stop in /home/bdodson/libh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 23:17:15 2002 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 DD49C37B40D for ; Tue, 28 May 2002 23:16:58 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 047FE17407; Wed, 29 May 2002 01:16:58 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 01:16:57 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020529061658.047FE17407@usw4.freebsd.org> 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 okumoto 2002/05/29 01:16:57 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Cleanup more virtual function stuff Revision Changes Path 1.1.2.35 +1 -48 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue May 28 23:30:35 2002 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 D052D37B40C for ; Tue, 28 May 2002 23:30:07 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id CBC8117407; Wed, 29 May 2002 01:30:01 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 01:30:01 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh Message-Id: <20020529063001.CBC8117407@usw4.freebsd.org> 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 okumoto 2002/05/29 01:30:01 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh Log: Cleanup white space Revision Changes Path 1.1.2.23 +16 -7 libh/include/hui/Attic/HuiQtObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 3: 9:22 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id E25C437B400 for ; Wed, 29 May 2002 03:09:18 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g4TA9iv72591; Wed, 29 May 2002 12:09:44 +0200 (CEST) (envelope-from alex) Date: Wed, 29 May 2002 12:09:44 +0200 From: Alexander Langer To: "M. L. Dodson" Cc: libh@FreeBSD.ORG Subject: Re: build failure with approx 6PM CDT checkout Message-ID: <20020529120944.C70393@fump.kawo2.rwth-aachen.de> References: <200205282343.g4SNhIu28690@siegfried.utmb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205282343.g4SNhIu28690@siegfried.utmb.edu>; from bdodson@scms.utmb.EDU on Tue, May 28, 2002 at 06:43:18PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Hmm, just did a fresh checkout and it works here ... > > /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:8: PackageFile.hh: No such file or directory Is this file there? in include/sysinstall/? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 3:49:26 2002 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 3A15137B406 for ; Wed, 29 May 2002 03:49:25 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 8BCEE17407; Wed, 29 May 2002 05:49:24 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 05:49:24 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020529104924.8BCEE17407@usw4.freebsd.org> 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 okumoto 2002/05/29 05:49:24 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: More virtaul cleanup Revision Changes Path 1.1.2.36 +25 -21 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 4: 2:21 2002 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 709EF37B408 for ; Wed, 29 May 2002 04:02:18 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id E5BD717407; Wed, 29 May 2002 06:02:17 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 06:02:17 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020529110217.E5BD717407@usw4.freebsd.org> 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 okumoto 2002/05/29 06:02:17 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Add oxygen comments. Revision Changes Path 1.1.2.37 +7 -1 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 4:16:18 2002 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 1F09737B405 for ; Wed, 29 May 2002 04:16:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 8FDA717407; Wed, 29 May 2002 06:16:16 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 06:16:16 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh Message-Id: <20020529111616.8FDA717407@usw4.freebsd.org> 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 okumoto 2002/05/29 06:16:16 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh Log: Changed comment. Revision Changes Path 1.1.2.36 +2 -2 libh/include/hui/Attic/HuiObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 5:12:28 2002 Delivered-To: freebsd-libh@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id 2991837B403 for ; Wed, 29 May 2002 05:12:25 -0700 (PDT) Received: from scms.utmb.edu (histidine.utmb.edu [129.109.59.80]) by histidine.utmb.edu (8.12.3/8.12.3) with ESMTP id g4TCC0Go055877; Wed, 29 May 2002 07:12:00 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Received: from scms.utmb.edu (localhost [127.0.0.1]) by scms.utmb.edu (8.11.6/8.11.6) with ESMTP id g4TCBx476466; Wed, 29 May 2002 07:12:00 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Message-Id: <200205291212.g4TCBx476466@scms.utmb.edu> Date: Wed, 29 May 2002 07:11:58 -0500 (CDT) From: bdodson@scms.utmb.edu Reply-To: bdodson@scms.utmb.edu Subject: Re: build failure with approx 6PM CDT checkout To: alex@big.endian.de Cc: libh@FreeBSD.ORG In-Reply-To: <20020529120944.C70393@fump.kawo2.rwth-aachen.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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 Yes. I got the same thing over the weekend, also. So either I'm doing something wrong, or the problem has existed for the last few days, at least. Here's what I did to check out the source: cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs login cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs co libh Is this right? Note that a lot of stuff did get built before the make bombed out as indicated. Just trying to do my (nonprogrammer) bit to help out. Bud Dodson On 29 May, Alexander Langer wrote: > Hmm, just did a fresh checkout and it works here ... > >> >> /home/bdodson/libh/lib/sysinstall/PackageFile.cd.cc:8: PackageFile.hh: No such file or directory > > Is this file there? in include/sysinstall/? > > Alex > -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 6:31:57 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id 026E737B400 for ; Wed, 29 May 2002 06:31:53 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g4TDWK473186; Wed, 29 May 2002 15:32:20 +0200 (CEST) (envelope-from alex) Date: Wed, 29 May 2002 15:32:20 +0200 From: Alexander Langer To: bdodson@scms.utmb.edu Cc: libh@FreeBSD.ORG Subject: Re: build failure with approx 6PM CDT checkout Message-ID: <20020529153220.A72949@fump.kawo2.rwth-aachen.de> References: <20020529120944.C70393@fump.kawo2.rwth-aachen.de> <200205291212.g4TCBx476466@scms.utmb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205291212.g4TCBx476466@scms.utmb.edu>; from bdodson@scms.utmb.edu on Wed, May 29, 2002 at 07:11:58AM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake bdodson@scms.utmb.edu (bdodson@scms.utmb.edu): Hmm. > least. Here's what I did to check out the source: > > cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs login > > cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs co libh That's right. I did the very same now, but: >> Build finished on Wed May 29 15:29:34 CEST 2002 a "make all" worked just fine. > Just trying to do my (nonprogrammer) bit to help out. Yeah, very much appreciated, thanks But I have no idea :) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 8:50:22 2002 Delivered-To: freebsd-libh@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id 23FD837B40D for ; Wed, 29 May 2002 08:50:06 -0700 (PDT) Received: from scms.utmb.edu (localhost [127.0.0.1]) by histidine.utmb.edu (8.12.3/8.12.3) with ESMTP id g4TFnxGp022271; Wed, 29 May 2002 10:50:01 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Message-Id: <200205291550.g4TFnxGp022271@histidine.utmb.edu> Date: Wed, 29 May 2002 10:49:59 -0500 (CDT) From: bdodson@scms.utmb.edu Reply-To: bdodson@scms.utmb.edu Subject: Re: build failure with approx 6PM CDT checkout To: alex@big.endian.de Cc: libh@FreeBSD.ORG In-Reply-To: <20020529153220.A72949@fump.kawo2.rwth-aachen.de> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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 On 29 May, Alexander Langer wrote: > Thus spake bdodson@scms.utmb.edu (bdodson@scms.utmb.edu): > > Hmm. > >> least. Here's what I did to check out the source: >> >> cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs login >> >> cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs co libh > > That's right. I did the very same now, but: > >>> Build finished on Wed May 29 15:29:34 CEST 2002 > > a "make all" worked just fine. > >> Just trying to do my (nonprogrammer) bit to help out. > > Yeah, very much appreciated, thanks > But I have no idea :) > > Alex Well, I've no clue. I just checked out the source at work, installed tvision and qt, and did a make all. It completed. Maybe I've a problem with my home machine (which had the build problem). At work I'm running: [histidine.utmb.edu:bdodson:109] % uname -a FreeBSD histidine.utmb.edu 4.6-PRERELEASE FreeBSD \ 4.6-PRERELEASE #0: Wed May 8 15:41:49 CDT 2002 \ bdodson@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386 but an earlier 4.5-STABLE at home. Sorry for the noise and hassle. Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 9:25:37 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 3414737B406 for ; Wed, 29 May 2002 09:25:32 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020529162531.GPJV16321.tomts13-srv.bellnexxia.net@shall.anarcat.ath.cx>; Wed, 29 May 2002 12:25:31 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 2F8445; Wed, 29 May 2002 12:28:35 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 May 2002 12:23:54 -0400 Date: Wed, 29 May 2002 12:23:54 -0400 From: The Anarcat To: Alexander Langer , Libh Subject: "z" button broken in disk editor Message-ID: <20020529162354.GA439@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Alexander Langer , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.3.99i 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 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. The update to the listbox widget broke the "Cycle size units" button on QT. When pressing it, the list empties and tclh spews: ERROR: Hui::WidgetCallbackData::activate: Error evaluating Tcl command: Lis= tBox itemno 2 is out of range 0..0 I'm not sure I understand how this happened. A. --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89QCZttcWHAnWiGcRAstDAKCIguqnWhKvrYClW7IpV8fIxr/uzACgmAUT cMlU6sVx2GswMIActpev3jc= =XFFF -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 9:26:52 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id 68BDA37B409 for ; Wed, 29 May 2002 09:26:49 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts8-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020529162648.XFUM14183.tomts8-srv.bellnexxia.net@shall.anarcat.ath.cx>; Wed, 29 May 2002 12:26:48 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id A3D105; Wed, 29 May 2002 12:29:53 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 May 2002 12:25:13 -0400 Date: Wed, 29 May 2002 12:25:13 -0400 From: The Anarcat To: The Anarcat Cc: Alexander Langer , Libh Subject: Re: "z" button broken in disk editor Message-ID: <20020529162512.GB439@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , The Anarcat , Alexander Langer , Libh References: <20020529162354.GA439@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <20020529162354.GA439@lenny.anarcat.ath.cx> User-Agent: Mutt/1.3.99i 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 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The whole thing core dumps too, sometimes. :) A. On Wed May 29, 2002 at 12:23:54PM -0400, The Anarcat wrote: > Hi. >=20 > The update to the listbox widget broke the "Cycle size units" button > on QT. When pressing it, the list empties and tclh spews: >=20 > ERROR: Hui::WidgetCallbackData::activate: Error evaluating Tcl command: L= istBox itemno 2 is out of range 0..0 >=20 > I'm not sure I understand how this happened. >=20 > A. --=20 The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place. - Douglas Adams (1952-2001) --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89QDottcWHAnWiGcRAqbYAJsEr6K9AaqK01bS4ffl6IO3cEggwgCdGsc2 bgfsd1W9YzEDnOsOyAn+jk4= =FEIQ -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 9:30:52 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id 2667D37B408 for ; Wed, 29 May 2002 09:30:48 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020529163047.NHRU25645.tomts22-srv.bellnexxia.net@shall.anarcat.ath.cx> for ; Wed, 29 May 2002 12:30:47 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 8A77B5 for ; Wed, 29 May 2002 12:33:52 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 May 2002 12:29:11 -0400 Date: Wed, 29 May 2002 12:29:11 -0400 From: The Anarcat To: Libh Subject: cvsweb setup on usw4 Message-ID: <20020529162911.GC439@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eRtJSFbw+EEWtPj3" Content-Disposition: inline User-Agent: Mutt/1.3.99i 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 --eRtJSFbw+EEWtPj3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I setup cvsweb access to the CVS repository on: http://usw4.freebsd.org/cgi-bin/cvsweb.cgi I removed the RewriteRule since it redirected that url to www.freebsd.org. A. --=20 Imagination is more important than knowledge - Albert Einstein --eRtJSFbw+EEWtPj3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89QHXttcWHAnWiGcRAhJ+AJ9UXU7fsrV2r5pwhteSyk/TQCQyhQCfVpUs LCprICXGdXol8XkXRs4pBmQ= =8DV4 -----END PGP SIGNATURE----- --eRtJSFbw+EEWtPj3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 10:28: 8 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id EC87C37C3DF for ; Wed, 29 May 2002 10:21:10 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020529172108.QXTI15488.tomts10-srv.bellnexxia.net@shall.anarcat.ath.cx> for ; Wed, 29 May 2002 13:21:08 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 2E6E83FF for ; Wed, 29 May 2002 13:24:15 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 29 May 2002 13:19:34 -0400 Date: Wed, 29 May 2002 13:19:34 -0400 From: The Anarcat To: Libh Subject: webpage updated again Message-ID: <20020529171933.GD439@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d01dLTUuW90fS44H" Content-Disposition: inline User-Agent: Mutt/1.3.99i 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 --d01dLTUuW90fS44H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I update the dev webpage with a tasklist and a milestone list. I also uploaded a recent version of the MFSROOT floppy and linked to the cvsweb interface. Please tell me if you think anything should be changed in there. I will put this under CVS control soon. A. --=20 The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place. - Douglas Adams (1952-2001) --d01dLTUuW90fS44H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89Q2lttcWHAnWiGcRAtxXAJ9I7ZYk02dKTNXJllAemxsLUBWWAwCfbAix iQOsZkov5DK91OHMOnJQWd0= =1psj -----END PGP SIGNATURE----- --d01dLTUuW90fS44H-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 13:52:54 2002 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 98A9F37B401 for ; Wed, 29 May 2002 13:52:52 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id C7C9A17407; Wed, 29 May 2002 15:52:50 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 15:52:50 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc HuiTVision_TitledWidget.cc HuiTVision_WindowWidget.cc Message-Id: <20020529205250.C7C9A17407@usw4.freebsd.org> 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 okumoto 2002/05/29 15:52:50 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc HuiTVision_TitledWidget.cc HuiTVision_WindowWidget.cc Log: Cleanup more virtual stuff Revision Changes Path 1.1.2.38 +87 -35 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.19 +5 -9 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.36.2.13 +14 -12 libh/lib/hui/HuiTVision_TitledWidget.cc 1.35.2.13 +18 -6 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 15:27:19 2002 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 DB1AD37B43F for ; Wed, 29 May 2002 15:27:07 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id A9AE917407; Wed, 29 May 2002 17:27:06 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 17:27:06 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiQt_ContainerWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_GroupWidget.cc Message-Id: <20020529222706.A9AE917407@usw4.freebsd.org> 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 okumoto 2002/05/29 17:27:06 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiQt_ContainerWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_GroupWidget.cc Log: Cleanup subwidget stuff Revision Changes Path 1.1.2.39 +5 -5 libh/include/hui/Attic/HuiTVObjects.hh 1.32.2.16 +5 -5 libh/lib/hui/HuiQt_ContainerWidget.cc 1.37.2.20 +5 -5 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.37.2.21 +7 -7 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 15:36:58 2002 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 0609B37B400 for ; Wed, 29 May 2002 15:36:57 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 9836417407; Wed, 29 May 2002 17:36:56 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 17:36:56 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020529223656.9836417407@usw4.freebsd.org> 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 okumoto 2002/05/29 17:36:56 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: more cleanup of virtual functions Revision Changes Path 1.1.2.40 +2 -2 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 16: 9:17 2002 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 52E5137B405 for ; Wed, 29 May 2002 16:09:13 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id A753F17407; Wed, 29 May 2002 18:09:12 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 18:09:12 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_DialogWidget.cc HuiTVision_ToplevelWidget.cc HuiTVision_WindowWidget.cc Message-Id: <20020529230912.A753F17407@usw4.freebsd.org> 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 okumoto 2002/05/29 18:09:12 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_DialogWidget.cc HuiTVision_ToplevelWidget.cc HuiTVision_WindowWidget.cc Log: Cleanup twindow() stuff Revision Changes Path 1.1.2.41 +28 -20 libh/include/hui/Attic/HuiTVObjects.hh 1.34.2.10 +17 -6 libh/lib/hui/HuiTVision_DialogWidget.cc 1.33.2.9 +1 -31 libh/lib/hui/HuiTVision_ToplevelWidget.cc 1.35.2.14 +16 -3 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 16:37:34 2002 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 BC37E37B401 for ; Wed, 29 May 2002 16:37:30 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id DFADC17407; Wed, 29 May 2002 18:37:29 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 18:37:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020529233729.DFADC17407@usw4.freebsd.org> 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 okumoto 2002/05/29 18:37:29 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Reorder group related functions. Revision Changes Path 1.1.2.42 +39 -36 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 17:30:39 2002 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 3083D37B408 for ; Wed, 29 May 2002 17:30:37 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 569A917407; Wed, 29 May 2002 19:30:36 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 19:30:36 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc HuiTVision_WindowWidget.cc Message-Id: <20020530003036.569A917407@usw4.freebsd.org> 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 okumoto 2002/05/29 19:30:36 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc HuiTVision_WindowWidget.cc Log: Clean up white space Revision Changes Path 1.34.2.11 +5 -4 libh/lib/hui/HuiTVision_DialogWidget.cc 1.37.2.22 +24 -20 libh/lib/hui/HuiTVision_GroupWidget.cc 1.35.2.15 +1 -5 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 17:32:50 2002 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 D4C7E37B406 for ; Wed, 29 May 2002 17:32:46 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 41FD017407; Wed, 29 May 2002 19:32:46 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 19:32:46 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_GroupWidget.cc Message-Id: <20020530003246.41FD017407@usw4.freebsd.org> 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 okumoto 2002/05/29 19:32:46 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_GroupWidget.cc Log: Reorder declarations. Revision Changes Path 1.37.2.23 +30 -30 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 17:47: 7 2002 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 C8A3437B404 for ; Wed, 29 May 2002 17:46:43 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id CA3EB17407; Wed, 29 May 2002 19:46:42 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 19:46:42 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_DialogWidget.cc HuiTVision_ToplevelWidget.cc HuiTVision_WindowWidget.cc Message-Id: <20020530004642.CA3EB17407@usw4.freebsd.org> 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 okumoto 2002/05/29 19:46:42 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_DialogWidget.cc HuiTVision_ToplevelWidget.cc HuiTVision_WindowWidget.cc Log: Cleanup tgroup() Revision Changes Path 1.1.2.43 +6 -2 libh/include/hui/Attic/HuiTVObjects.hh 1.34.2.12 +2 -2 libh/lib/hui/HuiTVision_DialogWidget.cc 1.33.2.10 +1 -12 libh/lib/hui/HuiTVision_ToplevelWidget.cc 1.35.2.16 +4 -4 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 18:29:15 2002 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 A056A37B407 for ; Wed, 29 May 2002 18:28:59 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 0EC9417407; Wed, 29 May 2002 20:28:59 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 20:28:59 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc HuiTVision_GroupWidget.cc HuiTVision_TitledWidget.cc Message-Id: <20020530012859.0EC9417407@usw4.freebsd.org> 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 okumoto 2002/05/29 20:28:59 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc HuiTVision_GroupWidget.cc HuiTVision_TitledWidget.cc Log: Cleanup ttitle() Revision Changes Path 1.1.2.44 +5 -6 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.21 +8 -2 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.37.2.24 +5 -2 libh/lib/hui/HuiTVision_GroupWidget.cc 1.36.2.14 +39 -24 libh/lib/hui/HuiTVision_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 18:36:37 2002 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 B923F37B414 for ; Wed, 29 May 2002 18:36:29 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 0A65E17407; Wed, 29 May 2002 20:36:29 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 20:36:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_TitledWidget.cc Message-Id: <20020530013629.0A65E17407@usw4.freebsd.org> 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 okumoto 2002/05/29 20:36:29 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_TitledWidget.cc Log: Cleanup white space Revision Changes Path 1.36.2.15 +5 -5 libh/lib/hui/HuiTVision_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 19: 9: 2 2002 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 AB87D37B401 for ; Wed, 29 May 2002 19:08:58 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id B715217407; Wed, 29 May 2002 21:08:57 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 21:08:57 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_ListBoxWidget.cc Message-Id: <20020530020857.B715217407@usw4.freebsd.org> 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 okumoto 2002/05/29 21:08:57 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_ListBoxWidget.cc Log: Cleanup HuiTListBox() constructor. Revision Changes Path 1.35.2.16 +35 -35 libh/lib/hui/HuiTVision_ListBoxWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 19:41:13 2002 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 B3D0537B408 for ; Wed, 29 May 2002 19:41:11 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 1820E17407; Wed, 29 May 2002 21:41:11 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 21:41:11 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_MenuBarWidget.cc HuiTVision_GroupWidget.cc Message-Id: <20020530024111.1820E17407@usw4.freebsd.org> 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 okumoto 2002/05/29 21:41:11 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiQt_MenuBarWidget.cc HuiTVision_GroupWidget.cc Log: Cleanup white space Revision Changes Path 1.30.2.11 +4 -3 libh/lib/hui/HuiQt_MenuBarWidget.cc 1.37.2.25 +6 -5 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 19:46: 0 2002 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 7965237B409 for ; Wed, 29 May 2002 19:45:57 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 10C5717407; Wed, 29 May 2002 21:45:57 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 21:45:57 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc Message-Id: <20020530024557.10C5717407@usw4.freebsd.org> 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 okumoto 2002/05/29 21:45:57 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision.cc Log: Cleanup white space Revision Changes Path 1.39.2.14 +23 -16 libh/lib/hui/HuiTVision.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 20:44:44 2002 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 6795137B403 for ; Wed, 29 May 2002 20:44:41 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 5805717407; Wed, 29 May 2002 22:44:40 -0500 (CDT) From: Max Okumoto Date: Wed, 29 May 2002 22:44:40 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh HuiTVObjects.hh Message-Id: <20020530034440.5805717407@usw4.freebsd.org> 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 okumoto 2002/05/29 22:44:40 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh HuiTVObjects.hh Log: Cleanup unsed functions Revision Changes Path 1.1.2.24 +6 -3 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.45 +1 -7 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 22:33:18 2002 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 6346D37B406 for ; Wed, 29 May 2002 22:33:15 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 729F417407; Thu, 30 May 2002 00:33:14 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 00:33:14 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_MenuButtonWidget.cc Message-Id: <20020530053314.729F417407@usw4.freebsd.org> 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 okumoto 2002/05/30 00:33:14 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_MenuButtonWidget.cc Log: Cleanup constructor Revision Changes Path 1.33.2.12 +11 -18 libh/lib/hui/HuiTVision_MenuButtonWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 22:51:10 2002 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 87FC337B403 for ; Wed, 29 May 2002 22:51:00 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 2A0B217407; Thu, 30 May 2002 00:51:00 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 00:51:00 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_GroupWidget.cc Message-Id: <20020530055100.2A0B217407@usw4.freebsd.org> 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 okumoto 2002/05/30 00:51:00 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_GroupWidget.cc Log: Change the order of functions. Revision Changes Path 1.37.2.26 +16 -16 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed May 29 22:56: 2 2002 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 AF2BB37B408 for ; Wed, 29 May 2002 22:55:58 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 53C4A17407; Thu, 30 May 2002 00:55:58 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 00:55:58 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_GroupWidget.cc Message-Id: <20020530055558.53C4A17407@usw4.freebsd.org> 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 okumoto 2002/05/30 00:55:58 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_GroupWidget.cc Log: Renamed variables to clearify code Revision Changes Path 1.37.2.27 +4 -4 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 1:11:20 2002 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 6C1D337B40B for ; Thu, 30 May 2002 01:10:56 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id E6CD817407; Thu, 30 May 2002 03:10:55 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 03:10:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc Message-Id: <20020530081055.E6CD817407@usw4.freebsd.org> 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 okumoto 2002/05/30 03:10:55 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc Log: Cleanup unsed code paths Revision Changes Path 1.35.2.12 +4 -8 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.36.2.13 +3 -4 libh/lib/hui/HuiTVision_LabelWidget.cc 1.35.2.12 +5 -10 libh/lib/hui/HuiTVision_ProgressIndicatorWidget.cc 1.36.2.11 +8 -22 libh/lib/hui/HuiTVision_RadioMenuWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 2:28:30 2002 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 C45F337B400 for ; Thu, 30 May 2002 02:28:28 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 1AA9117407; Thu, 30 May 2002 04:28:28 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 04:28:28 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc HuiTVision_MenuSubmenuWidget.cc Message-Id: <20020530092828.1AA9117407@usw4.freebsd.org> 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 okumoto 2002/05/30 04:28:28 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc HuiTVision_MenuSubmenuWidget.cc Log: Fixed const Revision Changes Path 1.1.2.46 +29 -18 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.22 +2 -3 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.34.2.13 +2 -2 libh/lib/hui/HuiTVision_DialogWidget.cc 1.37.2.28 +5 -4 libh/lib/hui/HuiTVision_GroupWidget.cc 1.34.2.14 +9 -10 libh/lib/hui/HuiTVision_MenuSubmenuWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 3:43:49 2002 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 0690E37B406 for ; Thu, 30 May 2002 03:43:47 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 2605C17407; Thu, 30 May 2002 05:43:46 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 05:43:46 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh libh/lib/hui HuiQt_DialogWidget.cc HuiTVision_DialogWidget.cc Message-Id: <20020530104346.2605C17407@usw4.freebsd.org> 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 okumoto 2002/05/30 05:43:46 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh lib/hui HuiQt_DialogWidget.cc HuiTVision_DialogWidget.cc Log: Cleanup const Revision Changes Path 1.1.2.37 +3 -3 libh/include/hui/Attic/HuiObjects.hh 1.1.2.25 +3 -3 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.47 +3 -3 libh/include/hui/Attic/HuiTVObjects.hh 1.30.2.12 +5 -5 libh/lib/hui/HuiQt_DialogWidget.cc 1.34.2.14 +8 -4 libh/lib/hui/HuiTVision_DialogWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 4:44:28 2002 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 E064E37B401 for ; Thu, 30 May 2002 04:44:26 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id D9E0617407; Thu, 30 May 2002 06:44:25 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 06:44:25 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh libh/lib/hui HuiQt_TitledWidget.cc Message-Id: <20020530114425.D9E0617407@usw4.freebsd.org> 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 okumoto 2002/05/30 06:44:25 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh lib/hui HuiQt_TitledWidget.cc Log: Cleanup parent in Qt Hui Revision Changes Path 1.1.2.26 +42 -39 libh/include/hui/Attic/HuiQtObjects.hh 1.32.2.14 +2 -4 libh/lib/hui/HuiQt_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 7:36:41 2002 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 5C35237B409 for ; Thu, 30 May 2002 07:36:40 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 9408A17407; Thu, 30 May 2002 09:36:39 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 09:36:39 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: CVSROOT avail Message-Id: <20020530143639.9408A17407@usw4.freebsd.org> 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 2002/05/30 09:36:39 CDT Modified files: . avail Log: make new repo "www" available Revision Changes Path 1.6 +2 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 7:37:14 2002 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 630BB37B40B for ; Thu, 30 May 2002 07:37:13 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 0685217422; Thu, 30 May 2002 09:37:13 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 09:37:13 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020530143713.0685217422@usw4.freebsd.org> 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 2002/05/30 09:37:12 CDT Added files: . index.html Log: add main index page to CVS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 7:47:33 2002 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 754B537B401 for ; Thu, 30 May 2002 07:47:32 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id CAE8C17407; Thu, 30 May 2002 09:47:31 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 09:47:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020530144731.CAE8C17407@usw4.freebsd.org> 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 2002/05/30 09:47:31 CDT Modified files: . index.html Log: add footnote telling at which time the changes go live on this page Revision Changes Path 1.2 +3 -0 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 7:50:48 2002 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 F004037B403 for ; Thu, 30 May 2002 07:50:46 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 8DDA417407; Thu, 30 May 2002 09:50:46 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 09:50:46 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020530145046.8DDA417407@usw4.freebsd.org> 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 2002/05/30 09:50:46 CDT Modified files: . index.html Log: add item about needing a tree view widget Revision Changes Path 1.3 +4 -0 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 9: 0:49 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by hub.freebsd.org (Postfix) with ESMTP id 8357037B408 for ; Thu, 30 May 2002 09:00:47 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id g4UG0bN21402; Thu, 30 May 2002 12:00:37 -0400 Date: Thu, 30 May 2002 12:00:38 -0400 Subject: libh dev page now under CVS Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: Max Okumoto To: libh@freebsd.org From: Antoine Beaupre Content-Transfer-Encoding: 7bit Message-Id: <625F4712-73E6-11D6-8CB5-0050E4A0BB3F@anarcat.ath.cx> X-Mailer: Apple Mail (2.481) 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 Hi all. I've just put the web page under CVS, under the new "www" repo. Just cvs co www instead of cvs co libh to get to the Source. Updates go live with the magic crontab each midnight CDT. A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 9:45:12 2002 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 9580137B404 for ; Thu, 30 May 2002 09:45:05 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 6742317407; Thu, 30 May 2002 11:44:57 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 11:44:57 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc HuiTVision_Widget.cc Message-Id: <20020530164457.6742317407@usw4.freebsd.org> 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 okumoto 2002/05/30 11:44:57 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc HuiTVision_Widget.cc Log: Remove last translate() function. Revision Changes Path 1.1.2.48 +1 -30 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.23 +2 -2 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.34.2.13 +6 -5 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 9:50:54 2002 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 5E45837B40D for ; Thu, 30 May 2002 09:50:32 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id D506A17407; Thu, 30 May 2002 11:50:31 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 11:50:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc Message-Id: <20020530165031.D506A17407@usw4.freebsd.org> 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 okumoto 2002/05/30 11:50:31 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc Log: Use our Size object instead of TPoint. Revision Changes Path 1.1.2.49 +2 -2 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.24 +5 -4 libh/lib/hui/HuiTVision_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 10:24: 2 2002 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 9844A37B413 for ; Thu, 30 May 2002 10:23:42 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 0E87C17407; Thu, 30 May 2002 12:23:42 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 12:23:42 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui Dim.hh HuiTVObjects.hh libh/lib/hui HuiTVision_ContainerWidget.cc HuiTVision_Widget.cc Message-Id: <20020530172342.0E87C17407@usw4.freebsd.org> 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 okumoto 2002/05/30 12:23:42 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui Dim.hh HuiTVObjects.hh lib/hui HuiTVision_ContainerWidget.cc HuiTVision_Widget.cc Log: Removed more TPoint usage. Revision Changes Path 1.1.2.4 +16 -2 libh/include/hui/Dim.hh 1.1.2.50 +6 -3 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.25 +4 -12 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.34.2.14 +19 -27 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 11:36:57 2002 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 8CE8A37B406 for ; Thu, 30 May 2002 11:36:56 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id BF1CF17407; Thu, 30 May 2002 13:36:55 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 13:36:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_DialogWidget.cc HuiTVision_WindowWidget.cc Message-Id: <20020530183655.BF1CF17407@usw4.freebsd.org> 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 okumoto 2002/05/30 13:36:55 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_DialogWidget.cc HuiTVision_WindowWidget.cc Log: move toTRect() a function that converts (Position, Size) to a TRect into base class of objects that use it. Revision Changes Path 1.1.2.51 +14 -38 libh/include/hui/Attic/HuiTVObjects.hh 1.34.2.15 +2 -2 libh/lib/hui/HuiTVision_DialogWidget.cc 1.35.2.17 +2 -2 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 11:51:27 2002 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 B302437B419 for ; Thu, 30 May 2002 11:51:18 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 4BB9C17407; Thu, 30 May 2002 13:51:18 -0500 (CDT) From: Max Okumoto Date: Thu, 30 May 2002 13:51:18 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVision.hh libh/lib/hui HuiTVision_TitledWidget.cc HuiTVision_Widget.cc Message-Id: <20020530185118.4BB9C17407@usw4.freebsd.org> 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 okumoto 2002/05/30 13:51:18 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVision.hh lib/hui HuiTVision_TitledWidget.cc HuiTVision_Widget.cc Log: Move following function out of HuiTVision obejct, into HuiTVision_TitledWidget.cc and HuiTVision_Widget.cc, so it can be inlined. static owner_frame_offset(TView *owner); Revision Changes Path 1.54.2.26 +1 -15 libh/include/hui/HuiTVision.hh 1.36.2.16 +17 -4 libh/lib/hui/HuiTVision_TitledWidget.cc 1.34.2.15 +18 -6 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 14: 4:43 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by hub.freebsd.org (Postfix) with ESMTP id 8F3F337B405 for ; Thu, 30 May 2002 14:04:40 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id g4UL4JN09554; Thu, 30 May 2002 17:04:20 -0400 Date: Thu, 30 May 2002 17:04:23 -0400 Subject: Re: build failure with approx 6PM CDT checkout Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: alex@big.endian.de, libh@FreeBSD.ORG To: bdodson@scms.utmb.edu From: Antoine Beaupre In-Reply-To: <200205291550.g4TFnxGp022271@histidine.utmb.edu> Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.481) 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 Le mercredi 29 mai 2002, =E0 11:49 AM, bdodson@scms.utmb.edu a =E9crit : > On 29 May, Alexander Langer wrote: >> Thus spake bdodson@scms.utmb.edu (bdodson@scms.utmb.edu): >> >> Hmm. >> >>> least. Here's what I did to check out the source: >>> >>> cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs login >>> >>> cvs -d :pserver:anonymous@usw4.FreeBSD.org:/home/libh/cvs co libh >> >> That's right. I did the very same now, but: >> >>>> Build finished on Wed May 29 15:29:34 CEST 2002 >> >> a "make all" worked just fine. >> >>> Just trying to do my (nonprogrammer) bit to help out. >> >> Yeah, very much appreciated, thanks >> But I have no idea :) >> >> Alex > > Well, I've no clue. I just checked out the source at work, installed > tvision and qt, and did a make all. It completed. Maybe I've a > problem with my home machine (which had the build problem). At work > I'm running: > Probably not related but... what version of qt/tvision/tcl are you=20 running? Do you have the *static* and regular Qt installed? A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 14:29:48 2002 Delivered-To: freebsd-libh@freebsd.org Received: from histidine.utmb.edu (histidine.utmb.edu [129.109.59.80]) by hub.freebsd.org (Postfix) with ESMTP id 26DA937B407 for ; Thu, 30 May 2002 14:29:46 -0700 (PDT) Received: from scms.utmb.edu (localhost [127.0.0.1]) by histidine.utmb.edu (8.12.3/8.12.3) with ESMTP id g4ULT4Gp041561; Thu, 30 May 2002 16:29:06 -0500 (CDT) (envelope-from bdodson@scms.utmb.edu) Message-Id: <200205302129.g4ULT4Gp041561@histidine.utmb.edu> Date: Thu, 30 May 2002 16:29:04 -0500 (CDT) From: bdodson@scms.utmb.edu Reply-To: bdodson@scms.utmb.edu Subject: Re: build failure with approx 6PM CDT checkout To: anarcat@anarcat.ath.cx Cc: alex@big.endian.de, libh@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT 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 On 30 May, Antoine Beaupre wrote: > Le mercredi 29 mai 2002, ŕ 11:49 AM, bdodson@scms.utmb.edu a écrit : > [elided] >> I'm running: >> > Probably not related but... what version of qt/tvision/tcl are you > running? Do you have the *static* and regular Qt installed? > > A. > > [histidine:bdodson:267] % ls /var/db/pkg | egrep 'tcl|tvision|qt' qt-2.3.1_2 qt-static-2.3.1_2 tcl-8.2.3 tcl-8.3.4_3 tvision-0.8 However, this is on my work machine, where the build worked fine. I'm at a loss, except that I'm going to do a source upgrade on my home machine (where the problem is). I wasn't going to mention it, but I ran into a problem in both the port build and the cvs checkout build (at work, where it built without a libh-related failure) with the tvision stuff wanting "myendian.h". Spelunking around, it seems that this just includes /usr/include/machine/endian.h, so I softlinked that into /usr/local/include (a GROSS hack) to make things work. Has anyone else run into this (and know how to really fix it)? Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 18:52:19 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by hub.freebsd.org (Postfix) with ESMTP id B955437B408 for ; Thu, 30 May 2002 18:52:14 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020531015213.YIUP13554.tomts16-srv.bellnexxia.net@shall.anarcat.ath.cx>; Thu, 30 May 2002 21:52:13 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 050B65; Thu, 30 May 2002 21:55:28 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Thu, 30 May 2002 21:50:34 -0400 Date: Thu, 30 May 2002 21:50:34 -0400 From: The Anarcat To: bdodson@scms.utmb.edu Cc: anarcat@anarcat.ath.cx, alex@big.endian.de, libh@FreeBSD.ORG Subject: Re: build failure with approx 6PM CDT checkout Message-ID: <20020531015034.GA291@lenny.anarcat.ath.cx> References: <200205302129.g4ULT4Gp041561@histidine.utmb.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200205302129.g4ULT4Gp041561@histidine.utmb.edu> User-Agent: Mutt/1.3.99i 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 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu May 30, 2002 at 04:29:04PM -0500, bdodson@scms.utmb.edu wrote: > On 30 May, Antoine Beaupre wrote: > > Le mercredi 29 mai 2002, =E0 11:49 AM, bdodson@scms.utmb.edu a =E9crit : > >=20 > [elided] > >> I'm running: > >> > > Probably not related but... what version of qt/tvision/tcl are you=20 > > running? Do you have the *static* and regular Qt installed? > >=20 > > A. > >=20 > >=20 >=20 > [histidine:bdodson:267] % ls /var/db/pkg | egrep 'tcl|tvision|qt' > qt-2.3.1_2 > qt-static-2.3.1_2 > tcl-8.2.3 > tcl-8.3.4_3 > tvision-0.8 >=20 > However, this is on my work machine, where the build worked fine. > I'm at a loss, except that I'm going to do a source upgrade > on my home machine (where the problem is). I'm at loss here too. Very odd, if you ask me. =20 > I wasn't going to mention it, but I ran into a problem in both the port > build and the cvs checkout build (at work, where it built without a > libh-related failure) with the tvision stuff wanting "myendian.h".=20 > Spelunking around, it seems that this just includes > /usr/include/machine/endian.h, so I softlinked that into > /usr/local/include (a GROSS hack) to make things work. Has anyone else > run into this (and know how to really fix it)? Ok. The myendian.h problem is a known one, which we should have mentionned on a webpage somewhere. It's basically the 0.8 tvision upgrade that broke the port: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/36800 It's solved: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/tvision/Makefile?rev=3D1.= 22&content-type=3Dtext/x-cvsweb-markup I'll post a notice on the webpage. A. --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89tbpttcWHAnWiGcRAuRmAJ0XbxN3znbAwJZ8ZpE/7gaeNNMXNACeL/4f 5sc/F3xnqiQ5ze08fN+zRQI= =ITNS -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 19:21:15 2002 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 7A2F637B406 for ; Thu, 30 May 2002 19:20:57 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 8192E17407; Thu, 30 May 2002 21:20:56 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 21:20:56 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531022056.8192E17407@usw4.freebsd.org> 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 2002/05/30 21:20:56 CDT Modified files: . index.html Log: indent and add spacing to ease readability (no content or display change) Revision Changes Path 1.4 +130 -108 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 19:22:39 2002 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 465CA37B403 for ; Thu, 30 May 2002 19:22:38 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id E0CCC17407; Thu, 30 May 2002 21:22:37 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 21:22:37 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531022237.E0CCC17407@usw4.freebsd.org> 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 2002/05/30 21:22:37 CDT Modified files: . index.html Log: forgot to add: mark as HTML 4.1 with DOCTYPE decl Revision Changes Path 1.5 +0 -0 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 19:30:35 2002 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 EF4E337B409 for ; Thu, 30 May 2002 19:30:33 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 45F4C17407; Thu, 30 May 2002 21:30:33 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 21:30:33 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531023033.45F4C17407@usw4.freebsd.org> 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 2002/05/30 21:30:33 CDT Modified files: . index.html Log: seperate list in different sections to make more readable Revision Changes Path 1.6 +18 -7 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20: 3:33 2002 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 6E18C37B400 for ; Thu, 30 May 2002 20:03:32 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id A7FFB17407; Thu, 30 May 2002 22:03:31 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:03:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531030331.A7FFB17407@usw4.freebsd.org> 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 2002/05/30 22:03:31 CDT Modified files: . index.html Log: add link to milestones and tasks section change name of last section to enclose more and add basic CVS howto Revision Changes Path 1.7 +14 -5 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20: 8:58 2002 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 E74EE37B412 for ; Thu, 30 May 2002 20:08:42 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 6829E17407; Thu, 30 May 2002 22:08:42 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:08:42 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531030842.6829E17407@usw4.freebsd.org> 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 2002/05/30 22:08:42 CDT Modified files: . index.html Log: add clearer footer containing date and contact info Revision Changes Path 1.8 +12 -2 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:10:23 2002 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 32F2E37B403 for ; Thu, 30 May 2002 20:10:21 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id C43CA17407; Thu, 30 May 2002 22:10:20 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:10:20 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh README Message-Id: <20020531031020.C43CA17407@usw4.freebsd.org> 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 2002/05/30 22:10:20 CDT Modified files: . README Log: fix typo Revision Changes Path 1.9 +2 -2 libh/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:12:57 2002 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 CE8BE37B403 for ; Thu, 30 May 2002 20:12:55 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 4E65817407; Thu, 30 May 2002 22:12:55 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:12:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh README Message-Id: <20020531031255.4E65817407@usw4.freebsd.org> 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 2002/05/30 22:12:55 CDT Modified files: . README Log: add note about earlier versions of tvision 0.8 being broken Revision Changes Path 1.10 +5 -1 libh/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:23:57 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id 2DFCE37B401 for ; Thu, 30 May 2002 20:23:52 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020531032349.FZYJ18503.tomts10-srv.bellnexxia.net@shall.anarcat.ath.cx>; Thu, 30 May 2002 23:23:49 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 67B625; Thu, 30 May 2002 23:27:08 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Thu, 30 May 2002 23:22:13 -0400 Date: Thu, 30 May 2002 23:22:13 -0400 From: The Anarcat To: Alexander Langer Cc: Antoine Beaupre , libh@FreeBSD.ORG Subject: Re: crontab and updates of usw4 web page Message-ID: <20020531032213.GC291@lenny.anarcat.ath.cx> References: <20020528232725.F68302@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E13BgyNx05feLLmH" Content-Disposition: inline In-Reply-To: <20020528232725.F68302@fump.kawo2.rwth-aachen.de> User-Agent: Mutt/1.3.99i 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 --E13BgyNx05feLLmH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue May 28, 2002 at 11:27:25PM +0200, Alexander Langer wrote: > Thus spake Antoine Beaupre (anarcat@anarcat.ath.cx): >=20 > > - upload the infamous MFSROOT libh boot floppies >=20 > YES! I'm too lazy to build them myself, but having floppies laying > around is great! > And I still have a mate (admin of this LAN here :-) who wants to see > how libh is doing atm :) done, btw. --=20 Imagination is more important than knowledge - Albert Einstein --E13BgyNx05feLLmH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE89uxkttcWHAnWiGcRAi2eAJ9XTVgzUZpC1n7N9jhCmZRa1dsHAgCeIQBW rQAKBCpbXxCpXDcMxkqSkfU= =I6AT -----END PGP SIGNATURE----- --E13BgyNx05feLLmH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:30:31 2002 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 0DC3D37B403 for ; Thu, 30 May 2002 20:30:30 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 435CA17407; Thu, 30 May 2002 22:30:29 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:30:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www progress.html Message-Id: <20020531033029.435CA17407@usw4.freebsd.org> 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 2002/05/30 22:30:29 CDT Added files: . progress.html Log: development progress page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:33:34 2002 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 E663237B406 for ; Thu, 30 May 2002 20:33:31 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 7B00317407; Thu, 30 May 2002 22:33:31 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:33:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020531033331.7B00317407@usw4.freebsd.org> 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 2002/05/30 22:33:31 CDT Modified files: . index.html Log: move the progress data to a new page Revision Changes Path 1.9 +4 -92 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu May 30 20:41:52 2002 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 6A00F37B405 for ; Thu, 30 May 2002 20:41:51 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id B847617407; Thu, 30 May 2002 22:41:50 -0500 (CDT) From: Antoine Beaupré Date: Thu, 30 May 2002 22:41:50 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www progress.html Message-Id: <20020531034150.B847617407@usw4.freebsd.org> 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 2002/05/30 22:41:50 CDT Modified files: . progress.html Log: fix case in title Revision Changes Path 1.2 +2 -2 www/progress.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 4:54: 0 2002 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 2D94737B406 for ; Fri, 31 May 2002 04:53:58 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 1169617407; Fri, 31 May 2002 06:53:57 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 06:53:57 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_TitledWidget.cc HuiTVision_Widget.cc Message-Id: <20020531115357.1169617407@usw4.freebsd.org> 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 okumoto 2002/05/31 06:53:57 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_TitledWidget.cc HuiTVision_Widget.cc Log: Inlined owner_frame_offset(). Revision Changes Path 1.36.2.17 +9 -21 libh/lib/hui/HuiTVision_TitledWidget.cc 1.34.2.16 +21 -26 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 4:55:53 2002 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 329BF37B407 for ; Fri, 31 May 2002 04:55:44 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id B5F1817407; Fri, 31 May 2002 06:55:43 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 06:55:43 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_Widget.cc Message-Id: <20020531115543.B5F1817407@usw4.freebsd.org> 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 okumoto 2002/05/31 06:55:43 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_Widget.cc Log: Cleanup empty function definition. Revision Changes Path 1.34.2.17 +1 -6 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 5:28: 4 2002 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 7067D37B400 for ; Fri, 31 May 2002 05:28:01 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id A87C817407; Fri, 31 May 2002 07:28:00 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 07:28:00 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh HuiTVision.hh libh/lib/hui HuiTVision.cc HuiTVision_ButtonWidget.cc HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_LabelWidget.cc HuiTVision_MenuButtonWidget.cc HuiTVision_MenuSubmenuWidget.cc HuiTVision_RadioMenuWidget.cc ... Message-Id: <20020531122800.A87C817407@usw4.freebsd.org> 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 okumoto 2002/05/31 07:28:00 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh HuiTVision.hh lib/hui HuiTVision.cc HuiTVision_ButtonWidget.cc HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_LabelWidget.cc HuiTVision_MenuButtonWidget.cc HuiTVision_MenuSubmenuWidget.cc HuiTVision_RadioMenuWidget.cc HuiTVision_TitledWidget.cc Log: Move static functions out of HuiTVision object into the objects that use them. Revision Changes Path 1.1.2.52 +40 -4 libh/include/hui/Attic/HuiTVObjects.hh 1.54.2.27 +1 -23 libh/include/hui/HuiTVision.hh 1.39.2.15 +1 -15 libh/lib/hui/HuiTVision.cc 1.37.2.20 +5 -3 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.35.2.10 +3 -3 libh/lib/hui/HuiTVision_ButtonsGroupWidget.cc 1.38.2.12 +2 -2 libh/lib/hui/HuiTVision_CheckBoxesWidget.cc 1.36.2.14 +3 -3 libh/lib/hui/HuiTVision_LabelWidget.cc 1.33.2.13 +2 -2 libh/lib/hui/HuiTVision_MenuButtonWidget.cc 1.34.2.15 +3 -4 libh/lib/hui/HuiTVision_MenuSubmenuWidget.cc 1.36.2.12 +4 -3 libh/lib/hui/HuiTVision_RadioMenuWidget.cc 1.36.2.18 +2 -2 libh/lib/hui/HuiTVision_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 5:35:58 2002 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 9CF3B37B401 for ; Fri, 31 May 2002 05:35:56 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id BB24F17407; Fri, 31 May 2002 07:35:55 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 07:35:55 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ButtonWidget.cc HuiTVision_LabelWidget.cc Message-Id: <20020531123555.BB24F17407@usw4.freebsd.org> 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 okumoto 2002/05/31 07:35:55 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ButtonWidget.cc HuiTVision_LabelWidget.cc Log: Removed unsed maxSize() member function from all objects. Revision Changes Path 1.1.2.53 +1 -30 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.21 +1 -7 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.36.2.15 +1 -7 libh/lib/hui/HuiTVision_LabelWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 5:37:14 2002 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 2E49C37B416 for ; Fri, 31 May 2002 05:37:00 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 9D1E617407; Fri, 31 May 2002 07:36:59 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 07:36:59 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh Message-Id: <20020531123659.9D1E617407@usw4.freebsd.org> 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 okumoto 2002/05/31 07:36:59 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh Log: Remove maxSize() from Qt Objects Revision Changes Path 1.1.2.27 +1 -7 libh/include/hui/Attic/HuiQtObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 5:41:10 2002 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 4395137B400 for ; Fri, 31 May 2002 05:41:08 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id B839E17407; Fri, 31 May 2002 07:41:07 -0500 (CDT) From: Max Okumoto Date: Fri, 31 May 2002 07:41:07 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiQtObjects.hh libh/lib/hui HuiTVision_ButtonWidget.cc Message-Id: <20020531124107.B839E17407@usw4.freebsd.org> 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 okumoto 2002/05/31 07:41:07 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiQtObjects.hh lib/hui HuiTVision_ButtonWidget.cc Log: Clean up minSize() Revision Changes Path 1.1.2.28 +1 -7 libh/include/hui/Attic/HuiQtObjects.hh 1.37.2.22 +10 -9 libh/lib/hui/HuiTVision_ButtonWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 11:45:33 2002 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 4282237B40D for ; Fri, 31 May 2002 11:45:28 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 36BF917407; Fri, 31 May 2002 13:45:27 -0500 (CDT) From: Antoine Beaupré Date: Fri, 31 May 2002 13:45:27 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/tcl Makefile.inc1 Message-Id: <20020531184527.36BF917407@usw4.freebsd.org> 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 2002/05/31 13:45:27 CDT Modified files: lib/tcl Makefile.inc1 Log: link with tvision only if needed Revision Changes Path 1.28 +8 -3 libh/lib/tcl/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 22:50: 2 2002 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 D90EB37B406 for ; Fri, 31 May 2002 22:49:59 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 0DD0117407; Sat, 1 Jun 2002 00:49:59 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 00:49:59 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ButtonWidget.cc Message-Id: <20020601054959.0DD0117407@usw4.freebsd.org> 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 okumoto 2002/06/01 00:49:59 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ButtonWidget.cc Log: Nobody uses HuiTvButtonWidget::minSize() Revision Changes Path 1.1.2.54 +1 -4 libh/include/hui/Attic/HuiTVObjects.hh 1.37.2.23 +5 -11 libh/lib/hui/HuiTVision_ButtonWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 22:52: 7 2002 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 ADE6C37B404 for ; Fri, 31 May 2002 22:52:05 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 4FAD917407; Sat, 1 Jun 2002 00:52:05 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 00:52:05 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_ButtonWidget.cc Message-Id: <20020601055205.4FAD917407@usw4.freebsd.org> 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 okumoto 2002/06/01 00:52:05 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_ButtonWidget.cc Log: Cleanup white space. Revision Changes Path 1.37.2.24 +31 -29 libh/lib/hui/HuiTVision_ButtonWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri May 31 22:56:38 2002 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 622B937B400 for ; Fri, 31 May 2002 22:56:37 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 08AEC17407; Sat, 1 Jun 2002 00:56:37 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 00:56:37 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020601055637.08AEC17407@usw4.freebsd.org> 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 okumoto 2002/06/01 00:56:36 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Cleanup white space Revision Changes Path 1.1.2.55 +4 -1 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 0:49:18 2002 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 03F4737B407 for ; Sat, 1 Jun 2002 00:49:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id C9BFB17407; Sat, 1 Jun 2002 02:49:15 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 02:49:15 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc Message-Id: <20020601074915.C9BFB17407@usw4.freebsd.org> 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 okumoto 2002/06/01 02:49:15 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc Log: Removed minSize() from all the HuiTVision objects. Revision Changes Path 1.1.2.56 +0 -34 libh/include/hui/Attic/HuiTVObjects.hh 1.35.2.11 +1 -12 libh/lib/hui/HuiTVision_ButtonsGroupWidget.cc 1.38.2.13 +8 -2 libh/lib/hui/HuiTVision_CheckBoxesWidget.cc 1.35.2.13 +2 -2 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.36.2.16 +1 -7 libh/lib/hui/HuiTVision_LabelWidget.cc 1.35.2.17 +2 -2 libh/lib/hui/HuiTVision_ListBoxWidget.cc 1.35.2.13 +2 -2 libh/lib/hui/HuiTVision_ProgressIndicatorWidget.cc 1.36.2.13 +10 -5 libh/lib/hui/HuiTVision_RadioMenuWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 1:17: 5 2002 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 3A1DF37B400 for ; Sat, 1 Jun 2002 01:17:04 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id BA26D17407; Sat, 1 Jun 2002 03:17:03 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 03:17:03 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh libh/lib/hui HuiQt.cc HuiQt_GroupWidget.cc HuiTVision.cc HuiTVision_GroupWidget.cc Message-Id: <20020601081703.BA26D17407@usw4.freebsd.org> 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 okumoto 2002/06/01 03:17:03 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiObjects.hh HuiQtObjects.hh HuiTVObjects.hh lib/hui HuiQt.cc HuiQt_GroupWidget.cc HuiTVision.cc HuiTVision_GroupWidget.cc Log: Cleanup byName() Revision Changes Path 1.1.2.38 +2 -2 libh/include/hui/Attic/HuiObjects.hh 1.1.2.29 +26 -11 libh/include/hui/Attic/HuiQtObjects.hh 1.1.2.57 +24 -14 libh/include/hui/Attic/HuiTVObjects.hh 1.32.2.17 +6 -6 libh/lib/hui/HuiQt.cc 1.33.2.17 +1 -10 libh/lib/hui/HuiQt_GroupWidget.cc 1.39.2.16 +9 -5 libh/lib/hui/HuiTVision.cc 1.37.2.29 +1 -16 libh/lib/hui/HuiTVision_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 2: 7:47 2002 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 67BA837B406 for ; Sat, 1 Jun 2002 02:07:46 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 4DC6517407; Sat, 1 Jun 2002 04:07:45 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 04:07:45 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh Message-Id: <20020601090745.4DC6517407@usw4.freebsd.org> 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 okumoto 2002/06/01 04:07:45 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh Log: Cleanup const Revision Changes Path 1.1.2.58 +2 -3 libh/include/hui/Attic/HuiTVObjects.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 2:42:18 2002 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 C63EE37B40A for ; Sat, 1 Jun 2002 02:42:16 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 22A5C17407; Sat, 1 Jun 2002 04:42:16 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 04:42:16 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ButtonsGroupWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_TextEditWidget.cc HuiTVision_Widget.cc Message-Id: <20020601094216.22A5C17407@usw4.freebsd.org> 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 okumoto 2002/06/01 04:42:16 CDT Modified files: (Branch: HUI_CLEANUP_0) include/hui HuiTVObjects.hh lib/hui HuiTVision_ButtonsGroupWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_TextEditWidget.cc HuiTVision_Widget.cc Log: Cleanup virtual Revision Changes Path 1.1.2.59 +8 -2 libh/include/hui/Attic/HuiTVObjects.hh 1.35.2.12 +3 -3 libh/lib/hui/HuiTVision_ButtonsGroupWidget.cc 1.35.2.14 +3 -2 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.35.2.14 +27 -49 libh/lib/hui/HuiTVision_TextEditWidget.cc 1.34.2.18 +3 -3 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 3:37: 1 2002 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 9527437B409 for ; Sat, 1 Jun 2002 03:36:40 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id D0C6317407; Sat, 1 Jun 2002 05:36:39 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 05:36:39 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_TextEditWidget.cc HuiTVision_Widget.cc HuiTVision_WindowWidget.cc Message-Id: <20020601103639.D0C6317407@usw4.freebsd.org> 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 okumoto 2002/06/01 05:36:39 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_TextEditWidget.cc HuiTVision_Widget.cc HuiTVision_WindowWidget.cc Log: Use more tmp variables to clearify code. Revision Changes Path 1.35.2.15 +2 -1 libh/lib/hui/HuiTVision_TextEditWidget.cc 1.34.2.19 +9 -4 libh/lib/hui/HuiTVision_Widget.cc 1.35.2.18 +4 -3 libh/lib/hui/HuiTVision_WindowWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 4:41:46 2002 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 4C45F37B408 for ; Sat, 1 Jun 2002 04:41:45 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3030) id 61BD217407; Sat, 1 Jun 2002 06:41:44 -0500 (CDT) From: Max Okumoto Date: Sat, 1 Jun 2002 06:41:44 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision_TextEditWidget.cc Message-Id: <20020601114144.61BD217407@usw4.freebsd.org> 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 okumoto 2002/06/01 06:41:44 CDT Modified files: (Branch: HUI_CLEANUP_0) lib/hui HuiTVision_TextEditWidget.cc Log: Fixed move() bug. Revision Changes Path 1.35.2.16 +12 -17 libh/lib/hui/HuiTVision_TextEditWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 5:16:43 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id 5FBBA37B400 for ; Sat, 1 Jun 2002 05:16:38 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g51CHK289413; Sat, 1 Jun 2002 14:17:20 +0200 (CEST) (envelope-from alex) Date: Sat, 1 Jun 2002 14:17:20 +0200 From: Alexander Langer To: The Anarcat Cc: Libh Subject: Re: "z" button broken in disk editor Message-ID: <20020601141720.B89182@fump.kawo2.rwth-aachen.de> References: <20020529162354.GA439@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020529162354.GA439@lenny.anarcat.ath.cx>; from anarcat@anarcat.ath.cx on Wed, May 29, 2002 at 12:23:54PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thus spake The Anarcat (anarcat@anarcat.ath.cx): > The update to the listbox widget broke the "Cycle size units" button > on QT. When pressing it, the list empties and tclh spews: > ERROR: Hui::WidgetCallbackData::activate: Error evaluating Tcl command: ListBox itemno 2 is out of range 0..0 > I'm not sure I understand how this happened. This is probably due to the new internal handling of the entries (which is now done by libh and not by Qt, since I need to have the data about the different columns) I'll take a look at it when I'm back at home (where my libh devel stuff is) CYa Alex --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iQEVAwUBPPi7RbRIIUSeqRcRAQFmiwf/c+iywBUmQhvAA2kjFsacH67PbinYEs5u m5sF8z3D3cvjG+PmiSd9TU41NxZjumlLBLs2QNYU5yGauB8vjRVdTI/RkHlBpkFT P4V1ZgecA672YnceJ7TcUCfRbLMr768m5sxCFq+IDOqJLjy2Jmqhj1RuLoldq5Hl j7ZkOWeKm3pzQyNJ5+tsJj3X5M1+ntozupARcpOqts/o6nbQwO7KlFyQULwUJ6iS VEyZArI8Qxp8qRtM4FknGhbTDdgPsUV4jz2HVrDY6zbFyDJC91IVJJN1Hn/Dz4Lh FzeSrGrpPly1Fa4qKC3ULOG1plyVf3Qy6QxBlSG6qpX3NmAN/hZ4oQ== =vWsD -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 5:18:18 2002 Delivered-To: freebsd-libh@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id 46D8737B400 for ; Sat, 1 Jun 2002 05:18:15 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g51CIxT89427; Sat, 1 Jun 2002 14:18:59 +0200 (CEST) (envelope-from alex) Date: Sat, 1 Jun 2002 14:18:59 +0200 From: Alexander Langer To: The Anarcat Cc: Libh Subject: Re: webpage updated again Message-ID: <20020601141859.C89182@fump.kawo2.rwth-aachen.de> References: <20020529171933.GD439@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020529171933.GD439@lenny.anarcat.ath.cx>; from anarcat@anarcat.ath.cx on Wed, May 29, 2002 at 01:19:34PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thus spake The Anarcat (anarcat@anarcat.ath.cx): > Please tell me if you think anything should be changed in there. No, it's very nice :) I gonna need to search some floppies now :) Alex --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iQEVAwUBPPi7sbRIIUSeqRcRAQE0Ggf+Pd04nUs9WtXOBDgUYpozYrwYg+YRJ/la n2wY3ZlRMN7vrUF06B21p/uhrYV7Q6vbyOMekxhJOjcW8m2latDChltyTPlUkBiA pyH4PslnuzDVw76q3pY4xMluxPinkOaxRBm9bwf/XkCy3Wt8EmjC3oHEN3QqpUgL ieHRtDVtTgx5TAYNbKaAPaYBzwKP0cceEsMHySFnRgnwf45AKiM/Xups+Qbo5uo2 LzkmFYMVyjTwKVM8zA01qImh3JGcStaFVceZ7hhJSGnpUhiAKgfdle0NXuzvPbp0 XU5DE87kuHOsb1PjLZqshPvQSwAzIm8VU6H3o9tK2vd9HXl1ITr1gw== =2L1a -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:11: 3 2002 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 74C6037B404 for ; Sat, 1 Jun 2002 17:11:02 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 5696D17407; Sat, 1 Jun 2002 19:11:01 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:11:01 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www/private update_website.sh Message-Id: <20020602001101.5696D17407@usw4.freebsd.org> 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 2002/06/01 19:11:01 CDT Added files: private update_website.sh Log: add script generating dynamic page content To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:22:28 2002 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 265D837B401 for ; Sat, 1 Jun 2002 17:22:27 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id D7AA317407; Sat, 1 Jun 2002 19:22:25 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:22:25 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020602002225.D7AA317407@usw4.freebsd.org> 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 2002/06/01 19:22:25 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: add JKH's email to -hackers about sysinstall2, to add some context to the documentation and describe a bit more the issues this documentation is trying to address. it's not all formatted correctly, and I will probably tear it in pieces and move them around, so don't panic yet: I know it looks odd right there. the original can probably be removed from the main page in the near future Revision Changes Path 1.25 +612 -5 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:33:19 2002 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 3A33937B400 for ; Sat, 1 Jun 2002 17:33:18 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 8F43317407; Sat, 1 Jun 2002 19:33:17 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:33:17 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020602003317.8F43317407@usw4.freebsd.org> 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 2002/06/01 19:33:17 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: indent the email text, no content change Revision Changes Path 1.26 +594 -594 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:36:58 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id 1BE2237B404 for ; Sat, 1 Jun 2002 17:36:54 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts17-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020602003647.EAQY2581.tomts17-srv.bellnexxia.net@shall.anarcat.ath.cx> for ; Sat, 1 Jun 2002 20:36:47 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id AC82BB for ; Sat, 1 Jun 2002 20:40:16 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sat, 1 Jun 2002 20:35:02 -0400 Date: Sat, 1 Jun 2002 20:35:02 -0400 From: The Anarcat To: libh@FreeBSD.org Subject: Re: cvs commit: www/private update_website.sh Message-ID: <20020602003502.GA357@lenny.anarcat.ath.cx> References: <20020602001101.5696D17407@usw4.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <20020602001101.5696D17407@usw4.freebsd.org> User-Agent: Mutt/1.3.99i 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 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat Jun 01, 2002 at 07:11:01PM -0500, Antoine Beaupr=E9 wrote: > antoine 2002/06/01 19:11:01 CDT >=20 > Added files: > private update_website.sh=20 > Log: > add script generating dynamic page content It's this script that is run each midnight on usw4 to update the website. The running version in ~/bin/update_website.sh is *not* updated automatically, for obvious security reasons. ;) A. --=20 The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place. - Douglas Adams (1952-2001) --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+Wg1ttcWHAnWiGcRAka8AJ4vARcBeBztKT87xK1RfZ8p6CCqwgCaA1te iLsIyySju8XFUzbWIVYq5x0= =ruOh -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:38:59 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id AE10A37B404 for ; Sat, 1 Jun 2002 17:38:51 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020602003849.KMTG18503.tomts10-srv.bellnexxia.net@shall.anarcat.ath.cx>; Sat, 1 Jun 2002 20:38:49 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 30C9C343; Sat, 1 Jun 2002 20:42:23 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sat, 1 Jun 2002 20:37:09 -0400 Date: Sat, 1 Jun 2002 20:37:09 -0400 From: The Anarcat To: libh@FreeBSD.org Cc: Alexander Langer Subject: Re: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-ID: <20020602003709.GB357@lenny.anarcat.ath.cx> References: <20020602002225.D7AA317407@usw4.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: <20020602002225.D7AA317407@usw4.freebsd.org> User-Agent: Mutt/1.3.99i 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 --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable this might or might not be appropriate, I'm not sure. I read the text again and I think it fits in pretty well, as an intro. But it should definitly be expanded and "linked" more smoothly with other sections. A. On Sat Jun 01, 2002 at 07:22:25PM -0500, Antoine Beaupr=E9 wrote: > antoine 2002/06/01 19:22:25 CDT >=20 > Modified files: > doc/sysinstall2 sysinstall2.sgml=20 > Log: > add JKH's email to -hackers about sysinstall2, to add some context to > the documentation and describe a bit more the issues this > documentation is trying to address. > =20 > it's not all formatted correctly, and I will probably tear it in > pieces and move them around, so don't panic yet: I know it looks odd > right there. > =20 > the original can probably be removed from the main page in the near > future > =20 > Revision Changes Path > 1.25 +612 -5 libh/doc/sysinstall2/sysinstall2.sgml >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message --=20 Imagination is more important than knowledge - Albert Einstein --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+Wi0ttcWHAnWiGcRAsPDAJ46HCAzoB2ic+q2Yqy5Lo51Be47kACgj9ny 3Hdf7hXSNUNpBG8peSxPBSE= =Ja8Z -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:43: 0 2002 Delivered-To: freebsd-libh@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 7514937B404 for ; Sat, 1 Jun 2002 17:42:53 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.145.70]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020602004252.QVEM16321.tomts13-srv.bellnexxia.net@shall.anarcat.ath.cx>; Sat, 1 Jun 2002 20:42:52 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 80A9EB; Sat, 1 Jun 2002 20:46:25 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sat, 1 Jun 2002 20:41:11 -0400 Date: Sat, 1 Jun 2002 20:41:11 -0400 From: The Anarcat To: Max Okumoto Cc: libh@FreeBSD.org Subject: Re: cvs commit: libh/include/hui HuiTVObjects.hh libh/lib/hui HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc Message-ID: <20020602004111.GC357@lenny.anarcat.ath.cx> References: <20020601074915.C9BFB17407@usw4.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline In-Reply-To: <20020601074915.C9BFB17407@usw4.freebsd.org> User-Agent: Mutt/1.3.99i 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 --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat Jun 01, 2002 at 02:49:15AM -0500, Max Okumoto wrote: > > Removed minSize() from all the HuiTVision objects. Why is this necessary? A. --=20 The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place. - Douglas Adams (1952-2001) --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+WmmttcWHAnWiGcRAoyJAKClDY080IOh1VmJA+4SxTZrFv9/xgCeMg+m U1JCxFGhn4P0gxBpRRqkxuo= =Kh/R -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:47:18 2002 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 B0AA437B401 for ; Sat, 1 Jun 2002 17:47:17 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id E517117407; Sat, 1 Jun 2002 19:47:16 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:47:16 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020602004716.E517117407@usw4.freebsd.org> 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 2002/06/01 19:47:16 CDT Modified files: . index.html Log: link to auto-generated Doxygen documentation Revision Changes Path 1.10 +3 -0 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:48:45 2002 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 53C9937B400 for ; Sat, 1 Jun 2002 17:48:44 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id B9F9117407; Sat, 1 Jun 2002 19:48:43 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:48:43 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020602004843.B9F9117407@usw4.freebsd.org> 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 2002/06/01 19:48:43 CDT Modified files: . index.html Log: make this 4.01 strict Revision Changes Path 1.11 +3 -3 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:53: 2 2002 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 DFDC537B40B for ; Sat, 1 Jun 2002 17:53:00 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 486ED17407; Sat, 1 Jun 2002 19:53:00 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:53:00 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020602005300.486ED17407@usw4.freebsd.org> 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 2002/06/01 19:53:00 CDT Modified files: . index.html Log: link to a 5.x DP1 boot kernel on the main FTP site Revision Changes Path 1.12 +2 -1 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 17:54:51 2002 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 BF26637B409 for ; Sat, 1 Jun 2002 17:54:49 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 201D117407; Sat, 1 Jun 2002 19:54:49 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 19:54:49 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www progress.html Message-Id: <20020602005449.201D117407@usw4.freebsd.org> 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 2002/06/01 19:54:49 CDT Modified files: . progress.html Log: make this 4.01 strict Revision Changes Path 1.3 +2 -2 www/progress.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 18:13:43 2002 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 6C0F537B404 for ; Sat, 1 Jun 2002 18:13:42 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 9EC4F17407; Sat, 1 Jun 2002 20:13:41 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 20:13:41 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020602011341.9EC4F17407@usw4.freebsd.org> 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 2002/06/01 20:13:41 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: Change "the future" section name to something more appropriate ("Suggested improvements") crosslink to history section while I'm here move the libh similar project section to the begining of the intro and rename to "about libh" the "appendix" naturally becomes a "similar projects" link page Revision Changes Path 1.27 +64 -63 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 18:17:15 2002 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 8562C37B405 for ; Sat, 1 Jun 2002 18:17:11 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 0743317407; Sat, 1 Jun 2002 20:17:11 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 20:17:10 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020602011711.0743317407@usw4.freebsd.org> 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 2002/06/01 20:17:10 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: link to lizard websites Revision Changes Path 1.28 +6 -3 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 18:29: 8 2002 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 0E46E37B403 for ; Sat, 1 Jun 2002 18:29:07 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 79BD717407; Sat, 1 Jun 2002 20:29:06 -0500 (CDT) From: Antoine Beaupré Date: Sat, 1 Jun 2002 20:29:06 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/doc/sysinstall2 sysinstall2.sgml Message-Id: <20020602012906.79BD717407@usw4.freebsd.org> 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 2002/06/01 20:29:06 CDT Modified files: doc/sysinstall2 sysinstall2.sgml Log: make emails real links itemize the list of libh features Revision Changes Path 1.29 +38 -22 libh/doc/sysinstall2/sysinstall2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sat Jun 1 23:10:31 2002 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 9987937B407 for ; Sat, 1 Jun 2002 23:10:30 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id A79D917407; Sun, 2 Jun 2002 01:10:29 -0500 (CDT) From: Antoine Beaupré Date: Sun, 2 Jun 2002 01:10:29 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: www index.html Message-Id: <20020602061029.A79D917407@usw4.freebsd.org> 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 2002/06/02 01:10:29 CDT Modified files: . index.html Log: there's no doc directory, fix URL Revision Changes Path 1.13 +1 -1 www/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message