Commit Graph

200 Commits (ec00f7f14fbf16992b71ddd54e583ba07fdfd523)

Author SHA1 Message Date
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
prep 207d9fd767 Viewer-chui merge 2013-03-11 14:45:53 -04:00
maksymsproductengine 9a75eeb67e Fix for build issue under windows 2013-02-11 14:39:05 +02:00
Merov Linden 5ecac2e900 CHUI-735 : Fixed! Refactor the code to move isSelectionRemovable() to the LLInventoryPanel level. Use it when using the delete key. 2013-02-08 22:38:54 -08:00
Merov Linden dac026a7d6 CHUI-735 : Fixed! Handle the backspace case, suppress the search string handling from LLFolderView (it's in the search edit field now). 2013-02-07 13:27:32 -08:00
Merov Linden 7ed270ff9d CHUI-735 : Fixed! Move the delete key handling from the llfolderview to the llinventorypanel level. 2013-02-06 18:11:52 -08:00
Merov Linden faae38daaa Pull merge from lindenlab/viewer-developement 2013-01-30 20:01:03 -08:00
Nyx Linden 11fe124ae9 merging in viewer-beta.
Most of the merge was clean, a couple conflicts.
Brought over a couple patches manually for llpolymesh.
2013-01-24 16:22:49 -05:00
Merov Linden b5b44ddf17 CHUI-649 : Fixed : Added the contextual menu to in build content tab 2013-01-10 11:10:41 -08:00
Merov Linden 4ef1181cdc CHUI-659 : Fixed : Reimplemented open selection on hitting return the right way 2013-01-08 21:46:00 -08:00
Merov Linden a4a2cc62c3 CHUI-509 : Fixed : Add params to inventory widgets to control font colors (required for library items and links). 2012-12-05 16:08:17 -08:00
William Todd Stinson c9044c03b3 Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. 2012-11-09 18:51:23 -08:00
AlexanderP ProductEngine 486bdf3284 CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and in accordance with the naming convention in the project, some classes and corresponding files should be renamed:
LLIMConversation -> LLFloaterIMSessionTab
LLIMFloater -> LLFloaterIMSession
LLNearbyChat -> LLFloaterIMNearbyChat
LLIMFloaterContainer -> LLFloaterIMContainer
LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener
LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-09 12:45:36 +02:00
Gilbert Gonzales 1a1a0b91c0 CHUI-383: Realized that prior changes for this bug caused a regress. The regress was using the people panel or a notecard to start a im/call with a user. When doing this the conversation line item would not be focused. Resolution: Changed all calls to LLIMFloater::show() to LLIMFloaterContainer::showConversation(), which will first select the conversation line item and then show the corresponding conversation floater. 2012-10-26 16:49:22 -07:00
Don Kjer c06c35609c Updating linux build to gcc4.6 2012-10-11 00:09:04 +00:00
Gilbert Gonzales c179c687db merging in latest changes 2012-10-01 14:01:00 -07:00
Gilbert Gonzales 11a148415e CHUI-102: Now the participants and one-on-one conversations have right-click-menus. These menus are functional as well, but 'chat history' does not yet work. 2012-09-28 18:22:05 -07:00
AlexanderP ProductEngine 6daf27cd0f CHUI-352 FIXED (Viewer crash when dropping a worn attachment): getting the item's id before destruction corresponding viewmodel's item 2012-09-27 17:14:15 +03:00
Gilbert Gonzales be61b5be2f CHUI-305: Problem: The 'resident picker' had multiple parents and due to the 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-29 19:18:25 -07:00
Gilbert Gonzales bec60ef80e CHUI-295: Problem: The places panel implemention was incomplete and trying 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-20 16:11:03 -07:00
Gilbert Gonzales 41cba389f8 CHUI-269: Problem: When an item was purchased and delivered into the '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-16 12:14:25 -07:00
Todd Stinson 268d5bd4bd Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. 2012-08-09 17:04:00 -07:00
maxim_productengine 3e6c27aa1d MAINT-171 FIXED Show "Ad-hoc conference" instead of "Session 1" in floater title 2012-08-09 15:14:53 +03:00
Gilbert Gonzales 02bdceb580 Linux compiliation fix, needed to create DirtyFilterFunctor outside of function parameter so that it can be legally passed as a reference. 2012-08-06 14:08:14 -07:00
Richard Linden a831cb5bee CHUI-273 FIX Inventory filtering changes not showing when changes are selected 2012-08-03 15:56:12 -07:00
Richard Linden af8d113557 CHUI-271 FIX Items that are cut and then removed from the clipboard without paste do not show in Trash until relog 2012-08-03 15:23:08 -07:00
Richard Linden c43eedd434 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui 2012-08-02 20:47:02 -07:00
Richard Linden faac868b68 CHUI-223 FIX Selecting to cut an inventory item causes all open inventory windows to refresh 2012-08-02 20:45:52 -07:00
Todd Stinson c44aa1c966 CHUI-262: Reordering the steps to remove a view item and view item model during the deletion process to avoid a crash. 2012-08-02 17:26:09 -07:00
Richard Linden 88e81f9929 CHUI-223 WIP Selecting to cut an inventory item causes all open inventory windows to refresh
avoid moving selection when cutting
2012-08-01 20:07:42 -07:00
Richard Linden a204059d2e CHUI-267 FIX Full inventory listing not always shown for test account
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL
removed sort order from filter, which was causing unneeded filtering
2012-08-01 01:14:27 -07:00
Richard Linden 4285cc271e CHUI-217 FIX Items are not visible in Merchant Outbox
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 15:15:42 -07:00
Richard Linden 3ba619053d CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting items from object inventory 2012-07-27 14:10:29 -07:00
AlexanderP ProductEngine 3ae21b429e CHUI-207 FIXED Emptying Lost and Found and Trash in inventory crashes viewer 2012-07-20 17:16:22 +03:00
Merov Linden efa73d4975 CHUI-236 : WIP : Places panel works for My Inventory but still empty lists for Favorites Bar, My Landmarks and Library. 2012-07-19 20:38:07 -07:00
AlexanderP ProductEngine 8fd35a0a08 CHUI-207 FIXED cancellation of removal of the object that has already been removed 2012-07-13 16:30:33 +03:00
Dave Parks 4a5ad35793 MAINT-570 Remove unused memory tracking system LLMemType 2012-07-20 11:42:15 -05:00
Richard Linden 1494a1058f CHUI-101 WIP Make LLFolderview general purpose
move llfolderview* into LLUI!
2012-07-03 23:55:39 -07:00
Richard Linden a8defa513c CHUI-101 WIP Make LLFolderview general purpose
removed viewer dependencies from folderview code
2012-07-03 17:05:28 -07:00
Richard Linden 7fb39240d0 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview 2012-07-03 14:49:31 -07:00
Richard Linden 7d0150f12d CHUI-101 WIP Make LLFolderView general purpose
started to remove newview dependencies from llfolder*
2012-07-02 19:37:28 -07:00
Richard Linden 1bd52dfbdc CHUI-101 WIP Make LLFolderView general purpose
refactored source files, moving logic into llfolderviewmodel*.cpp
filter logic tweaks
purging and moving inventory now properly cleans up view model
2012-07-02 17:57:29 -07:00
simon@Simon-PC.lindenlab.com f199b298b4 MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names
renames parent folder instead.   Reviewed by Kelly
2012-07-02 16:40:18 -07:00
Richard Linden 062cae9a48 CHUI-101 WIP Make LLFolderView general purpose
cleaned up some stale TODOs
worked on getting initial inventory display to work consistently
2012-06-29 15:44:08 -07:00
Richard Linden ed7173c987 CHUI-101 WIP Make LLFolderview general purpose
filtering mostly working
2012-06-28 23:29:58 -07:00
Richard Linden cb865a7e13 CHUI-101 WIP Make LLFolderView general purpose
moved filtering logic to viewmodel
2012-06-27 18:56:10 -07:00
Richard Linden 4775084000 CHUI-101 WIP Make LLFolderview general purpose
inventory item labels and icons displaying again
2012-06-21 23:28:24 -07:00
Richard Linden a02f2e63f2 CHUI-101 WIP Make LLFolderview general purpose
one more gcc build fix
2012-06-21 10:11:55 -07:00
Richard Linden 3882e9c177 CHUI-101 WIP Make LLFolderview general purpose
more compilation fixes, just need to add getName() back to LLInventoryFilter et al
2012-06-20 00:19:05 -07:00