Date: Sun, 12 Jan 2003 04:01:28 -0500 (EST) From: LibH Owner <libh@triangle.rtp.FreeBSD.Org> To: freebsd-libh@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 ... Message-ID: <200301120901.h0C91SUw084977@triangle.rtp.FreeBSD.Org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301120901.h0C91SUw084977>
