Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2002 03:42:48 -0500 (CDT)
From:      Max Okumoto <okumoto@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/include/hui HuiQt.hh HuiQtObjects.hh libh/lib/hui HuiQt.cc HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_InputLineWidget.cc HuiQt_RadioMenuWidget.cc HuiQt_TitledWidget.cc HuiQt_WindowWidget.cc HuiTVision_ListBoxWidget.cc
Message-ID:  <20020603084248.C0D8617407@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
okumoto     2002/06/03 03:42:48 CDT

  Modified files:        (Branch: HUI_CLEANUP_0)
    include/hui          HuiQt.hh HuiQtObjects.hh 
    lib/hui              HuiQt.cc HuiQt_ButtonWidget.cc 
                         HuiQt_ButtonsGroupWidget.cc 
                         HuiQt_CheckBoxesWidget.cc 
                         HuiQt_InputLineWidget.cc 
                         HuiQt_RadioMenuWidget.cc 
                         HuiQt_TitledWidget.cc 
                         HuiQt_WindowWidget.cc 
                         HuiTVision_ListBoxWidget.cc 
  Log:
  Moved static member functions out of HuiQt object into the objects that
  use them.
  
  HuiQt::translateAccel() ->
  	HuiQtEmbeddedWidget::translateAccel()
  HuiQt::stripAccel() ->
  	HuiQtButtonsGroupWidget::stripAccel()
  HuiQt::make_lineedit_validator() ->
  	HuiQtInputLineWidget::make_lineedit_validator()
  
  Revision  Changes    Path
  1.37.2.25 +1 -10     libh/include/hui/HuiQt.hh
  1.1.2.30  +27 -1     libh/include/hui/Attic/HuiQtObjects.hh
  1.32.2.18 +1 -26     libh/lib/hui/HuiQt.cc
  1.31.2.18 +3 -3      libh/lib/hui/HuiQt_ButtonWidget.cc
  1.29.2.14 +3 -3      libh/lib/hui/HuiQt_ButtonsGroupWidget.cc
  1.30.2.10 +2 -2      libh/lib/hui/HuiQt_CheckBoxesWidget.cc
  1.30.2.14 +3 -3      libh/lib/hui/HuiQt_InputLineWidget.cc
  1.30.2.10 +2 -2      libh/lib/hui/HuiQt_RadioMenuWidget.cc
  1.32.2.15 +3 -3      libh/lib/hui/HuiQt_TitledWidget.cc
  1.33.2.17 +3 -3      libh/lib/hui/HuiQt_WindowWidget.cc
  1.35.2.18 +3 -1      libh/lib/hui/HuiTVision_ListBoxWidget.cc


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?20020603084248.C0D8617407>