summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
|
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+3
|
* Merge pull request #88317 from passivestar/signal-connect-searchRémi Verschelde2024-02-171-0/+13
|\ | | | | | | Add support for search shortcut to signal connection dialog
| * Add support for search shortcut to signal connection dialogpassivestar2024-02-141-0/+13
| |
* | Disable signal callback generation in C#Paul Joannon2024-02-141-0/+23
|/
* Add support for search shortcut to all dockspassivestar2024-01-221-40/+48
|
* Fixing a usability issue where the DEL key does not delete connectionsMadalaski2024-01-171-3/+18
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Set icon_max_width in the ConnectionsDock treeRaul Santos2023-10-161-0/+2
|
* Merge pull request #81284 from ↵Rémi Verschelde2023-10-061-1/+0
|\ | | | | | | | | | | YeldhamDev/this_one_was_in_the_backlog_for_a_while Show doc tooltips when hovering properties in the theme editor
| * Show doc tooltips when hovering properties in the theme editorMichael Alexsander2023-10-041-1/+0
| |
* | Merge pull request #82875 from SaracenOne/disconnect_button_disableRémi Verschelde2023-10-051-1/+3
|\ \ | |/ |/| | | Disable disconnect button for inherited signals
| * Disable disconnect button for inherited signalsSaracen2023-10-051-1/+3
| |
* | Revamp how documentation tooltips workMichael Alexsander2023-10-031-74/+11
|/
* Merge pull request #81750 from Mickeon/fix-connection-dock-popup-for-inheritedRémi Verschelde2023-09-181-0/+5
|\ | | | | | | Fix Connection dock's popups always allowing disconnect
| * Fix Connection dock's popups always allowing disconnectMicky2023-09-161-0/+5
| |
* | Merge pull request #79366 from dalexeev/gds-signal-info-and-callbackRémi Verschelde2023-09-171-7/+32
|\ \ | | | | | | | | | Editor: Improve signal callback generation
| * | Editor: Improve signal callback generationDanil Alexeev2023-09-111-7/+32
| |/
* / [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-31/+32
|
* Editor: Inspector and Signal docks improvementsDanil Alexeev2023-09-021-95/+145
|
* Editor: Signal Connection Dock improvementsDanil Alexeev2023-08-291-7/+39
|
* Editor: Don't cache script signal descriptionsDanil Alexeev2023-08-171-33/+24
|
* Editor: Improve Signal Dock for script classesDanil Alexeev2023-08-161-52/+82
| | | | | * Add signal documentation for script classes. * Use separate sections for script class inheritance.
* Merge pull request #54071 from KoBeWi/infinite_unlimited_connectionsRémi Verschelde2023-07-071-0/+2
|\ | | | | | | Focus current node after connecting
| * Focus current node after connectingkobewi2023-06-121-0/+2
| |
* | Allow base types in method params of connection dialogRaul Santos2023-06-171-1/+1
|/
* Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-111-0/+9
|\ | | | | | | Improve includes of `EditorNode` (and everything else)
| * Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+9
| | | | | | | | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* | Merge pull request #75844 from KoBeWi/shy_labelYuri Sizov2023-04-101-10/+10
|\ \ | | | | | | Fix method dialog label
| * | Fix method dialog labelkobewi2023-04-091-10/+10
| |/
* / Fix connect signal dialog not allowing Unicode method nameHaoyu Qiu2023-04-081-2/+2
|/
* Reload built in script to get its methods on signal connectionHakim2023-03-061-0/+3
|
* Improve Connect Dialog navigationkobewi2023-02-061-1/+23
|
* Simplify Connect Dialog layout and sizingkobewi2023-02-011-8/+4
|
* Merge pull request #72312 from KoBeWi/signature_moveRémi Verschelde2023-01-301-39/+44
|\ | | | | | | Improve Connection Dialog method list
| * Improve Connection Dialog method listkobewi2023-01-291-39/+44
| |
* | Fix various typos with codespellRémi Verschelde2023-01-301-1/+1
|/ | | | | | And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
* Merge pull request #71874 from KoBeWi/relesetcRémi Verschelde2023-01-271-1/+12
|\ | | | | | | Reselect signal after tree update
| * Reselect signal after tree updatekobewi2023-01-221-1/+12
| |
* | Merge pull request #71883 from MinusKube/script-editor-members-real-bugRémi Verschelde2023-01-261-56/+52
|\ \ | | | | | | | | | Remove coupling between ConnectDialog and selected signal
| * | Fix signal disconnect undo not workingMinusKube2023-01-261-2/+2
| | |
| * | Remove coupling between ConnectDialog and selected signalMinusKube2023-01-261-55/+51
| | |
* | | Connection dialog tweakskobewi2023-01-261-17/+14
| | |
* | | Merge pull request #66313 from KoBeWi/connecting_methodicallyRémi Verschelde2023-01-251-7/+198
|\ \ \ | | | | | | | | | | | | Add method picker to signal connect dialog
| * | | Add method picker to signal connect dialogkobewi2023-01-241-7/+198
| | |/ | |/| | | | | | | Co-authored-by: Sam Pengilly <sam.pengilly@gmail.com>
* | | Merge pull request #71330 from Geometror/richtextlabel-fit-contentRémi Verschelde2023-01-251-1/+1
|\ \ \ | | | | | | | | | | | | [RichTextLabel] Match minimum size calculation of Label (proper content fitting)
| * | | [RichTextLabel] Match minimum size calculation of LabelHendrik Brucker2023-01-131-1/+1
| | | | | | | | | | | | | | | | (optional via fit_content property)
* | | | Merge pull request #65137 from dalexeev/editor-namingYuri Sizov2023-01-241-5/+3
|\ \ \ \ | |_|/ / |/| | | Rearrange `editor/naming/*` project settings
| * | | Rearrange `editor/naming/*` project settingsDanil Alexeev2023-01-121-5/+3
| |/ /