summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
AgeCommit message (Collapse)Author
2013-02-18CHUI-779 FIXED Chat log preferences are disabled before login.Mnikolenko ProductEngine
2013-02-18CHUI-742 FIXED Do not update Log locations immediately after selecting a new ↵Mnikolenko ProductEngine
location.
2013-02-12CHUI-742 FIXED Update log location when closing Preference floater.Mnikolenko ProductEngine
2013-02-06CHUI-712 FIXED IM log files renamed with ll.txt will create double files for ↵maksymsproductengine
users
2013-02-04CHUI-721 FIXED Delete transcripts when performing Clear log action.Mnikolenko ProductEngine
2013-01-24CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tabmaksymsproductengine
2013-01-04CHUI-580 : Fixed : Avoid fetching names while reacting to display name ↵Merov Linden
checkbox change (overkill), make display name pref disabled when usePeopleAPI is off
2012-12-12Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.William Todd Stinson
2012-11-26MAINT-1958 Fix for crash on OSX when resizing window with deferred rendering ↵Dave Parks
enabled. Reviewed by VoidPointer
2012-11-21CHUI-523 Additional fixmaxim_productengine
2012-11-20CHUI-523 FIXED Set visibility of warning message depending on combobox state.maxim_productengine
2012-11-14CHUI-501 FIXED Add link to Privacy tab from Comms floatermaksymsproductengine
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-11-08CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵William Todd Stinson
refers to it as Do Not Disturb mode.
2012-08-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.Todd Stinson
2012-08-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.Todd Stinson
2012-07-31Path-643. Once the preferences panel is closed (either through ok or ↵prep@lindenlab.com
cancel), the pathing console rebuilds the gfx data.
2012-07-27Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-25PATH-773: fix up how the location and grid selectors work on the login panelOz Linden
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-06-19CHUI-142 : Changes to chat related preferencesMerov Linden
2012-05-31merge changes for storm-276Oz Linden
2012-05-31STORM-276 Match preferences look to that of the auto-replace functionality ↵Kitty Barnett
in STORM-1738
2012-05-30CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-containerAlexanderP ProductEngine
2012-05-24EXP-1942,EXP-1945: Altering behavior when setting maturity preference to ↵Todd Stinson
check the server response in an effort to ensure the viewer and server remain in sync. This is a partial commit as I still need to add user behavior and notifications when things go wrong.
2012-05-17CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chatAlexanderP ProductEngine
2012-05-12STORM-1738: get autoreplace preferences working, clean up some coding and ↵Oz Linden
naming conventions
2012-05-11move preferences from Advanced menu to Chat tab of preferences floaterOz Linden
2012-05-11rename feature from "autocorrect" to "autoreplace", change names accordinglyOz Linden
2012-05-08merge changes for version 3.3.1Oz Linden
2012-04-20merge changes for latest viewer-developmentOz Linden
2012-04-26merge with viewer-releaseRichard Linden
2012-04-13CHUI-91 FIXED Moved block list to a separate People floater tab.Vadim ProductEngine
2012-02-09STORM-276 Differentiate between primary and secondary dictionariesKitty Barnett
2012-02-14STORM-276 Reworked the spell check preferences to be more robust and less ↵Kitty Barnett
error-prone
2012-02-06EXP-1849 FIXED Privacy settings could be set to default when modifying other ↵Vadim ProductEngine
preferences before login.
2012-02-03made hardware settings floater dependent on preferences floaterRichard Linden
2012-02-03STORM-276 Added preferences panelKitty Barnett
2011-12-20STORM-1738 - Add autocorrect functionalityTank_Master
Ported with owner permission from Firestorm, inital work done by LordGregGreg Back
2011-10-26Merge STORM-1577.Vadim ProductEngine
Resolved conflicts manually.
2011-10-11* New floater positioning code. Better than what's checked in but not great.Leslie Linden
* Floater updates for positioning and to revert some earlier string changes.
2011-10-05merge with viewer-developmentRichard Nelson
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29STORM-1612 WIP Implemented new click-to-walk/teleport preferences design.Vadim ProductEngine
2011-09-27EXP-1224 FIXED (Create and register a floater for People side tab)Paul ProductEngine
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
2011-09-23 STORM-1612 FIXED Implemented click-to-walk in Advanced mode.Vadim ProductEngine
Changes: * Click and double click in-world can now trigger click-to-walk or click-to-teleport actions, depending on preferences. * Grouped keyboard- and mouse-related settings in Preferences -> Move.
2011-09-07STORM-1577 WIP Implemented chat translation preferences management.Vadim ProductEngine
2011-08-23Fixed LLProxy UI constraints. Fixed some XUI warnings in the Proxy Settings ↵Logan Dethrow
Floater.
2011-08-22Fixed a xui widget name mismatch between c++ and xml.Logan Dethrow