Maniphest T54832

COW Operators: User Interface Stuff
Closed, ArchivedTO DO

Assigned To
Brecht Van Lommel (brecht)
Authored By
Joshua Leung (aligorith)
Apr 25 2018, 3:30 PM
Tags
  • Code Quest
  • Dependency Graph
Subscribers
Brecht Van Lommel (brecht)
Joshua Leung (aligorith)
Sergey Sharybin (sergey)

Description

Instructions

See T54810 for details

Most of these should only require minor tweaks. But, still need checking...

editors/interface module

Maybe?

  • UI_OT_reset_default_button - Depends on the property used. It "works" when everything is configured correctly with the property being fixed. (e.g. d9c5a35587d)
  • UI_OT_unset_property_button
  • UI_OT_use_property_button
  • UI_OT_unuse_property_button
  • UI_OT_override_type_set_button
  • UI_OT_override_remove_button
  • UI_OT_copy_to_selected_button
  • UI_OT_reports_to_textblock
  • UI_OT_editsource - Mostly working. Not working so well though due to lack of info editor
  • UI_OT_edittranslation_init
  • UI_OT_reloadtranslation

Definitely

  • UI_OT_drop_color - rB3c1483cf1eb
  • UI_OT_eyedropper_color
  • UI_OT_eyedropper_colorband
  • UI_OT_eyedropper_colorband_point
  • UI_OT_eyedropper_id
  • UI_OT_eyedropper_depth
  • UI_OT_eyedropper_driver

editors/scene module

  • SCENE_OT_new
  • SCENE_OT_delete

editors/screen

  • SCREEN_OT_frame_offset - CRASHING on Shift-UpArrow wtih Dweebs file (with 26d87bd57795c39138ba982cc06a20b466eddb2c, in subsurf code)
  • SCREEN_OT_frame_jump
  • SCREEN_OT_keyframe_jump
  • SCREEN_OT_marker_jump
  • SCREEN_OT_animation_step
  • SCREEN_OT_animation_play
  • SCREEN_OT_animation_cancel
  • SCREEN_OT_repeat_last
  • SCREEN_OT_repeat_history
  • SCREEN_OT_redo_last
  • SCREEN_OT_region_blend
  • SCREEN_OT_screenshot
  • SCREEN_OT_screencast
  • SCREEN_OT_space_context_cycle
  • SCREEN_OT_new
  • SCREEN_OT_delete

editors/screen/undo.c

  • ED_OT_undo
  • ED_OT_undo_push
  • ED_OT_redo
  • ED_OT_undo_redo
  • ED_OT_undo_history
  • ED_OT_flush_edits

workspace_edit.c (4)

Note: Most of these should be fine and well tested by now

  • WORKSPACE_OT_workspace_duplicate
  • WORKSPACE_OT_workspace_delete
  • WORKSPACE_OT_workspace_add_menu
  • WORKSPACE_OT_append_activate

script_ops.c (3)

Note: These should be fine

  • SCRIPT_OT_python_file_run
  • SCRIPT_OT_reload
  • SCRIPT_OT_autoexec_warn_clear

Related Objects

StatusSubtypeAssignedTask
ArchivedTO DOJoshua Leung (aligorith)
ArchivedTO DOBrecht Van Lommel (brecht)

Event Timeline

Joshua Leung (aligorith) lowered the priority of this task from 90 to Normal.Apr 25 2018, 3:30 PM
Joshua Leung (aligorith) created this task.
Joshua Leung (aligorith) updated the task description.
Joshua Leung (aligorith) updated the task description.May 4 2018, 5:21 PM
Joshua Leung (aligorith) updated the task description.May 4 2018, 5:33 PM
Joshua Leung (aligorith) updated the task description.May 4 2018, 6:38 PM
Joshua Leung (aligorith) moved this task from Tasks to Doing on the Code Quest board.
Inês Almeida (brita_) updated the task description.May 28 2018, 11:10 PM
Brecht Van Lommel (brecht) moved this task from Doing to Tasks on the Code Quest board.Aug 13 2018, 11:49 AM
Brecht Van Lommel (brecht) changed the task status from Unknown Status to Unknown Status.Nov 19 2018, 12:42 PM
Brecht Van Lommel (brecht) claimed this task.
Brecht Van Lommel (brecht) added a subscriber: Brecht Van Lommel (brecht).

Most operators appear to be working, and we will use bug tracker to handle remaining issues.