summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-04-22EXT-7004 : Select GCC 4.0 automatically as the compiler in Xcode with Cmake ↵Aimee Linden
2.8.1 GCC 4.0 will be selected as the compiler in Xcode if building against the OS X 10.4 SDK which is incompatible with GCC 4.2 Also made it possible to override the selected SDK from the configure line, by using something like: -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING='10.4' -DCMAKE_OSX_SYSROOT:PATH='/Developer/SDKs/MacOSX10.5.sdk' Reviewed by: Poppy.
2010-04-21Fix for EXT-6287 (fullscreen flash video plays behind the viewer instead of ↵Monroe Linden
in front) Made SLPlugin into a bundled app on the Mac (this is apparently necessary for the plugin's window to be allowed to get focus). Changed the Info.plist key SLPlugin uses to keep itself out of the dock from LSBackgroundOnly to LSUIElement (this allows it to get focus and display UI). Added some Mac-specific code to slplugin.cpp to manipulate window layers and bring the plugin process to the foreground when something in the process opens a window, and to bring the viewer to the foreground when the last window in the process is closed.
2010-04-21EXT-617 Create/Build option missing from menu when right-clicking on another ↵Leyla Farazha
prim reviewed by Richard CC#206
2010-04-21merge from viewer-hotfixTofu Linden
2010-04-21merge from PE's viewer-trunkTofu Linden
2010-04-21mergeTofu Linden
2010-04-21Fixed normal bug EXT-6909 ('Mute/unmute' moderation options remain enaibled ↵Mike Antipov
after moderator left group call) Reason: session's Speaker Manager was not updated when voice call ended. Speakers had incorrect voice related state. Fix: update speakers' state when voice call is finished. Also VCP now uses LLIMMgr::endCall to perform "Leave Call" action. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/276/ --HG-- branch : product-engine
2010-04-21WIP: critical bug EXT-4837 ([NUX] When filter results in null state, provide ↵Mike Antipov
a message suggesting the user try global search.) Partial implementation of help text in case of empty list when filtered for Nearby and Recent lists of People panel: * Extracted support implementation of several messages for empty list depend of filtering from LLGroupList to LLFlatListEx * change inheritence of LLGroupList and LLAvatarList from LLFlatListView to LLFlatListViewEx * updated panel people to init Nearby & Recent lists with appropriate messages. --HG-- branch : product-engine
2010-04-21fix for EXT-6932 "Planning","Details", "Sales" tabs from Group profile are ↵Yuri Chebotarev
allowed to edit but changes can not be saved https://codereview.productengine.com/secondlife/r/281/ vsavchuk --HG-- branch : product-engine
2010-04-20Missing "About Second Life" translation for tier2,3Eli Linden
2010-04-20EXT-6961 en_xui_change for IT ES PLEli Linden
2010-04-20EXT-6958 IT linguisticEli Linden
2010-04-20Disabling Watchdog TimeoutMark Palange (Mani)
2010-04-20FR linguisticEli Linden
2010-04-20MergeEli Linden
2010-04-20Checker: NULL_RETURNSTofu Linden
Function: LLViewerInventoryMoveFromWorldObserver::onAssetAdded(const LLUUID &) File: /indra/newview/llviewermessage.cpp
2010-04-20CID-460Tofu Linden
Checker: UNINIT_CTOR Function: LLInventoryFetchItemsObserver::LLInventoryFetchItemsObserver(const std::vector<LLUUID, std::allocator<LLUUID>> &) File: /indra/newview/llinventoryobserver.cpp
2010-04-20CID-461Tofu Linden
Checker: UNINIT_CTOR Function: LLInventoryFetchComboObserver::LLInventoryFetchComboObserver(const std::vector<LLUUID, std::allocator<LLUUID>> &, const std::vector<LLUUID, std::allocator<LLUUID>> &) File: /indra/newview/llinventoryobserver.cpp dead member.
2010-04-20Fixed bug EXT-6881 ([FORMATTING] Acerca del terreno (About Land) window > ↵Vadim Savchuk
Contrato tab. Space in blank needed). Added a space after the colon, so the translatable string is now "Last Modified: ". Reviewed by Mike: https://codereview.productengine.com/secondlife/r/272/ --HG-- branch : product-engine
2010-04-20Fixed bug EXT-6603 (Nearby Chat watermark text needs more left padding).Vadim Savchuk
Added text left padding: 5px. Reviewed by Mike: https://codereview.productengine.com/secondlife/r/271/ --HG-- branch : product-engine
2010-04-20Fixed bug EXT-6872 (Pop-up menu for hyperlink in 'Delete pick' dialog ↵Vadim Savchuk
doesn't work). Disabled links in the remove pick dialog. This seems to be the simpliest solution and the same is done e.g. in the teleport confirmation dialog. I'm not sure how to fix the drop-down menu. Reviewed by Mike: https://codereview.productengine.com/secondlife/r/269/ --HG-- branch : product-engine
2010-04-20mergeVadim Savchuk
--HG-- branch : product-engine
2010-04-20no ticket/review fix typoYuri Chebotarev
--HG-- branch : product-engine
2010-04-20mergeVadim Savchuk
--HG-- branch : product-engine
2010-04-20Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-20additional commit for EXT-6625 Nearby Chat does not gain focus when clicked ↵Yuri Chebotarev
at the top reply to https://codereview.productengine.com/secondlife/r/267/#review471 add comments to code --HG-- branch : product-engine
2010-04-20fix after wrong merge for EXT-4082 - long stringYuri Chebotarev
--HG-- branch : product-engine
2010-04-20mergeYuri Chebotarev
--HG-- branch : product-engine
2010-04-20Fixed normal bug EXT-6807(Object's chicklet shows context menu for bottom bar)Eugene Mutavchi
- moved the common code (menu stuff handling) from LLIMP2PChiclet, LLAdHocChiclet, LLIMGroupChiclet to their parent LLIMChiclet - added popup menus to LLInvOfferChiclet and LLScriptChiclet (notice that just the closing menu item was added because these chiclets are not connected with IM sessions.) Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/254/ --HG-- branch : product-engine
2010-04-20fix for EXT-6625 Nearby Chat does not gain focus when clicked at the topYuri Chebotarev
https://codereview.productengine.com/secondlife/r/267/ mantipov --HG-- branch : product-engine
2010-04-20fix for EXT-6037 Nearby Speakers floater does not remember size and position ↵Yuri Chebotarev
on relogging https://codereview.productengine.com/secondlife/r/270/ reviewed mantipov --HG-- branch : product-engine
2010-04-20fix for EXT-4082 Normal Uploading huge image crashes viewerYuri Chebotarev
https://codereview.productengine.com/secondlife/r/11/ reviewed Tofu Linden --HG-- branch : product-engine
2010-04-20Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/Alexei Arabadji
--HG-- branch : product-engine
2010-04-20fixed major EXT-6905 Inventory offer from another resident appears like ↵Alexei Arabadji
notification from object; Fixed regression introduced by rev. 050ab9232a5a, provided passing payload parameter "give_inventory_notification" to notification. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/273/ --HG-- branch : product-engine
2010-04-20merge from viewer-hotfixTofu Linden
2010-04-20Fixed EXT-6930(normal) - Edit Outfit: "Add wearables" panel layout is broken.Dmitry Zaporozhan
NOTE: this is a temporary fix, see EXT-6564(Fix wearable editing panels) for more info. Fix info: - Moved edit wearable button to place where it does not break widget paddings. - Updated code that calculates button position. - Sending button to front to ensure it is clickable and visible. Not reviewed. --HG-- branch : product-engine
2010-04-20trivial comment fix.Tofu Linden
2010-04-20merge from PE's viewer-trunkTofu Linden
2010-04-20Merge hotfixbeta into hotfixKent Quirk
2010-04-20Fixed EXT-6542(normal) - [HARD CODED] - Land-Info, Medien: none/none needs ↵Dmitry Zaporozhan
to be localized Added "DefaultMimeType" string to strings.xml to make "none/none" mime type localizable. Replaced all occurrences of "none/none" string with call to static method. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/265/ --HG-- branch : product-engine
2010-04-20Fixed normal bug EXT-6837 ([TRUNCATION] Mundo > Sol > Editor del entorno > ↵Paul Guslisty
Cielo avanzado > Editor del ciclo de un día. \"Configuración del fotograma clav\" should be \"Configuración del fotograma clave\".) - Some redesign of floater_day_cycle. - Main changes: increased view_border size; moved controls to the right of increased view_border to the right; increased spinner width to see all its content; moved 'Play' and 'Stop!' buttons in one row with 'Use estate time' button. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/258/ --HG-- branch : product-engine
2010-04-20Fixed normal bug EXT-6817 ([TRUNCATION] Mundo > Perfil del lugar > ↵Paul Guslisty
Region/Estate > REGIÓN/ESTADO > Estado. txt overlap the nexts windows.) - Increased panel and view_border size, moved name_lists to the right Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/257/ --HG-- branch : product-engine
2010-04-20Fixed normal EXT-6729 ([TRUNCATION] SELECTOR DE COLOR. \"(arrástralo abajo ↵Paul Guslisty
para g\" should be \"(arrástralo abajo para guardarlo)\" or...) - Applied word wrap Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/264/ --HG-- branch : product-engine
2010-04-20Fixed normal bug EXT-6801 (EXT-6801 ([TRUNCATION] multiple langs. Me > ↵Paul Guslisty
preferences > graphic > advanced)) - Made labels of sliders wider - Increased distance between radio groups Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/263/ --HG-- branch : product-engine
2010-04-19Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfixMonroe Linden
2010-04-19Fix for EXT-6925 (Mime type association missing for video/* wildcard).Monroe Linden
In mime_types*.xml, added <impl> sections to the mimetype entries for video/* and audio/* which point to the quicktime plugin on Mac/Windows and gstreamer on Linux. Reviewed by Callum at http://codereview.lindenlab.com/1252035
2010-04-19mergeRichard Nelson
2010-04-19EXT-6921 - Media Volume Changes changes system volume on WinXPRichard Nelson
reviewed by Callum
2010-04-19MergeEli Linden
2010-04-19mergeBrad Payne (Vir Linden)