summaryrefslogtreecommitdiff
path: root/editor/project_export.cpp
AgeCommit message (Expand)Author
2021-01-23Ensures that export path is used when exporting PCK/ZIPMaganty Rushyendra
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-14Allow folder checking in export preset file listTomasz Chabora
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Disable code to add patches menuEv1lbl0w
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-11Account for file deletion and renaming in Export PresetsMaganty Rushyendra
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-05Remove unnecessary Panel in "Features" section in the Export dialogMichael Alexsander
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-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-02-28Signals: Port more uses of connect_compatRémi Verschelde
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-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-08Export: Fix leak or orphaned Controls after #34911Rémi Verschelde
2020-01-08Export: Hide Patches tab until actually implementedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-13Make more editor strings translatableHaoyu Qiu
2019-11-14Add a tooltip to explain what marking a preset as "runnable" doesHugo Locurcio
2019-10-16Don't allow to export pck without presetTomasz Chabora
2019-10-05Document the ability to include/exclude non-resource export foldersHugo Locurcio
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
2019-08-30Make tab containers in editor, project settings, and export dialog, to use hi...azagaya
2019-08-22Export path is the only path to be saved as a relative pathSonerSound
2019-06-30Export path may now be written as a relative pathSonerSound
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
2019-05-23Fixed naming issue when duplicating an exportAMS21
2019-05-18Allow project export to be canceledGeorge Marques
2019-04-30Add Popup::popup_centered_clamped methodhomer666
2019-04-25Merge pull request #28338 from qarmin/disable_project_export_buttonRémi Verschelde
2019-04-24Fixes to make exporting more responsive.Juan Linietsky
2019-04-23Disable Project Export button after deleting presetqarmin