summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
2011-08-27STORM-638 FOLLOWUP Fixed a silly pointer usage mistake.Vadim ProductEngine
2011-08-26STORM-638 FIXED "Object Return" didn't return distant objects if the ↵Vadim ProductEngine
confirmation dialog wasn't suppressed. Reason: Showing the confirmation dialog resets object selection, thus there is nothing to derez. Fix: Save selection until user answers in the confirmation dialog. I didn't investigate why the bug occurred only for distant object (must be some internal LLSelectMgr magic).
2011-08-11EXP-1079 FIX User is not logged out immediately inworld when selecting to ↵Richard Linden
change modes and restart while logged in used requestQuit instead of forceQuit
2011-08-11Automated merge with file:///e:\code\viewer-experienceRichard Linden
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
added mode switching button to status bars for advanced and basic mode, changed login combo box to use menu instead
2011-07-25merging latest viewer-development to mesh merge candidate.Nyx (Neal Orman)
2011-07-13STORM-1502 FIXED Disable "Delete Water/Sky/Day Preset" dialogs if no user ↵Vadim ProductEngine
presets exist.
2011-07-09mergeBrad Payne (Vir Linden)
2011-07-07Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-07-05EXP-971 FIX New Direct Delivery item does not sort as most recent item in ↵Richard Linden
Recent Tab if that tab is open when item delivered
2011-07-06STORM-1262 FIXED Removed the original Windlight Region Settings implementation.Vadim ProductEngine
2011-06-21SH-1719 FIXED Viewer side cleanup of presentation of accounting data in ↵Paul ProductEngine
build tools - Moved grid mode combo box to the grid options floater - Updated UI of the build floater according to the spec - Fixed "conflict" between LLFloaterOpenHandler and LLFloaterHandler command handlers
2011-06-01merge changes for latest viewer-developmentOz Linden
2011-05-26merge changes for latest windlight integration project repoOz Linden
2011-05-26STORM-1285 WIP Connected "Create/Edit Water / Sky / Day Cycle" floaters (not ↵Vadim ProductEngine
functional) to the main menu.
2011-05-26STORM-1285 WIP Connected "Delete Water / Sky / Day Cycle" floaters (not ↵Vadim ProductEngine
functional) to the main menu.
2011-05-24MergeDave SIMmONs
2011-05-23merge latest changes (post-2.7.0) from viewer-developmentOz Linden
2011-05-18merge changes for storm-1259Oz Linden
2011-05-17Merge with viewer-development (mesh)Don Kjer
2011-05-17Merge with viewer-developmentDon Kjer
2011-05-17Merge from viewer-development.Vadim ProductEngine
2011-05-17STORM-1244 FIXED Environment Settings floater implementation.Seth ProductEngine
2011-05-16STORM-1259 Sculpt dimension meta-data view missing from 2.x, was possible to ↵Jonathan Yap
see in 1.23
2011-05-16mergeDave Parks
2011-05-16STORM-1245 WIP Implement loading and applying region environment settings.Vadim ProductEngine
2011-05-16STORM-1245 WIP Reimplementing management of local presets according to the ↵Vadim ProductEngine
new spec. User environment preferences are now persistent. TODO: Implement applying region env. settings.
2011-05-12mergeDave Parks
2011-05-11merge up to latest viewer-developmentOz Linden
2011-05-09Merge.brad kittenbrink
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2011-05-02Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.t3awyz\ssh__richard@hg.lindenlab.com_richard_viewer-experience-merge_2xcevh.hg
2011-04-27EXP-670 Voice for basic modeLeyla Farazha
reviewed by Merov http://codereview.lindenlab.com/6231263/
2011-04-22mergeDave Parks
2011-04-19STORM-1174 FIX Moved "Use Region Environment Settings" to the "World -> Edit ↵Vadim ProductEngine
My Environment" menu. It has been a checkbox in the environment editor.
2011-04-14Merge with viewer-developmentDon Kjer
2011-04-13merge out changes up to but not including the STORM-610 changeOz Linden
2011-04-08merge changes for viewer-social-2Oz Linden
2011-04-06merge changes for vwr-25269Oz Linden
2011-04-05STORM-1126 merge 2Vadim ProductEngine
2011-04-01mergeRichard Linden
2011-04-01Merge with viewer-developmentDon Kjer
2011-04-01Automated merge with http://bitbucket.org/merov_linden/viewer-autobuild2010Richard Linden
2011-03-31merge out latest viewer-autobuild2010 changesOz Linden
2011-03-31STORM-1126 mergeVadim ProductEngine
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 4Vadim ProductEngine
Changes: * Fixed incorrect way to pass parameters to notifications. * Fixed crashes in the Advanced Sky floater and the Region Terrain panel. * Fixed initialization and multiple instantiation of the Day Cycle floater (that might lead to incorrect behavior). * Fixed and re-enabled committing env. settings changes to region. * Fixed day cycle and sky settings being sent as empty arrays and therefore not passing validation on server. It is now possible to change region environment settings. * Added debug messages.
2011-03-29merge changes for storm-1019Oz Linden
2011-03-24SOCIAL-714 FIX [PUBLIC] Basic mode to launch with Destinations panel open by ↵Richard Linden
default fixed not being able to toggle off avatar/destination guide by clicking button again
2011-03-24minor whitespace changeRichard Linden
2011-03-24ER-650: touch events. Added 'requestTouch' API for LLAgent operations via ↵Dave SIMmONs
llEventHost. Re-factored some message sending code for grabs. Reviewed by Kelly