summaryrefslogtreecommitdiff
path: root/editor/project_export.cpp
AgeCommit message (Expand)Author
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
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
2019-02-22Improve error message on project export failureRémi Verschelde
2019-01-21Merge pull request #25163 from ankitpriyarup/masterRémi Verschelde
2019-01-21Disable autowrap for export dialog errorsAnkit Priyarup
2019-01-20Make "Export with Debug" more visible in the Export dialogHugo Locurcio
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-12Use HSplit to resize presets and options panel on Export windowvolzhs
2019-01-04Merge pull request #24582 from Xrayez/script-encryptRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-24Bring back script encryption in export presetAndrii Doroshenko (Xrayez)
2018-12-11Fix ExportDialog layout out of boundary when select a template.qichunren
2018-12-06Merge pull request #23673 from marcelofg55/export_path_3Rémi Verschelde
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-11-12Export Path now has a folder icon to select the pathMarcelo Fernandez
2018-11-12Fix missing bind for _export_path_changedMarcelo Fernandez
2018-11-09Merge pull request #23476 from marcelofg55/export_allRémi Verschelde