summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-23EXP-1207 : pull from viewer-experience-fuiMerov Linden
2011-09-23EXP-1207 : More on lltoolbarview. Still not renderingMerov Linden
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-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-22EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Linden
toolbar button height configured by button_height attribute vertical toolbar buttons now share common width wrap attribute now controls wrapping
2011-09-22EXP-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-1236 FIX -- The toybox floater should remember its position for the user * Basic addCommand function to the LLToolBar. Need proper implementation. * Added map for faster lookup of commands * Toybox now adds commands to its toolbar for basic button setup Reviewed by Richard.
2011-09-22variable renameRichard Linden
2011-09-22EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Linden
added more toolbars to floater_test_toolbar.xml removed layout stack and got basic wrapping working reviewed by Leslie
2011-09-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-22removed unused toolbar filesRichard Linden
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-22EXP-1223 FIXED (Create and register a floater for Places side tab)Paul ProductEngine
- Added xml for a new floater and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::showPanel
2011-09-22EXP-1203 ADDITIONAL FIX (As a FUI user, I want the address bar and favorites ↵Paul ProductEngine
to be on one line) - Changed member variable name mChevronButton to mMoreTextBox - Fixed some bugs which PE testers have found: 1. Parcel characteristics icons from location bar overlay other ui elements 2. Navigation & Favorites bar are displayed after exitting mouselook mode although 'Show Navigation & Favorites bar' is unchecked
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-1239 WIP make toolbars wrap when there is not enough roomRichard Nelson
initial pass at wrapping
2011-09-21EXP-1239 WIP make toolbars wrap when there is not enough roomRichard Nelson
initial pass at wrapping
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-21Updating toolbar test floater to use new side definition rather than orientationLeslie 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-1210 FIX -- Implement new toybox floater window EXP-1231 FIX -- Add menu option to toggle the toybox floater on and off * Basic toybox floater implemented as its own class * Toybox is available through "Me -> Toolbars..." menu option or ctrl-T shortcut * Toolbars now have "side" type rather than simple orientation, as well as button state for "icons only" or "icons with text". Reviewed by Richard
2011-09-21EXP-1221 FIXED Added a floater container class that provides an interface ↵Seth ProductEngine
for all former Side Tray panels. The container implements a unified behavior similar to Side Tray tabs for all floaters: - LLSD params are passed to the main panel (root panel containing other child panels) upon opening the floater via LLFloaterReg, - LLSD params can be passed to one of the child panels using LLFloaterSidePanelContainer::openChildPanel() - transient floaters (e.g. IM windows) should not hide when the container floater is clicked, so that it's possible to drag an inventory item from My Inventory floater to a docked IM window.
2011-09-20EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Linden
cleaned up status and navigation bars
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-20Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-09-20EXP-1228 FIX Create toolbar widget class that displays list of buttons ↵Richard Linden
horizontally or vertically buttons are now centered and sized according to content created floater_test_toolbar.xml to test
2011-09-20Merge from viewer-experienceLeslie Linden
2011-09-19Fix gcc compiling errorMerov Linden
2011-09-19fix buildRichard Nelson
2011-09-19EXP-1228 WIP Create toolbar widget class that displays list of buttons ↵Richard Nelson
horizontally or vertically created toolbar class and widget
2011-09-19Mac build fix for picky gccLeslie Linden
2011-09-19EXP-1203 FIXED (As a FUI user, I want the address bar and favorites to be on ↵Paul ProductEngine
one line) - Relocated address bar, combined with favorite landmarks EXP-1208 - Added dragger to change amount of space allocated to address bar and favorites bar EXP-1217 - Modified Favorites ->> More spillover EXP-1218 - Combined context menu menuitems for favorites & address bars EXP-1219
2011-09-16Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Nelson
2011-09-16added Flag as new param type...Richard Nelson
usage: <foo><bar/></foo> will set the bar flag on foo LLSD foo; foo["bar"]; will set the bar flag on foo converted notifications unique to use flag
2011-09-15Merge from viewer-experience-mergeLeslie Linden
2011-09-15EXP-974 FIX Inventory Keystroke Behavior No Longer WorkingRichard Linden
2011-09-15EXP-1215 FIX -- New tag toggles on and off during delivery of large purchasesLeslie Linden
EXP-1216 FIX -- Not all inbox items are sorted properly for large item purchases * The inventory listener is no longer used to override the folder's creation date if the date it has is zero.
2011-09-14Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-09-14Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Nelson
2011-09-14EXP-1201 FIX Quit button option not present in Mode Changing and Exit viewer ↵Richard Nelson
dialogs
2011-09-14EXP-1199 FIX -- Inbox new tag sometimes differs from recent item delivery ↵Leslie Linden
times, sim timezone settings differences suspected. * Put 7 hour time difference back in to account for PDT vs GMT inventory server time
2011-09-14Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Nelson
2011-09-14improved fast timers displayRichard Nelson
can move and resize better visualization of timer history can click drag to browse history increased frame history to 300
2011-09-14merge changes for storm-1532Oz Linden
2011-09-13Merge from viewer-experience-mergeLeslie Linden
2011-09-13EXP-1010 FIX -- Received Items panel scroll snaps to current selection when ↵Leslie Linden
Direct Delivery folders with a large # of items are being delivered from Marketplace * Updated the inventory filter isNotDefault() function to properly check the filter types and filter links flags against the default filter ops. * Updated the inbox and outbox to mark their date sort order as the default. Reviewed by Leyla.