Commit Graph

46948 Commits (d2bb4cd19d3a044276cc4c60770cff607d697b35)

Author SHA1 Message Date
Callum Prentice d2bb4cd19d SL-20172: Add in an 'Are you sure Y/N' type dialog before writing thumbnails (as well as for clearing thumbnails) since it's also a destructive, non-undoiable operation 2023-08-21 10:58:52 -07:00
Callum Prentice 2830d5c09e Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs 2023-08-21 10:19:57 -07:00
Andrey Kleshchev 4287020859 SL-19929 Minimize feature conflicts with gltf viewer 2023-08-18 19:21:31 +03:00
Andrey Kleshchev d32e685d96 SL-19929 Small rework of a 'feature' notification
To make multiple parallel features possible
2023-08-18 18:53:11 +03:00
Andrey Kleshchev 4800e3e416 SL-20099 Thumbnail upload scale textures to be square
thumbnail copy&paste only allows square textures and wasn't allowing
none square ones despite those already being used as thumbnails
2023-08-18 14:12:49 +03:00
Callum Prentice d3147517b4 Remove the original prototype tool Bulky Thumbs since it is now superceded by the Inventory Thumbnail Helper tool 2023-08-17 15:55:42 -07:00
Callum Prentice 10276ee967 Small updates to bulky thumbs but mainly, this is about the first version of the Inventory Thumbnail Helper tool - see source file for a link to Confluence page listing how to use it 2023-08-17 15:49:50 -07:00
Andrey Kleshchev 78d66efe1a SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2 2023-08-18 01:29:31 +03:00
Andrey Kleshchev 74a1d2582c SL-20162 Better cof version logging
And fixed some typos
2023-08-17 19:50:16 +03:00
Callum Prentice dde395d4a1 Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs 2023-08-16 19:24:00 -07:00
Callum Prentice cf60c97f6f SL-20109: New, helper version coming together slowly modulo XUI pain 2023-08-14 17:37:10 -07:00
Andrey Kleshchev fa5af90e30 SL-18629 Fix observers failing to start fetching items in some cases
start(folder.first) ignored fetch request due to folder having version
2023-08-15 00:00:40 +03:00
Andrey Kleshchev 809ebe7d6a SL-20143 Alpha thumbnails should show solid color instead of checkerboard 2023-08-14 20:08:29 +03:00
Callum Prentice abb8d0402c SL-20109: Some small UI tweaks before moving onto the meat of the functionality 2023-08-11 18:31:21 -07:00
Callum Prentice 2d39f05cc1 SL-20109: Now that it seems that the tool might be useful, make a new version with a proper name and start worknig on it. Prototype bulky thumbs one will be removed after new version is working 2023-08-11 18:07:13 -07:00
Callum Prentice 7d849810a4 Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs 2023-08-11 15:05:43 -07:00
Mnikolenko Productengine 03db9132db SL-20118 tweak the top border line 2023-08-10 13:53:34 +03:00
Andrey Kleshchev 8e1c5fee2b SL-18629 Better item fetch error handling 2023-08-09 12:52:17 +03:00
Andrey Kleshchev ce0300e966 SL-20131 Don't let viewer in without caps
Previously was bounced to login screen on error only,
now should be bounced back if failed too many times as well
2023-08-08 21:04:04 +03:00
Andrey Kleshchev cd8fcec5fe SL-20120 Fix ais depth 'body' being misplaced. 2023-08-06 15:22:38 +03:00
Andrey Kleshchev 6b5345eabd SL-20120 Fix unneeded warnings
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough
- Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready
- Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version)
2023-08-05 17:44:10 +03:00
Andrey Kleshchev 201cd96105 SL-20120 Fix folders with unknown content being assigned a version 2023-08-05 17:44:10 +03:00
Andrey Kleshchev dd699f84c9 SL-20120 Do not account for deltas when fetching
Is supposed to set version and descendant info in parseCategory
2023-08-05 02:10:53 +03:00
Callum Prentice 263e097ef7 SL-20109: Big clean up. Now supports arbitrary mix of folders and entries for both items and textures. Better logging output 2023-08-03 18:54:49 -07:00
Callum Prentice c92d6e3f15 SL-20109: Hacked in some code to write thumbnails now - had to change the ID i saved for the texture from the object ID to the asset ID and then it worked for 3 test items. Next up, tidy up the code, remove hacks and do a run on a local copy of the main SENRA inventory 2023-08-02 18:13:14 -07:00
Callum Prentice 03ca946803 SL-20109: now lets user copy a list of items or list of folder of items, copy a list of texture of list of folders of textures, then combine them and find matches by name - saving each match with the name, item ID and thumbnail texture ID - next is actually writing the thumbnails 2023-08-02 17:34:56 -07:00
Andrey Kleshchev c4c5778b26 SL-20098 handleDoubleClick crashes in new inventory panels 2023-08-02 18:02:37 +03:00
Callum Prentice feb40d1a1b SL-20109: display the inventory item asset ID and associated thumbnail ID (broken - all null UUID - for tomorrow) 2023-08-01 17:38:15 -07:00
Callum Prentice 4ce1463167 SL-20109: write the name of each copied inventory item to the text editor 2023-08-01 16:56:06 -07:00
Callum Prentice 57b9500c23 Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs 2023-08-01 15:52:45 -07:00
Callum Prentice 2aecd42d1f First commit of code to investigate how we might do bulk uploads of inventory item thumbnails - both from a code and a UI perspective 2023-08-01 15:51:18 -07:00
Andrey Kleshchev 05b5540fe7 SL-20107 Detaching items from COF in gallery view didn't update COF 2023-08-01 23:53:57 +03:00
Andrey Kleshchev 5048b3878c SL-20101 Fix ThumbnailDimentionsLimit poping up on success 2023-08-01 22:32:07 +03:00
Mnikolenko Productengine 87c337047d SL-20100 remove inappropriate param to get rid of parse warning 2023-08-01 18:31:29 +03:00
Andrey Kleshchev cc69541358 SL-20096 Thumbnails shouldn't be editable for items in the library 2023-07-31 23:29:47 +03:00
Mnikolenko Productengine 1cf4a2c952 SL-20080 Show warning message when selecting a non square texture for thumbnails 2023-07-27 13:30:09 +03:00
Andrey Kleshchev b267515922 SL-20068 Selecting from texture picker for thumbnail does not assign thumbnail 2023-07-25 22:06:23 +03:00
Andrey Kleshchev 7b9206dfd1 SL-20045 Texture picker should apply the exact texture inventory item 2023-07-22 00:51:44 +03:00
Andrey Kleshchev d237b9ee1b SL-20040 Fix selection callback 2023-07-21 17:33:37 +03:00
Andrey Kleshchev 0941fcd5a4 SL-20047 Indicate when gallery items are being cut 2023-07-21 00:48:29 +03:00
Andrey Kleshchev 4fb9a3f469 SL-20040 Fix selection and context menu issues 2023-07-21 00:48:14 +03:00
Maxim Nikolenko 3058e6e6fd
SL-20015 wait for the outfit items to load before wearing it 2023-07-19 21:15:52 +03:00
Andrey Kleshchev acf82867b6 Merge branch 'main' (DRTVWR-580) into DRTVWR-567
# Conflicts:
#	indra/llui/llfolderviewitem.cpp
#	indra/newview/llinventorymodel.cpp
#	indra/newview/llinventorymodelbackgroundfetch.cpp
2023-07-17 23:34:59 +03:00
Nat Goodspeed ec4135da63 Increment viewer version to 6.6.14
following promotion of DRTVWR-580
2023-07-17 16:12:39 -04:00
Maxim Nikolenko 4aa44bdfc9 SL-19702 restore previous double clicking behavior for objects 2023-07-07 20:30:25 +03:00
Andrey Lihatskiy 79198eddf7 SL-19966 Reverted "SL-18721: Faster viewer shutdown time since performance improvements can lead to perceived inventory loss due to cache corruption"
This reverts commit cf692c40b0.
2023-07-07 20:26:05 +03:00
Andrey Kleshchev d3233e787a SL-19929 New inventory feature notification should appear on top 2023-07-03 23:29:26 +03:00
Andrey Kleshchev 35d68ce737 SL-19914 Inventory gallery Tab support #3
Don't try to select something if we are waiting for an item
2023-07-01 00:46:02 +03:00
Andrey Kleshchev bbcedf9c84 SL-19914 Inventory gallery Tab support #2 2023-07-01 00:20:01 +03:00
Andrey Kleshchev 924869900a SL-19938 Make sure marketplace removes empty folder it automatically moved items from
when folder was recreated into stock fodler
2023-06-30 01:53:39 +03:00