-
- Downloads
Merge pull request #303 from gpospelov/develop
Working prototype of ComponentFlatView
No related branches found
No related tags found
Showing
- .appveyor.yml 1 addition, 1 deletion.appveyor.yml
- GUI/coregui/Models/ComponentProxyStrategy.cpp 2 additions, 12 deletionsGUI/coregui/Models/ComponentProxyStrategy.cpp
- GUI/coregui/Models/SessionModelDelegate.cpp 77 additions, 76 deletionsGUI/coregui/Models/SessionModelDelegate.cpp
- GUI/coregui/Models/SessionModelDelegate.h 2 additions, 5 deletionsGUI/coregui/Models/SessionModelDelegate.h
- GUI/coregui/Views/PropertyEditor/ComponentFlatView.cpp 130 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/ComponentFlatView.cpp
- GUI/coregui/Views/PropertyEditor/ComponentFlatView.h 59 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/ComponentFlatView.h
- GUI/coregui/Views/PropertyEditor/ComponentUtils.cpp 53 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/ComponentUtils.cpp
- GUI/coregui/Views/PropertyEditor/ComponentUtils.h 39 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/ComponentUtils.h
- GUI/coregui/Views/PropertyEditor/CustomEditors.cpp 286 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/CustomEditors.cpp
- GUI/coregui/Views/PropertyEditor/CustomEditors.h 148 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/CustomEditors.h
- GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp 151 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp
- GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.h 34 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/PropertyEditorFactory.h
- GUI/coregui/Views/PropertyEditor/PropertyWidgetItem.cpp 73 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/PropertyWidgetItem.cpp
- GUI/coregui/Views/PropertyEditor/PropertyWidgetItem.h 50 additions, 0 deletionsGUI/coregui/Views/PropertyEditor/PropertyWidgetItem.h
- GUI/coregui/Views/PropertyEditor/TestComponentView.cpp 52 additions, 2 deletionsGUI/coregui/Views/PropertyEditor/TestComponentView.cpp
- GUI/coregui/Views/PropertyEditor/TestComponentView.h 6 additions, 1 deletionGUI/coregui/Views/PropertyEditor/TestComponentView.h
- GUI/coregui/utils/LayoutUtils.cpp 115 additions, 0 deletionsGUI/coregui/utils/LayoutUtils.cpp
- GUI/coregui/utils/LayoutUtils.h 40 additions, 0 deletionsGUI/coregui/utils/LayoutUtils.h
- Tests/UnitTests/GUI/TestComponentUtils.h 63 additions, 0 deletionsTests/UnitTests/GUI/TestComponentUtils.h
- Tests/UnitTests/GUI/TestGUI.cpp 2 additions, 0 deletionsTests/UnitTests/GUI/TestGUI.cpp
Loading
Please register or sign in to comment