Commit Graph

52 Commits

Author SHA1 Message Date
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -04:00
Saul Abreu
232549fb6a Likely solution for non-Unity-build error regarding FIsPropertyEditingEnabled in SLocalizationTargetEditor.h.
[CL 2495349 by Saul Abreu in Main branch]
2015-03-30 02:51:27 -04:00
Saul Abreu
3845b20e24 Renamed LocalizationTarget.cpp to LocalizationTargetTypes.cpp for consistency and descriptiveness.
[CL 2495103 by Saul Abreu in Main branch]
2015-03-28 20:23:55 -04:00
Saul Abreu
060717d4d5 Source control operations on the config files for the localization dashboard settings are now handled manually and exposed via a widget in the localization dashboard.
[CL 2495099 by Saul Abreu in Main branch]
2015-03-28 20:00:44 -04:00
Saul Abreu
0fa8573c48 Added missing localization dashboard settings header and source file.
[CL 2495094 by Saul Abreu in Main branch]
2015-03-28 19:30:01 -04:00
Saul Abreu
c17bd7849b Removed unnecessary public include path in LocalizationDashboard.Build.CS.
[CL 2495091 by Saul Abreu in Main branch]
2015-03-28 19:19:07 -04:00
Saul Abreu
8e63e8c809 Refactored localization target data structures so that the configuration settings exist within a unified localization dashboard settings object.
[CL 2495090 by Saul Abreu in Main branch]
2015-03-28 19:17:15 -04:00
Saul Abreu
6f86c5ced9 Code improvements for localization targets in preparation for storing all settings in a single object for the localization dashboard.
[CL 2495054 by Saul Abreu in Main branch]
2015-03-28 16:07:01 -04:00
Saul Abreu
1a7b5a7d62 Added descriptive comments to localization target types and members for use in the localization dashboard UI.
[CL 2493105 by Saul Abreu in Main branch]
2015-03-26 22:08:09 -04:00
Saul Abreu
d867f1bb47 Added GUIDs to localization target so that renaming a localization target does not break references between localization targets.
[CL 2493008 by Saul Abreu in Main branch]
2015-03-26 20:23:29 -04:00
Saul Abreu
fe1cbb5171 Added localization target loading policy to localization dashboard UI. Allows localization targets to be added to/removed from the appropriate localization paths settings.
[CL 2485201 by Saul Abreu in Main branch]
2015-03-19 16:59:17 -04:00
Saul Abreu
2381b74426 Made sure that localization target names must be unique among all localization targets, not just those in the same localization target set.
[CL 2484055 by Saul Abreu in Main branch]
2015-03-18 23:47:20 -04:00
Saul Abreu
ea2d066e0b Localization targets may now depend on engine localization targets.
[CL 2483958 by Saul Abreu in Main branch]
2015-03-18 22:22:06 -04:00
Saul Abreu
db4c539fee Fixed generation of localization status reports from the localization dashboard. Clicking the localization status buttons now opens the conflict report in the default editor for the file type.
[CL 2483741 by Saul Abreu in Main branch]
2015-03-18 19:14:43 -04:00
Saul Abreu
040f4e7965 Fixed localization configuration script generation code that was using the settings model for gathering from text files rather than packages when branching to generate or not generate a GatherTextFromAssetsCommandlet gather step.
[CL 2483349 by Saul Abreu in Main branch]
2015-03-18 14:19:52 -04:00
Marc Audy
a425eba9ed Unify Slate's FInputGesture and Engine's FInputChord as FInputChord defined in Slate
[CL 2481648 by Marc Audy in Main branch]
2015-03-17 11:36:28 -04:00
Jaroslaw Palczynski
28fc7695a0 Missing chages for 2481343.
Some P4V problem with backing out large changelist missed some files.

#codereview Robert.Manuszewski

[CL 2481366 by Jaroslaw Palczynski in Main branch]
2015-03-17 06:17:32 -04:00
Jaroslaw Palczynski
fa31560e2d Enabled UHT to digest GENERATED_BODY instead of GENERATED_UCLASS_BODY, GENERATED_USTRUCT_BODY, GENERATED_UINTERFACE_BODY or GENERATED_IINTERFACE_BODY, changed every occurence to the new syntax and fixed every warning that have fallen out of this change.
#codereview Robert.Manuszewski

[CL 2481333 by Jaroslaw Palczynski in Main branch]
2015-03-17 05:19:11 -04:00
Saul Abreu
2b0b267b18 Added ModulesToPreload setting to the localization dashboard UI and localization configuration script generation.
[CL 2477866 by Saul Abreu in Main branch]
2015-03-12 19:57:57 -04:00
Saul Abreu
69249c5a98 Added engine localization target set and project localization target set separation in localization dashboarded. Added tab for engine localization target set. Made the localization commandlet process use the project file as necessary.
[CL 2477847 by Saul Abreu in Main branch]
2015-03-12 19:41:56 -04:00
Saul Abreu
bfd4af815c Potential solution for an odd inclusion error regarding UnrealEdMisc.h being included from localization dashboard source files.
[CL 2475991 by Saul Abreu in Main branch]
2015-03-11 19:34:56 -04:00
Saul Abreu
0a03705c60 Fixed missing header inclusion for localization commandlet execution using FUnrealEdMisc.
[CL 2475921 by Saul Abreu in Main branch]
2015-03-11 18:51:00 -04:00
Saul Abreu
1d4a46a09a Refactored commandlet helper method to provide the necessary arguments for process creation, rather than actually creating the process. The localization commandlet executor UI now displays the commandlet process arguments as a tooltip for the task's name in the task list.
[CL 2475846 by Saul Abreu in Main branch]
2015-03-11 18:05:38 -04:00
Saul Abreu
8fae56e30a Stubbed logic for localization configuration script generation to use engine or project config/content directories based on whether a target is a member of the unreal engine target set or the project-specific target set.
[CL 2473178 by Saul Abreu in Main branch]
2015-03-09 18:56:46 -04:00
Saul Abreu
d54105edc2 Refactored localization commandlet execution/tasks so that they take the ULocalizationTarget object instead of the FLocalizationTargetSettings member in preparation for having the UE4 target set separate from the project-specific target set.
[CL 2472879 by Saul Abreu in Main branch]
2015-03-09 15:38:32 -04:00