summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-11-18added logging and default value for max-agent-groupsBill Curtis
2010-11-18automated merge from viewer-development-shiningLoren Shih
2010-11-18Dummy out LLUpdateDownloader::cancel() too for testing.Nat Goodspeed
2010-11-18SH-410 Opaque Water Project version 2.0Loren Shih
Added opaque water default settings to Linux featuretable.
2010-11-18STORM-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-17merge fix for STORM-582Oz Linden
2010-11-17Work 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-17mergeMark Palange (Mani)
2010-11-17CHOP-135 Added Pref UI to Setup panel. Rev. by BradMark Palange (Mani)
2010-11-17post events for dowload success and error.Andrew A. de Laix
2010-11-17CHOP-203 Deleting the update file after installer run.Mark Palange (Mani)
2010-11-17merge up to latest viewer-developmentOz Linden
2010-11-17Merge with viewer-developmentBryan O'Sullivan
2010-11-17It is safe to use Python 2.7 on Windows, if presentBryan O'Sullivan
2010-11-17CHOP-203 Fixed linux release bug - exclude update_install from symbol strippageMark Palange (Mani)
2010-11-17merge fix for STORM-563Oz Linden
2010-11-17merge fix for STORM-588Oz Linden
2010-11-17merge fix for STORM-589Oz Linden
2010-11-17Update slvoice dependency for WindowsBryan O'Sullivan
2010-11-17merge fix for STORM-590Oz Linden
2010-11-17STORM-582 ADDITIONAL_FIX Added missing button to Move&View preferences tab.Andrew Productengine
2010-11-17STORM-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-17ER-301 : increase allowable bandwidth. Bumped up to 3 mbps.Dave SIMmONs
2010-11-17STORM-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-17STORM-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-17STORM-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-16CHOP-209 Added marker creation, fixed updater crash bugMark Palange (Mani)
2010-11-16Automated merge with http://bitbucket.org/mani_linden/viewer-developmentMark Palange (Mani)
2010-11-16remove downloaded file on error.Andrew A. de Laix
2010-11-16mergeMark Palange (Mani)
2010-11-16CHOP-179 Linux install uses linux-updater. Rev. by AlainMark Palange (Mani)
2010-11-16Merge with lindenlab/viewer-developmentKyle Ambroff
2010-11-16clean up installer file after install.Andrew A. de Laix
2010-11-16Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged inJonathan Yap
2010-11-16merging up to tip of viewer-developmentOz Linden
2010-11-16STORM-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-16Replace template verification code with an md5sum check.Christian Goetze (CG)
2010-11-16merge fix for STORM-544Oz Linden
2010-11-16merge fix for STORM-580Oz Linden
2010-11-16STORM-535 : STORM-544 : Addition of Floater Opacity controls to ↵Wolfpup Lowenhar
pannel_prefferences_color.xml after loss during cleanup of preferences.
2010-11-16better error checking when writing downloaded file.Andrew A. de Laix
2010-11-16mergeAndrew Meadows
2010-11-15mergeMark Palange (Mani)
2010-11-15CHOP-179 Added --file option to linux-updater for local installMark Palange (Mani)
2010-11-15create marker on error; use /SKIP_DIALOGS option in installer to run without ↵Andrew A. de Laix
user input.
2010-11-15Merge with lindenlab/viewer-developmentKyle Ambroff
2010-11-15STORM-580 FIXED Removed "IM" font color setting as unused.Seth ProductEngine
2010-11-15STORM-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-15write marker on windows installer fail.Andrew A. de Laix
2010-11-15added mechanism for install scripts to indicate a failed install and for ↵Andrew A. de Laix
update service to note the failure; modified mac installer to write marker on error.