Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2001 14:13:15 -0600 (CST)
From:      Alexander Langer <alex@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/lib/hui HuiQt.cc HuiQt_ButtonWidget.cc HuiQt_ButtonsGroupWidget.cc HuiQt_CheckBoxesWidget.cc HuiQt_ContainerWidget.cc HuiQt_DialogWidget.cc HuiQt_GroupWidget.cc HuiQt_InputLineWidget.cc HuiQt_LabelWidget.cc HuiQt_ListBoxWidget.cc HuiQt_MenuBarWidget.cc ...
Message-ID:  <200101272013.f0RKDGa22836@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        2001/01/27 14:13:15 CST

  Modified files:
    lib/hui              HuiQt.cc HuiQt_ButtonWidget.cc 
                         HuiQt_ButtonsGroupWidget.cc 
                         HuiQt_CheckBoxesWidget.cc 
                         HuiQt_ContainerWidget.cc 
                         HuiQt_DialogWidget.cc 
                         HuiQt_GroupWidget.cc 
                         HuiQt_InputLineWidget.cc 
                         HuiQt_LabelWidget.cc 
                         HuiQt_ListBoxWidget.cc 
                         HuiQt_MenuBarWidget.cc 
                         HuiQt_MenuButtonWidget.cc 
                         HuiQt_MenuItemWidget.cc 
                         HuiQt_MenuSeparatorWidget.cc 
                         HuiQt_MenuSubmenuWidget.cc 
                         HuiQt_ProgressIndicatorWidget.cc 
                         HuiQt_RadioMenuWidget.cc 
                         HuiQt_TextEditWidget.cc 
                         HuiQt_TitledWidget.cc 
                         HuiQt_ToplevelWidget.cc HuiQt_Widget.cc 
                         HuiQt_WindowWidget.cc 
  Log:
  Split up the HuiQt.cc file into a bunch of smaller files (after repo-copy).
  Every Widget has its own file now.
  
  This makes the whole a lot more maintainable.
  
  Revision  Changes    Path
  1.26      +1 -2452   libh/lib/hui/HuiQt.cc
  1.26      +46 -2629  libh/lib/hui/HuiQt_ButtonWidget.cc
  1.26      +73 -2586  libh/lib/hui/HuiQt_ButtonsGroupWidget.cc
  1.26      +58 -2637  libh/lib/hui/HuiQt_CheckBoxesWidget.cc
  1.26      +1 -2418   libh/lib/hui/HuiQt_ContainerWidget.cc
  1.26      +42 -2633  libh/lib/hui/HuiQt_DialogWidget.cc
  1.26      +330 -2563 libh/lib/hui/HuiQt_GroupWidget.cc
  1.26      +75 -2615  libh/lib/hui/HuiQt_InputLineWidget.cc
  1.26      +33 -2627  libh/lib/hui/HuiQt_LabelWidget.cc
  1.26      +4 -2501   libh/lib/hui/HuiQt_ListBoxWidget.cc
  1.26      +1 -2640   libh/lib/hui/HuiQt_MenuBarWidget.cc
  1.26      +1 -2645   libh/lib/hui/HuiQt_MenuButtonWidget.cc
  1.26      +1 -2625   libh/lib/hui/HuiQt_MenuItemWidget.cc
  1.26      +1 -2664   libh/lib/hui/HuiQt_MenuSeparatorWidget.cc
  1.26      +1 -2599   libh/lib/hui/HuiQt_MenuSubmenuWidget.cc
  1.26      +4 -2580   libh/lib/hui/HuiQt_ProgressIndicatorWidget.cc
  1.26      +1 -2604   libh/lib/hui/HuiQt_RadioMenuWidget.cc
  1.26      +1 -2592   libh/lib/hui/HuiQt_TextEditWidget.cc
  1.26      +56 -2617  libh/lib/hui/HuiQt_TitledWidget.cc
  1.26      +22 -2640  libh/lib/hui/HuiQt_ToplevelWidget.cc
  1.26      +1 -2496   libh/lib/hui/HuiQt_Widget.cc
  1.26      +105 -2594 libh/lib/hui/HuiQt_WindowWidget.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?200101272013.f0RKDGa22836>