- Jan 27, 2011
-
-
paul_productengine authored
STORM-513 FIXED "Allow media to auto - play" check-box is enable after Media check-box was unchecked - Disabling "Allow Media to auto play" check box only when both "Streaming Music" and "Media" are unchecked
-
- Dec 23, 2010
-
-
Andrew Productengine authored
STORM-34 ADDITIONAL_FIX Made saving favorites in file per-account preference instead of per-machine. - Made changes in code of floater preferences and panel login that were required because of turning the setting per-account. - Added new method to LLFloaterPreference that looks for current user's record in saved favorites file and removes it.
-
- Dec 09, 2010
-
-
prep authored
-
- Dec 08, 2010
-
-
Seth ProductEngine authored
STORM-584 ADDITIONAL FIX When the user sets the opacity for the name tag the selected opacity is shown in the color swatch to the left. Fixed color swatch label and tooltip. Added toolltip to opacity slider.
-
- Dec 07, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Dec 06, 2010
-
-
Andrew Productengine authored
STORM-34 FIXED Saving of user's favorites into file and showing them in "Start at" combobox on login screen was implemented. Implementation details: - File is saved on exit from viewer and not immediately on changes as was written in spec. It is done to make this file consistent with favorites order: order of favorites is saved on exit, so if favorites info is saved in other moment earlier, crashing viewer or other unexpected way of finishing its work (i.e. via Windows task bar) would cause inconsistence between favorites order saved per account and one from this new file. - File is saved in user_settings\stored_favorites.xml. - If you uncheck the option in Preferences and press OK, the file gets immediately deleted (according to spec). Issues that require further changes: - Currently only favorites of last logged in user are shown in login screen. Showing favorites of multiple users will be implemented later when design for it is approved by Esbee. - Preference is now global for all users, because design states it may be changed before login, and we don't have account info at the moment. But it doesn't seem to be a good idea, so changes in design are needed. - Currently the way of retrieving SLURLs needs optimization in a separate ticket. More detailed design approved by Esbee is needed to develop it further, perhaps in new tickets.
-
- Nov 22, 2010
-
-
prep linden authored
-
Vadim ProductEngine authored
The warning is shown only once (until the preferences floater is reopened).
-
- Nov 18, 2010
-
-
prep linden authored
-
prep linden authored
-
Andrew Productengine authored
STORM-576 FIXED Hooked up code to preference that allows users to enable 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.
-
- Nov 08, 2010
-
-
Richard Linden authored
fixed logic so that ignore consistently means *don't show* the notification the ignore settings still store "show the notification if true" values
-
- Oct 26, 2010
-
-
Wolfpup Lowenhar authored
Chat, Group and IM Logs. --HG-- branch : storm-102
-
- Sep 29, 2010
-
-
Vadim ProductEngine authored
Changes: - The line editor is now scrollable. - Its value is duplicated in the tool-tip. Technical notes: If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget. However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable. It looks like bug, but I'm not going to fix it now to not introduce issues like this one. Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
-
- Sep 16, 2010
-
-
Richard Linden authored
popup blocking notifications now handled in all web_browser instances, not just llfloatermediabrowser
-
Aimee Linden authored
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files.
-
Richard Linden authored
-
- Aug 26, 2010
-
-
Loren Shih authored
-
- Aug 24, 2010
-
-
Tofu Linden authored
back-out the back-out for this branch. yay.
-
Tofu Linden authored
Backing out this merge that I pushed (prematurely) to the wrong place.
-
- Aug 16, 2010
-
-
Richard Nelson authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Aug 04, 2010
-
-
Richard Nelson authored
-
- Jul 30, 2010
-
-
Richard Nelson authored
-
- Jun 22, 2010
-
-
Richard Linden authored
reviewed by Leyla
-
- Jun 15, 2010
-
-
Leyla Farazha authored
-
Leyla Farazha authored
reviewed by richard cc#212
-
- Jun 08, 2010
-
-
Andrew Dyukov authored
EXT-6655 Fixed Made the default busy message repsonse localizable with already existing account settings - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same. - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message. - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse"). Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run. Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/ --HG-- branch : product-engine
-
- Jun 03, 2010
-
-
Sergei Litovchuk authored
EXT-6384 FIXED check to disable 'Adult' setting when agent is not godlike but has admin menu enabled. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/508/ --HG-- branch : product-engine
-
- Jun 02, 2010
-
-
Richard Linden authored
-
- May 20, 2010
-
-
James Cook authored
-
- May 19, 2010
-
-
James Cook authored
Reviewed with Leyla
-
James Cook authored
-
- May 12, 2010
-
-
Leyla Farazha authored
reviewed by James
-
- May 07, 2010
-
-
James Cook authored
-
James Cook authored
-
- May 05, 2010
-
-
Karl Stiefvater (qarl) authored
(changes name of setting WindowFullScreen to FullScreen per discussion in jira.)
-
- May 04, 2010
-
-
Tofu Linden authored
Fix the tying of the deferred prefs UI to the featuretable.
-
- Apr 07, 2010
-
-
Roxie Linden authored
-
Mike Antipov authored
* Removed unused InstantMessageLogFolder * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers. * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat) Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/ (transplanted from 43297b92c1bb7487dab6610bea61acac4c355878)
-