Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-10-01 | merging in latest changes | Gilbert Gonzales | |
2012-09-28 | CHUI-102: Now the participants and one-on-one conversations have ↵ | Gilbert Gonzales | |
right-click-menus. These menus are functional as well, but 'chat history' does not yet work. | |||
2012-09-27 | CHUI-352 FIXED (Viewer crash when dropping a worn attachment): getting the ↵ | AlexanderP ProductEngine | |
item's id before destruction corresponding viewmodel's item | |||
2012-08-29 | CHUI-305: Problem: The 'resident picker' had multiple parents and due to the ↵ | Gilbert Gonzales | |
design of the resident picker it can have only one parent. Having multiple parents caused both parents to fight for depth ordering...which caused the flickering. Resolution: Now multiple 'resident pickers' can exist and they are coupled to the floater that spawned then. Meaning that when the parent floater closes, the 'resident picker' floater will also close. In addition, a shadow frustum eminates from the button that opened the 'resident picker'. | |||
2012-08-20 | CHUI-295: Problem: The places panel implemention was incomplete and trying ↵ | Gilbert Gonzales | |
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking. | |||
2012-08-16 | CHUI-269: Problem: When an item was purchased and delivered into the ↵ | Gilbert Gonzales | |
'Received Items' panel, the badge icon and new item count would not show. This was due to the creation date of the folders not being set when a new item was added. Resolution: Now when an item is added into the 'Received Items' panel, the folder hierachy is updated, triggering the badge icon and new item count to show. | |||
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-08-09 | MAINT-171 FIXED Show "Ad-hoc conference" instead of "Session 1" in floater title | maxim_productengine | |
2012-08-06 | Linux compiliation fix, needed to create DirtyFilterFunctor outside of ↵ | Gilbert Gonzales | |
function parameter so that it can be legally passed as a reference. | |||
2012-08-03 | CHUI-273 FIX Inventory filtering changes not showing when changes are selected | Richard Linden | |
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-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 | 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-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-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-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-27 | CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting ↵ | Richard Linden | |
items from object inventory | |||
2012-07-20 | CHUI-207 FIXED Emptying Lost and Found and Trash in inventory crashes viewer | AlexanderP ProductEngine | |
2012-07-19 | CHUI-236 : WIP : Places panel works for My Inventory but still empty lists ↵ | Merov Linden | |
for Favorites Bar, My Landmarks and Library. | |||
2012-07-13 | CHUI-207 FIXED cancellation of removal of the object that has already been ↵ | AlexanderP ProductEngine | |
removed | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
removed viewer dependencies from folderview code | |||
2012-07-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
started to remove newview dependencies from llfolder* | |||
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model | |||
2012-07-02 | MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names | simon@Simon-PC.lindenlab.com | |
renames parent folder instead. Reviewed by Kelly | |||
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
filtering mostly working | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
inventory item labels and icons displaying again | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
one more gcc build fix | |||
2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-18 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors general cleanup | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2012-03-16 | EXP-1841 : pull from current viewer-experience. | Merov Linden | |
2012-03-16 | CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵ | Seth ProductEngine | |
horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel. | |||
2012-03-01 | EXP-1841 : change mState to mGeneration in LLClipboard. | Merov Linden | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-02-22 | EXP-1905, EXP-1911: Be a bit less forcefull when updating the filter after a ↵ | Merov Linden | |
change on the clipboard | |||
2012-02-10 | EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of ↵ | Merov Linden | |
folders in double cut scenarios | |||
2012-02-09 | EXP-1844 FIX Selecting a large number of inventory items can block the ↵ | Richard Linden | |
viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata | |||
2012-02-08 | EXP-1873 : Implement the hiding of cut items on the clipboard | Merov Linden | |
2012-01-05 | EXP-1754 FIX -- Search text shown in Outbox floater after marketplace synch ↵ | Leslie Linden | |
if all items removed. * Added a setting to determine whether or not to display the standard empty inventory message. The message is on by default but turned off for the merchant outbox inventory panel. |