summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-25/+49
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-57/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-14/+42
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-11/+11
* Working multiple window support, including editorJuan Linietsky2020-03-261-17/+13
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* ConnectionsDock: Fix error when parsing CustomCallable connectionsRémi Verschelde2020-02-281-2/+3
* Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-4/+10
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-24/+12
* Don't show a copy of the property's name in the inspector's tooltip if there'...Michael Alexsander2020-02-261-1/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Added StringName as a variant type.Juan Linietsky2020-02-211-0/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-30/+37
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Fixes crash when pressing enter in ConnectDialog with nothing selectedHaoyu Qiu2020-02-161-12/+4
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Refactor (and fix) how the connect button is disabled.asynts2020-01-161-4/+27
* Merge pull request #35123 from asynts/asynts.crash-on-double-clickRémi Verschelde2020-01-161-1/+12
|\
| * Prevent crash described in #34555.asynts2020-01-141-1/+12
* | Don't close the connection dialog when the validation failed.asynts2020-01-151-0/+3
|/
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-1/+1
* Add accept-dialog enter-key functionality to the Connect Dialog's Method text...Jairo Honorio2019-10-151-0/+1
* Format arguments in connections dialog in GDScript styleMichael Alexsander Silva Dias2019-09-251-35/+33
* Fix incorrect typing when creating methods via the connection dialogMichael Alexsander Silva Dias2019-09-191-1/+1
* Minor improvements to the Node dockMichael Alexsander Silva Dias2019-08-171-2/+5
* ConnectionsDock: Add tooltip with signal descriptionRémi Verschelde2019-07-021-7/+59
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Check for inherited methods before attempting to create one when connecting a...Michael Alexsander Silva Dias2019-06-131-7/+24
* Minor cleanup in connections dialog fileMichael Alexsander Silva Dias2019-06-131-24/+11
* Improve conections dialogMichael Alexsander Silva Dias2019-06-061-35/+35
* Merge pull request #28104 from homer666/connections-error-dialogRémi Verschelde2019-04-291-3/+4
|\
| * Update signal connections error dialoghomer6662019-04-171-3/+4
* | Small fixes to connection dialogGuilherme Felipe2019-04-231-2/+6
|/
* Reorganized connection dialog for much improved ease of use.Juan Linietsky2019-04-111-33/+94
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+3
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-6/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Automatically add extra args to func when creating it from create signal windowDualMatrix2018-09-161-0/+3
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde2018-09-111-2/+1
* Fix vformat(), minor typos and word puzzlesYuri Chornoivan2018-08-291-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Use type hints to improve completionGeorge Marques2018-07-201-1/+3
* fixed connection dialog's creation of script functions.Ibrahn Sahir2018-07-131-3/+13