summaryrefslogtreecommitdiffstats
path: root/editor/project_export.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/ /
* | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-13/+13
* | Remove connect *_compat methodsAaron Franke2020-12-051-4/+4
* | Allow folder checking in export preset file listTomasz Chabora2020-11-141-3/+50
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Disable code to add patches menuEv1lbl0w2020-10-191-203/+0
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-12/+113
* Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde2020-07-151-3/+3
|\
| * Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-3/+3
* | Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
|/
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Account for file deletion and renaming in Export PresetsMaganty Rushyendra2020-06-111-0/+1
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-0/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+83
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-57/+0
* Remove unnecessary Panel in "Features" section in the Export dialogMichael Alexsander2020-04-051-4/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+13
* Working multiple window support, including editorJuan Linietsky2020-03-261-39/+47
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-2/+3
* Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-1/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-57/+29
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-33/+33
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Export: Fix leak or orphaned Controls after #34911Rémi Verschelde2020-01-081-2/+4
* Export: Hide Patches tab until actually implementedRémi Verschelde2020-01-081-2/+25
* 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 strings in editor translatableHaoyu Qiu2019-12-161-3/+3
* Make more editor strings translatableHaoyu Qiu2019-12-131-2/+2
* Add a tooltip to explain what marking a preset as "runnable" doesHugo Locurcio2019-11-141-0/+1
* Don't allow to export pck without presetTomasz Chabora2019-10-161-0/+4
* Document the ability to include/exclude non-resource export foldersHugo Locurcio2019-10-051-2/+6
* Merge pull request #25353 from azagaya/masterRémi Verschelde2019-08-301-0/+1
|\
| * Make tab containers in editor, project settings, and export dialog, to use hi...azagaya2019-08-301-0/+1
* | Export path is the only path to be saved as a relative pathSonerSound2019-08-221-11/+2
* | Export path may now be written as a relative pathSonerSound2019-06-301-2/+11
* | Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* | Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde2019-05-281-8/+1
|\ \
| * | Add Popup::popup_centered_clamped methodhomer6662019-04-301-8/+1
* | | Fixed naming issue when duplicating an exportAMS212019-05-231-4/+2
* | | Allow project export to be canceledGeorge Marques2019-05-181-3/+3
|/ /
* | Merge pull request #28338 from qarmin/disable_project_export_buttonRémi Verschelde2019-04-251-0/+1
|\ \
| * | Disable Project Export button after deleting presetqarmin2019-04-231-0/+1
* | | Fixes to make exporting more responsive.Juan Linietsky2019-04-241-9/+9
|/ /
* | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-1/+5
* | Improve error message on project export failureRémi Verschelde2019-02-221-2/+7
|/
* Merge pull request #25163 from ankitpriyarup/masterRémi Verschelde2019-01-211-1/+0
|\
| * Disable autowrap for export dialog errorsAnkit Priyarup2019-01-211-1/+0