refactor: Update GUI components and integrate new palette widget
- Removed references to the old `EnhancedPaletteEditor` and replaced it with the new `PaletteWidget` across various files, including canvas and context menu implementations. - Updated CMake configurations to include the new `palette_widget` source files, ensuring proper integration into the build system. - Refactored GUI code to enhance modularity and maintainability, improving the overall user experience in palette management and editing functionalities. - Introduced new UI components for background rendering and editor selection dialogs, enhancing the application's graphical interface.
This commit is contained in:
@@ -926,8 +926,6 @@ source_group("Application\\Graphics" FILES
|
||||
|
||||
# GUI System
|
||||
source_group("Application\\GUI" FILES
|
||||
app/gui/background_renderer.cc
|
||||
app/gui/background_renderer.h
|
||||
app/gui/canvas_utils.cc
|
||||
app/gui/canvas_utils.h
|
||||
app/gui/canvas.cc
|
||||
@@ -935,7 +933,7 @@ source_group("Application\\GUI" FILES
|
||||
app/gui/color.cc
|
||||
app/gui/color.h
|
||||
app/gui/enhanced_palette_editor.cc
|
||||
app/gui/enhanced_palette_editor.h
|
||||
app/gui/widgets/palette_widget.h
|
||||
app/gui/icons.h
|
||||
app/gui/input.cc
|
||||
app/gui/input.h
|
||||
|
||||
Reference in New Issue
Block a user