summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-1/+1
* Merge pull request #71025 from DarkMessiah/enable_column_clip_contentRémi Verschelde2023-01-181-0/+1
|\
| * Enable column clip content in ConnectionDock and FilesystemDockStanislav Labzyuk2023-01-071-0/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix unable to disconnect signal in Editor once createdMicky2022-12-081-17/+1
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Fix crash in connection dialogkobewi2022-11-021-4/+3
* Merge pull request #66665 from Mickeon/editor-do-not-edit-inherited-signalsRémi Verschelde2022-10-141-4/+55
|\
| * Do not allow editing Scene-inherited signal connectionsMicky2022-10-131-4/+55
* | Merge pull request #67018 from Mickeon/try-connections-dialog-self-connectionRémi Verschelde2022-10-111-27/+45
|\ \
| * | Add Editor Setting for default name when connecting signal to selfMicky2022-10-091-27/+45
| |/
* / Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-14/+14
|/
* Remember advanced state of connection dialogkobewi2022-09-251-0/+6
* Reorganize connection dialogkobewi2022-09-191-8/+15
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+1
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-4/+4
* Rename AnimatedTexture `oneshot` to `one_shot`Micky2022-09-011-9/+9
* Merge pull request #63902 from dalexeev/string-casesRémi Verschelde2022-08-301-16/+6
|\
| * Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-16/+6
* | Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
|/
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+3
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-3/+3
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+1
|/
* Merge pull request #64573 from KoBeWi/signal_name_plagiarismRémi Verschelde2022-08-261-0/+4
|\
| * Add "Copy Name" option to signal menukobewi2022-08-181-0/+4
* | Add per-scene UndoRedokobewi2022-08-221-0/+5
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+6
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Add missing types to connections dialogFireForge2022-05-051-66/+19
* Limit the maximum value of unbinds to signal_argument_sizeRindbee2022-04-281-0/+19
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+0
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-2/+5
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-4/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-3/+4
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-1/+1
|\
| * String: Add contains().Anilforextra2022-02-041-1/+1
* | EditorHelpBit: Fix content height fit and RTL theme propagationRémi Verschelde2022-02-021-5/+19
|/
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-6/+6
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-3/+8