summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12remaining hints definedRichard Linden
2010-08-12forgot yet another fileRichard Nelson
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12forgot another fileRichard Nelson
2010-08-12Automated merge with http://10.1.4.28:8000/Richard Linden
2010-08-12forgot some filesRichard Nelson
2010-08-12mergeRichard Linden
2010-08-12first pass at hintsRichard Nelson
2010-08-11cleaned up LLFirstUse and added ignorable_dialogs to project xmlRichard Nelson
2010-08-10Added support for targeted links opening new windows to llmediaplugintest.Monroe Linden
2010-08-10Fix for unsigned/sighed warning that breaks Windows build.callum
2010-08-09Limit the number of media browser windows the viewer will open at once.Monroe Linden
The limit is controlled by the debug setting MediaBrowserWindowLimit. When opening a new window would take us over the limit, the least recently opened window will be closed first.
2010-08-09Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceMonroe Linden
2010-08-09Added references to new Windows build of LLQtWebKit that contains Monroe's ↵callum
popup window changes.
2010-08-09Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicMonroe Linden
2010-08-09Patch on a fix for the llmediadataclient.cpp unit test.Monroe Linden
My refactor of LLMediaDataClient caused a crash in the windows unit test. Change set 92fd90bd795a fixed the crash, but broke the code in question. This changeset should make the code behave correctly, while removing some premature optimization that I now think didn't properly in the first place.
2010-08-07merge from PE's viewer-trunkTofu Linden
2010-08-07merge from viewer-releaseTofu Linden
2010-08-07merge from PE's viewer-releaseTofu Linden
2010-08-07merge from viewer-releaseTofu Linden
2010-08-06Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity"Monroe Linden
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid.
2010-08-06double click to expand all timers in LLFastTimerViewRichard Nelson
2010-08-06mergeRichard Nelson
2010-08-06fixes for right click fast timer exportRichard Nelson
2010-08-06EXT-4379 FIXED tab_stop parameter initialization that prevented inventory ↵Sergei Litovchuk
panel from passing focus to folder view's scroll container. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/823/. --HG-- branch : product-engine
2010-08-06EXT-3981 FIXED Disabled folder view automatic scrolling while background ↵Sergei Litovchuk
fetch is in progress. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/835/. --HG-- branch : product-engine
2010-08-06mergeRichard Nelson
2010-08-06removed spurious parsing of empty text contentsRichard Nelson
2010-08-06CT-575 WIP FR linguisticEli Linden
2010-08-06fixed crash on entering build modeRichard Nelson
2010-08-06renamed LLFastXUIParser to LLSimpleXUIParser and added support for parsing ↵Richard Nelson
xml node text contents
2010-08-06speed up population of region scripts listRichard Nelson
2010-08-06EXT-7963 FIXED (Edit Outfit > Add More > Do not switch to next item type ↵Paul Guslisty
after add/replace) - Added selected item type (in flat list view) as criterion when determining filter type in 'Add More' panel - Fixed LLAccordionCtrl::getSelectedTab() method. When 'selection_enabled = false' for LLAccordionCtrlTab, LLAccordionCtrl::getSelectedTab() returned NULL, even if some accordion tab was selected. Now it's OK. Method returns currently selected LLAccordionCtrlTab. Recovered from bad merge in 13811 Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/790/ --HG-- branch : product-engine
2010-08-06Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-08-06EXT-8447: FIXED: crash at ↵Xiaohong Bao
LLTextureCache::writeEntryToHeaderImmediately(int,LLTextureCache::Entry &,bool) [secondlife-bin lltexturecache.cpp]
2010-08-06merge from viewer-releaseTofu Linden
2010-08-06EXT-8579 FIXED Develop.Avatar.Animation Info should not show asset IDsTofu Linden
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode.
2010-08-06Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-08-06merge from viewer-releaseTofu Linden
2010-08-06merge from PE's viewer-releaseTofu Linden
2010-08-05Fix for a crash on startup.Monroe Linden
Richard sent me the diff for this one, just pushing it on his behalf.
2010-08-05added newlines at end to make Linux builds happyRichard Linden
2010-08-05mergeRichard Linden
2010-08-05reverted unportable use of typeinfo* as hash keyRichard Linden
2010-08-05mergeRichard Linden
2010-08-05Allow targeted links in the embedded browser to open multiple media browser ↵Monroe Linden
windows. Added an optional "target" parameter" to LLWeb::loadURL and loadInternal. Made LLViewerMediaImpl::handleMediaEvent pass the target attribute of clicked links through. Set floater_media_browser.xml to allow multiple instances. Added LLFloaterMediaBrowser::create() and made LLFloaterMediaBrowser assume the incoming tag is the window's target, not the URL. Reviewed by Richard at http://codereview.lindenlab.com/2641050
2010-08-05CT-575 WIP IT translation for set16 for Viewer 2.1.1Eli Linden
2010-08-05Yet another new Mac build of llqtwebkit.Monroe Linden
Built from the following: revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch) revision bac00603b761 in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the default branch)
2010-08-05mergeTofu Linden