summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-05-12added winmm.dll shim for deployment in debug buildsRichard Linden
2010-05-12automated mergeLoren Shih
2010-05-12EXT-7324 : INFRASTRUCTURE: Inventorymodel code cleanupLoren Shih
Superficial header file cleanup Lots of moving functions around and recategorizing in LLInventoryModel.h Removed some obsolete functions, changed scoping of others Moved some static functions from LLInventoryModel into llinventoryfunctions.h
2010-05-12mergeTofu Linden
2010-05-12ND-46735 WIP IT linguisticEli Linden
2010-05-12EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanupLoren Shih
Const correctness, logic cleanup, took out subclasses redefining same variable as base class (!!!).
2010-05-12EXT-7319 : FIXED : INFRASTRUCTURE : LLInventoryBridge cleanupLoren Shih
Superficial header file cleanup
2010-05-12EXT-7104 : WIP : Reformatted panel_bottomtray.xml with Preview Tool.Mike Antipov
Functionality was not changed. Not reviewed. --HG-- branch : product-engine
2010-05-12EXT-7203 FIXED Re-enabled inventory search for wearables panelPaul Guslisty
- Insert filter editor and inventory panels into layout_stack - restored filter functionality for a list view - added proper switching between flat list view and folder list view - made a little optimization: got rid of redundant findChild calls because of childSetVisible(..., childGetValue(...)); Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/362/ --HG-- branch : product-engine
2010-05-12EXT-7104 : WIP : Removed dummy icons between buttons may be hidden to ↵Mike Antipov
simplify adding new buttons. * removed dummy icons * encreased width and minimal width of next to the left layout panels to icons' widths. * removed code processed dummy icons Reviewed by Vadim. --HG-- branch : product-engine
2010-05-12EXT-7267 FIXED Corrected retrieving of object name.Alexei Arabadji
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/376/ --HG-- branch : product-engine
2010-05-12EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons.Vadim Savchuk
--HG-- branch : product-engine
2010-05-12Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-05-12Automated merge with https://hg.productengine.com/secondlife/viewer-trunk/Alexei Arabadji
--HG-- branch : product-engine
2010-05-12EXT-6783 FIXED Made notifications that are saved into notification well ↵Alexei Arabadji
window be persisted and offer notifications non-persisted. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/368/ --HG-- branch : product-engine
2010-05-12EXT-7204 FIXED added updating verbs and status (panel edit outfit) on base ↵Igor Borovkov
oufit changes --HG-- branch : product-engine
2010-05-12Oops! I fixed these compile errors but didn't commit them.Tofu Linden
2010-05-12merge from PE's viewer-trunkTofu Linden
2010-05-12EXT-7120 FIXED Added confirmation about leaving group, ad-hoc and p2p call.Alexei Arabadji
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/374/ --HG-- branch : product-engine
2010-05-11MergeEli Linden
2010-05-11EXT-7299 FIX FR punctuationEli Linden
2010-05-11mergeRichard Linden
2010-05-11EXT-1998 - [BSI] Hover text on HUD attachments is offset toward the rightRichard Linden
2010-05-11MergeEli Linden
2010-05-11VWR-19257 fix DE remove old parametersEli Linden
2010-05-11automated mergeLoren Shih
2010-05-11EXT-7306 : FIXED : Add shortcut-style icons for inventory linksLoren Shih
EXT-7312 : FIXED : INFRASTRUCTURE : Cleanup LLPanelObjectInventory Fixed a few minor bugs with LLInventoryIcon being called with incorrect arguments. Big cleanup of LLPanelobjectInventory to make better use of inheritance. Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges.
2010-05-11MergeEli Linden
2010-05-11EXT-7125 FIX IT ES PT missing translationsEli Linden
2010-05-11converted media volume falloff to proper 1/x^2 functionRichard Linden
reviewed by leyla
2010-05-11EXT-7206 FIXED Shape editing panel: implemented displaying avatar height in ↵Vadim Savchuk
meters. Changes: - Now displaying (continuously refreshed) avatar height in the shape editing panel. - Updated avatar avatar sex switching radio buttons according to the spec (icons, size, position). - Fixed position, text and font color of the "Shape:" label. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/367/ --HG-- branch : product-engine
2010-05-11DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-05-11automated merge and fix build break on snow leopard (it's a warning on ↵Roxie Linden
leopard on parabuild)
2010-05-11automated mergeLoren Shih
2010-05-11Automated mergeRoxie Linden
2010-05-11EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableTypeLoren Shih
Name change LLWearableDictionary.h to LLWearableType.h.
2010-05-11ND-46735 WIP JA linguisticEli Linden
2010-05-11EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableTypeLoren Shih
Refactored LLWearableDictionary to look more like LLAssetType/LLFolderType/etc. in terms of code design. This required a lot of superficial changes across many files. Overall functionality has not changed.
2010-05-11First part of EXT-7309, just turning on impostors again for 945 and 965. No ↵Palmer
code changed
2010-05-11automated mergeRoxie Linden
2010-05-11automated mergeLoren Shih
2010-05-11EXT-7306 : FIXED : Add shortcut-style icons for inventory linksLoren Shih
EXT-7295 : FIXED : INFRASTRUCTURE : Cleaned up Inventory Icon code Inventory link icons were designed from scratch. Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges.
2010-05-11EXT-6686 FIXED Added PARCEL_DETAILS_ID to the list of highlightable keywords ↵Vadim Savchuk
in script editor. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/365/ --HG-- branch : product-engine
2010-05-11Automated mergeRoxie Linden
2010-05-11merge from PE's viewer-trunkTofu Linden
2010-05-11EXT-7075 FIXED Map button now is always enabled and shows current user ↵Andrew Polunin
location if no other item is selected - Added new pure virtual member function isSingleItemSelected() to the LLPanelPlacesTab. It is used in the LLPanelPlaces class inside onShowOnMapButtonClicked() to check if something was selected on the active panel. If so then selection is shown on the world map. Otherwise current agent position is shown on the world map. - Implemented isSingleItemSelected() in the both LLPanelPlacesTab derived classes: LLLandmarksPanel and LLTeleportHistoryPanel - Removed functionality which disables Map button if no selection is made Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/355/ --HG-- branch : product-engine
2010-05-10Automated MergeRoxie Linden
2010-05-10Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicXiaohong Bao
2010-05-10EXT-7294: FIXED: crash at LLTextureCache::updateEntry [secondlife-bin ↵Xiaohong Bao
lltexturecache.cpp:1231] Also simply the writing flow of the texture cache.
2010-05-10ND-46735 WIP IT and PT linguisticEli Linden