summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-06-14EXT-7742 FIXED panel outfit edit: added a separate dropdown for the list viewIgor Borovkov
- added a separate filter combobox for the list view containing lots of items, all types of wearables, separated clothing and bodyparts items - comboboxes are linked to the appropriate view, only one is shown - got rid of excluding links in the folder view - minor refactoring Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/573/ --HG-- branch : product-engine
2010-06-14mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-14EXT-7806 FIXED Tooltips were added (according to bug description)Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/572/ --HG-- branch : product-engine
2010-06-14EXT-7726 FIX didn't increase width if image segment didn't fit current lineYuri Chebotarev
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/557/ --HG-- branch : product-engine
2010-06-13SNOW-541 PARTIAL GSTREAMER fail to load (slplugin?)Tofu Linden
Robustify the plugin a bunch more, and turn off a dodgy-and-unused visualization feature. (transplanted from 43273f751dac21d53dba83a90d7f9e057865f789)
2010-06-11Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with ↵brad kittenbrink
mac/linux and potentially improve EXT-7032 behavior.
2010-06-11ND-47147 WIP IT translation for set11 new filesEli Linden
2010-06-11ND-47147 WIP IT translation for set11Eli Linden
2010-06-11mergin mergin mergin.Palmer
2010-06-11mergePalmer
2010-06-11MergeDessie Linden
2010-06-11EXT-7376 FIXED Arranged position of "back" button in sidetray panels ↵Andrew Dyukov
according to requirements from ticket. Arranged position of "back" buttons in sidetray via xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/562/ --HG-- branch : product-engine
2010-06-11Backed out changeset useVBO fix, 12f94ed4e02b, "LLVertexBuffer only supposed ↵Palmer
to use sEnableVBOs at moment vert buff is created" for EXT-7835. Will fix soon.
2010-06-11Changed version to 2.1.0.0Dessie Linden
2010-06-11Automated merge with ssh://hg.lindenlab.com/dessie/viewer-releaseLynx Linden
2010-06-11automated mergeLoren Shih
2010-06-11EXT-7824 FIXED Assert when changing folder type to "default"Loren Shih
Not a serious assert error, but added "default" folder type to get rid of it.
2010-06-10Moved updater and crash_logger build dependencies from pacakge to sl-bin for macpalange
2010-06-10EXT-7609 FIXED Item name (worn) suffix made searchable.Sergei Litovchuk
- Wearable list items filter now searches sub-string in whole item title including (worn) suffix. - Removed (worn) indication from items which don't need it in Edit Outfit. Only worn items can be edited there. - Added null pointer checks for inventory item member of LLPanelInventoryListItemBase class and its descendants. Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/551/. --HG-- branch : product-engine
2010-06-11EXT-7137 FIXED nearby chat messages coming from non-null id with from name ↵Igor Borovkov
"Second Life" are no longer considered "system messages" Messages coming from objects named "Second Life" were mistaken for messages coming from system under the name "Second Life". It is impossible to distinguish using the from_id and from_name two cases: - messages coming from system under the name "Second Life" but under the id of an object - messages comding from object named "Second Life" Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/556/ --HG-- branch : product-engine
2010-06-11EXT-7716 FIXED Allowed removing an outfit containing links to worn wearables.Vadim Savchuk
Removed a redundant check disallowing removal of an outfit containing links to worn items. So now we use the same condition as in the inventory panel. Note that if an outfit that you're trying to remove contains originals of currently worn items, we still disallow removal. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/559/ --HG-- branch : product-engine
2010-06-11EXT-7625 FIXED Removed inappropriate items from the Add Wearables panel ↵Vadim Savchuk
context menu. We can now distinguish LLWearableItemsList instances used in My Outfits from the one used in the Add Wearable panels, and show/enable different menu items for them. Being limited in time, I implemented this via a XUI parameter called "standalone": the Add Wearable list is standalone, the others aren't. Although it would be of course more flexible to have separate subclasses. --HG-- branch : product-engine
2010-06-11mergeMike Antipov
--HG-- branch : product-engine
2010-06-11EXT-7792 FIXED Made Wear button disabled if there are no selected outfit (or ↵Mike Antipov
list is empty). Also fixed some issues in accordion caused by removing My Outfits content via Inventory: - updated accordion's help text to not shown nothing if there are no any tabs and filter substring is empty. - added check of necessity to show help text when accordion "arrange" Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/568/ --HG-- branch : product-engine
2010-06-11EXT-7807 FIXED Hide inappropriate outfit context menu items.Vadim Savchuk
Hide the following outfit context menu items instead of disabling them: * Wear - Replace Current Outfit * Wear - Add to Current Outfit" * Take Off - Remove from Current Outfit * Edit Outfit * Delete Outfit Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/565/ --HG-- branch : product-engine
2010-06-11EXT-6726 WIP Improved the way we disable irrelevant items of the My Outfits ↵Vadim Savchuk
gear menu. * Made the "Wear" and "Take Off" items mutually exclusive (i.e. only one of them is now shown). * Hide all context-dependant items ("Wear", "Take off", "Rename", "Delete") when no outfit selected. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/566/ --HG-- branch : product-engine
2010-06-11EXT-7762 FIXED Added check to avoid showing script errors from not owned ↵Alexei Arabadji
objects. reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/570/ --HG-- branch : product-engine
2010-06-11mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-11EXT-7699 FIXED Now Inventory Panel removes its onIdle method from the Idle ↵Mike Antipov
Callback list while destroying. Reason: pointer to destroyed instance of LLInventoryPanel was used in an idle callback. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/567/ --HG-- branch : product-engine
2010-06-11EXT-7235 FIXED now mute state (according to the "Moderator muted voice" ↵Mike Antipov
property) is updated for participants when list is updated Reason: in both cases the same - moderated mode is not checked when session participant list is filled with participants already in channel (when IM or VCP is created) Fix: added updating of participants' speaker indicator mute state when list is refreshed. Reviewed by Aimee Walton at https://codereview.productengine.com/secondlife/r/476/ --HG-- branch : product-engine
2010-06-11EXT-7047 FIXED Overridden tab container's max tab width. Added paddings to ↵Mike Antipov
status message text in inventory folder view. Also fixed crash in LLPanelPlaceProfile if login after places Panel is opened and hidden in UI Preview Tool: * added removing of an idle function when instance is destroyed. Message text has been wrapped into several lines in EXT-7564 (1869e99b5ce2) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/558/ --HG-- branch : product-engine
2010-06-10Default mergecallum
2010-06-10Update QuickBuy URL in viewer with 'correct' one. ↵callum
http://lltrial.onjira.com/browse/VI-147
2010-06-10Tidy up XUI and make correct Buy Currency HTML floater correct size. ↵callum
http://lltrial.onjira.com/browse/VI-155
2010-06-10Force update of L$ display after QuickBuy transaction completes. ↵callum
http://lltrial.onjira.com/browse/VI-145
2010-06-10Automated merge with ssh://hg.lindenlab.com/dessie/viewer-releaseAndrew A. de Laix
2010-06-10Fix EXT-7167: updated status url to status.secondlifegrid.net.Andrew A. de Laix
2010-06-10removing windows lind endingsLeyla Farazha
2010-06-10llintrin.h include compile fix for building with windows sdkLeyla Farazha
crafted by richard
2010-06-10EXT-7622 FIXED Menu items order was updated - according to Design Spec.Vladimir Pchelko
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/563/ --HG-- branch : product-engine
2010-06-10EXT-7511 FIXED Resolved newly reported problems in appearance UIAndrew Dyukov
- Selection top cropping problem reproduces only for some systems and is caused by deeper problems in flatlist, so in this case it was fixed via workaround (increasing of item pad in flatlists) and the cause of it is in new ticket- EXT-7752 (Flatlist selection is a bit different on different systems). - '+' button now has a 3 px pad from right for consistensy with "wrench" from other items. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/549/ --HG-- branch : product-engine
2010-06-10Merging latest dessie/viewer-release into brad/viewer-publicLynx Linden
2010-06-10EXT-7768 FIXED Default accordion widget's message was removed (set to empty).Vladimir Pchelko
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/561/ --HG-- branch : product-engine
2010-06-10automated mergeLoren Shih
2010-06-10EXT-7430 : Create art overlay for inventory icons that are linksLoren Shih
Changed folder icon logic to use LLViewerFolderType (as it should always been doing).
2010-06-10FIXED win build.Sergei Litovchuk
--HG-- branch : product-engine
2010-06-10mergeYuri Chebotarev
--HG-- branch : product-engine
2010-06-10EXT-7741 FIX add iterator increment to prevent infinite loopYuri Chebotarev
revieded by Mike Antipov https://codereview.productengine.com/secondlife/r/552/ --HG-- branch : product-engine