summaryrefslogtreecommitdiffstats
path: root/editor/import/audio_stream_import_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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