khanat-opennel-code/code/studio/src/plugins/gui_editor
2014-09-17 14:41:57 +02:00
..
expressions Added sample expression files. 2014-09-16 15:54:53 +02:00
project_files Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widgets Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
action_editor.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
action_editor.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
action_editor.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
action_list.cpp Fixed: EOL 2014-08-30 16:21:25 +02:00
action_list.h Fixed: EOL 2014-08-30 16:21:25 +02:00
action_list.ui Added facilities for viewing the loaded actions. 2014-07-02 22:27:04 +02:00
action_property_manager.cpp Added action property editor, editor factory, manager. Actions can now be edited using the editor widget in the property tree. 2014-07-08 18:26:20 +02:00
action_property_manager.h Added action property editor, editor factory, manager. Actions can now be edited using the editor widget in the property tree. 2014-07-08 18:26:20 +02:00
add_widget_widget.cpp Merged default 2014-05-14 18:01:15 +02:00
add_widget_widget.h Merged default 2014-05-14 18:01:15 +02:00
add_widget_widget.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
CMakeLists.txt Improved linking 2014-09-14 15:15:20 +02:00
editor_message_processor.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
editor_message_processor.h Merged default 2014-05-14 18:01:15 +02:00
editor_selection_watcher.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
editor_selection_watcher.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
expr_link_dlg.cpp Show the node names as title, in the link dialog. 2014-09-14 17:19:11 +02:00
expr_link_dlg.h Show the node names as title, in the link dialog. 2014-09-14 17:19:11 +02:00
expr_link_dlg.ui Show the node names as title, in the link dialog. 2014-09-14 17:19:11 +02:00
expr_slot_info.h Improved linking 2014-09-14 15:15:20 +02:00
expression_editor.cpp A root node can now be set. The root node is where the evaluation will start. 2014-09-17 14:41:57 +02:00
expression_editor.h A root node can now be set. The root node is where the evaluation will start. 2014-09-17 14:41:57 +02:00
expression_editor.ui Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
expression_info.h Allow to set and change values of value nodes. 2014-09-16 15:15:31 +02:00
expression_link.cpp Added unlinking support. 2014-09-14 15:36:41 +02:00
expression_link.h There are more than 1 slots available now. 2014-09-13 23:54:25 +02:00
expression_loader.cpp Allow to set and change values of value nodes. 2014-09-16 15:15:31 +02:00
expression_loader.h Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
expression_node.cpp A root node can now be set. The root node is where the evaluation will start. 2014-09-17 14:41:57 +02:00
expression_node.h A root node can now be set. The root node is where the evaluation will start. 2014-09-17 14:41:57 +02:00
expression_store.cpp Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
expression_store.h Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
gui_editor_constants.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_context.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_context.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_core_listener.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_core_listener.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_global.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_plugin.cpp Destroy context when unloading plugins. 2014-06-09 17:40:06 +02:00
gui_editor_plugin.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
gui_editor_window.cpp Parse expression files, and build the expression tree from the expressions parsed from these files. 2014-09-16 02:32:10 +02:00
gui_editor_window.h Added GUI for expression editor. 2014-09-12 19:19:51 +02:00
gui_editor_window.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_editor.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_editor.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_editor.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_list.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_list.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
link_list.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
nelgui_ctrl.cpp Had to move the Nel3DWidget library to the core plugin, because Nel can only be used statically at this point. Which makes using the separate Nel3DWidget library inparctical. 2014-06-16 15:30:35 +02:00
nelgui_ctrl.h Nel3DWidget is no longer in the GUI Editor namespace. 2014-06-15 19:52:04 +02:00
new_property_widget.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
new_property_widget.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
new_property_widget.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
new_widget_widget.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
new_widget_widget.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
new_widget_widget.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
proc_editor.cpp ActionList dialog can now select an action, and is used with the proc editor. 2014-07-03 00:44:38 +02:00
proc_editor.h ActionList dialog can now select an action, and is used with the proc editor. 2014-07-03 00:44:38 +02:00
proc_editor.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
proc_list.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
proc_list.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
proc_list.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_file_parser.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_file_parser.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_file_serializer.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_file_serializer.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_files.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_window.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_window.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
project_window.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
property_browser_ctrl.cpp Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
property_browser_ctrl.h Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
studio_plugin_gui_editor.xml Renamed the plugin XML files. 2014-05-19 01:45:19 +02:00
texture_chooser.cpp GUI Editor Linux build fix 2014-08-06 22:10:11 +02:00
texture_chooser.h Copyright banner + line endings... I always mess this up somehow.. 2014-07-09 21:13:57 +02:00
texture_chooser.ui Texture chooser now supports atlas textures as well. 2014-07-09 21:07:12 +02:00
texture_property_manager.cpp Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
texture_property_manager.h Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser. 2014-07-08 18:59:30 +02:00
widget_hierarchy.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_hierarchy.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_hierarchy.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info_serializer.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info_serializer.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info_tree.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info_tree_node.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_info_tree_visitor.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_properties.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_properties.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_properties.ui Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_properties_parser.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_properties_parser.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_serializer.cpp Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00
widget_serializer.h Moved ovqt to /code/studio 2014-05-06 01:30:28 +02:00