Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-19 | STORM-456 FIXED Removed an extra space from a Polish string. | Vadim ProductEngine | |
2010-11-22 | STORM-517 FIXED Warn user that language change will only take effect after ↵ | Vadim ProductEngine | |
restarting viewer. The warning is shown only once (until the preferences floater is reopened). | |||
2010-11-19 | STORM-584 FIXED color setting to apply to bubble chat text. | Seth ProductEngine | |
2010-11-19 | STORM-572 ADDITIONAL_FIX Fixed overlappings in Sound & Media tab of Preferences. | Andrew Productengine | |
Changed xml to fix overlappings in Spanish locale and make panel closer to spec. | |||
2010-11-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | merge | Mark Palange (Mani) | |
2010-11-18 | Fixing bugs discovered in merge with viewer development | Mark Palange (Mani) | |
2010-11-18 | merge fix for STORM-654 | Oz Linden | |
2010-11-18 | merge fix for STORM-316 | Oz Linden | |
2010-11-18 | merge fix for STORM-576 | Oz Linden | |
2010-11-18 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | STORM-654 : Person to Person chat logs are not created if Display Names are off | Wolfpup Lowenhar | |
Modified code in indicated changeset to correct problem after consulting with Leyla Linden who sugested the orginal change. This fix will convert the Legacy name to a user name id not useing Display Names. | |||
2010-11-18 | Fix for mac build error. | brad kittenbrink | |
2010-11-18 | CT-633 WIP FR linguistic | eli_linden | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |
2010-11-18 | STORM-189 FIXED insufficient spacing between controls and truncations in IT, ↵ | Seth ProductEngine | |
NL, PL and PT locales in Build Tools floater. | |||
2010-11-18 | STORM-560 FIXED Implemented preference that allows users to select default ↵ | Andrew Productengine | |
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar". | |||
2010-11-18 | First draft of CHOP-106 downloaded update ready notification. | brad kittenbrink | |
Reviewed by mani. | |||
2010-11-18 | Viewer 2.4 (as of 18 Nov 2010) with STORM-616 (Me/Movement) merged in. | Jonathan Yap | |
2010-11-18 | added logging and default value for max-agent-groups | Bill Curtis | |
2010-11-18 | automated merge from viewer-development-shining | Loren Shih | |
2010-11-18 | SH-410 Opaque Water Project version 2.0 | Loren Shih | |
Added opaque water default settings to Linux featuretable. | |||
2010-11-18 | STORM-576 FIXED Hooked up code to preference that allows users to enable ↵ | Andrew Productengine | |
double-click to teleport or use auto-pilot. - Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings. If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it. - Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems. | |||
2010-11-17 | merge fix for STORM-582 | Oz Linden | |
2010-11-17 | Work on CHOP-135: Hooking up setting UpdaterServiceActive to functionality. ↵ | brad kittenbrink | |
Paired with Mani. Toggling the setting now calls LLUpdaterService::startChecking() and LLUpdaterService::stopChecking(), which enable and disable the service. | |||
2010-11-17 | CHOP-135 Added Pref UI to Setup panel. Rev. by Brad | Mark Palange (Mani) | |
2010-11-17 | CHOP-203 Fixed linux release bug - exclude update_install from symbol strippage | Mark Palange (Mani) | |
2010-11-17 | merge fix for STORM-563 | Oz Linden | |
2010-11-17 | merge fix for STORM-588 | Oz Linden | |
2010-11-17 | merge fix for STORM-589 | Oz Linden | |
2010-11-17 | merge fix for STORM-590 | Oz Linden | |
2010-11-17 | STORM-582 ADDITIONAL_FIX Added missing button to Move&View preferences tab. | Andrew Productengine | |
2010-11-17 | STORM-316 FIXED Added an item to inventory gear menu to control "Sort System ↵ | Seth ProductEngine | |
Folders to Top" option (was always "true"). Changed inventory gear menu sort items - now they have check marks on the left. Made inventory sort options persist across sessions. | |||
2010-11-17 | ER-301 : increase allowable bandwidth. Bumped up to 3 mbps. | Dave SIMmONs | |
2010-11-17 | STORM-590 FIXED Add Preferences to enable the display of the Advanced and ↵ | Paul Guslisty | |
Development menus - Added control_names for the "Show Advanced Menu" and "QAMode" checkboxes | |||
2010-11-17 | STORM-589 FIXED Add a Preference that allows users to display the grid ↵ | Paul Guslisty | |
selection drop-down on the login screen - Added a control_name for the "Show Grid Selection at login" checkbox | |||
2010-11-17 | STORM-588 FIXED Add a Preference that allows users to run multiple Viewer ↵ | Paul Guslisty | |
instances - Added a control_name for the "AllowMultipleViewers" checkbox | |||
2010-11-16 | CHOP-179 Linux install uses linux-updater. Rev. by Alain | Mark Palange (Mani) | |
2010-11-16 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
2010-11-16 | Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged in | Jonathan Yap | |
2010-11-16 | STORM-563 FIXED Updated all localized XUI strings and notifications ↵ | Vadim ProductEngine | |
templates to use display names. Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name. Some of the affected notifications: * avatar went online/offline notification * object return notification * calling card offer * script dialog * auto-unmute notification. See the diff for more details. The fixes apply to all locales but English (which is already correct). Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English. | |||
2010-11-16 | merge fix for STORM-544 | Oz Linden | |
2010-11-16 | merge fix for STORM-580 | Oz Linden | |
2010-11-16 | STORM-535 : STORM-544 : Addition of Floater Opacity controls to ↵ | Wolfpup Lowenhar | |
pannel_prefferences_color.xml after loss during cleanup of preferences. | |||
2010-11-15 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
2010-11-15 | STORM-580 FIXED Removed "IM" font color setting as unused. | Seth ProductEngine | |
2010-11-15 | STORM-318 FIXED The Advanced menu shortcut was broken under Linux. | Vadim ProductEngine | |
Reason: The old shortcut (Ctrl+Alt+D) was eaten by some window managers. Changes: - Changed the shortcut to Ctrl+Alt+Shift+D. - Moved the appropriate menu item from "Advanced > Shortcuts" to "World > Show" (so that it's not in the menu it triggers) and made it visible. The old shortcut is still available but marked as legacy. Submitting on behalf of Boroondas Gupte. | |||
2010-11-15 | Automated merge with https://bitbucket.org/vadim_productengine/storm-52 | Oz Linden | |
2010-11-15 | merge fix for STORM-578 | Oz Linden | |