From owner-freebsd-libh Sun Jan 12 1: 1:32 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 F188137B401 for ; Sun, 12 Jan 2003 01:01:29 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F91D43EB2 for ; Sun, 12 Jan 2003 01:01:29 -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.6/8.12.5) with ESMTP id h0C91SdN085005 for ; Sun, 12 Jan 2003 04:01:28 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h0C91SUw084977 for libh@FreeBSD.org; Sun, 12 Jan 2003 04:01:28 -0500 (EST) Date: Sun, 12 Jan 2003 04:01:28 -0500 (EST) From: LibH Owner Message-Id: <200301120901.h0C91SUw084977@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh/lib/HuiQt HuiQtRadioButtons.cc HuiQtRadioButtons.hh HuiQt.cc HuiQt.hh HuiQt.ii HuiQtButton.cc HuiQtButton.hh HuiQtButtonsGroup.cc HuiQtButtonsGroup.hh HuiQtCheckBoxes.cc HuiQtCheckBoxes.hh HuiQtContainer.hh HuiQtDialog.cc HuiQtDialog.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/01/12 04:01:28 EST Modified files: lib/HuiQt HuiQt.cc HuiQt.hh HuiQt.ii HuiQtButton.cc HuiQtButton.hh HuiQtButtonsGroup.cc HuiQtButtonsGroup.hh HuiQtCheckBoxes.cc HuiQtCheckBoxes.hh HuiQtContainer.hh HuiQtDialog.cc HuiQtDialog.hh HuiQtEmbedded.cc HuiQtEmbedded.hh HuiQtGroup.cc HuiQtGroup.hh HuiQtInputLine.cc HuiQtInputLine.hh HuiQtLabel.cc HuiQtLabel.hh HuiQtListBox.cc HuiQtListBox.hh HuiQtProgressIndicator.cc HuiQtProgressIndicator.hh HuiQtToplevel.cc HuiQtToplevel.hh HuiQtWidget.cc HuiQtWidget.hh HuiQtWindow.cc HuiQtWindow.hh module.m4 Added files: lib/HuiQt HuiQtRadioButtons.cc HuiQtRadioButtons.hh Removed files: lib/HuiQt HuiQtApplication.cc HuiQtApplication.hh HuiQtContainer.cc HuiQtMenuBar.cc HuiQtMenuButton.cc HuiQtMenuItem.cc HuiQtMenuSeparator.cc HuiQtMenuSubmenu.cc HuiQtRadioMenu.cc HuiQtRadioMenu.hh HuiQtTable.cc HuiQtTextEdit.cc HuiQtTitle.hh Log: Cleanup code in HuiQt so enable compiling with gcc32, and start porting to qt30 Revision Changes Path 1.7 +26 -75 libh/lib/HuiQt/HuiQt.cc 1.6 +11 -19 libh/lib/HuiQt/HuiQt.hh 1.2 +3 -10 libh/lib/HuiQt/HuiQt.ii 1.2 +15 -52 libh/lib/HuiQt/HuiQtButton.cc 1.3 +11 -6 libh/lib/HuiQt/HuiQtButton.hh 1.2 +4 -52 libh/lib/HuiQt/HuiQtButtonsGroup.cc 1.4 +3 -11 libh/lib/HuiQt/HuiQtButtonsGroup.hh 1.2 +17 -167 libh/lib/HuiQt/HuiQtCheckBoxes.cc 1.3 +14 -19 libh/lib/HuiQt/HuiQtCheckBoxes.hh 1.3 +4 -10 libh/lib/HuiQt/HuiQtContainer.hh 1.2 +14 -66 libh/lib/HuiQt/HuiQtDialog.cc 1.3 +8 -5 libh/lib/HuiQt/HuiQtDialog.hh 1.3 +1 -87 libh/lib/HuiQt/HuiQtEmbedded.cc 1.5 +6 -56 libh/lib/HuiQt/HuiQtEmbedded.hh 1.4 +85 -418 libh/lib/HuiQt/HuiQtGroup.cc 1.4 +27 -41 libh/lib/HuiQt/HuiQtGroup.hh 1.2 +18 -180 libh/lib/HuiQt/HuiQtInputLine.cc 1.3 +10 -6 libh/lib/HuiQt/HuiQtInputLine.hh 1.4 +9 -22 libh/lib/HuiQt/HuiQtLabel.cc 1.3 +6 -4 libh/lib/HuiQt/HuiQtLabel.hh 1.2 +28 -554 libh/lib/HuiQt/HuiQtListBox.cc 1.3 +8 -8 libh/lib/HuiQt/HuiQtListBox.hh 1.2 +14 -99 libh/lib/HuiQt/HuiQtProgressIndicator.cc 1.3 +12 -14 libh/lib/HuiQt/HuiQtProgressIndicator.hh 1.3 +3 -13 libh/lib/HuiQt/HuiQtToplevel.cc 1.5 +1 -7 libh/lib/HuiQt/HuiQtToplevel.hh 1.3 +20 -13 libh/lib/HuiQt/HuiQtWidget.cc 1.4 +26 -8 libh/lib/HuiQt/HuiQtWidget.hh 1.5 +13 -58 libh/lib/HuiQt/HuiQtWindow.cc 1.5 +11 -6 libh/lib/HuiQt/HuiQtWindow.hh 1.8 +26 -17 libh/lib/HuiQt/module.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message