summaryrefslogtreecommitdiffstats
path: root/editor/editor_audio_buses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-3/+17
|\|
| * Add missing audio bus button stylespassivestar2024-11-051-3/+17
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+3
* Fix EditorAudioBus corner radiusGiganzo2024-09-171-1/+1
* Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-4/+4
* Add vertical separation to audio buspassivestar2024-06-231-0/+10
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-6/+6
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-4/+4
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-12/+12
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+4
* Improve Audio Bus button pressed state visibilityChristian Kaiser2024-04-291-4/+15
* Merge pull request #89808 from timothyqiu/ok-i-knowRémi Verschelde2024-04-111-1/+4
|\
| * Don't error multiple times when trying to load missing default bus layoutHaoyu Qiu2024-03-231-1/+4
* | Fix wrong values displayed after duplicating an audio busHaoyu Qiu2024-03-241-0/+2
|/
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-201-2/+3
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Improve editor theme generation after the refactorYuri Sizov2024-01-171-3/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-5/+4
* Merge pull request #85879 from berrybus/deselect-audio-effectsYuri Sizov2023-12-141-0/+1
|\
| * Fix unable to deselect audio effectsNancy Zhang2023-12-131-0/+1
* | Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-1/+1
|/
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
* Merge pull request #81939 from YuriSizov/gui-flat-and-depressedRémi Verschelde2023-09-251-3/+3
|\
| * Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-3/+3
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
|/
* Merge pull request #81641 from MewPurPur/bus-go-brrrr-2Rémi Verschelde2023-09-171-34/+9
|\
| * Add a bus_renamed AudioServer signalMewPurPur2023-09-151-34/+9
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-9/+10
* Revert "Remember only permanent bottom tabs"Yuri Sizov2023-06-231-1/+1
* Remember only permanent bottom tabskobewi2023-06-231-1/+1
* Remove AudioBusEmpty.svg, use ProgressBar tint insteadVolTer2023-05-121-4/+8
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+2
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-15/+14
* Improve logic related to editing audio buses (and prevent crashes)Yuri Sizov2023-03-101-6/+38
* Merge pull request #68083 from atngames/masterRémi Verschelde2023-02-171-0/+2
|\
| * Added a signal connection to update buses editor on "bus_layout_changed"ATN2022-12-161-0/+2