summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-22mergeRichard Linden
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
improved filename output for XUI parser errors
2010-06-22adding eolLeyla Farazha
2010-06-22MergeLeyla Farazha
2010-06-22EXT-7980 Double-clicking no longer selects contents of number fieldsLeyla Farazha
reviewed by Richard
2010-06-22Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nyx (Neal Orman)
2010-06-22EXT-7781 FIX labels on wearable editor previews are unreadable.Nyx (Neal Orman)
Changed text color to white as requested. Verified results are acceptable XUI reviewed by Erica
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
reviewed by Leyla
2010-06-22mergeBrad Payne (Vir Linden)
2010-06-22EXT-3616 FIX - avoid bailing out of outfit population too soon.Brad Payne (Vir Linden)
2010-06-22Automated merge with ssh://hg.lindenlab.com/q/viewer-releasepalange
2010-06-22EXT-7925 FIX Added NSTreatUnknownArgumentsAsOpen to setupCocoa() to prevent ↵palange
pop-ups
2010-06-22EXT-7926: Remove unreferenced catch-clause variable (MSVC error).Nat Goodspeed
2010-06-22EXT-7926 FIXED Minor typo correction.Lynx Linden
2010-06-22Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseLynx Linden
2010-06-22EXT-7926 FIXED Fixed crash opening About for non-English locales.Lynx Linden
Calling std::locale("fr_FR.UTF-8") crashes on Linux and Mac. Or rather, it throws an exception when it doesn't know the locale and we didn't handle the exception. I now catch the exception and output an error rather than crash. Note, this happened because of change 703f3bcf7069, which made us actually pass a real locale string instead of just "C". So, we were never actually supporting a locale for LLStringUtil::formatNumber(). There is therefore an open task of making formatNumber() actually respect the locale. I'll report a separate JIRA to capture that task.
2010-06-22merge from PE's viewer-releaseTofu Linden
2010-06-22merge.Tofu Linden
2010-06-22EXT-7889 FIXED Linux fails to load splash screen and side panel home tab.Tofu Linden
2010-06-22hairy merge of glib restorationTofu Linden
2010-06-22EXT-7889 PARTIAL Linux fails to load splash screen and side panel home tab.Tofu Linden
Start to restore manual glib handling. Backed out changeset ff86a9f5b917
2010-06-22Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseLynx Linden
2010-06-22EXT-4919 WIP Fix build breakage on Linux.Lynx Linden
2010-06-22fix java-esque build error in llstartup change.Tofu Linden
2010-06-22EXT-7928 FIXED replace member pointer to LLViewerInventoryItem with calling ↵Mike Antipov
LLInventory::getItem() Reason: access to deleted pointer to LLViewerInventoryItem in LLWearableItemsList::updateChangedItems. Fix: replaced member pointer to LLViewerInventoryItem with its LLUUID. Also improved a bit logic of the updateChangedItems() to avoid redundant iterations. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/613/ --HG-- branch : product-engine
2010-06-22EXT-7947 FIXED Added "language" parameter with LLUI::getLanguage() value ↵Mike Antipov
into web site info. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/627/ --HG-- branch : product-engine
2010-06-22Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-06-21MergeLeyla Farazha
2010-06-21EXT-7771 Right-click context menu is missing "Edit My Outfit/Shape" if do ↵Leyla Farazha
right-click on an attachment EXT-2485 [BSI] Drop and Detach are too close
2010-06-21ND-47487 WIP PT translation for set 12 new filesEli Linden
2010-06-21ND-47487 WIP PT translation for set 12Eli Linden
2010-06-21Remove tab chars inherited with file...Nat Goodspeed
2010-06-21Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nat Goodspeed
2010-06-21mergeBrad Payne (Vir Linden)
2010-06-21EXT-4919 WIP - log file spam reductionBrad Payne (Vir Linden)
2010-06-21Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nat Goodspeed
2010-06-21ND-46735 WIP JA and ES translation for set 12, new filesEli Linden
2010-06-21ND-46735 WIP JA and ES translation for set 12Eli Linden
2010-06-21removed unused stringsRichard Nelson
2010-06-21EXT-5808 ADDITIONAL FIX (Add coordinates and parcel settings to top menu bar ↵Andrew Polunin
when nav bar is hidden and flags are set) - fixed Mini-Location panel visibility in mouse look mode Added code to the LLAgent::endAnimationUpdateUI() which shows/hides Mini-Location panel depending on the mouse look mode and user preferences. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/623/ --HG-- branch : product-engine
2010-06-21Automated merge with ssh://192.168.2.107/c:/linden/viewer-release/Nat Goodspeed
2010-06-21EXT-7926: fix broken LD_LIBRARY_PATH handling on Windows.Nat Goodspeed
Recent checkins introduced two different CMake macros SET_TEST_LIST (which returned a CMake list of PATH directory strings) and SET_TEST_PATH (which returned a single platform-appropriate PATH string). On Windows, whose path-separator character is ';', SET_TEST_PATH interacted badly with CMake: in CMake, a single string containing ';' characters is indistinguishable from a list of strings. Eliminate the return-single-string form, redirecting the name SET_TEST_PATH to the macro that returns a CMake list. Make LL_TEST_COMMAND expect a list value, prepending each directory string with run_build_test.py's -l switch.
2010-06-21EXT-4919 WIP - fixed problems with inventory fetch failing to time out, ↵Brad Payne (Vir Linden)
added copying/activation of more gesture folders
2010-06-21Automated merge with ssh://hg.lindenlab.com/q/viewer-release/Nat Goodspeed
2010-06-21MergeAimee Linden
2010-06-21DEV-36437 FIXED (VWR-2485) Menu remains after switch to MouselookAimee Linden
Ported from Snowglobe.
2010-06-21DEV-36441 FIXED Minor coding standards fix-up to previous fix for VWR-14765.Aimee Linden
2010-06-21EXT-7777 Just added more descriptive comment.Mike Antipov
--HG-- branch : product-engine
2010-06-21Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-06-21EXT-7921 FIXED Added a check whether message is what we expecting in ↵Mike Antipov
LLInventoryAddItemByAssetObserver::changed. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/618/ --HG-- branch : product-engine