summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertranslationsettings.cpp
AgeCommit message (Collapse)Author
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-11Bit of cleanup around Translation and remove httpassetstorageRider Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-01-15CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added.maxim@mnikolenko
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-08-31CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵AlexanderP ProductEngine
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it.
2012-08-22CHUI_310 make NearbyChat a singletoneAlexanderP ProductEngine
2012-05-31CHUI-119 WIPSeth ProductEngine
2012-01-23EXP-1671 FIXED Hide "Translate chat" checkbox when translation is not ↵Vadim ProductEngine
configured.
2011-12-09EXP-1671 FIXED Enable/disable the translation checkbox in the nearby chat ↵Vadim ProductEngine
floater whenever translation preferences change. The checkbox is also updated when the nearby chat floater is opened.
2011-10-25STORM-1577 WIP Don't reset the hint on click in a key input field if the ↵Vadim ProductEngine
field is disabled.
2011-09-16STORM-1577 WIP Addressing review feedback.Vadim ProductEngine
* Don't enable the "Verify" button if use just moves cursor in the API key input field. * Fixed copy&paste error in unit tests. * Fixed a typo: LLBingTranslarionHandler * Added Doxygen comments to lltranslate.h.
2011-09-13STORM-1577 WIP Added API key verification to the translation settings ↵Vadim ProductEngine
floater; new layout.
2011-09-07STORM-1577 WIP Minor cleanup.Vadim ProductEngine
2011-09-07STORM-1577 WIP Fix: disable both line editors if machine translation is ↵Vadim ProductEngine
disabled.
2011-09-07STORM-1577 Removed support for Google Translate v1 API.Vadim ProductEngine
2011-09-07STORM-1577 WIP Implemented chat translation preferences management.Vadim ProductEngine