aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/dependency_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set more visible string to translatableGeequlim2016-05-291-4/+4
|
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
| | | | Fixes #4742.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-12/+12
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-29/+29
|
* -orphan resource explorer dialog + tools menuJuan Linietsky2015-11-291-0/+181
|
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-0/+512
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file