Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | DEV-41405 convert llxfer test to a llmessage integration test. | Adam Moss | |
2009-10-16 | DEV-41404 convert monolithic tut llinventoryparcel test to llinventory ↵ | Adam Moss | |
integration test. | |||
2009-10-16 | DEV-41080 more automated testing love - minor comment fixing. | Adam Moss | |
2009-10-16 | DEV-41403 convert reflection tut test to llcommon integration test. | Adam Moss | |
2009-10-16 | DEV-41402 convert stringize tut test to llcommon integration test. | Adam Moss | |
2009-10-15 | Fix for another "case not handled in switch" due to the addition of ↵ | Monroe Linden | |
MEDIA_EVENT_NAME_CHANGED. | |||
2009-10-15 | Fix for a "case not handled in switch" due to the addition of ↵ | Monroe Linden | |
MEDIA_EVENT_NAME_CHANGED. | |||
2009-10-16 | fixed first click on SLURL not spawning inspector by handling mouse down ↵ | Richard Nelson | |
when clicking on url reviewed by Mani | |||
2009-10-16 | svn revert -r136312 llinstancetracker.h - reverted changed to instance ↵ | Richard Nelson | |
tracker that won't work with llcommon.dll | |||
2009-10-15 | Major 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-15 | Merge from branch-test (EXT-651) | Steve Bennetts | |
2009-10-15 | EXT-651 - Added Upload Image shortcut to Advanced > Keyboard Shortcuts. Also ↵ | Steve Bennetts | |
cleaned up that menu a little. --HG-- branch : branch-test | |||
2009-10-15 | Merge from remote repo | Rick Pasetto | |
2009-10-15 | Merge from remote repo | Rick Pasetto | |
2009-10-15 | Clarify comments a little | Rick Pasetto | |
2009-10-16 | DEV-41389 Localize the splash screen 'loading...' icon in all languages | Ramzi Ramey | |
* added files should already be covered in viewer_manifest.py * Also fix a 1-line typo in Italian installer. | |||
2009-10-16 | EXT-1561 Update People Profiles to match Style guide | Erica 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-15 | FIX 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-15 | Merge to update new version number. | callum | |
2009-10-15 | Fixed search button icon to match spec. ↵ | Justin Rounds | |
http://jira.secondlife.com/browse/EXT-1320 | |||
2009-10-15 | Set scale_image to false in combo_box.xml to fix stretching. ↵ | Justin Rounds | |
http://jira.secondlife.com/browse/EXT-1319 | |||
2009-10-15 | Fixed 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-15 | Fixed defect for URLs that already have a scheme | callum | |
See http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=18 | |||
2009-10-15 | fix for gcc build | Richard Nelson | |
2009-10-15 | Merge from branch-test (EXT-1279) | Steve Bennetts | |
2009-10-15 | EXT-1279 Crash if font file not found. | Steve Bennetts | |
Added getFontDefault() to llfontgl.h --HG-- branch : branch-test | |||
2009-10-15 | Discovered 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-15 | Merge fix for DEV-39832 | skolb | |
2009-10-15 | removed requirement for specializing ParamCompare on boost::function types | Richard Nelson | |
eliminated usage of iterator_range from LLInitParam made LLTextEditor::addChar consistent with truncate in counting text bytes (not including null terminator) EXT-1494 - Avatar profile description text truncated to 255 characters reviewed by Leyla | |||
2009-10-15 | Merge up to latest viewer/viewer-2-0 | Nat Goodspeed | |
2009-10-15 | remove moved test from this CMakeLists. | Adam Moss | |
2009-10-15 | skip a failing resurrected test in m3math >:( | Adam Moss | |
2009-10-15 | DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration ↵ | Adam Moss | |
test. | |||
2009-10-15 | DEV-41367 resurrect dead bitpack test, convert it to a llcommon integration ↵ | Adam Moss | |
test. | |||
2009-10-15 | DEV-41366 convert monolithic llbase64 test into a llcommon integration test. | Adam Moss | |
2009-10-15 | DEV-41363 convert legacy llhost tut test into a llmessage integration test. | Adam Moss | |
2009-10-15 | DEV-41357 resurrect dead lldir test, turn it into an integration test of llvfs. | Adam Moss | |
2009-10-15 | https://jira.lindenlab.com/jira/browse/DEV-40649 | callum | |
Media auto refreshes after Whitelist set This checkin fixes a related issue to this task and prohibits user from (A) adding an item to the whitelist that would invalidate the home URL and (b) adding a home URL that would not pass the whitelist. | |||
2009-10-15 | https://jira.lindenlab.com/jira/browse/DEV-40711 | callum | |
Implement name fetching capabilities for Webkit and Quicktime plugins Adds support for new PluginAPI message (MEDIA_EVENT_NAME_CHANGED) that updates the "title" of the media. In WebKit plugin this is the contents of the <title> tag. In The QuickTime plugin it is the "display name" from the movie meta data | |||
2009-10-15 | DEV-41355 convert llmime monolithic tut test to a llmessage unit test. | Adam Moss | |
2009-10-15 | DEV-41354 #includes tidyup. | Adam Moss | |
2009-10-15 | DEV-41354 convert llerror tut test into a llcommon integration test | Adam Moss | |
2009-10-15 | DEV-41352 convert lluri tut test to a llcommon integration test | Adam Moss | |
2009-10-15 | L10N: add a comment to provide context to a string in strings.xml | Ramzi Ramey | |
2009-10-15 | EXT-1477 (part2) Last tweak to the Develop menu with a much better name for ↵ | Ramzi Ramey | |
the Console Window option thingy. | |||
2009-10-15 | DEV-41345 turn llmodularmath_tut into a real llmath unit test. | Adam Moss | |
2009-10-15 | DEV-41344 convert monolithic tut lltreeiterators test to a llcommon ↵ | Adam Moss | |
integration test. | |||
2009-10-15 | DEV-41343 lljoint unit test - resurrected - this was previously disabled ↵ | Adam Moss | |
(and old-style monolithic tut) | |||
2009-10-15 | DEV-41341 tut lltiming test -> llframetimer integration test | Adam Moss | |
2009-10-15 | DEV-41253: Updated the help context calculation code so that it will | Martin Reddy | |
now search through a panel's children to see if there are any visible tabs that have a help topic string defined. If so, we use this string. Updated all of the XUI files that include a tab_container to define help topic strings for their child panels. I named all of these strings with the floater name as the prefix and "tab" at the end. For example, "preferences_display_tab" or "people_nearby_tab". |