summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* | / Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-1/+1
| |/ |/| | | | | | | | | - Make all margin properties follow the same naming convention (their getter and setter too). - Remove a virtual counterpart of `get_style_margin` from API. - Allow to override `get_minimum_size` from scripting and remove `get_center_size`.
* | Merge pull request #71025 from DarkMessiah/enable_column_clip_contentRémi Verschelde2023-01-181-0/+1
|\ \ | | | | | | | | | Enable column clip content in ConnectionDock and FilesystemDock
| * | 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
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix unable to disconnect signal in Editor once createdMicky2022-12-081-17/+1
| | | | Adds a CONNECT_INHERITED flag to connections, only available in editor builds. This flag denotes that the signal has been inherited from a previous Scene in the instancing hierarchy.
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
|
* Fix crash in connection dialogkobewi2022-11-021-4/+3
|