summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
2012-05-25Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-23Removing some code that allowed the viewer to toggle the user's maturity ↵Todd Stinson
access level. But only toggling it in the viewer leads to some really bad discontinuities with the server's actual access level for the user.
2012-05-21EXP-1941: Adding in debug setting to force enable purchase flow disregarding ↵Todd Stinson
other checks including maturity.
2012-04-13merge changes for drtvwr-135Oz Linden
2012-04-02merge changes for storm-637Oz Linden
2012-02-10EXP-1889 FIX As a Second Life viewer developer, I would like a tool that ↵callum
helps me find memory leaks.
2012-02-06Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2012-01-30STORM-637 Scripts Progress windows MissingJonathan Yap
2012-01-30mergeBrad Payne (Vir Linden)
2012-01-23EXP-1818 World/Local/Reference editing mode hiddencallum
Moved coordinate mode combo back into main build floater from sub-floater.
2012-01-23merge changes for storm-1798Oz Linden
2012-01-20SH-2889 Add visual auto-muting controlsDave Parks
2012-01-12STORM-1798 'Block' menuitem title isn't changed after blocking item in ↵Jonathan Yap
object inspector
2011-12-23STORM-1790 Provide a Develop sub-menu to change the default logging levelJonathan Yap
co-authored with Zi Ree
2011-12-02EXP-1451 FIX -- I want to put my NEARBY CHAT window at the bottom left, but ↵Leslie Linden
then it obscures chatted text. I repositioned the chat, move and camera floaters. Chat toasts now start 80 up from the bottom left rather than 10.
2011-11-30Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-24EXP-1581 FOLLOWUP Main menu: fixed a typo, removed duplicated items.Vadim ProductEngine
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-23EXP-1581 FIXED Added more floaters to the viewer menu.Vadim ProductEngine
It is also now possible to toggle microphone via the menu. See JIRA for the full list of changes.
2011-11-21Add "Use Region Settings" to World->Sun menuTofu Buzzard
2011-11-18EXP-1577 FIX Made agent profile position and size persistent.Vadim ProductEngine
Enable My Profile to use saved_rect. Value of the "WebProfileRect" setting is ignored in this case.
2011-11-08SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵Dave Parks
requirement and llvetor4a et al)
2011-10-31merge changes for storm-1673Oz Linden
2011-10-24EXP-1455 Ctrl-Shift-I no longer opens a second inventory windowcallum
2011-10-19storm-1622: fix viewer-side wind turbulence simulationOz Linden
2011-10-17EXP-1359 FIX -- Selecting New Inventory window from gear menu in Inventory ↵Leslie Linden
panel opens old My Inventory panel * Removed old inventory panel. * Renamed new inventory panel from "my_inventory" to "inventory" Reviewed by Richard.
2011-10-14Merge with headcallum
2011-10-14EXP-1342 FIX -- Update avatar picker and destination guide urlsLeslie Linden
* URL's are in place with the [GRID_LOWERCASE] used in the link to go to the proper page based on the grid. * Added "GRID_LOWERCASE" substitution for URL's since it is case sensitive
2011-10-14merge with headcallum
2011-10-14EXP-1272 FIX Move "How To" to a separate web floaterRichard Nelson
added missing file and updated size of floater
2011-10-14EXP-1323 FIX Mouselook text "Press ESC to return to World View" overlaps ↵Richard Nelson
with bottom toolbar if mode is icon only made mouselook work when hiding ui by unhiding UI first
2011-10-14EXP-1272 FIX Move "How To" to a separate web floaterRichard Linden
2011-10-13EXP-1321 FIX 3-way toolbar button functionality not enforced on "Profile" ↵Richard Linden
button.
2011-10-13EXP-1314 FIX -- No floater for MarketplaceLeslie Linden
EXP-1338 FIX -- Clicking on active Toybox buttons triggers clicking sound EXP-1339 FIX -- No minimum resize dimension for Place floater EXP-1340 FIX -- No minimum resize demension for Appearance floater EXP-1341 FIX -- Places Floater doesn't have Help button * Toybox buttons no longer have click sounds * Marketplace button opens external browser to marketplace url * Minimum sizes for places and appearance floaters * Marketplace URL's now all use https
2011-10-14EXP-1282 FIXED Bottom bar removed.Seth ProductEngine
- LLBottomTray code and XUI removed. - "Speak" buttom which resided in Bottom bar removed. - Voice connection status update moved from LLBottomTray to LLVivoxVoiceClient.
2011-10-13fix for profile button not following floater stateRichard Nelson
2011-10-12tooltips now only show labels for toolbar buttons when label is hidden or ↵Richard Nelson
truncated tooltips are no longer instantaneous once a tooltip is visible
2011-10-12EXP-1275 WIP A UI element or Keyboard shortcut to clear the viewportRichard Nelson
added confirmation dialog before hiding UI
2011-10-12Mac build fixLeslie Linden
2011-10-11EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewportRichard Linden
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private
2011-10-10EXP-1310 FIX Profile button should open Web Profile floaterRichard Nelson
removed unused LLWeb functions for opening non-web media moved logic inside floaters and away from auxiliary functions
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-27EXP-1203, EXP-1221, EXP-1222, EXP-1223, EXP-1225, EXP-1226 : pull from ↵Merov Linden
sergeylproductengine/viewer-experience-fui/
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-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-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-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-08-27STORM-638 FOLLOWUP Fixed a silly pointer usage mistake.Vadim ProductEngine