summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-03CHUI-265: Problem was that the each accordian tab was using the ↵Gilbert Gonzales
llinvetorypanel object to display contents. The llinventorypanel was designed by default to use a scrollbar horizontally/vertically, just like in the inventory floater. Resolution: Now set a flag to hide the scrollbar for each accordian tab.
2012-08-02Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-08-02CHUI-223 FIX Selecting to cut an inventory item causes all open inventory ↵Richard Linden
windows to refresh
2012-08-02Re-enabling the voice-dot until I have more time to invest in the new CHUI ↵Todd Stinson
version.
2012-08-02Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.Todd Stinson
2012-08-02CHUI-262: Reordering the steps to remove a view item and view item model ↵Todd Stinson
during the deletion process to avoid a crash.
2012-08-02CHUI-228 FIX Inventory object creation date initialized with 0 to avoid some ↵Seth ProductEngine
folders reporting wrong creation date.
2012-08-02merge changesGilbert Gonzales
2012-08-02merging of latest codeGilbert Gonzales
2012-08-02CHUI-230, CHUI-232, CHUI-261 Forced resize of a conversation's floater in ↵AlexanderP ProductEngine
the IM-container; support of the rectControls for IM-conversations; fixed LLFloater and LLMultiFloater for the correct hosting of floaters with mSaveRect
2012-08-01CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵Richard Linden
windows to refresh avoid moving selection when cutting
2012-08-01CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵Richard Linden
windows to refresh improved filtering behavior that should result in less flashes of emptiness
2012-08-01merge of latest changesGilbert Gonzales
2012-08-01CHUI-214: Scrolling to offscreen content now works. Problem was due to the ↵Gilbert Gonzales
icon height/width not being computed before scrolling to the new item. There was also a problem with the computation that determines if the item being scrolled to is within the visible region.
2012-08-01CHUI-254 FIX Fix Inventory filter and item draw() to highlight matching ↵Richard Linden
substrings in inventory made background highlighting sit behind label, so as not to obscure neighboring characters in label
2012-08-01CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵AlexanderP ProductEngine
LLIMFloater to LLIMConversation): Remove duplication of functionality from LLNearbyChat; transfer mChatHistory, mInputEditor and some its settings and callbacks to the base class.
2012-08-01build fixRichard Linden
2012-08-01CHUI-218 FIX (Items and Item count is not show in Received Items folder in ↵Richard Linden
Inventory) forgot to check in
2012-08-01build fix attemptRichard Linden
2012-08-01merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-08-01CHUI-267 FIX Full inventory listing not always shown for test accountRichard Linden
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering
2012-07-31Pull from richard/viewer-chuiMerov Linden
2012-07-31CHUI-254 : Fix Inventory filter and item draw() to highlight matching ↵Merov Linden
substrings in inventory
2012-07-31CHUI-259: Resovling an issue introduced during the recent merge that ↵Todd Stinson
incorrectly altered the conditional scope of when nametag text segments were created.
2012-07-31CHUI-258: Ensuring that the teleport lure requests are logged to IM and not ↵Todd Stinson
to nearby chat.
2012-07-30Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui.William Todd Stinson
2012-07-30CHUI-229 : Fix disappearance of nearby chat list item by forcing all list ↵Merov Linden
widgets to be visible.
2012-07-30Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-30CHUI-258: Adding a method to better whether nearby chat is visible or not.Todd Stinson
2012-07-30Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-07-30moved method from places inventory up into common llfolderviewRichard Linden
2012-07-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard Linden
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder
2012-07-30CHUI-213: When a new folder is added to inventory, its parent is assigned ↵Gilbert Gonzales
before calling dirtyFilter(). This allows dirtyFilter() to propogate the dirty flag up.
2012-07-30CHUI-244 FIX for propagating the dirty filter flag to the folder view item's ↵Seth ProductEngine
parent. The filter dirty flag is set after a new child item is added to ensure that this item already has a parent and the dirty flag can be bubbled up.
2012-07-27Micro fix for string.xmlAlexanderP ProductEngine
2012-07-27Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.Todd Stinson
2012-07-27build fixRichard Linden
2012-07-27Updating comments for merge conflicts after reviewing with Richard.Todd Stinson
2012-07-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-07-27CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting ↵Richard Linden
items from object inventory
2012-07-27Fixed line endings in files added in CHUI-151.Seth ProductEngine
2012-07-27fixed line endingsRichard Linden
2012-07-27Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-07-27CHUI-253 FIX Not able to view the contents of a Buy Contents object for saleRichard Linden
2012-07-27Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-27CHUI-151 FIXED (Implement conversation log)Paul ProductEngine
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList
2012-07-27CHUI-204 FIXED (Conversations panel can be re-sized too small with all ↵Paul ProductEngine
conversations torn off) - Increased min width of conversations panel by 10 pixels
2012-07-27CHUI-198 FIXED (Hitting minimize option on conversations floater closes ↵Paul ProductEngine
floater, not minimize) - Removed code which was hiding floater on minimizing floater.
2012-07-26Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.Todd Stinson
2012-07-26CHUI-251: Adding back in the root 'Contents' folder under the Build floater ↵Todd Stinson
Content tab.