summaryrefslogtreecommitdiff
path: root/tools/editor/project_manager.cpp
AgeCommit message (Expand)Author
2016-10-06Project manager: grab focus on ok button after path selection.Andreas Haas
2016-09-20More custom theme support for editorGeequlim
2016-09-13Make Godot detect if the screen is too small (<1200 pixels wide), and use sin...Juan Linietsky
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky
2016-09-07Fix dialogs in ProjectManage don't with editor theme issueGeequlim
2016-08-08Merge pull request #6050 from Hinsbart/remove_pm_file_importRémi Verschelde
2016-08-05Project Manager: Fix and improve unhandled inputIgnacio Etcheverry
2016-08-05Remove unused function in Project Manager.Andreas Haas
2016-08-01Auto import project folder, confirm scan multiple folders or non-project folderDima Granetchi
2016-07-31Improve dialog title when scanning for projectsRémi Verschelde
2016-07-31Merge pull request #5981 from profelis/PR-scan-dragged-folderRémi Verschelde
2016-07-31dnd folder open scan window if engine.cfg not foundDima Granetchi
2016-07-31fix run button availability checkDima Granetchi
2016-07-29Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas
2016-07-29keep selected_list up to dateDima Granetchi
2016-07-27Command-F focus filter input field in project managerDima Granetchi
2016-07-23Project Manager: Added project list scrolling with keyboardIgnacio Etcheverry
2016-07-19Fix main scene not being saved when set via Play buttonRémi Verschelde
2016-07-15i18n: Sync template with current sourceRémi Verschelde
2016-07-13Fixed a crash in scenario where SSL is not available.vamsi
2016-07-11Downloaded templates from project manager can now be installed.Juan Linietsky
2016-07-07Removed unused variables (second pass) + dead codeRémi Verschelde
2016-07-06Initialize the SSL certificates in the project managerRémi Verschelde
2016-07-03Avoid settings from being lost when opening project manager.Juan Linietsky
2016-06-28remove the warning of instances in use at Project manager exitvolzhs
2016-06-18Clean up editor theme creationGeequlim
2016-06-09Better way to disable asset libraryJuan Linietsky
2016-06-09Disable asset library compilation if no openssl existsJuan Linietsky
2016-06-08Fixed some options in assetlibJuan Linietsky
2016-06-08Added asset library on project manager for templatesJuan Linietsky
2016-06-07Fixed localization in file dialogsDimOkGamer
2016-06-06HiDPI: Use global/hidpi_mode as propertyRémi Verschelde
2016-06-05make hdpi manually configurable in project settingsJuan Linietsky
2016-05-29Set more visible string to translatableGeequlim
2016-05-21i18n: Second pass at proofreadingRémi Verschelde
2016-05-21i18n: Proofreading of all stringsRémi Verschelde
2016-05-04i18n: Don't make print_line calls translatableRémi Verschelde
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-05-01Project manager: unescape project names (#4494)Rémi Verschelde
2016-02-22Change "erase" to "remove" in project manager. fixes #3796.volzhs
2016-01-11Update copyright in remaining files + prints in the UIRémi Verschelde
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-14Avoid project manager from processing gamepad inputFranklin Sobrinho
2015-12-09Fix project manager not picking custom fontFranklin Sobrinho
2015-11-22Load main scene if defined when running editor from the command lineRémi Verschelde
2015-11-18Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilationJuan Linietsky
2015-11-18Merge pull request #2640 from firefly2442/settings-xml-missing-projJuan Linietsky
2015-10-29Fixes Visual Studio 2015 compile error C3688 (invalid literal suffix)ZuBsPaCe
2015-10-21when creating project, save icon using resource location by defaultfirefly2442