Commit Graph

190 Commits (05935d09124db6834ed7262b94de7558b6738590)

Author SHA1 Message Date
Arrehn 7394730eaa Merge up to LL FUI 2011-10-28 02:00:09 -04:00
Richard Linden 03e965a732 EXP-974 FIX Inventory Keystroke Behavior No Longer Working 2011-09-15 16:16:33 -07:00
Leslie Linden 78821c51a1 Merge from viewer-experience 2011-09-07 13:58:19 -07:00
Richard Nelson 2154bccdc4 Automated merge with http://hg.secondlife.com/viewer-development 2011-08-31 11:51:38 -07:00
leslie@leslie-HPz600.lindenlab.com dc91995619 EXP-1158 FIX -- Viewer crash when deleting items from Outbox when some folders are open
* New selection change on delete also insures the selection does not propagate
  to the child of a selected item.
2011-08-30 12:24:51 -07:00
Richard Nelson 863d9bdc50 EXP-1160 FIX Cannot drag/drop items from inventory into the contents of a prim in latest Mesh build 239475
brought back some old logic for dispatching to child folder as drag and drop fallback
2011-08-26 12:57:16 -07:00
Leslie Linden 8961d10a2a Merge from viewer-experience 2011-08-23 13:11:14 -07:00
Richard Linden fea0917fbd EXP-1099 FIX Cannot drag item on to empty space in outbox folder
corrected bad logic for resizing LLFolderView
2011-08-23 12:20:10 -07:00
Richard Nelson e8448d4713 EXP-1099 FIX Cannot drag item on to empty space in outbox folder 2011-08-17 16:05:31 -07:00
Richard Linden bffd5b3a6c EXP-1099 FIX Cannot drag item on to empty space in outbox folder 2011-08-16 13:59:46 -07:00
Richard Linden b215c724c1 Automated merge with http://hg.secondlife.com/viewer-development 2011-08-11 10:11:59 -07:00
Richard Nelson 11005a9d91 added fast timers to profile inventory LLSD deserialization 2011-08-10 10:52:56 -07:00
Richard Nelson f5886bfaff EXP-1065 FIX Inventory has slowed to a crawl. Clicking between items has an average one second delay. Same with switching between tabs.
disable traversal of inventory contents for findView family of functions
2011-08-08 14:37:36 -07:00
Leyla Farazha 85ddc48e08 merge 2011-07-08 16:07:56 -07:00
Leyla Farazha d7318bf9f0 merge 2011-07-08 16:06:49 -07:00
Leyla Farazha 2eb37ef38f adding freshness flag support 2011-07-08 15:20:03 -07:00
Leslie Linden 884f89cb70 EXP-983 FIX -- Viewer crashes around Place Profile and Landmarks listing in Viewer Experience
Drag and drop for LLFolderView now handles the empty mFolders case.
2011-07-08 10:24:58 -07:00
Richard Linden 77e99e0887 EXP-983 WIP potential fix for crash when using Place Profile in viewer experience 2011-07-06 20:01:12 -07:00
Leyla Farazha f12f186a38 Null check in case this is causing the places crash 2011-07-06 17:36:45 -07:00
Leyla Farazha cca256dcdd merge 2011-07-06 15:54:07 -07:00
Leyla Farazha 60f6d80926 EXP-980 Inbox sorting does not persist between sessions 2011-07-06 15:48:33 -07:00
Leslie Linden e3c4b489fc Merge 2011-07-05 16:07:32 -07:00
Leslie Linden 72c7525e67 EXP-916 FIX -- Folder in Inbox indicates loading when all items are displayed in folder
* Updated inbox inventory to not ever display the loading status like other inventory windows.
* show_load_status is now an optional parameter for LLInventoryPanel and LLFolderView.  Its
  default value is true but it is overridden to be false for the LLInboxInventoryPanel.

Reviewed by Richard.
2011-07-05 16:07:09 -07:00
Leyla Farazha f0e853d5d6 updating code comment for EXP-981 2011-07-05 15:16:06 -07:00
Leyla Farazha 610c788dd5 EXP-981 Selecting Wear and detach options for an object in Received Items folder causes issues with Profile, Share, and Wear buttons 2011-07-05 15:15:00 -07:00
Leyla Farazha 37bc2b2fe8 EXP-895 fixing selection problems - again 2011-07-01 13:14:17 -07:00
Leslie Linden e7d86046d9 Build fixes from the merge.
Recommended by Richard.
2011-06-23 15:49:16 -04:00
Richard Linden af142618f9 Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience 2011-06-23 11:35:14 -07:00
Richard Linden 715cb3cc0c Automated merge with ssh://hg.lindenlab.com/leyla/viewer-experience-dd 2011-06-23 10:57:41 -07:00
Richard Linden ae2cbe5258 EXP-923 FIX Landmarks moved to new folders do not show as moved until relog in viewer - Delete, Copy, and Paste functions not working as well 2011-06-22 19:18:41 -07:00
Leyla Farazha 917e2d1897 EXP-895 Selecting items in Marketplace Inbox does not change focus in inventory panel away from items selected in inventory panel 2011-06-21 14:16:27 -07:00
Richard Linden 353da63a07 EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*
cleaned up and refactored inventory code a bit

reviewed by Leyla
2011-06-17 15:24:24 -07:00
Arrehn c98d190776 Faster handling of large inventory selection sets, by Nicky Dasmijn 2011-10-14 03:18:18 -04:00
Kitty Barnett 8c79a19421 - fixed : inventory selection jumps to the first visible (filtered) item when deleting the last visible (filtered) item in a folder
-> Repro:
         (1) create a folder with two items
         (2) delete the first item => selection moves to the second item
         (3) delete the second item => selection moves to the first matched item
    -> in (3) the selection actually moves to the next visible folder [see LLFolderView::removeSelectedItems()]
    -> getFiltered() on the folder will return FALSE since while it might have filtered descendents, it won't match it itself
    => LLFolderView::doIdle() will set the selection to the first filtered item
2011-10-04 20:41:27 +02:00
Kitty Barnett 6b763be658 - fixed : inventory panel scrolls to the current selection whenever the current filter becomes out of date even if the panel currently has the focus
-> Repro:
         (1) left-click an inventory item to set a selection
         (2) scroll up or down until the currently selected item isn't visible anymore
         (3) trigger an online/offline notification
2011-10-01 15:08:44 +02:00
Richard Nelson 7ea93d2756 EXP-1065 FIX Inventory has slowed to a crawl. Clicking between items has an average one second delay. Same with switching between tabs.
disable traversal of inventory contents for findView family of functions
2011-08-08 14:37:36 -07:00
Arrehn 9fd0edb326 Initial 2.8.3+ merge, Tozh & Arrehn
Issues: Graphics preferences tab, lighting, depth of field
Issues: Color preferences tab, new direct chat
Issues: Build floater Mesh build tab
Issues: German translations of build, viewer menus
Issues: pipeline issues with mac, possibly other things
Issues: uploading content / temp content
Issues: Windlight quickprefs, parcel windlight, RLVa windlight
2011-08-26 11:18:49 -04:00
Arrehn e277b8a4ac Merge with LL 2.6.9, initial work. Needs tests, extra XUI merging with particular skins. 2011-08-04 11:53:40 -04:00
Arrehn 1c1b36fde7 FIRE-1674, bugfix for not-cleared inventory cut/paste, by Satomi Ahn 2011-06-24 21:05:14 -04:00
Merov Linden 64b192ed62 EXP-756 : Fix inventory folder ordering on launch 2011-05-03 13:18:16 -07:00
Arrehn 10e88f3891 Merge with RLVa-LL2.5.2 2011-04-09 22:24:22 -07:00
Arrehn 5364b5c2a9 Satomi Ah: Migitate Invnentory window scrolling when we have a selection. FIRE-251 2011-01-22 01:52:54 -05:00
Vadim ProductEngine 4f801f729d STORM-373 FIXED "Rename" context menu option was disabled for incomplete inventory items.
Refresh the inventory context menu (which enables the "Rename" option) after the selected item(s) gets fetched.
2011-01-19 13:30:05 +02:00
Seth ProductEngine b66389df89 STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in Places SP->My Landmarks.
- Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area.
- Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area.
2010-11-03 22:50:09 +02:00
Leyla Farazha a4b223248e Merge 2010-09-27 17:54:52 -07:00
Leyla Farazha ae623c8068 Set display name field now clamps to 31 unicode characters
Added ability to set max length in line editors by characters in addition to bytes
left other widgets (comboboxes/spinners) using the bytes, but it can easily be changed over
reviewed by Richard
2010-09-16 09:38:05 -07:00
Tofu Linden f007369357 merge storm-162 2010-09-22 10:03:30 +01:00
Sergei Litovchuk 9cd8da3f9c STORM-133 FIXED keyboard navigation in Places SP->My Landmarks while items fetch is in progress. 2010-09-21 18:38:48 +03:00
Merov Linden 136029821c STORM-162 : Makes the folder code more resilient 2010-09-20 17:24:33 -07:00
Tofu Linden e416840f85 Backed out changeset c3d41f18ce2b
back-out the back-out for this branch.  yay.
2010-08-24 19:22:00 +01:00