← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2669: moved dwt aspects into a separate namespace; clean up some

 

------------------------------------------------------------
revno: 2669
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2011-11-07 21:53:49 +0100
message:
  moved dwt aspects into a separate namespace; clean up some
renamed:
  dwt/include/dwt/aspects/AspectActivate.h => dwt/include/dwt/aspects/Activate.h
  dwt/include/dwt/aspects/AspectBorder.h => dwt/include/dwt/aspects/Border.h
  dwt/include/dwt/aspects/AspectChild.h => dwt/include/dwt/aspects/Child.h
  dwt/include/dwt/aspects/AspectClickable.h => dwt/include/dwt/aspects/Clickable.h
  dwt/include/dwt/aspects/AspectCloseable.h => dwt/include/dwt/aspects/Closeable.h
  dwt/include/dwt/aspects/AspectCollection.h => dwt/include/dwt/aspects/Collection.h
  dwt/include/dwt/aspects/AspectColor.h => dwt/include/dwt/aspects/Colorable.h
  dwt/include/dwt/aspects/AspectCommand.h => dwt/include/dwt/aspects/Command.h
  dwt/include/dwt/aspects/AspectContainer.h => dwt/include/dwt/aspects/Children.h
  dwt/include/dwt/aspects/AspectContextMenu.h => dwt/include/dwt/aspects/ContextMenu.h
  dwt/include/dwt/aspects/AspectData.h => dwt/include/dwt/aspects/Data.h
  dwt/include/dwt/aspects/AspectDialog.h => dwt/include/dwt/aspects/Dialog.h
  dwt/include/dwt/aspects/AspectDragDrop.h => dwt/include/dwt/aspects/DragDrop.h
  dwt/include/dwt/aspects/AspectEnabled.h => dwt/include/dwt/aspects/Enabled.h
  dwt/include/dwt/aspects/AspectEraseBackground.h => dwt/include/dwt/aspects/EraseBackground.h
  dwt/include/dwt/aspects/AspectFileFilter.h => dwt/include/dwt/aspects/FileFilter.h
  dwt/include/dwt/aspects/AspectFont.h => dwt/include/dwt/aspects/Fonts.h
  dwt/include/dwt/aspects/AspectHelp.h => dwt/include/dwt/aspects/Help.h
  dwt/include/dwt/aspects/AspectKeyboard.h => dwt/include/dwt/aspects/Keyboard.h
  dwt/include/dwt/aspects/AspectMinMax.h => dwt/include/dwt/aspects/MinMax.h
  dwt/include/dwt/aspects/AspectMouse.h => dwt/include/dwt/aspects/Mouse.h
  dwt/include/dwt/aspects/AspectPainting.h => dwt/include/dwt/aspects/Painting.h
  dwt/include/dwt/aspects/AspectRaw.h => dwt/include/dwt/aspects/Raw.h
  dwt/include/dwt/aspects/AspectScrollable.h => dwt/include/dwt/aspects/Scrollable.h
  dwt/include/dwt/aspects/AspectSelection.h => dwt/include/dwt/aspects/Selection.h
  dwt/include/dwt/aspects/AspectSizable.h => dwt/include/dwt/aspects/Sizable.h
  dwt/include/dwt/aspects/AspectText.h => dwt/include/dwt/aspects/Caption.h
  dwt/include/dwt/aspects/AspectTimer.h => dwt/include/dwt/aspects/Timer.h
  dwt/include/dwt/aspects/AspectUpdate.h => dwt/include/dwt/aspects/Update.h
  dwt/include/dwt/aspects/AspectVisible.h => dwt/include/dwt/aspects/Visible.h
modified:
  build_util.py
  dwt/include/dwt/Message.h
  dwt/include/dwt/doxygen.h
  dwt/include/dwt/resources/Font.h
  dwt/include/dwt/widgets/Button.h
  dwt/include/dwt/widgets/ComboBox.h
  dwt/include/dwt/widgets/Composite.h
  dwt/include/dwt/widgets/Control.h
  dwt/include/dwt/widgets/DateTime.h
  dwt/include/dwt/widgets/FolderDialog.h
  dwt/include/dwt/widgets/Frame.h
  dwt/include/dwt/widgets/GroupBox.h
  dwt/include/dwt/widgets/Label.h
  dwt/include/dwt/widgets/LoadDialog.h
  dwt/include/dwt/widgets/MDIChild.h
  dwt/include/dwt/widgets/ModalDialog.h
  dwt/include/dwt/widgets/ModelessDialog.h
  dwt/include/dwt/widgets/SaveDialog.h
  dwt/include/dwt/widgets/ScrolledContainer.h
  dwt/include/dwt/widgets/Slider.h
  dwt/include/dwt/widgets/Spinner.h
  dwt/include/dwt/widgets/StatusBar.h
  dwt/include/dwt/widgets/TabView.h
  dwt/include/dwt/widgets/Table.h
  dwt/include/dwt/widgets/TextBox.h
  dwt/include/dwt/widgets/ToolBar.h
  dwt/include/dwt/widgets/ToolTip.h
  dwt/include/dwt/widgets/Tree.h
  dwt/src/SConscript
  dwt/src/widgets/TextBox.cpp
  win32/ComboBox.h
  win32/MDIChildFrame.h
  win32/RichTextBox.cpp
  dwt/include/dwt/aspects/Activate.h
  dwt/include/dwt/aspects/Border.h
  dwt/include/dwt/aspects/Child.h
  dwt/include/dwt/aspects/Clickable.h
  dwt/include/dwt/aspects/Closeable.h
  dwt/include/dwt/aspects/Collection.h
  dwt/include/dwt/aspects/Colorable.h
  dwt/include/dwt/aspects/Command.h
  dwt/include/dwt/aspects/Children.h
  dwt/include/dwt/aspects/ContextMenu.h
  dwt/include/dwt/aspects/Data.h
  dwt/include/dwt/aspects/Dialog.h
  dwt/include/dwt/aspects/DragDrop.h
  dwt/include/dwt/aspects/Enabled.h
  dwt/include/dwt/aspects/EraseBackground.h
  dwt/include/dwt/aspects/FileFilter.h
  dwt/include/dwt/aspects/Fonts.h
  dwt/include/dwt/aspects/Help.h
  dwt/include/dwt/aspects/Keyboard.h
  dwt/include/dwt/aspects/MinMax.h
  dwt/include/dwt/aspects/Mouse.h
  dwt/include/dwt/aspects/Painting.h
  dwt/include/dwt/aspects/Raw.h
  dwt/include/dwt/aspects/Scrollable.h
  dwt/include/dwt/aspects/Selection.h
  dwt/include/dwt/aspects/Sizable.h
  dwt/include/dwt/aspects/Caption.h
  dwt/include/dwt/aspects/Timer.h
  dwt/include/dwt/aspects/Update.h
  dwt/include/dwt/aspects/Visible.h
The size of the diff (3171 lines) is larger than your specified limit of 1000 lines

--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription