Commit Graph

477 Commits (052d8a8f2eeb4501a62096e2565f377a03f6a609)

Author SHA1 Message Date
Merov Linden 652aa15ccd EXP-1505 : FIX. Dropping a folder in current outfit would result in broken links and lost inventory. 2011-11-04 11:46:38 -07:00
Leslie Linden 94678c2f7f EXP-1541 update -- Route inventory items sent in a Notecard to correct locations rather than auto-sorting by asset type
* New code specifies explicit destination for "copy from notecard" or null, indicating the sim should determine the placement.

Reviewed by Stone.
2011-11-04 11:26:50 -07:00
Richard Linden 62d9db2f21 Automated merge with http://hg.secondlife.com/viewer-development 2011-10-15 18:14:23 -07:00
Richard Linden d0cda13235 EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewport
Ctrl+Shift+U now toggles UI and hides floaters
refactored main_view.xml
made all members of llviewerwindow private
2011-10-11 22:49:00 -07:00
Aaron Stone 956c145cc5 VWR-27090 Allow Calling Cards to carry the "(link)" suffix in the Inventory pane 2011-10-06 20:15:18 -04:00
Paul ProductEngine 9d3fc5d930 EXP-1209 FIXED Sidetray removed.
- Removed all sidetray dependencies and the sidetray itself.

- Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29 21:43:07 +03:00
Paul ProductEngine 3c8b0ab537 EXP-1226 FIXED (Create and register a floater for Appearance side tab)
- Added xml for a new floater Appearance and registred it in the floaterreg

- Removed side tray dependencies

- Added static helper method: LLFloaterSidePanelContainer::getPanel
2011-09-27 22:06:56 +03:00
Paul ProductEngine 0cd1988ef7 EXP-1223 FIXED (Create and register a floater for Places side tab)
- Added xml for a new floater and registred it in the floaterreg

- Removed side tray dependencies

- Added static helper method: LLFloaterSidePanelContainer::showPanel
2011-09-22 14:41:44 +03:00
Leslie Linden 4ad3676985 Disable merchant outbox context menu 2011-09-08 12:09:43 -07:00
Leslie Linden 78821c51a1 Merge from viewer-experience 2011-09-07 13:58:19 -07:00
leslie@leslie-HPz600.lindenlab.com f1c01becf2 EXP-857 PROGRESS -- Add context menu entries as alternate path to populate outbox
* Folders containing items being worn now have the "Copy to Marketplace" context
  menu item disabled.
2011-08-30 16:18:34 -07:00
leslie@leslie-HPz600.lindenlab.com c2443b95d3 EXP-1126 FIX -- Cannot use arrow keys to scroll up and down in Inbox and Outbox
EXP-1003 FIX -- Renaming a folder in Received Items panel resets the New flag for that folder
EXP-1001 FIX -- Newness is removed on next login if you log out or crash before opening inventory panel
EXP-857 FIX -- Add context menu entries as alternate path to populate outbox
EXP-858 FIX -- Outbox sync failure error handling
EXP-1158 FIX -- Viewer crash when deleting items from Outbox when some folders are open

* Made inbox, outbox and inventory panels all legit tab stops for keyboard focus
* Added mouse over indication on inventory panel primarily for increased clarity on outbox error messages
* Disabled "Rename" option on inbox items
* Added context menu option to copy/move an item to the merchant outbox
* Context menu option to copy/move to outbox is visible and/or enabled/disabled when appropriate
* "LastInventoryInboxCollapse" no longer written out as a setting when the panel is not visible
* Fixed up collapse time check to not try to parse empty string on first load (deminishes text spam in log greatly)
* Disabled double-click as a way to equip items in the inbox or outbox
* Viewer code no longer removes items from the outbox after sync.  We rely on the sim to do this now.
* Basic outbox sync error handling now displays error messages as tooltips along with badge over item in outbox
* Moved some scroll container default values out of code and into xml
2011-08-26 16:33:47 -07:00
Leslie Linden 38aa19614e Mac build fix: changed "max" to "llmax" 2011-08-19 11:52:33 -07:00
Leyla Farazha 504fabba1d fixing inner inbox drag and drop 2011-08-18 18:04:44 -07:00
Leyla Farazha 8baafe6613 EXP-1098 User can drag folders into Outbox with more than 3 levels of nested folders
EXP-1100 Show tooltips when drag and drop operations are not allowed
2011-08-18 14:33:54 -07:00
Vadim ProductEngine 73025e2771 STORM-1041 FIXED "Remove all clothes" item of the avatar menu didn't actually remove all clothes.
I haven't investigated what the problem was, I've just rewritten the (ancient?) removal code
in the way we take off items in other places, i.e. by removing them from the Current Outfit forder.
2011-08-15 22:22:31 +03:00
Leyla Farazha 6f7132ca77 deleting folders after no-copy move to outbox 2011-08-15 09:53:26 -07:00
Leyla Farazha e69efc8369 EXP-843 Enable drag and drop from the outbox
EXP-1036 Disable most inventory functionality for the outbox view
2011-08-12 10:39:35 -07:00
Leyla Farazha ed02d0c1fc EXP-843 Enable drag and drop to and from the outbox, with conditional warnings based on permissions
EXP-1034 Add confirmation dialog for moving no-copy items to outbox
2011-07-29 17:01:24 -07:00
Richard Nelson 9b6fbf8d57 build fix 2011-07-26 16:10:29 -07:00
Richard Nelson 6b3a7480a1 merge 2011-07-26 15:47:53 -07:00
Paul ProductEngine 880a7ebb92 STORM-519 FIXED "Delete" is enabled in the context menu for folders which contain worn items
- Disable "Delete" menu item in case selected folder contains non-removable items.
2011-07-19 21:24:56 +03:00
Leyla Farazha e17c7e6d24 EXP-899 No user feedback given when a user attempts to delete a system folder from their inventory 2011-07-14 10:58:11 -07:00
Richard Linden e92d3dcf10 EXP-971 FIX New Direct Delivery item does not sort as most recent item in Recent Tab if that tab is open when item delivered 2011-07-05 23:40:19 -07:00
Leyla Farazha 8c6e6c3058 EXP-895 Selecting items in Marketplace Inbox does not change focus in inventory panel away from items selected in inventory panel 2011-06-29 15:24:05 -07:00
Leslie Linden 8737446eb7 EXP-919 FIX -- Toggling InventoryDisplayInbox value to True in Viewer on Agni creates Inbox and Outbox system folders
* The code should no longer create these folders when querying for them.

Reviewed by Richard
2011-06-22 14:28:19 -04:00
Leyla Farazha f42d2607be EXP-905 Missing items from right click context menus in My Inbox
EXP-892 No way to delete items in Inbox without moving them to Inventory
2011-06-16 16:38:31 -07:00
Leslie Linden de78d17e91 Merge from viewer-experience 2011-06-08 13:41:40 -07:00
Leyla Farazha 0c0f755878 fixing drag and drop for inbox, adding inbox text and cleaning up context menus 2011-06-06 16:30:22 -07:00
Nyx (Neal Orman) dfff5a476c SH-1289 VWR-25421 VWR-25415 FIX multiwearable "add" option disabled in inventory view
Corrected the XUI menu logic that was causing the "add" right click option to be greyed out
for clothing pieces that are valid for multiwearables.
2011-04-06 14:30:27 -04:00
Dave Parks 3b5d6eed12 merge 2011-04-19 14:55:11 -05:00
Loren Shih 47781184fc Automated merge up from viewer-development into mesh-development 2011-04-04 10:42:52 -04:00
Oz Linden 634f152004 merge up to latest viewer-development 2011-02-08 11:57:38 -05:00
Loren Shih 3f77074f27 Automated merge up from viewer-development into mesh-development 2011-02-04 11:23:56 -05:00
Seth ProductEngine bcb95ed707 STORM-397 FIXED Disabled dropping wearables from a notecard to COF and any outfit folder.
Those folders should contain only links to wearable items.
2011-01-25 21:10:00 +02:00
Oz Linden b01ca1293b merge up to latest viewer-development 2011-01-13 11:14:13 -05:00
Loren Shih 7c7527b672 Automated merge up from viewer-development 2011-01-05 15:10:39 -05:00
Loren Shih 83eb22f736 SH-739 Meshes can no longer be moved into subfolders of the "Meshes" folder
Did this ever work?  The code for handling drag&drop is broken completely for meshes; you can't drag them anywhere in inventory.
Also did some formatting/cleanup of related code.
2011-01-04 18:41:36 -05:00
Oz Linden 05810f063d merge changes for storm-737 2011-01-04 16:43:26 -05:00
Oz Linden 433ad05ae9 merge up to latest viewer-development 2010-12-27 14:29:11 -05:00
Jonathan Yap 971eb7f198 STORM-737 Inventory/Recent: Gray out "New Folder" in "+" menu and enable all menu items except "New Folder" when right clicking an item. 2010-12-23 15:56:15 -05:00
Loren Shih ee0055f5af Automated merge up from viewer-development 2010-12-16 11:12:15 -05:00
Seth ProductEngine 73962e2134 STORM-771 FIXED Pasting wearable items from clipboard to Current Outfit or an outfit folder now creates links to these items. 2010-12-16 00:50:03 +02:00
Oz Linden efa42a6aab merge up to viewer-development 2010-12-04 09:14:58 -05:00
Loren Shih a5e63b1dc0 Merge 2010-11-08 12:57:26 -05:00
Merov Linden accbddaead STORM-283 : merge with viewer-development 2010-11-02 17:31:01 -07:00
Seth ProductEngine f4a99d359c STORM-287 FIXED changing currnet outfit with an outfit dragged from Library to My Inventory->Current Outfit folder. 2010-11-01 23:52:09 +02:00
Seth ProductEngine cace89d2e9 STORM-283 FIXED adding attachments of type LLInventoryType::IT_ATTACHMENT to Current Outfit. 2010-11-01 23:50:31 +02:00
Seth ProductEngine 9c8ce6d6dc STORM-296 FIXED Item types that can be dropped to Favorites and Landmarks restricted to landmarks and folders containing landmarks.
This changes affect all folder views. The previous fix affecting only My Landmarks SP (changeset 330d0e96d58d) was reverted.
2010-10-27 19:01:38 +03:00
Loren Shih 7687653871 Automated merge up from viewer-development 2010-10-20 12:18:33 -04:00