Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Fix to LLWindow listener keyUp event. Fix to headless client scanKeyboard, ↵ | Don Kjer | |
allowing input from eventhost | |||
2011-03-08 | Merge with viewer-development | Don Kjer | |
2011-03-08 | Merge with viewer-headless | Don Kjer | |
2011-03-07 | Added some error checking, because s*** happens. | Dave SIMmONs | |
2011-03-07 | Merge branches | Dave SIMmONs | |
2011-03-07 | ER-350: Viewer / sim camera positioning not working well on login. Viewer ↵ | Dave SIMmONs | |
now sets the camera before calling send_agent_update(). Reviewed by Kelly. | |||
2011-03-07 | STORM-1045 : pull into viewer-development | Merov Linden | |
2011-03-07 | STORM-1037 : pull into viewer-development | Merov Linden | |
2011-03-07 | STORM-236 : pull into viewer-development | Merov Linden | |
2011-03-07 | STORM-28 : pull into viewer-development | Merov Linden | |
2011-03-07 | Update version number to 2.5.2 | Merov Linden | |
2011-03-04 | STORM-236 WIP Additional fixes. | Vadim ProductEngine | |
Fixed: * Wrong ability to place a button between the chat input and the drag handle (thanks Wolfpup!). * Broken drag-n-drop cursors. | |||
2011-03-04 | STORM-236 WIP Minor code improvements. | Vadim ProductEngine | |
- To decrease code duplication: * Added RS_BUTTON_SPEAK to the button->panel mapping (mStateProcessedObjectMap). * Replaces all lookups in mStateProcessedObjectMap with calls to getButtonPanel(). - Added some comments. | |||
2011-03-03 | STORM-969 : pull into viewer-development | Merov Linden | |
2011-03-03 | STORM-980 : pull in viewer-development | Merov Linden | |
2011-03-03 | STORM-991 : pull into viewer-development | Merov Linden | |
2011-03-03 | VWR-22531 VWR-22532 VWR-22343 FIX | eli_linden | |
2011-03-03 | storm-1037: remove the "hide url" checkboxes in parcel management | Oz Linden | |
2011-03-03 | STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons. | Vadim ProductEngine | |
Cumulative diff of changes made by Wolfpup, Richard and me. Description: * Ability to hide the Speak button with the bottom tray context menu. * Made the chat input resize handle visible, so that the feature is easily discoverable. * Applied Richard's fix to layout panel resizing logic. | |||
2011-03-02 | VWR-24992 FIX remove evil old parameters in localized xml files | eli_linden | |
2011-03-02 | VWR-24754 FIX from Torben Troutman | eli_linden | |
2011-03-02 | VWR-23494 FIX on behalf of Torban Troutman | eli_linden | |
2011-03-01 | Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) | Merov Linden | |
2011-03-01 | STORM-1004 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-954 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-949 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-889 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-842 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-665 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-1024 : pull into viewer-development | Merov Linden | |
2011-03-01 | STORM-977 : pull into viewer-development | Merov Linden | |
2011-03-01 | Merge with viewer-headless | Don Kjer | |
2011-02-28 | STORM-980 Fix additional issue with Wear button found by QA | Jonathan Yap | |
2011-02-25 | STORM-980 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-974 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-680 : pull into viewer-development | Merov Linden | |
2011-02-25 | STORM-979 : pull into viewer-development | Merov Linden | |
2011-02-25 | Fix llhost integration test: replaced linux.org by lindenlab.com in the DNS ↵ | Merov Linden | |
lookup test as linux.org was not being resolved as expected | |||
2011-02-24 | STOMR-665 FIXED User is not able to view full name of Group's founder in the ↵ | Paul ProductEngine | |
Group Profile - Made text box and its panel follow right | |||
2011-02-23 | Automated merge with file:///home/nat/linden/viewer-headless | Nat Goodspeed | |
2011-02-23 | separate vertex buffer and index buffer when map/unmap VBO. can be treated ↵ | Xiaohong Bao | |
as part of STORM-1011. reviewed by davep. | |||
2011-02-23 | Added headless client keyboard | Don Kjer | |
2011-02-23 | Comment fix from code review with brad | Don Kjer | |
2011-02-22 | Move Josh's resolvePath() function to LLUI. | Nat Goodspeed | |
Use boost::split_iterator to split LLView pathname on slashes. | |||
2011-02-22 | Merge with viewer-development | Don Kjer | |
2011-02-22 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-22 | set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking. | Xiaohong Bao | |
2011-02-22 | more fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-22 | STORM-28 FIXED Added the ability to send agent's own calling card to others. | Seth ProductEngine | |
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory. | |||
2011-02-22 | STORM-889 FIXED Put Link/Unlink in Edit Panel | Paul ProductEngine | |
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind |