summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-04-09EXT-6796 - selecting emote in animation upload preview doesn't do anythingRichard Nelson
reviewed by Mani
2010-04-09EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEventRichard Nelson
reviewed by Monroe
2010-04-09Set up volume control code in webkit plugin for platform-specific ↵Monroe Linden
implementations Renamed LinuxVolumeCatcher class to VolumeCatcher. Everything in the header except the class name was already platform-agnostic, so I just renamed it to volume_catcher.h. Moved the stub implementation from the end of linux_volume_catcher.cpp (previously only used if LL_PULSEAUDIO_ENABLED was not defined) to dummy_volume_catcher.cpp, and made CMakeList.txt file use the dummy impl on Linux if PULSEAUDIO is not defined. Removed the ifdefs on the use of VolumeCatcher in MediaPluginWebkit, so it gets called on all platforms. Added a setPan() function to VolumeCatcher (currently unimplemented, but we'd like to have this capability in the future).
2010-04-09No ticket. Fixed Linux build.Eugene Mutavchi
--HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-6319 (Rejected voice call says "user Joined the voice ↵Andrew Dyukov
call"). - Removed names from strings containing info about other user joining or ending the call to make them more general. See comment to JIRA ticket for more info. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/210/ --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-4766 - System notifications in nearby chat has default ↵Dmitry Zaporozhan
avatar icon and behave like sent from object Updated nearby toast to display system icon for system message. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/208/ --HG-- branch : product-engine
2010-04-09Change comment that wasn't updated with the code. No functionality changes.Kent Quirk
2010-04-09done EXT-6688 Implement Revert button funtionality (Edit Outfit panel)Igor Borovkov
On revert the base outfit is worn Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/205/ --HG-- branch : product-engine
2010-04-09mergeMike Antipov
--HG-- branch : product-engine
2010-04-09Replace gVoiceClient with LLVoiceClient::getInstance() due to gVoiceClient ↵Mike Antipov
is being removed soon. Trivial changes, not reviewed. --HG-- branch : product-engine
2010-04-09done EXT-6716 Implement Add button functionality for adding a wearable to ↵Igor Borovkov
Current Outfit (Edit Outfit panel) Added temporary PLUS button on the button bar under the top list of Edit Outfit panel Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/203/ --HG-- branch : product-engine
2010-04-09Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-09mergeIgor Borovkov
--HG-- branch : product-engine
2010-04-09done EXT-6687 Implement Save button functionality (Edit Outfit panel)Igor Borovkov
Implemented "Save", "Save as new" functionality. If the base outfit doesn't exist "Save as new" functionality is employed Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/179 --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-6746 (Duplicated landmarks appear in 'Favorites bar' ↵Mike Antipov
folder if DnD them from 'My Landmarks' folder) Reason: LLFolderView::handleDragAndDrop got called twice from LLInventoryPanel::handleDragAndDrop when drag into empty Inventory folder view. Fix: check if drag and drop is already handled before passing the event directly to LLFolderView. Reviewed by Richard at https://codereview.productengine.com/secondlife/r/201/ --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-6747 ('Favorites bar' folder became blank after part of ↵Mike Antipov
landmarks were deleted by DnD on Trash button) Reason: LLFolderView::removeSelectedItems() was used to delete dropped items in Places Landmarks Panel. This led to calling this method N times where N is count of selected items. Due to removeSelectedItems() select one of non-removed items each time after removing of selected ones (2*N - 1) items were really deleted. Fix: updated removing in Landmarks panel to remove dropped items one by one. Reviewed by Richard at https://codereview.productengine.com/secondlife/r/204/ --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-6596 (Icons not vertically centered on navbar buttons)Paul Guslisty
- Moved the Home button icon up 1 pxl Reviwed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/202/ --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-6730 ([TRUNCATION] Preferencias > Configurar > Otros ↵Paul Guslisty
dispositivos > CONFIGURACIÓN DEL JOYSTICK. \"Zona muerta izq./de\") - Fixed truncation problem in EN locale. Increased textbox size. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/200/ --HG-- branch : product-engine
2010-04-09merged from viewer-trunk, fix for EXT-6780: to make ↵Xiaohong Bao
LLImageBase::allocateData() thread-safe. Also include some debug code for EXT-6567: crash at LLImageBase::allocateData().
2010-04-08MergeEli Linden
2010-04-08EXT-2187 NL translation for set1 and set2, new filesEli Linden
2010-04-08EXT-2187 NL translation for set1 and set2Eli Linden
2010-04-08MergeLeyla Farazha
2010-04-08EXT-6670 Streaming Music does not obey Media Auto-play until restartLeyla Farazha
reviewed by Richard cc#183
2010-04-08Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkXiaohong Bao
2010-04-08fix for EXT-6278: profile picture is blurry / fuzzy if IM is opened first.Xiaohong Bao
2010-04-08EXT-6557 Login screen menus disappear on restore downLeyla Farazha
reviewed by Richard cc#181
2010-04-08EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media ↵Leyla Farazha
interaction reviewed by richard cc#182
2010-04-08Fixed normal bug EXT-6751 (Wrong "You paid" text in notification when ↵Andrew Dyukov
creating a classified). - Bug was caused by absence of localizable string for "You paid..." notifications without name and reason simultaneously. Added such string("you_paid_ldollars_no_info") to strings.xml and used it in code. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/206/ --HG-- branch : product-engine
2010-04-08mergeVadim Savchuk
--HG-- branch : product-engine
2010-04-08Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-08Another small fix-up from backing out the SLE mergeAimee Linden
2010-04-08Fixed normal bug EXT-6598 (Gesture pop-up menu too tall (fills height of ↵Andrew Dyukov
screen)) - Limited height of gestures popup to 17 lines - 15 for gestures, 1 for label and 1 for separator. Used xml attribute "page_lines" to do it. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/199/ --HG-- branch : product-engine
2010-04-08Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkAimee Linden
2010-04-08Fix-up some breakage from backing out the SLE merge.Aimee Linden
Was causing a crash on viewer exit if the Voice Control Panel was left open and detached.
2010-04-08EXT-6733(normal) - Long title of voice popup notification is displayed out ↵Dmitry Zaporozhan
of window. Fixed code calculating title buttons rectangle, LLRect::isValid() does not indicate uninitialized rectangle, as a result rectangle was not properly initialized and had negative width. Fixed title width. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/194/ --HG-- branch : product-engine
2010-04-08(final part) EXT-6564(major) - Fix wearable editing panelsDmitry Zaporozhan
Updated Parameter panel: - removed hard coded values - improved panel layout Reviewed by Mike Antipov, Neal Orman - https://codereview.productengine.com/secondlife/r/157/ --HG-- branch : product-engine
2010-04-08Fixed normal bug EXT-4347 (Moving object contents to inventory opens files, ↵Mike Antipov
changes menu) Implementation details: * Added new LLViewerInventoryMoveFromWorldObserver to watch moved items via their Asses UUIDs. It is instantiated only once due to drop events are sent separately for each item while multi-dragging. * Existent LLOpenTaskOffer observer uses it to exclude watched by LLViewerInventoryMoveFromWorldObserver items from own processing. * Removed dependancy on LLPanelPlaces in open_inventory_offer(). Openning of offered LM via group notice moved into an appropriate section (processed by LLOpenTaskGroupOffer) Known Issues: * If Script item is among the dragged items from object to inventory it will be the only selected item in the inventory panel. Reason: it does not have its own Asset UUID and processed via LLOpenTaskOffer when should not. Reviewed by Leyla and Richard at https://codereview.productengine.com/secondlife/r/116/ --HG-- branch : product-engine
2010-04-08PE viewer-trunk merge.Tofu Linden
2010-04-08Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/Alexei Arabadji
--HG-- branch : product-engine
2010-04-08fixed EXT-3703 Startup toast message doesn't fit toast widthAlexei Arabadji
* reverted changes made previously by rev. f0663aa57134; * added calculation of toast height difference based on LLTextBox::reshapeToFitText; * added vertical centering of message textbox; reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/195/ --HG-- branch : product-engine
2010-04-08Fixed major bug EXT-6605 (No profile verb button on Places panel)Paul Guslisty
- Added functionality of showing place profile to the LLPanelPlacesTab hierarchy. Use this functionality from LLPanelPlaces as callback for profile button click. Reviewed my Mike Antipov at https://codereview.productengine.com/secondlife/r/191/ --HG-- branch : product-engine
2010-04-07ES linguisticEli Linden
2010-04-07Fix for EXT-6756: google apps auth doesn't work right with shared media cookiesMonroe Linden
Added "HttpOnly" to the allowed field names in LLPluginCookieStore::Cookie::parse(). (This was the actual cause of the failure -- cookies with this field in them were silently failing to parse.) Added some LL_WARNS logging on this sort of cookie parse failure, which will make similar problems much easier to track down in future. Also added tags to most of the logging in llplugincookiestore.cpp to make it easier to selectively enable it when debugging. Added a cookie with all allowable field names to the unit test. Reviewed by Sam at http://codereview.lindenlab.com/1247014
2010-04-07MergeLeyla Farazha
2010-04-07mergeRichard Linden
2010-04-07EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEventRichard Linden
2010-04-07EXT-5646 Replace the "More >>" chevron with the art we use for the Favorites ↵Leyla Farazha
bar overflow (TabIcon_Close_Off and TabIcon_Close_Over). cc # 179
2010-04-07EXT-6308 Drag and Drop cursor indicates you can drop a URL on a Shared ↵Leyla Farazha
Media prim that you are not allowed to Navigate reviewd by Richard cc# 178
2010-04-07VWR-17781 en_xui_change for fixing truncation in multiple languages, esp. ↵Eli Linden
ES, IT, NL