Joe Conley
3b5312eabf
Translation Data Manager: Fixed small bug where NativeCultureName was not initialized, preventing saving of selected translations via the Translation Picker.
...
[CL 2693024 by Joe Conley in Main branch]
2015-09-16 00:12:42 -04:00
Joe Conley
d55e3c725c
Translation Picker: Fix small bug with Preview in Editor
...
[CL 2647464 by Joe Conley in Main branch]
2015-08-06 22:33:48 -04:00
Saul Abreu
4478035b05
Fixed translation editor support for archive entries with key meta data.
...
[CL 2642695 by Saul Abreu in Main branch]
2015-08-03 18:49:41 -04:00
Joe Conley
71e9951853
Translation Picker: Fixed copy & pasted variable name and error message
...
[CL 2621659 by Joe Conley in Main branch]
2015-07-15 09:20:54 -04:00
Joe Conley
94500a71c3
Localization Module: GetLocalizationTargetByName moved here from LocalizationDashboard, removing old version and using new version instead
...
[CL 2620049 by Joe Conley in Main branch]
2015-07-14 09:59:44 -04:00
Joe Conley
f380288867
Translation Picker: Small fix to prevent situation where text that was not ready for translation was allowed to be translated.
...
[CL 2618133 by Joe Conley in Main branch]
2015-07-13 09:44:27 -04:00
Michael Noland
c2ad34a7a8
Fixed order-of-init warning in TranslationDataManager
...
#codereview Saul.Abreu
[CL 2617085 by Michael Noland in Main branch]
2015-07-10 15:30:12 -04:00
Saul Abreu
0590102420
Resolved shadowed variable warning in TranslationEditor.cpp.
...
[CL 2616193 by Saul Abreu in Main branch]
2015-07-10 00:34:52 -04:00
Saul Abreu
84a57e32e8
Translation editor fixes for loading translations of the native translations quickly. Also fixes import/export from the translation editor.
...
[CL 2616005 by Saul Abreu in Main branch]
2015-07-09 19:38:01 -04:00
Saul Abreu
03739c4279
Created a new localization module for all the editor's general needs with regards to localization configuration scripts and localization pipeline configuration. Necessary minor refactoring to alter dependencies as needed.
...
[CL 2611380 by Saul Abreu in Main branch]
2015-07-06 14:49:51 -04:00
Steve Robb
7661666dcb
Error when a module is both a dependency and dynamically loaded.
...
Fixes for lots of existing modules by removing all dynamically loaded duplicates (this is probably not the correct solution, but is the safest).
#codereview robert.manuszewski
[CL 2610845 by Steve Robb in Main branch]
2015-07-06 05:46:20 -04:00
Joe Conley
8b133a4645
Translation Editor/Picker: Generate the "RegenerateTarget.ini" config files on demand when Previewing translations in the editor
...
[CL 2608983 by Joe Conley in Main branch]
2015-07-02 09:26:26 -04:00
Joe Conley
43dd04b1be
Translation Picker: Upload changes to OneSky
...
[CL 2608281 by Joe Conley in Main branch]
2015-07-01 17:12:23 -04:00
Saul Abreu
3d0af4ae8c
Added game native culture setting to control which culture's localization data the editor loads for game assets. Game assets now display the specified culture's localization data when in the editor.
...
[CL 2607644 by Saul Abreu in Main branch]
2015-07-01 12:25:34 -04:00
Joe Conley
47e8f61d51
Translation Editor: Remove check() that was getting hit when the .manifest or .archive failed to load, then you tried to import anyway. Now just displays "failed to import" error message without crashing.
...
[CL 2590233 by Joe Conley in Main branch]
2015-06-17 11:39:02 -04:00
Joe Conley
3e9bb04c00
Add "Import latest from Localization Service" button to translation editor
...
[CL 2569879 by Joe Conley in Main branch]
2015-05-28 21:40:23 -04:00
Jamie Dale
837ec025dd
Added overrides for GetToolkitToolTipText where required
...
UE-16078 - Crash hovering over texture reference in material
A lot of asset editors were overriding GetToolkitName to implement custom logic (sometimes because the default logic would cause a crash), and these asset editors now also need to override GetToolkitToolTipText too.
[CL 2564832 by Jamie Dale in Main branch]
2015-05-26 09:14:55 -04:00
Joe Conley
f73acb7852
Translation Picker:
...
- Improve picking of text in slate widgets that are hittest invisible by searching recursively all children of the deepest widget returned by the hittest.
- Added scrolling support to accomodate the large number of texts this may return as a result in some cases.
- Changes in the layout to make fields easier to read.
[CL 2518631 by Joe Conley in Main branch]
2015-04-20 21:16:03 -04:00
Saul Abreu
901042c9ac
Massive cleanup of text localization code and its uses. REVIEW API CHANGES FOR RELEASE NOTES.
...
[CL 2514827 by Saul Abreu in Main branch]
2015-04-16 15:39:05 -04:00
PaulEremeeff
c9a246101e
PR #1013 : Fixing PVS-Studio warnings. (Contributed by PaulEremeeff)
...
Some files have been omitted and will be submitted with modified corrections
[CL 2505544 by Dan Oconnor in Main branch]
2015-04-08 14:46:25 -04:00
Joe Conley
3f5ee6d36a
FText: Method to retrieve source FTexts from FText::Format history. Used in the translation picker currently.
...
TranslationPicker: Improving layout to be more useful for multi-line text, and to show text with no localization information in a more concise fashion.
[CL 2500946 by Joe Conley in Main branch]
2015-04-03 05:06: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
Joe Conley
d9adeb10e4
Translation Editor:
...
- When saving, if source control is disabled, try write the file anyway.
- Remove the blank icons from the tabs, at least until we get proper icons.
[CL 2482858 by Joe Conley in Main branch]
2015-03-18 06:03:00 -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