summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-23mergeRichard Linden
2010-09-23fix for llviewernetwork integration testRichard Linden
2010-09-23Fixed some build errors in llmediaplugintest.cpp.Monroe Linden
Reviewed by Richard.
2010-09-23dummy commit to track experience team work:Richard Linden
EXP-11 UI Optimizations EXP-12 Selective Pop-up Blocking EXP-5 UI Hints EXP-6 Side Panel Tutorial EXP-3 Enable Pop-up Web Content EXP-13 Javascript Handling EXP-56 Add support for file picking to LLQtWebKit and hook up to media plugin EXP-59 Some buttons disappear when clicked QAR-3491 "Tutorial in the side panel" QAR-3448 "UI Hints Experience Sprint 1" QAR-3440 "Pop-Up Web Content in Viewer Experience Sprint 1 QAR" QAR-3439 "UI Performance Improvements Experience Sprint 1 QAR"
2010-09-24STORM-189 FIXED Truncations in DE ans ES locales in Build Tools floater.Seth ProductEngine
- Some checkboxes moved in DE locale and EN xml file. - Removed floater width override for ES locale.
2010-09-23mergeRichard Linden
2010-09-23Merged support for platform specific permanent quick links to the installerChristian Goetze (CG)
2010-09-23Add support for platform specific permanent quick links to the installerChristian Goetze (CG)
2010-09-23mergeRichard Linden
2010-09-23STORM-199 MergeAimee Linden
2010-09-23STORM-153 ADDITIONAL FIX Fixed unlocalized chiclet tooltip and syswell ↵Andrew Productengine
session names for adhoc. Bug was caused by using incorrect (unlocalized) name of session as argument for some methods after the session name was localized in constructor. - Used correct (localized) session name instead.
2010-09-23merge storm-206Tofu Linden
2010-09-23mergeTofu Linden
2010-09-23Backed out changeset acb451f83a9dTofu Linden
original commit log for acb451f83a9d was: "Temporary changes to allow the viewer to build against an older version of llqtwebkit. NOTE: once updated builds of llqtwebkit are available on all platforms, this changeset should be backed out." So, yes, I'm backing that out.
2010-09-23Linux rebuild of llqtwebkit from the following sources:Tofu Linden
revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a of http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision 81ab5ae326f0 of http://hg.secondlife.com/llqtwebkit (currently head of the default branch)
2010-09-23STORM-128 SUPPLEMENTARY Move new permissions icons into the icons directory.Aimee Linden
(transplanted from f71072a1532b3fa3de98197dd0ceeb3071ac6856)
2010-09-23STORM-128 SUPPLEMENTARY Move new permissions icons into the icons directory.Aimee Linden
2010-09-23STORM-128 FIXED New friends list permission iconsAimee Linden
* Added new icon artwork. * Reordered the icons so that the most common ones are to the right, so that they change position as little as possible. * Removed old 1.23 icons. (transplanted from 5ed5fa607e2ce3eaabc8f9716bd4a6ef5933aa64)
2010-09-23STORM-128 FIXED New friends list permission iconsAimee Linden
* Added new icon artwork. * Reordered the icons so that the most common ones are to the right, so that they change position as little as possible. * Removed old 1.23 icons.
2010-09-23STORM-201 FIXED Substituted link to widgets page on internal LL wiki in test ↵Andrew Productengine
floater with external one.
2010-09-22fixed buildRichard Linden
2010-09-22mergeRichard Linden
2010-09-22Fix "no newline at end of file".Monroe Linden
2010-09-22mergeRichard Linden
2010-09-22fix for gccRichard Linden
2010-09-22Temporary changes to allow the viewer to build against an older version of ↵Monroe Linden
llqtwebkit. NOTE: once updated builds of llqtwebkit are available on all platforms, this changeset should be backed out.
2010-09-23STORM-199 FIXED Added wearing an object from Library if it was dragged to COFSergei Litovchuk
- Disabled moving items from in-world objects to COF or outfit folders not to create copies of items instead of links. - Enabled dropping a landmark from Library to certain position in Favorites folder which supports items reordering.
2010-09-22SH-188 FIX crash in llvoavatar.cppNyx (Neal Orman)
We were using a NULL pointer after checking it. Did some logic juggling to ensure that we only use the pointer if it is non-null Code reviewed by Seraph (transplanted from a90fe10ddac9545249c6f218af438a36bcbc3162)
2010-09-22instead of exposing mutable container in LLInitParam::Multiple, just expose ↵Richard Linden
access functions, begin(), end(), etc. this allows mutation of param block contents, without being able to change number of elements
2010-09-22fix for SH-173/VWR-22868: Development Viewer freezes just after startup / ↵Xiaohong Bao
greedy with file handles / 'WARNING: ll_apr_warn_status: APR: Too many open files' (transplanted from a9aefa70c029eb9dddec3833d0ce22ef4b4421b5)
2010-09-22merge storm-163 / Port of VWR-14914 to SG 2.0 : Intermittent FPS drop ↵Tofu Linden
related to "audio" (main thread hangs often on openal lock)
2010-09-22merge storm-187Tofu Linden
2010-09-22STORM-187 FIXED Fixed chatbar not getting back its width after ↵Andrew Productengine
opening/closing sidetray. The bug reproduced not only for opening/closing sidetray, but also when viewer window was resized. The chatbar's width was set to default on width increase, it was also shrunk even when there was enough space for it, and buttons could be shrunk instead. Also, width to which user resized it manually, was not used in resizes. Gave priority on resizes to nearby chat - i.e.: Before this fix priorities were- buttons are visible -> buttons are as wide as possible -> nearby is stretched. After this fix priorities are- buttons are visible -> nearby is stretched -> buttons are as wide as possible. - Added new member which stores width of nearbychat(either value that was recorded after user's manual resize of chatbar or default). Used it as a value to which chatbar tries to be resized on resizes. - Implemented the change of priorities described above in processWidthIncreased() and processWidthDecreased() methods.
2010-09-22merge whitespace changes from Boroondas.Tofu Linden
2010-09-22doh, fix this in the RIGHT place.Tofu Linden
2010-09-22CID-505Tofu Linden
Checker: UNINIT_CTOR Function: LLGridManager::LLGridManager() File: /indra/newview/tests/lllogininstance_test.cpp
2010-09-22CID-509Tofu Linden
Checker: UNINIT_CTOR Function: LLAvatarListItem::LLAvatarListItem(bool) File: /indra/newview/llavatarlistitem.cpp
2010-09-22CID-510Tofu Linden
Checker: UNINIT_CTOR Function: LLVOCache::LLVOCache() File: /indra/newview/llvocache.cpp
2010-09-22CID-511Tofu Linden
Checker: UNINIT_CTOR Function: LLVOCacheEntry::LLVOCacheEntry(LLAPRFile *) File: /indra/newview/llvocache.cpp
2010-09-22CID-512:Tofu Linden
Checker: DEADCODE Function: show_item_sharing_confirmation(std::basic_string<char, std::char_traits<char>, std::allocator<char>>, LLViewerInventoryItem *, const LLSD &, const LLUUID &, const LLUUID &) File: /indra/newview/lltooldraganddrop.cpp
2010-09-22merge storm-162Tofu Linden
2010-09-21mergeTofu Linden
2010-09-21fix for mac build and possible crash when responding to notification twiceRichard Linden
2010-09-21Increment version number since we forked for beta.Kent Quirk
2010-09-21FIX crash when clicking on MOTDRichard Linden
2010-09-21Corrected channel name(s) and version numberDessie Linden
2010-09-21merge storm-122Tofu Linden
2010-09-21mergeTofu Linden
2010-09-21merge storm-166Tofu Linden
2010-09-21merge.Tofu Linden