Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | STORM-28 : pull into viewer-development | Merov Linden | |
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-03-08 | STORM-10140 : pull into viewer-development | Merov Linden | |
2011-03-08 | STORM-1015 : pull into viewer-development | Merov Linden | |
2011-03-08 | STORM-990 : pull into viewer-development | Merov Linden | |
2011-03-08 | STORM-494 : pull into viewer-development | Merov Linden | |
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-03-07 | fix for STORM-1026: Viewer crahes while trying to reset Graphics quality. | Xiaohong Bao | |
reviewed by davep | |||
2011-03-07 | updated list of visible notifications to spec | Richard Linden | |
2011-03-07 | update libpng and jpeglib archives for mac. | Andrew A. de Laix | |
2011-03-07 | Update version number to 2.5.2 | Merov Linden | |
2011-03-07 | Merge | leyla | |
2011-03-07 | SOC-604 Make View contents in minimal skin match Standard skin (Viewer 2) | leyla | |
2011-03-07 | STORM-1018 FIXED Improved error messaging for the External Editor feature. | Vadim ProductEngine | |
Let the user know what's wrong with external editor. Added meaningful messages for the following errors: * Editor not specified. * Error parsing command line. * Specified binary not found. * Editor failed to run. All the messages are translatable. | |||
2011-03-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-social/ | Richard Linden | |
2011-03-05 | STORM-1023 : add missing fmod dependency so viewer can compile with ↵ | Merov Linden | |
-DFMOD_INCLUDE_DIR option | |||
2011-03-04 | STORM-1023 : allow non standalone and non install prebuilt to use local fmod ↵ | Merov Linden | |
package path in autobuild.xml | |||
2011-03-04 | Merge with head | callum | |
2011-03-04 | SOCIAL-510 FIX (#3) SL Profile Pages Seem to be Ignoring Assets | callum | |
(New CA.pem with Equifax cert in it) See also SOCIAL-569 [VWR-24426] SSL Handshake Failed Error when accessing web-based content on development viewers using recent Webkit 4.7 | |||
2011-03-04 | Merge | Leyla Farazha | |
2011-03-04 | SOCIAL-643 As a user, I would like to be able to browse and purchase from ↵ | Leyla Farazha | |
the marketplace from within the viewer by logging in only once, and with no appreciable delay | |||
2011-03-04 | SOCIAL-510 FIX (#2) SL Profile Pages Seem to be Ignoring Assets | callum | |
(New version of LLQtWebKit and now load CA.pem) See also SOCIAL-569 [VWR-24426] SSL Handshake Failed Error when accessing web-based content on development viewers using recent Webkit 4.7 | |||
2011-03-04 | ares, boost, expat, freetype archives updated to latest builds. | Andrew A. de Laix | |
2011-03-04 | pull from oz_linden/viewer-autobuild | Merov Linden | |
2011-03-04 | STORM-1016 FIXED Crash after pressing ctrl-shift-w while there is an ↵ | Vadim ProductEngine | |
undocked sidepanel. Reason: The shortcut closes all floaters, including those wrapping undocked sidepanels. The sidepanels get destroyed as well, while they are still referenced by the side tray. Fix: Dock (i.e. move to side tray) the sidepanel before its floater gets destroyed. | |||
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-1040 Added code for media beacons, which are coming in Storm-1019 | Jonathan Yap | |
2011-03-04 | STORM-1040 Text that shows what Beacons you are viewing is always in English | Jonathan Yap | |
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-04 | SOCIAL-603 FIX Move how to button to bottom bar | Richard Linden | |
moves scrollbar up from bottom of screen to leave room for resize thumb | |||
2011-03-03 | STORM-969 : pull into viewer-development | Merov Linden | |
2011-03-03 | Autobuild : Fix llsdmessage integration test failure on Mac | Merov Linden | |
2011-03-03 | STORM-980 : pull in viewer-development | Merov Linden | |
2011-03-03 | removed items from inspector menus that don't apply in minimal skin | Richard Linden | |
2011-03-03 | SOCIAL-641 FIX C++ Runtime error in SLvoice.exe when launching Standard Skin ↵ | Richard Linden | |
on Windows | |||
2011-03-03 | SOCIAL-629 FIX Search Floater accessible from typing a search term in ↵ | Richard Linden | |
location bar | |||
2011-03-03 | STORM-991 : pull into viewer-development | Merov Linden | |
2011-03-03 | Always do the template check, now that it is quick and local if it hasn't ↵ | Kelly Washington | |
changed. | |||
2011-03-03 | SOCIAL-510 FIX SL Profile Pages Seem to be Ignoring Assets | callum | |
(New version of LLQtWebKit and now load CA.pem) See also SOCIAL-569 [VWR-24426] SSL Handshake Failed Error when accessing web-based content on development viewers using recent Webkit 4.7 | |||
2011-03-03 | Autobuild : fix llcommon tests warning so Mac builds | Merov Linden | |
2011-03-03 | VWR-22531 VWR-22532 VWR-22343 FIX | eli_linden | |
2011-03-03 | Add early exit to message template check if it hasn't changed. | Kelly Washington | |
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-03 | merge from lindenlab/viewer-development | Alain Linden | |
2011-03-03 | STORM-1036 FIXED The unused "How to create a new Classified ad" notification ↵ | Seth ProductEngine | |
removed from XUI ("en" locale only). | |||
2011-03-03 | pull latest changes from viewer-vs2010 | Oz Linden | |
2011-03-03 | merge up from viewer-development and viewer-autobuild | Oz Linden | |
2011-03-03 | merge up from viewer-development | Oz Linden | |
2011-03-02 | SOCIAL-595 FIX Global volume control and the volume control on MOAP no ↵ | Richard Linden | |
longer have any affect |