summaryrefslogtreecommitdiffstats
path: root/editor/import/audio_stream_import_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-5/+5
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+5
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix playback position label update in Audio Stream ImporterAlessandro Famà2024-01-051-2/+2
* Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-44/+44
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-2/+8
* Add EditorStringNames singletonkobewi2023-09-031-28/+29
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Fix crash in AudioStream previewRedworkDE2023-05-301-4/+5
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-11/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Disable properties that don't have an effect in the advanced audio importerMarcus Elg2022-12-201-17/+21
* Fix inconsistent audio import menu namingMarcus Elg2022-12-191-2/+2
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-3/+1
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-7/+7
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-27/+27
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+1
|/
* Implement BPM supportreduz2022-07-231-0/+650