Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 8 | Vadim ProductEngine | |
Fixed Mini-Map button label truncation. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 7 | Vadim ProductEngine | |
* Removed dead code. * Minor comment changes. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 6 | Vadim ProductEngine | |
Fixed: if you slowly increase the viewer window width, the Speak button fails to expand. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 5 | Vadim ProductEngine | |
Changes to improve readability. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 4 | Vadim ProductEngine | |
When user manually toggles a button (via context menu), show it regardless of whether it has been auto-hidden. Tech note: Added showButton() method which does the same as processShowButton() did but the check for the button being auto-hidden. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 3 | Vadim ProductEngine | |
* Rewritten some code for better readability. Behavior should not be affected. * Debug prints and other minor changes. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 2 | Vadim ProductEngine | |
* When there is some free space and all auto-hidden buttons have been already shown, first extend the Speak button, then the others (was: vice versa). * Made the Speak button always have fixed width. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 1 | Vadim ProductEngine | |
Fixed bottom tray buttons not showing under some circumstances. (the fix was made weeks ago, so I don't remember what the circumstances are) | |||
2011-03-13 | pull transplanted crash fix changesets back from viewer-release | Oz Linden | |
2011-03-11 | STORM-1067 : pull into viewer-development | Merov Linden | |
2011-03-11 | STORM-1059 : pull into viewer-development | Merov Linden | |
2011-03-11 | STORM-1020 : pull into viewer-development | Merov Linden | |
2011-03-11 | STORM-1059 : Fix for cache purging (fix by Aleric) | Merov Linden | |
2011-03-10 | correct merge error in llviewerobjectlist.cpp | Oz Linden | |
2011-03-10 | Corrected a call to the mac-specific command "Rez" that had the wrong case. ↵ | Ricky Curtice | |
This is only an issue on Macs that have a case-sensitive root filesystem. | |||
2011-03-09 | Crash hunters: pull in viewer-development | Merov Linden | |
2011-03-08 | fix for STORM-1053: crash at LLTextureCache::writeToCache | Xiaohong Bao | |
2011-03-08 | fix for STORM-1053: crash at LLTextureCache::writeToCache | Xiaohong Bao | |
2011-03-08 | fix for STORM-1052: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138 | Xiaohong Bao | |
2011-03-08 | fix for STORM-1052: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138 | Xiaohong Bao | |
2011-03-08 | fix for STORM-1049: [crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerFetchedTexture::forceToSaveRawImage(int,bool) | |||
2011-03-08 | fix for STORM-1049: [crashhunters] crash at ↵ | Xiaohong Bao | |
LLViewerFetchedTexture::forceToSaveRawImage(int,bool) | |||
2011-03-07 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
2011-03-07 | fix for STORM-1046:[crashhunters] crash in LWorld::removeRegion | Xiaohong Bao | |
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap | |||
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-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-08 | STORM-10140 : pull into viewer-development | Merov Linden | |
2011-03-08 | STORM-990 : pull into viewer-development | 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-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-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 | 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 | |