summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-19DEV-41358: Remove the code for the old search interface.Martin Reddy
This checkin deletes all of the code associated with the old XUI-based search interface, including LLFloaterDirectory, LLPanelDir*, a global variable event hack, and the associated XUI file. The new web-based search interface, LLFloaterSearch, is the way of the future. Deleted 19 files and 5,838 lines of code.
2009-10-19DEV-41359: Added a new web-based Search floater, LLFloaterSearch.Martin Reddy
This new Search floater replaces the current XUI-based search interface with one that is implemented entirely as a web service. This is currently pointing toward a temporary search URL. The URL will be updated when the stable version is available.
2009-10-19EXT-332 DEV-40744: Local currency updates for Buy L$ floater.Martin Reddy
Added links to the Buy L$ floater to access payment method, local currency settings, and exchange rate. Also included required text about re-entering value in order to update exhance rate. And added a notification on successful payment, as some foreign currency transactions can take up to 20 mins to complete. Worked with Ram on Erica on the design. The actual text may need some tweaking once we hear back from Gisland. The URLs are placeholder for now.
2009-10-19Merging revisions 2070-2084 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-792 EXT-1519 EXT-1514 EXT-1245 EXT-1600 EXT-1535 EXT-1174 EXT-1241 * Dev: EXT-1271 EXT-1601 EXT-1154
2009-10-19Merging revisions 2046-2068 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253 EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231 * Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476 * IM changes
2009-10-18Merging revisions 2036-2042 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bug Fixes: EXT-1542 EXT-1540 EXT-1529 EXT-1539
2009-10-17EXT-606 lag-o-meter text visibility and placement issuesJiao Li
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-16Cosmetic change. Took out unnecessary blank line near the end of ↵Loren Shih
LinkInventoryItem in message_template.msg.
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-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-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-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-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-15fix for gcc buildRichard Nelson
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-15removed requirement for specializing ParamCompare on boost::function typesRichard 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-15remove moved test from this CMakeLists.Adam Moss
2009-10-15skip a failing resurrected test in m3math >:(Adam Moss
2009-10-15DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration ↵Adam Moss
test.
2009-10-15DEV-41367 resurrect dead bitpack test, convert it to a llcommon integration ↵Adam Moss
test.
2009-10-15DEV-41366 convert monolithic llbase64 test into a llcommon integration test.Adam Moss
2009-10-15DEV-41363 convert legacy llhost tut test into a llmessage integration test.Adam Moss
2009-10-15DEV-41357 resurrect dead lldir test, turn it into an integration test of llvfs.Adam Moss
2009-10-15DEV-41355 convert llmime monolithic tut test to a llmessage unit test.Adam Moss
2009-10-15DEV-41354 #includes tidyup.Adam Moss
2009-10-15DEV-41354 convert llerror tut test into a llcommon integration testAdam Moss
2009-10-15DEV-41352 convert lluri tut test to a llcommon integration testAdam Moss
2009-10-15L10N: add a comment to provide context to a string in strings.xmlRamzi Ramey
2009-10-15EXT-1477 (part2) Last tweak to the Develop menu with a much better name for ↵Ramzi Ramey
the Console Window option thingy.