summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2011-10-05EXP-1280 FIX -- Minimized floaters associated with toolbar buttons should ↵Leslie Linden
change the state of their parent button * Toolbar buttons now display green when its corresponding floater is open or minimized. * Made changes to buttons so flash time and rate is configurable * Removed unused "highlight_color" attribute from LLButton * Implemented "isVisible" function for toolbar button floaters. It returns true when the floater is visible or minimized. * Toolbar floater unminimize now also puts focus to the floater * All commands now specify their "is_running_function" for toolbar button state * ButtonFlashCount and ButtonFlashRate have been moved to button.xml settings and are now configurable on the button. Toolbar buttons are set to never flash and this functionality is used to show which buttons have windows open. * All toybox buttons show hover glow even when disabled Reviewed by Richard.
2011-10-04* Modified commands to add functions for is_enabled, is_running and is_starting,Leslie Linden
currently not hooked to any functionality.
2011-10-04Merge with latestLeslie Linden
2011-10-04EXP-1289 FIX -- Default bottom bar is showing "Places" button instead of ↵Leslie Linden
"Destinations" EXP-1290 FIX -- Snapshot button to be removed from the default left sidebar EXP-1291 FIX -- Places command is missing on the default left sidebar * Updated to new default buttons based on the wiki. * Updated button_display_mode to text rather than numbers.
2011-10-04* Updated strings for FUI crusadeLeslie Linden
2011-10-03implemented Range and ClampedValue classes to standardize min/max settingsRichard Nelson
fixed not serializing named values when values provided from code
2011-09-30* Updated howto and profile windows to point to different buttons. Web contentLeslie Linden
is still problematic for FUI floaters.
2011-09-30Pull from sergeylproductengine/viewer-experience-fui/Merov Linden
2011-09-30Mergeleyla_linden
2011-09-30EXP-1264 Chat log shows as blank if closing viewer with chat log open and ↵leyla_linden
then opening chat floater on next login EXP-1271 Remove UI hints
2011-09-30Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiSeth ProductEngine
2011-09-29 * Added latest set of FUI buttons and labels according to the wikiLeslie Linden
* Hooked up commands to their respective floaters
2011-09-29EXP-1211, EXP-1257 : Save and load the button type along with the toolbars, ↵Merov Linden
add a force default load option, enforce consistency between menus and toolbars
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-28Merge with latestLeslie Linden
2011-09-28EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵Leslie Linden
buttons that I can d&d into the toolbars EXP-1233 FIX -- Populate the toybox floater window with all FUI toolbar buttons indicated as such in the "commands.xml" definition. EXP-1267 FIX -- Enable/disable buttons in the toybox * Hooked up button callbacks to the toolbar buttons * Fixed toybox button enable/disable to function properly and live update as buttons change states. * Removed the toybox toolbar background image Reviewed by Leyla
2011-09-28EXP-1262 Hitting single letters reserved for shortcuts inworld opens chat ↵Leyla Farazha
but not associated shortcuts (like Mouselook and Fly) EXP-1266 Communicate > Nearby Chat menu item does not bring up chat floater
2011-09-27EXP-1211 : Read toolbar default settings from toolbars.xml, no saving of ↵Merov Linden
settings done yet.
2011-09-26EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵Leslie Linden
buttons that I can d&d into the toolbars * Command buttons are now enabled/disabled in toybox based on whether or not the LLToolBarView has them anywhere. * Commands now have argument to specify whether or not they should be in the toybox. * LLCommandId is now used a universal reference for commands. Reviewed by Richard.
2011-09-26EXP-1207 : pull from viewer-experience-fuiMerov Linden
2011-09-26EXP-1207 : Display toolbars only after login, use correct position ↵Merov Linden
(temporary), follow resize correctly, store pointers to toolbars, debug display (temporary)
2011-09-26EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵Leslie Linden
buttons that I can d&d into the toolbars EXP-1233 PROGRESS -- Populate the toybox floater window with all FUI toolbar buttons EXP-1235 FIX -- Make the toybox available through the context menus associated with the other toolbars EXP-1248 FIX -- Implement context menu on toolbars * New commands are listed * Toolbars can now be made read-only (as in the toybox) or editable (as in the others) * Toolbars that are not read-only have a context menu that allows button type editing. Reviewed by Richard.
2011-09-23mergeLeyla Farazha
2011-09-23EXP-1246 Create chat bar floaterLeyla Farazha
reviewed by Leslie
2011-09-23EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵Leslie Linden
buttons that I can d&d into the toolbars EXP-1233 PROGRESS -- Populate the toybox floater window with all FUI toolbar buttons * Added all documented FUI commands from the wiki, 20 in all, with text, tooltips and placeholder icons. * Note current toolbar checked in toolbar code does not lay these commands out properly.
2011-09-22Turn curl multithread setting to on by default as it should (mistakenly ↵Merov Linden
turned off on my machine to work around mac crasher)
2011-09-21EXP-1207 : pull from viewer-experience-fuiMerov Linden
2011-09-21EXP-1207 : More work on LLToolbarView, still not operational...Merov Linden
2011-09-21Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-09-21EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Nelson
for existing configs that point to settings_minimal.xml, make it a valid, but empty file
2011-09-21Merge with latestLeslie Linden
2011-09-21EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵Leslie Linden
buttons that I can d&d into the toolbars EXP-1232 FIX -- Create class to load and hold all of the command meta data associated with FUI toolbar actions * Added basic commands.xml file to define FUI-related toolbar actions. For now a basic "avatar" and "places" button are defined. * Added basic command manager to parse and hold strings that define potential toolbar command actions. * Broke out a separate floater function as a placeholder for the 3-state toolbar floater toggling. * LLUI::initClass now parses the new commands.xml file Reviewed by Richard.
2011-09-21EXP-1207 : merge with viewer-experience-fuiMerov Linden
2011-09-21EXP-1207 : LLToolbarView skeleton, nothing operational yet...Merov Linden
2011-09-20EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Linden
removed all references to basic mode
2011-09-14Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-09-13merge changes for 3.0.3 beta 2 fixesOz Linden
2011-09-12EXP-1199 FIX -- Inbox new tag sometimes differs from recent item delivery ↵Leslie Linden
times, sim timezone settings differences suspected. * LastInventoryInboxActivity setting now stored as the value of time_correct(), the corrected time difference (established at login) between the client and official SL time.
2011-09-12sh-2379: re-enable multi-threaded curl (fixes viewer stall, may re-introduce ↵Oz Linden
some crashes)
2011-09-08Merge from viewer-experienceLeslie Linden
2011-09-07Merge from viewer-experienceLeslie Linden
2011-09-07EXP-1194 FIX -- Update New tag behavior to update Newness timestamp when ↵Leslie Linden
Received Items panel is open and do not auto open Received Items panel * Updated inbox freshness time setting name to "LastInventoryInboxActivity" * New time stamp reflects time of last activity performed on the inbox by the user * Selection and opening items in the inbox both count as activity on the inbox * Focus going to the inbox panel counts as activity on the inbox * Creation date of folders now computed based on date of items being added to them * Creation date of folders no longer relies on queries for creation date, as is done during sorting * Folders are assumed to be "new" if no inbox freshness time setting is saved
2011-09-06merge changes for storm-1588Oz Linden
2011-09-06merge changes for vwr-26823Oz Linden
2011-09-06EXP-1194 FIX -- Update New tag behavior to update Newness timestamp when ↵Leslie Linden
Received Items panel is open and do not auto open Received Items panel * The inbox no longer auto-expands under any condition. * Changed new-ness timestamp from "LastInventoryInboxCollapse" to "LastInventoryInboxExpansion" to eschew obfuscation. * "LastInventoryInboxExpansion" now saved out when user opens the panel.
2011-09-02Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-09-02merge changes for storm-1027Oz Linden
2011-09-02VWR-26823 FIXED Removed DigiNotar CA certificate.Vadim ProductEngine
2011-08-31Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-08-31turn on private memory pool by default.Xiaohong Bao