Saul Abreu
27140b02fe
Removed redundant scoping of constructor in FLocalizationTargetSettings that was causing warnings.
...
Fixes this error:
mono: Editor/LocalizationDashboard/Private/LocalizationTargetTypes.h:243:31: error: extra qualification on member 'FLocalizationTargetSettings'
#lockdown Zachary.EdgertonJones
[CL 2521860 by Saul Abreu in Main branch]
2015-04-22 17:32:58 -04:00
Saul Abreu
dbc3e1ed2e
Removed the method declarations of some deleted methods from the localization target detail customizations.
...
[CL 2521764 by Saul Abreu in Main branch]
2015-04-22 16:58:53 -04:00
Saul Abreu
714535ec46
Removed "Max" value from showing up in the localization target editor loading policy dropdown.
...
[CL 2521758 by Saul Abreu in Main branch]
2015-04-22 16:57:32 -04:00
Saul Abreu
ed27d12047
Moved specification of the native culture of a localization target over to the table of supported cultures.
...
[CL 2521701 by Saul Abreu in Main branch]
2015-04-22 16:39:20 -04:00
Saul Abreu
9ae1d2549c
Fixed horizontal alignment on meta data text key pattern in the localization dashboard UI.
...
[CL 2520632 by Saul Abreu in Main branch]
2015-04-22 01:26:00 -04:00
Saul Abreu
9c7b62ebe5
Massive overhaul of gather configuration UI in the Localization Dashboard. Updated localization configuration script settings with new, more descriptive names and moved "friendly" behaviors to the Localization Dashboard's localization configuration script generation code, rather than in the commandlets. REVIEW CHANGELIST FOR API CHANGES.
...
[CL 2520629 by Saul Abreu in Main branch]
2015-04-22 01:18:49 -04:00
Marc Audy
ec8f2d020c
Fix shadow variables
...
[CL 2508395 by Marc Audy in Main branch]
2015-04-10 11:23:49 -04:00
Robert Manuszewski
940c4336fc
Fixing module implementation macro for LocalizationDashboardModule
...
[CL 2506935 by Robert Manuszewski in Main branch]
2015-04-09 12:25:51 -04:00
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