summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Update Node dock when theme changesHaoyu Qiu2024-07-031-0/+2
|
* Merge pull request #93110 from Hilderin/fix-signal-panel-after-connectionRémi Verschelde2024-06-191-2/+0
|\ | | | | | | Fix Can't reopen signals panel immediately after connecting a signal
| * Fix Can't reopen signals panel immediately after connecting a signal #92996Hilderin2024-06-181-2/+0
| |
* | [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::item_selected`A Thousand Ships2024-06-191-2/+2
| |
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
|/
* Editor: Hide GDScript internal functions from method selectorsDanil Alexeev2024-06-051-0/+9
|
* Merge pull request #92465 from Frefreak/signal-connection-dialog-enhanceRémi Verschelde2024-06-041-4/+16
|\ | | | | | | Make signal connections dialog method picker respect bind/unbind
| * make signal connections dialog method picker respect bind/unbindcarsonzhu2024-05-281-4/+16
| |
* | Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-2/+2
|\ \ | | | | | | | | | Use `CoreStringNames::normal` in more places
| * | Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-2/+2
| |/
* / [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-8/+8
|
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
|
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|
* Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-071-3/+4
|\ | | | | | | Reduce and prevent unnecessary random-access to `List`
| * Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+4
| | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable
* | Update ConnectDialog::_filter_method_list to be case insensitive for search ↵Joel Kuntz2024-05-061-1/+1
|/ | | | | | string Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-5/+12
|
* Fix connection dialog raise error when it was previously opened in another scenejsjtxietian2024-04-111-1/+1
|
* Improve SceneTreeEditor usabilityRedMser2024-03-311-1/+1
| | | | | | - Mark contextually relevant node - Remember/Clear selection as appropriate - Scroll to marked/selected node
* Fix unexpected auto-translation of more editor componentsHaoyu Qiu2024-03-281-1/+1
|
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
|
* Merge pull request #89405 from KoBeWi/receiver,_do_you_copyRémi Verschelde2024-03-121-5/+6
|\ | | | | | | Select method name edit when opening connection dialog
| * Select method name edit when opening connection dialogkobewi2024-03-121-5/+6
| |
* | Allow connecting signals to existing methods without opening the script editorpassivestar2024-03-121-16/+25
|/
* 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
|