Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | CHUI-271 FIX Items that are cut and then removed from the clipboard without ↵ | Richard Linden | |
paste do not show in Trash until relog | |||
2012-08-03 | Pull merge from richard/viewer-chui. | Merov Linden | |
2012-08-03 | CHUI-263 : Fix crash on exit. LLSingleton like LLConversationLog cannot be ↵ | Merov Linden | |
an LLFriendObserver at the same time. | |||
2012-08-03 | CHUI-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-02 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-08-02 | CHUI-223 FIX Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh | |||
2012-08-02 | Re-enabling the voice-dot until I have more time to invest in the new CHUI ↵ | Todd Stinson | |
version. | |||
2012-08-02 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | Todd Stinson | |
2012-08-02 | CHUI-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-02 | CHUI-228 FIX Inventory object creation date initialized with 0 to avoid some ↵ | Seth ProductEngine | |
folders reporting wrong creation date. | |||
2012-08-02 | merge changes | Gilbert Gonzales | |
2012-08-02 | merging of latest code | Gilbert Gonzales | |
2012-08-02 | CHUI-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-01 | CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh avoid moving selection when cutting | |||
2012-08-01 | CHUI-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-01 | merge of latest changes | Gilbert Gonzales | |
2012-08-01 | CHUI-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-01 | FIX INTL-100 Frrench linguistic fixes | eli | |
2012-08-01 | CHUI-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-01 | sync with viewer-dev for 'fr' | eli | |
2012-08-01 | sync with viewer-dev for 'ja' | eli | |
2012-08-01 | sync with viewer-dev for changes and new files for 'en' | eli | |
2012-08-01 | sync with viewer-dev, removing obsolete files | eli | |
2012-08-01 | Merge MAINT-1270 fix | simon@Simon-PC.lindenlab.com | |
2012-08-01 | CHUI-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-01 | build fix | Richard Linden | |
2012-08-01 | CHUI-218 FIX (Items and Item count is not show in Received Items folder in ↵ | Richard Linden | |
Inventory) forgot to check in | |||
2012-08-01 | build fix attempt | Richard Linden | |
2012-08-01 | merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard 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-31 | Pull from richard/viewer-chui | Merov Linden | |
2012-07-31 | CHUI-254 : Fix Inventory filter and item draw() to highlight matching ↵ | Merov Linden | |
substrings in inventory | |||
2012-07-31 | CHUI-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-31 | Merge in viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-31 | Path-643. Once the preferences panel is closed (either through ok or ↵ | prep@lindenlab.com | |
cancel), the pathing console rebuilds the gfx data. | |||
2012-07-31 | CHUI-258: Ensuring that the teleport lure requests are logged to IM and not ↵ | Todd Stinson | |
to nearby chat. | |||
2012-07-30 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui. | William Todd Stinson | |
2012-07-30 | CHUI-229 : Fix disappearance of nearby chat list item by forcing all list ↵ | Merov Linden | |
widgets to be visible. | |||
2012-07-30 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-30 | CHUI-258: Adding a method to better whether nearby chat is visible or not. | Todd Stinson | |
2012-07-30 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-07-30 | moved method from places inventory up into common llfolderview | Richard Linden | |
2012-07-30 | CHUI-217 FIX Items are not visible in Merchant Outbox | Richard 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-30 | CHUI-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-30 | CHUI-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-28 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-07-28 | Automated merge with ssh://hg.lindenlab.com/nat/viewer-maint-1175 | Nat Goodspeed | |
2012-07-27 | sync with viewer-release | eli | |
2012-07-27 | MAINT-1175 FIX Severe performance issues on 3.3.2 (258114) Release and 3.3.3 ↵ | Richard Linden | |
(259197) Beta in "Add scroll list item" removed linear scan for namelist items and used weak reference (LLHandle) instead | |||
2012-07-27 | increment version to 3.4.1 | Oz Linden | |