summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-17Introduce LLFloaterRegListener "clickButton" event operation.Nat Goodspeed
Based on discussion with James and Richard, this operation should allow an automation script to locate a visible LLFloater and simulate clicking any one of its LLButton children by name. As yet untested.
2009-10-17Introduce LLView::isAvailable() to test enabled & visible.Nat Goodspeed
Better term? The point of the method is to verify that a user could actually interact with the LLView in question.
2009-10-17New LLFloater methods capture LLFloaterReg visibility tests.Nat Goodspeed
The logic was redundantly expressed in LLFloaterReg -- and would be useful elsewhere -- so was introduced as LLFloater::isShown(). Thanks to Richard and James for suggesting the terminology.
2009-10-17EXT-606 lag-o-meter text visibility and placement issuesJiao Li
2009-10-16mergeMark Palange (Mani)
2009-10-16merge from latest svn/viewer-2-0 to hg/viewer-2-0Mark Palange (Mani)
2009-10-16Group inspectors now work. They are hooked up to About Land, build tools ↵James Cook
floater, and anywhere secondlife:///app/group URLs appear. Reviewed with Leyla.
2009-10-16EXT-1637 Clean up build tools > texture > mediaErica Olsen
Replaced temp group activate checkbox tga with png
2009-10-16svn merge -r134817:136516 ↵Loren Shih
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-multiattachments-3 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 For DEV-32867 : Avatar Pipeline Project - Multi-Attachments This is a viewer-side-only, infrastructure-only merge for multi-attachments. This should not lead to any new functionality; it simply provides backwards compatibility for when multi-attachments are enabled in viewer2.1, so that viewer2.0 users can see viewer2.1 avatars correctly. Reviewed by: Vir.
2009-10-16removed usage of boost::true_type and boost::false_typeRichard Nelson
made debug mouse events use standard / separator instead of -> reviewed by Leyla
2009-10-16EXT-770 Update Me Profile and Me Edit Profile to match updated style guideErica Olsen
EXT-805 Update Me Pick Info and Me Edit Pick Info to match updated style guide
2009-10-16double click on scrollbar now scrolls twiceRichard Nelson
reviewed by Leyla
2009-10-16Merge of latest avatar pipeline working branch into viewer2.0 branch.Eric Tulla
Result of: (NO CONFLICTS) svn merge -r 135985:136503 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-11 .
2009-10-16Changing declaration of static constant member variables to match exact ↵Neal Orman
required format. Windows and Linux glossed over this issue, but mac was more picky. Fix code reviewed by Bigpapi.
2009-10-16merging in new wearable infrastructure to get a step closer to eventually ↵Neal Orman
supporting multiple wearables per type. Merge tested and compiles/working on linux and windows - no obvious regressions on appearance or appearance editor. Merge generated no conflicts due to being tested in fresh re-branch in avatar-pipeline/multiple-textures-12. Merge perfomed with following command: svn merge -r 136489:136510 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/multiple-textures-12 . Progress can be tracked in DEV-32551. -Nyx
2009-10-16FIX windows build: no automatic conversoin between LLVector3 and LLVector3d??Rick Pasetto
2009-10-16Re-colored graphic as temporary fix to address ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1486
2009-10-16DEV-41410 SNOW-204: merging this snowglobe fix into viewer-2.0.0-3.Martin Reddy
Provides more robust gcc version checking for suppressing warnings.
2009-10-16EXT-1566: Fixed another case of UTF-8 vs UTF-32 coding error for SLURLMartin Reddy
parsing in text editors. Any time we are looking up segment start/end ranges we should do this on a wide string. Also added a convenience LLUrlRegistry::hasUrl() method to easily determine if a string contains a valid SLURL.
2009-10-16DEV-41408 convert lldependencies tut test to llcommon integration test.Adam Moss
2009-10-16DEV-41407 resurrect and fix LLControlGroup test, convert it to a llxml ↵Adam Moss
integration test.
2009-10-16DEV-41406 resurrect dead llpartdata test, turn it into a llmessage ↵Adam Moss
integration test.
2009-10-16DEV-41405 convert llxfer test to a llmessage integration test.Adam Moss
2009-10-16DEV-41404 convert monolithic tut llinventoryparcel test to llinventory ↵Adam Moss
integration test.
2009-10-16DEV-41080 more automated testing love - minor comment fixing.Adam Moss
2009-10-16DEV-41403 convert reflection tut test to llcommon integration test.Adam Moss
2009-10-16DEV-41402 convert stringize tut test to llcommon integration test.Adam Moss
2009-10-15Fix for another "case not handled in switch" due to the addition of ↵Monroe Linden
MEDIA_EVENT_NAME_CHANGED.
2009-10-15Fix for a "case not handled in switch" due to the addition of ↵Monroe Linden
MEDIA_EVENT_NAME_CHANGED.
2009-10-16fixed first click on SLURL not spawning inspector by handling mouse down ↵Richard Nelson
when clicking on url reviewed by Mani
2009-10-16svn revert -r136312 llinstancetracker.h - reverted changed to instance ↵Richard Nelson
tracker that won't work with llcommon.dll
2009-10-15Major refactor of LLViewerMediaFocus and LLPanelMediaHUD.Monroe Linden
LLViewerMediaFocus now tracks two separate objects: the currently focused media object, and the media object that's currently being hovered over. It no longer stores smart pointers to either the LLViewerObject or the LLViewerMediaImpl -- it now looks up both by UUID every time they're needed, and fails gracefully if either goes away. This will prevent it from keeping objects from being deleted. The poorly-understood "mouseOverFlag" has been expunged. LLViewerMediaFocus no longer uses LLSelectMgr at all. The object to focus on is explicitly passed between LLViewerMediaFocus and LLPanelMediaHUD instead of going indirectly through the selection manager. LLViewerMediaFocus also no longer interacts with the pick from LLToolPie -- the data it needs from the pick (the object and normal vector) is passed explicitly. LLViewerMediaFocus::setCameraZoom and LLViewerMediaFocus::getBBoxAspectRatio now have no dependencies on the LLViewerMediaFocus object -- all the data they need is passed in when they're called by the LLPanelMediaHUD. I made them static member functions, but they could be moved to LLPanelMediaHUD or even made into file-scoped static functions. The only reason I didn't do either of those is that it seems like they belong with the LLViewerMediaFocus code as opposed to the HUD.
2009-10-15Merge from branch-test (EXT-651)Steve Bennetts
2009-10-15EXT-651 - Added Upload Image shortcut to Advanced > Keyboard Shortcuts. Also ↵Steve Bennetts
cleaned up that menu a little. --HG-- branch : branch-test
2009-10-15Merge from remote repoRick Pasetto
2009-10-15Merge from remote repoRick Pasetto
2009-10-15Clarify comments a littleRick Pasetto
2009-10-16DEV-41389 Localize the splash screen 'loading...' icon in all languagesRamzi Ramey
* added files should already be covered in viewer_manifest.py * Also fix a 1-line typo in Italian installer.
2009-10-16EXT-1561 Update People Profiles to match Style guideErica Olsen
EXT-770 Update Me Profile and Me Edit Profile to match updated style guide EXT-302 Update and My Account links in the Me Panel are misplaced EXT-805 Update Me Pick Info and Me Edit Edit Pick Info to match updated style guide
2009-10-15FIX DEV-39513: Tweak target camera position to avoid a flip when target ↵Rick Pasetto
normal is vertical Review #21 This attempts to tweak the target camera position slightly towards where the camera started from, so as to avoid the flip noted in this JIRA.
2009-10-15Merge to update new version number.callum
2009-10-15Fixed search button icon to match spec. ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1320
2009-10-15Set scale_image to false in combo_box.xml to fix stretching. ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1319
2009-10-15Fixed defects - added back getLoadedDuration() code that mysteriously ↵callum
vanished and fix name of function that checks the title. See http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=19
2009-10-15Fixed defect for URLs that already have a schemecallum
See http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=18
2009-10-15fix for gcc buildRichard Nelson
2009-10-15Merge from branch-test (EXT-1279)Steve Bennetts
2009-10-15EXT-1279 Crash if font file not found.Steve Bennetts
Added getFontDefault() to llfontgl.h --HG-- branch : branch-test
2009-10-15Discovered implementation of Favorites links is not to spec (they are ↵Justin Rounds
buttons instead of text links). Edited XML to "fake" the spec and make the Favorites "buttons" behave as required. Made other layout changes as per http://jira.secondlife.com/browse/EXT-1317
2009-10-15Merge fix for DEV-39832skolb