summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
AgeCommit message (Collapse)Author
2011-10-04Renamed PREFERENCESLeslie Linden
2011-10-04* Updating "Move" floater to be more FUI-likeLeslie Linden
2011-10-04Merge with latestLeslie Linden
2011-10-04EXP-1204 PROGRESS -- As a User I want flexible floater management with no ↵Leslie Linden
sidetray EXP-1292 FIX -- Mini-map floater can't be closed by clicking the sidebar button again. * Mini-map floater text updated * Mini-map floater behavior now acts more like other windows, has a title, etc.
2011-10-03implemented Range and ClampedValue classes to standardize min/max settingsRichard Nelson
fixed not serializing named values when values provided from code
2011-10-03updated xui for toybox to reflect changes to param blocksRichard Nelson
2011-09-30made toolbars conform to visual specsRichard Nelson
added ability to specify clip rects in textures.xml
2011-09-30Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-09-30param block cleanupRichard Nelson
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks
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-29Merge sergeylproductengine/viewer-experience-fui with ↵Paul ProductEngine
richard/viewer-experience-fui
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-28mergeLeyla Farazha
2011-09-28removing old xml nearby chatLeyla Farazha
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-28MergePaul ProductEngine
2011-09-27EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-09-27EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-09-27EXP-1258 WIP toggle buttons between icons and icons+text modesRichard Linden
fixed button layout for icon+text layout stack now uses floating point precision to avoid clamping panels to 0
2011-09-27EXP-1203, EXP-1221, EXP-1222, EXP-1223, EXP-1225, EXP-1226 : pull from ↵Merov Linden
sergeylproductengine/viewer-experience-fui/
2011-09-27fixed wobble when toggling inbox/outboxRichard Linden
2011-09-27mergeLeyla Farazha
2011-09-27Nearby chat panelLeyla Farazha
2011-09-27EXP-1247 Nearby chat as part of chat floaterLeyla Farazha
2011-09-27EXP-1202 : pull from viewer-experience-fuiMerov Linden
2011-09-27EXP-1211 : Read toolbar default settings from toolbars.xml, no saving of ↵Merov Linden
settings done yet.
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-27merge with latestLeslie Linden
2011-09-27* Updated toybox to center bottom button and add delimeterLeslie Linden
2011-09-27MergePaul ProductEngine
2011-09-27EXP-1226 FIXED (Create and register a floater for Appearance side tab)Paul ProductEngine
- Added xml for a new floater Appearance and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::getPanel
2011-09-27EXP-1225 FIXED Added a floater for My Inventory side tab.Seth ProductEngine
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Added LLFloaterSidePanelContainer::getPanel<T>() for getting custom type panels.
2011-09-27mergeLeyla Farazha
2011-09-27adding missing xml fileLeyla Farazha
2011-09-26initial support for switching between icons only and icons + textRichard Nelson
2011-09-26fixed toolbar context menuRichard Nelson
deprecated pointless LLView::deleteViewByHandle
2011-09-26Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
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-1239 FIX make toolbars wrap when there is not enough roomRichard Nelson
toolbars resize to fit buttons toolbar view uses layout stacks to organize toolbars reviewed by Leslie
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-26EXP-1207 : add button display mode mandatory param to toolbarsMerov Linden
2011-09-26EXP-1203 ADDITIONAL FIX (As a FUI user, I want the address bar and favorites ↵Paul ProductEngine
to be on one line) - Removed search combobox by spec - Fixed EXP-1243 (Parcel characteristics icons from location bar overlay other ui elements) - Fixed EXP-1245 (More spillover list "jumps" on copying landmarks)
2011-09-26EXP-1222 FIXED Added a floater for My Profile side tab.Seth ProductEngine
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Removed obsolete code implementing the tri-state behavior of Profile side panel. - Added People panel XUI which is referenced from Profile panel.
2011-09-23EXP-1027 : pull from viewer-experience-fuiMerov Linden