<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/lloutfitobserver.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2024-04-29T04:56:09Z</updated>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Faster and simpler inventory category hashing.</title>
<updated>2023-02-06T10:30:23Z</updated>
<author>
<name>Henri Beauchamp</name>
<email>sldev@free.fr</email>
</author>
<published>2023-02-06T10:30:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf7faa3267e549b01131c6746202a5b6cda8e68a'/>
<id>urn:sha1:bf7faa3267e549b01131c6746202a5b6cda8e68a</id>
<content type='text'>
This commit changes inventory category hashing from slow LLMD5 to fast HBXX128 hashing, and allows to use a simple LLUUID for the hash, instead of an LLMD5 instance.
It also removes some old cruft dealing with unused baked texture hashing.
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXT-8360 FIX - item name changes get propagated to the various appearance panel widgets</title>
<updated>2010-07-20T14:44:27Z</updated>
<author>
<name>Brad Payne (Vir Linden)</name>
<email>vir@lindenlab.com</email>
</author>
<published>2010-07-20T14:44:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ca1224fd7968edebfcd274c21439ca74340efc26'/>
<id>urn:sha1:ca1224fd7968edebfcd274c21439ca74340efc26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXT-8360 WIP - propagating COF item name changes various places</title>
<updated>2010-07-19T21:15:32Z</updated>
<author>
<name>Brad Payne (Vir Linden)</name>
<email>vir@lindenlab.com</email>
</author>
<published>2010-07-19T21:15:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1dae91d7354aef57625e3508b23a4bb21de242e8'/>
<id>urn:sha1:1dae91d7354aef57625e3508b23a4bb21de242e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EXT-7783 ADDITIONAL FIX Corerected emitting BOF changed/replaced signals in LLOutfitObserver.</title>
<updated>2010-06-15T09:51:13Z</updated>
<author>
<name>Alexei Arabadji</name>
<email>aarabadji@productengine.com</email>
</author>
<published>2010-06-15T09:51:13Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=11903fab735d3eb3464bdec5cf11a1027fd2ac3f'/>
<id>urn:sha1:11903fab735d3eb3464bdec5cf11a1027fd2ac3f</id>
<content type='text'>
Emitting COF changed shouldn't block emitting BOF changed/replaced signals.
reviewed by Mike Antipov

--HG--
branch : product-engine
</content>
</entry>
<entry>
<title>EXT-7613 FIXED Provided updating of base outfit name on outfit rename event.</title>
<updated>2010-06-10T11:43:28Z</updated>
<author>
<name>Alexei Arabadji</name>
<email>aarabadji@productengine.com</email>
</author>
<published>2010-06-10T11:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e22f4bb4e793457cf8f18db530c306fa22e8c35b'/>
<id>urn:sha1:e22f4bb4e793457cf8f18db530c306fa22e8c35b</id>
<content type='text'>
1 Updated LLOutfitObserver to provide controlling of changing outfit name.
2 Added call of LLPanelOutfitEdit::updateCurrentOutfitName to LLPanelOutfitEdit::updateVerbs since both should be called on BOFChanged signal.
3 Corrected updating field LLOutfitObserver::mBaseOutfitLastVersion.

reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/553/

--HG--
branch : product-engine
</content>
</entry>
<entry>
<title>EXT-7644 FIXED Implemented functionality for locking outfit modification controls and used it for 'save outfit' action.</title>
<updated>2010-06-08T12:36:48Z</updated>
<author>
<name>Alexei Arabadji</name>
<email>aarabadji@productengine.com</email>
</author>
<published>2010-06-08T12:36:48Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=50eb27a04d193ef145f8879e12d8a82089a66891'/>
<id>urn:sha1:50eb27a04d193ef145f8879e12d8a82089a66891</id>
<content type='text'>
1 Added functionality for locking outfit in LLAppearanceMgr. Outfit should be locked when outfit related operation is started(now it is used for updateBaseOutfit) and unlocked when operation completed or timeout is exceeded.
2 Added outfit saved and outfit lock changed signals to LLOutfitObserver.
3 Updated LLPanelOutfitsInventory and LLPanelOutfitEdit with functionality of controlling 'save outfit' controls state('save outfit' controls should be enabled only if outfit isn't locked and outfit is dirty).
4 Renamed action label of method LLPanelOutfitsInventory::isActionEnabled "make_outfit" to "save_outfit".

--HG--
branch : product-engine
</content>
</entry>
</feed>
