summaryrefslogtreecommitdiff
path: root/editor/project_manager.cpp
AgeCommit message (Expand)Author
2019-06-18Properly sort projects by nameTomasz Chabora
2019-06-15Improve the default project naming in the Project ManagerHugo Locurcio
2019-06-09Dim the project manager window while it's quittingHugo Locurcio
2019-06-01Display longer Git hashes in engine version dialogsHugo Locurcio
2019-05-27Merge pull request #29198 from NilsIrl/seg_faultRémi Verschelde
2019-05-26Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG
2019-05-13Quit the Project Manager when Command + Q is pressedHugo Locurcio
2019-05-01Fix Remove Missing Project projects on Windowsqarmin
2019-04-30Merge pull request #27187 from IronicallySerious/add-new-folder-buttonRémi Verschelde
2019-04-30Merge pull request #25713 from qarmin/remove_all_missing_projectsRémi Verschelde
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-04-10Add 'Create Folder' button while installing templatesTwarit
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Add small spacing between top bars in main editor and project managerMichael Alexsander Silva Dias
2019-02-19Fix project opening while filter is applied.Kārlis Seņko
2019-02-12Minor cleanup in the Project ManagerMichael Alexsander Silva Dias
2019-02-11Add button in Project Manager to remove all missing projectsqarmin
2019-02-08Merge pull request #25562 from IronicallySerious/fix-empty-projectRémi Verschelde
2019-02-06Fix prompt for empty project files when loadedTwarit
2019-01-25Add renderer selection to New Project dialogLeon Krause
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21ProjectManager: Warn when projects have different config_versionRémi Verschelde
2018-12-1524303: remember sorting order in the project managerGleb Mineev
2018-12-13i18n: Sync translation template with current sourceRémi Verschelde
2018-12-06Merge pull request #23935 from helenaMontenegro/masterRémi Verschelde
2018-11-26Fixed project name line edit focus lost when open project-create dialog.qichunren
2018-11-23Add sorting to project manager. Fixes #8794.helenaMontenegro
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-02Project manager: remove projects with delete keylupoDharkael
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-02Fix the project manager window size on hiDPI displays on macOSHugo Locurcio
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14Merge pull request #20831 from Calinou/project-manager-window-size-hidpiRémi Verschelde
2018-08-14Always show "Open in File Manager"Ivan Vodopiviz
2018-08-13Merge pull request #20155 from Tunous/line-edit-clearRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-09Scale the project manager window size with the editor scaleHugo Locurcio
2018-08-07removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-22Add ability to import projects via ZIP archive.Nathan Harrell
2018-05-20fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir
2018-05-09Disable 'run' button if any project not selected and tiny refactoringDmitryKrutskikh
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang
2018-03-23Overhaul the display scaling editor settingsHugo Locurcio
2018-03-05skip demo download prompt if ssl is unavailableEmanuele Fornara
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-02-19Add show path button to project managerBernhard Liebl