From owner-freebsd-libh Wed Mar 19 22: 6:41 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7AA837B401 for ; Wed, 19 Mar 2003 22:06:39 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049BE43F85 for ; Wed, 19 Mar 2003 22:06:39 -0800 (PST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8) with ESMTP id h2K66cRM034367 for ; Thu, 20 Mar 2003 01:06:38 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8/Submit) id h2K66bs5034366 for libh@FreeBSD.org; Thu, 20 Mar 2003 01:06:37 -0500 (EST) Date: Thu, 20 Mar 2003 01:06:37 -0500 (EST) From: LibH Owner Message-Id: <200303200606.h2K66bs5034366@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh/lib/Hui HuiCallback.cc HuiGroup.hh HuiToplevel.hh libh/lib/HuiQt HuiQtContainer.hh HuiQtDialog.cc HuiQtDialog.hh HuiQtGroup.cc HuiQtGroup.hh HuiQtWindow.cc HuiQtWindow.hh libh/lib/HuiTv HuiTv.cc HuiTvButton.cc HuiTvButton.hh ... To: freebsd-libh@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 libh 2003/03/20 01:06:37 EST Modified files: lib/Hui HuiCallback.cc HuiGroup.hh HuiToplevel.hh lib/HuiQt HuiQtContainer.hh HuiQtDialog.cc HuiQtDialog.hh HuiQtGroup.cc HuiQtGroup.hh HuiQtWindow.cc HuiQtWindow.hh lib/HuiTv HuiTv.cc HuiTvButton.cc HuiTvButton.hh HuiTvContainer.hh HuiTvDialog.cc HuiTvDialog.hh HuiTvGroup.cc HuiTvGroup.hh HuiTvToplevel.hh HuiTvWindow.cc HuiTvWindow.hh release/scripts Help.tcl startup.sh Log: Cleanup handling of widget destruction. Revision Changes Path 1.7 +1 -2 libh/lib/Hui/HuiCallback.cc 1.12 +1 -1 libh/lib/Hui/HuiGroup.hh 1.5 +3 -0 libh/lib/Hui/HuiToplevel.hh 1.7 +2 -0 libh/lib/HuiQt/HuiQtContainer.hh 1.6 +25 -0 libh/lib/HuiQt/HuiQtDialog.cc 1.8 +8 -2 libh/lib/HuiQt/HuiQtDialog.hh 1.9 +0 -6 libh/lib/HuiQt/HuiQtGroup.cc 1.10 +1 -3 libh/lib/HuiQt/HuiQtGroup.hh 1.9 +25 -0 libh/lib/HuiQt/HuiQtWindow.cc 1.10 +7 -0 libh/lib/HuiQt/HuiQtWindow.hh 1.47 +1 -0 libh/lib/HuiTv/HuiTv.cc 1.45 +43 -19 libh/lib/HuiTv/HuiTvButton.cc 1.9 +6 -7 libh/lib/HuiTv/HuiTvButton.hh 1.10 +4 -1 libh/lib/HuiTv/HuiTvContainer.hh 1.42 +110 -52 libh/lib/HuiTv/HuiTvDialog.cc 1.10 +19 -14 libh/lib/HuiTv/HuiTvDialog.hh 1.50 +0 -5 libh/lib/HuiTv/HuiTvGroup.cc 1.14 +15 -8 libh/lib/HuiTv/HuiTvGroup.hh 1.9 +1 -1 libh/lib/HuiTv/HuiTvToplevel.hh 1.43 +29 -15 libh/lib/HuiTv/HuiTvWindow.cc 1.11 +13 -6 libh/lib/HuiTv/HuiTvWindow.hh 1.2 +9 -4 libh/release/scripts/Help.tcl 1.7 +1 -1 libh/release/scripts/startup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message