summaryrefslogtreecommitdiff
path: root/editor/plugins/version_control_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-07-19Make various strings translatablefoxydevloper
2021-07-18Optimize StringName usagereduz
2021-07-10Set minimum size for "Version Control" diff bottom panelAndrii Doroshenko (Xrayez)
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-20Disable "Commit" button in VCS plugin if there's no commit messageMichael Alexsander
2020-12-19Merge pull request #44528 from Janglee123/no-commit-msg-pre-fillRémi Verschelde
2020-12-20Removed default commit messagejanglee
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-05Add do..while(0) wrappers to macros without one.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-19Editor: fix typo in VCS plugin method namesmerumelu
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-10-29Fixed disconnecting not connected signalMikolaj Kaczmarek
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-20Merge pull request #32137 from Calinou/vcs-error-if-none-availableRémi Verschelde
2019-09-20Merge pull request #32134 from IronicallySerious/fix-global-class-listRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-14Display an error message if no version control systems are availableHugo Locurcio
2019-09-14Add correct class selection in Select VCS menuTwarit
2019-09-04Add copyright headers to vcs integrationTwarit
2019-09-03Add version control editor pluginTwarit