Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set auto translate mode for drag previews | Haoyu Qiu | 2024-09-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | - Controls - `LineEdit`, `TextEdit`: Always disabled since it's dragging user input. - `TabBar`: Use the same auto translate mode as the node. - `RichTextLabel`: Always disable since auto translation is done differently from other controls (selection text you get programmatically is always after auto translation). - Editor - Disable drag preview auto translation if the text is user input, filename, or class name. - Also disabled unexpected auto translation for audio bus effect names. | ||||
* | Fix animation `bezierEditor` uses only half the view. | Mounir Tohami | 2024-09-17 | 1 | -2/+2 |
| | |||||
* | Merge pull request #96902 from SaracenOne/animation_selection_box | Rémi Verschelde | 2024-09-16 | 1 | -12/+53 |
|\ | | | | | | | Fix selection box + scrolling in animation editor. | ||||
| * | Fix selection box + scrolling in animation editor. | Saracen | 2024-09-15 | 1 | -12/+53 |
| | | |||||
* | | Merge pull request #96400 from ↵ | Rémi Verschelde | 2024-09-16 | 1 | -20/+0 |
|\ \ | |/ |/| | | | | | | | Maran23/inputmap-usage-for-filter-and-corresponding-refactor Use InputMap actions consistently across all LineEdit's that filter an underlying Tree or ItemList. | ||||
| * | Use InputMap actions consistently across all LineEdit's that filter an ↵ | Marius Hanl | 2024-08-31 | 1 | -20/+0 |
| | | | | | | | | | | | | | | | | | | underlying Tree or ItemList. - Instead of checking for Key::UP, Key::DOWN, Key::PAGEUP, Key::PAGEDOWN etc., we rather check for the action like 'ui_up' or 'ui_down'. - Also use AcceptDialog's 'register_text_enter' functionality to consistently close a dialog when ENTER is pressed while the LineEdit has focus (instead of redirecting ENTER keys to e.g. the underlying Tree). - Unify the LineEdit filter behavior for the SceneTreeDialog and corresponding usages - Improve OK Button disablement (something should be selected) | ||||
* | | Update AnimationPlayer in real-time when bezier curve properties or bezier ↵ | Dowsley | 2024-09-12 | 1 | -0/+20 |
| | | | | | | | | editor changes | ||||
* | | Fix errors when creating bezier component tracks. | Saracen | 2024-09-10 | 1 | -1/+24 |
| | | |||||
* | | Add separate timeline snapping control to Animation Editor | Kasper Arnklit Frandsen | 2024-09-02 | 1 | -16/+31 |
| | | |||||
* | | Merge pull request #96428 from SaracenOne/timeline_display_fix | Rémi Verschelde | 2024-09-02 | 1 | -3/+8 |
|\ \ | | | | | | | | | | Fix overlapping in animation timeline display. | ||||
| * | | Fix overlapping in animation timeline display. | Saracen | 2024-09-01 | 1 | -3/+8 |
| |/ | |||||
* | | Merge pull request #96013 from passivestar/keyframe-navigation | Rémi Verschelde | 2024-09-02 | 1 | -0/+4 |
|\ \ | |/ |/| | | | Allow jumping to previous/next keyframe in animation player | ||||
| * | Allow jumping to previous/next keyframe in animation player | passivestar | 2024-09-01 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #96328 from object71/fix-animation-snap-96159 | Rémi Verschelde | 2024-08-30 | 1 | -1/+4 |
|\ \ | | | | | | | | | | Add `modf` function and fix animation editor snap behavior | ||||
| * | | Add modf function and fix snap behavior | Hristo Iliev | 2024-08-30 | 1 | -1/+4 |
| | | | | | | | | | | | | Fixes #96159 | ||||
* | | | Merge pull request #91599 from ↵ | Rémi Verschelde | 2024-08-30 | 1 | -0/+37 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | dnllowe/realtime-animation-player-property-updates Update AnimationPlayer in real-time when keyframe properties change | ||||
| * | | | Update AnimationPlayer in real-time when keyframe properties change | Daniel Lowe | 2024-08-26 | 1 | -0/+37 |
| | | | | |||||
* | | | | Merge pull request #90130 from KoBeWi/erased_from_history | Rémi Verschelde | 2024-08-30 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose EditorUndoRedoManager's `clear_history()` | ||||
| * | | | | Expose EditorUndoRedoManager's clear_history() | kobewi | 2024-08-29 | 1 | -4/+4 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #92842 from mihe/multi-node-keying | Rémi Verschelde | 2024-08-30 | 1 | -97/+35 |
|\ \ \ \ | |/ / / |/| | | | | | | | Allow keying properties when selecting multiple nodes | ||||
| * | | | Allow keying properties with multiple nodes selected | Mikael Hermansson | 2024-08-19 | 1 | -97/+35 |
| | | | | |||||
* | | | | Merge pull request #91854 from ImpishOaths/PullReady | Rémi Verschelde | 2024-08-26 | 1 | -1/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Don't lose in/out handles when bezier keyframe inserted on top of existing keyframe | ||||
| * | | | Don't lose in/out handles when bezier keyframe inserted on top of existing ↵ | ImpishOaths | 2024-07-08 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyframe Apply suggestions from code review Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com> | ||||
* | | | | Fix animation timeline resize widget allowing impossible internal values | passivestar | 2024-08-22 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | Allow theming animation editor | passivestar | 2024-08-21 | 1 | -118/+153 |
| |/ |/| | |||||
* | | [Editor] Fix `AnimationTrackEditor::timeline_changed` signal | A Thousand Ships | 2024-08-13 | 1 | -3/+3 |
| | | | | | | | | Signal was declared with two arguments, emitted with both two and three | ||||
* | | Fix BlendShapeTrack insertion totally not working | Silc Lizard (Tokage) Renew | 2024-07-25 | 1 | -11/+30 |
| | | |||||
* | | Animation: Fix reset value when adding new Bezier track | BrinerLovo | 2024-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #81929. In Float and Integer types, there is no subindex – only the primary value. Currently, trying to retrieve a subindex from these types in the Variant leads to a return value of null. To address this, the proposed change ensures that the default value is returned for these types instead of attempting an invalid subindex retrieval. | ||||
* | | Fix broken sync between animation TrackEditor and PlayerEditor | Silc Lizard (Tokage) Renew | 2024-07-06 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #92985 from KoBeWi/confirm_insert_shift | Rémi Verschelde | 2024-07-05 | 1 | -4/+12 |
|\ | | | | | | | Restore "Confirm Insert Track" editor setting | ||||
| * | Restore "Confirm Insert Track" editor setting | kobewi | 2024-06-10 | 1 | -4/+12 |
| | | |||||
* | | Clamp bezier handle length to half the length of animation | Kasper Frandsen | 2024-07-04 | 1 | -20/+4 |
| | | |||||
* | | Revert the default InterpolationType with angle property to Linear | Silc Lizard (Tokage) Renew | 2024-06-28 | 1 | -11/+1 |
| | | |||||
* | | Merge pull request #93408 from CookieBadger/animation-track-key-inspector-fix | Rémi Verschelde | 2024-06-28 | 1 | -3/+3 |
|\ \ | | | | | | | | | | Fix displaying selected Bezier animation keys in inspector | ||||
| * | | fix animation bezier keys not showing in inspector after selection | emild | 2024-06-21 | 1 | -3/+3 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -6/+6 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -7/+7 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -19/+19 |
| | | | |||||
* | | | Merge pull request #93257 from bruvzg/antrk_popup_drag | Rémi Verschelde | 2024-06-18 | 1 | -0/+16 |
|\ \ \ | | | | | | | | | | | | | [AnimationTrackEdit] Cancel key drag when popup is shown. | ||||
| * | | | [AnimationTrackEdit] Cancel key drag when popup is shown. | bruvzg | 2024-06-17 | 1 | -0/+16 |
| | | | | |||||
* | | | | Merge pull request #80860 from RandomShaper/harmonize_track_insert | Rémi Verschelde | 2024-06-17 | 1 | -74/+47 |
|\ \ \ \ | |/ / / |/| | | | | | | | Simplify right-click track insertion code | ||||
| * | | | Simplify right-click track insertion code | Pedro J. Estébanez | 2024-06-13 | 1 | -74/+47 |
| | | | | |||||
* | | | | Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_less | Rémi Verschelde | 2024-06-13 | 1 | -1/+16 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Don't allow creating invalid RESET keys | ||||
| * | | | Don't allow creating invalid RESET keys | kobewi | 2024-06-07 | 1 | -1/+16 |
| | | | | |||||
* | | | | Fix unstable AnimationTrackEditor snapping value | Silc Lizard (Tokage) Renew | 2024-06-04 | 1 | -30/+45 |
|/ / / | |||||
* | | | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
| | | | |||||
* | | | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -5/+5 |
| | | | |||||
* | | | Remove duplicate shortcut definitions | kobewi | 2024-05-21 | 1 | -2/+4 |
|/ / | |||||
* | | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -10/+10 |
| | |