summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-01-15mergerichard
2010-01-15mergerichard
2010-01-15EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with ↵richard
"widgeted" text partial fix reviewed by Leyla
2010-01-15EXT-4383 Replace ">" glyph in cascading menus with a proper triangleTofu Linden
patch by josh, reviewed by me
2010-01-15Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-15Merge in viewer-2-0 changesJames Cook
2010-01-15FIX EXT-3957: add "Media Enabled" checkbox to Privacy PrefsRick Pasetto
review http://codereview.lindenlab.com/271074
2010-01-15EXT-4341 "Create> New" and "rename" text presents malalignedJames Cook
Fixed size and position of renamer line editor Reviewed with Richard
2010-01-15Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-15EXT-4253 "unsaved" detection seems buggyNyx (Neal Orman)
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on the UI. Also switched the UI to use a popup dialog to request the name of the outfit being made, as we could not convey everything we needed to on the button alone. Code reviewed by Vir
2010-01-15EXT-4340: Re-enable the llviewerhelputil test.Lynx Linden
2010-01-15Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-01-15EXT-4340: Fixed llviewerhelputil_test.cpp on Linux.Lynx Linden
The gcc compiler will strip out the stubbed isGodlike() method under an optimized build. There's no way to stop this without either putting the definition in another cpp file, which is hard to do with our unit test infrastructure, or disabling gcc's inlining of the method. So I did the latter, using __attribute__ ((noinline).
2010-01-15mergerichard
2010-01-15mergerichard
2010-01-15Fix linux build - missed unused function declarationJames Cook
2010-01-15Merge.Tofu Linden
2010-01-15Remove crufty and unused volume up/down controlsRick Pasetto
2010-01-15merge.Tofu Linden
2010-01-15mergerichard
2010-01-15Merge.Tofu Linden
2010-01-15EXT-3741 Viewer menus need outlines or dropshadowsJames Cook
Set drop_shadow="true" in menu.xml
2010-01-15Merge with Erica, Lis, Chuck work on layoutJames Cook
2010-01-15re-disable llviewerhelputil until it gets REALLY unbroken.Tofu Linden
2010-01-15EXT-4304 Clicking on "Buy L$" in nav bar does nothingJames Cook
Now it buys currency. Also fixes EXT-4176, same issue Reviewed with Richard.
2010-01-15EXT-4148 EXT-4230: Lots of help ID updates.Lynx Linden
Updated the logic of the help ID detection to search sub-panels before searching active tabs. For some reason, certain tabs are still visible and active even though they are not being displayed on screen. I also removed a bunch of help IDs for button panels that just confuse things. Also went through all of the side panel tabs and added new help IDs where appropriate. These are: profile_classified_info profile_edit_classified profile_pick_info profile_edit_pick my_inventory_tab recent_inventory_tab
2010-01-15mergerichard
2010-01-15PE merge.Tofu Linden
2010-01-15Fixed low priority bug EXT-4372 (Gestures floater: dblclick on item in list ↵Vadim Savchuk
resetes scroll-bar). The list gets rebuilt whenever you activate or play a gesture. And rebuild did not save the scroll position. --HG-- branch : product-engine
2010-01-15Fixed a minor spelling issue.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15EXT-4160 Gesture floater spam when creating new accountDenis Serdjuk
Cause: There is a global observer ( LLOpenTaskOffer ) which observes creation of new inventory items and open appropriated preview UI for them. Looks like simulator () sends a message for all active gestures, when user is logged in first time. Solution: Displaying of the preview gesture floater has been removed from global scope. Also I have added new observer to handle opening gestures as attachment from group notice to avoid regression problems. --HG-- branch : product-engine
2010-01-15Fixed low bug EXT-4311 (Order of items in 'Favorites Bar' folder remains ↵Mike Antipov
non-changed if change its order in the 'Favorites Bar') -- reason: there was two places where identical resorting of Favorite landmarks functionality was implemented: InventoryBridge & Favorite bar. It was not impelnmented properly in favorites bar: LLInventoryObserver::SORT flag was not set after d-n-d. -- fix: moved identical functionality to update & save order of Favorite landmarks from these places to Inventory Panel --HG-- branch : product-engine
2010-01-15fixed EXT-4219 “Chiclets list autoscrolls after clicking on a chiclet”,Alexei Arabadji
avoided redundant rearranging of chiclet panel; --HG-- branch : product-engine
2010-01-15EXT-3836: Don't show "?" button in script-generated dialogs.Lynx Linden
2010-01-15Fixed low bug EXT-4371 - Text from search history drop-down list merge with ↵Dmitry Zaporozhan
landmarks on 'Favorites Bar' --HG-- branch : product-engine
2010-01-15Fixed normal bug (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵Sergei Litovchuk
shortcut - Added toggling for friends, groups and nearby people lists. --HG-- branch : product-engine
2010-01-15Fixed major bug EXT-4308 ({Win7} Viewer crashes if drag-and-drop landmark ↵Andrew Dyukov
from 'Places Task Panel ->My Landmarks' to 'Favorites Bar'). --HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4309 (Gesture button is too wide in the mouse look ↵Eugene Mutavchi
mode): added hack that avoid usage of the LLLayoutStack resizing logic on mouse look mode switching. --HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4211 (Viewer 2.0 IRC chat style works unlike 1.23)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4312 (Landmark occupy random location in the 'Favorites ↵Mike Antipov
Bar' accordion if drag-and-drop it) -- added LLInventoryCallback to rearrange favorite landmarks properly after new on is added. --HG-- branch : product-engine
2010-01-15mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-15Work on normal bug EXT-4312 (Landmark occupy random location in the ↵Mike Antipov
'Favorites Bar' accordion if drag-and-drop it) -- refactoring: move functionality to rearange Favorite landmarks from Inventory Folder bridge to Inventory model -- improved logic to place dragged landmark before target one. --HG-- branch : product-engine
2010-01-15mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-15fix for normal EXT-3997 IM and Profile pictures never fully rez, or are ↵Ychebotarev ProductEngine
too-low resolution no idea why this(...a bit different set of flags and forceToSaveRawImage(0)...) do the job...just copy/past from LLPreviewTexture. --HG-- branch : product-engine
2010-01-15EXT-4233: Display "?" button on torn-off floaters.Lynx Linden
This involved tracking the torn-off state of a floater, which we apparently weren't doing before. Also, making sure that we update the title bar buttons when the floater changes torn-off state.
2010-01-15Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-15EXT-4125: Regexes hurt my head!Lynx Linden
Updated the regex to match a free URL in plain text with no http: protocol. This now explicitly does not match e-mail addresses, such as test@lindenlab.com (yay negative lookbehind regexes). It additionally matches URLs with a port or path after it, e.g., secondlife.com/status. I've added a bunch more unit tests to asset positive and negative matches for this regex, because no human can do this in their head.
2010-01-15Merge with default branchMike Antipov
--HG-- branch : product-engine
2010-01-15Related to EXT-3976 (Voice chat speaking indicators should only display when ↵Mike Antipov
users are in the same voice channel) -- cleanup: remove logging of unnecessary warning messages if there are no any registered speaking indicators for voice participant --HG-- branch : product-engine
2010-01-15EXT-3976: Re-enabled all newview unit tests.Lynx Linden
These were turned off by change 0db87c1f22a9, but I'm assuming this was done in error as the tests compile and run fine and the commit message made no mention or reason for turning them off.