summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-29SL-18837: Introduce flatten_files.py and use to post release assetsNat Goodspeed
2023-08-29SL-18837: On Windows, LLLeap partial final line test failed.Nat Goodspeed
Add DEBUG log output to try to diagnose.
2023-08-28SL-18837: Experiment with download-artifact downloading all files.Nat Goodspeed
2023-08-25SL-20199 Error creating new folderAndrey Kleshchev
2023-08-23Merge branch main (DRTVWR-582) into DRTVWR-567Andrey Kleshchev
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml
2023-08-23Increment viewer version to 6.6.15Vir Linden
following promotion of DRTVWR-582
2023-08-22SL-20187 [AIS3] Don't fill thumbnail field if null thumbnail is setAndrey Kleshchev
2023-08-21SL-20172: I missed a closing angle brace after adding a new XML notification ↵Callum Prentice
entry - mysteriously, the Viewer still worked as expected but the TeamCity coding check policy (WTF??) got a bit sad about it..
2023-08-21SL-18629 Marketplace folder creation loop avoidanceAndrey Kleshchev
Probably shouldn't happen since we do not allow logins without caps, but to be sure added validation.
2023-08-21SL-20172: Add in an 'Are you sure Y/N' type dialog before writing thumbnails ↵Callum Prentice
(as well as for clearing thumbnails) since it's also a destructive, non-undoiable operation
2023-08-21Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbsCallum Prentice
2023-08-18SL-19929 Minimize feature conflicts with gltf viewerAndrey Kleshchev
2023-08-18SL-19929 Small rework of a 'feature' notificationAndrey Kleshchev
To make multiple parallel features possible
2023-08-18SL-18837: Engage initial GH viewer release script.Nat Goodspeed
2023-08-18SL-20099 Thumbnail upload scale textures to be squareAndrey Kleshchev
thumbnail copy&paste only allows square textures and wasn't allowing none square ones despite those already being used as thumbnails
2023-08-17Remove the original prototype tool Bulky Thumbs since it is now superceded ↵Callum Prentice
by the Inventory Thumbnail Helper tool
2023-08-17Small updates to bulky thumbs but mainly, this is about the first version of ↵Callum Prentice
the Inventory Thumbnail Helper tool - see source file for a link to Confluence page listing how to use it
2023-08-18SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2Andrey Kleshchev
2023-08-17SL-20162 Better cof version loggingAndrey Kleshchev
And fixed some typos
2023-08-16Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbsCallum Prentice
2023-08-14 SL-20109: New, helper version coming together slowly modulo XUI painCallum Prentice
2023-08-15SL-18629 Fix observers failing to start fetching items in some casesAndrey Kleshchev
start(folder.first) ignored fetch request due to folder having version
2023-08-14SL-20143 Alpha thumbnails should show solid color instead of checkerboardAndrey Kleshchev
2023-08-11SL-20109: Some small UI tweaks before moving onto the meat of the functionalityCallum Prentice
2023-08-11 SL-20109: Now that it seems that the tool might be useful, make a new ↵Callum Prentice
version with a proper name and start worknig on it. Prototype bulky thumbs one will be removed after new version is working
2023-08-11Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbsCallum Prentice
2023-08-10SL-20118 tweak the top border lineMnikolenko Productengine
2023-08-09SL-18629 Better item fetch error handlingAndrey Kleshchev
2023-08-08SL-20131 Don't let viewer in without capsAndrey Kleshchev
Previously was bounced to login screen on error only, now should be bounced back if failed too many times as well
2023-08-06SL-20120 Fix ais depth 'body' being misplaced.Andrey Kleshchev
2023-08-05SL-20120 Fix unneeded warningsAndrey Kleshchev
- 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-05SL-20120 Fix folders with unknown content being assigned a versionAndrey Kleshchev
2023-08-05SL-20120 Do not account for deltas when fetchingAndrey Kleshchev
Is supposed to set version and descendant info in parseCategory
2023-08-03SL-20109: Big clean up. Now supports arbitrary mix of folders and entries ↵Callum Prentice
for both items and textures. Better logging output
2023-08-02SL-20109: Hacked in some code to write thumbnails now - had to change the ID ↵Callum Prentice
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-02SL-20109: now lets user copy a list of items or list of folder of items, ↵Callum Prentice
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-02SL-20098 handleDoubleClick crashes in new inventory panelsAndrey Kleshchev
2023-08-01SL-20109: display the inventory item asset ID and associated thumbnail ID ↵Callum Prentice
(broken - all null UUID - for tomorrow)
2023-08-01SL-20109: write the name of each copied inventory item to the text editorCallum Prentice
2023-08-01Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbsCallum Prentice
2023-08-01First commit of code to investigate how we might do bulk uploads of ↵Callum Prentice
inventory item thumbnails - both from a code and a UI perspective
2023-08-01SL-20107 Detaching items from COF in gallery view didn't update COFAndrey Kleshchev
2023-08-01SL-20101 Fix ThumbnailDimentionsLimit poping up on successAndrey Kleshchev
2023-08-01SL-20100 remove inappropriate param to get rid of parse warningMnikolenko Productengine
2023-07-31SL-20096 Thumbnails shouldn't be editable for items in the libraryAndrey Kleshchev
2023-07-27SL-20080 Show warning message when selecting a non square texture for thumbnailsMnikolenko Productengine
2023-07-25SL-20068 Selecting from texture picker for thumbnail does not assign thumbnailAndrey Kleshchev
2023-07-22SL-18837: Use 'needs' context, not 'jobs' contextNat Goodspeed
in release job to reference outputs from the build job. Also mark the release as prerelease, and fail the release action if we still can't find the files we're trying to post.
2023-07-22SL-18837: Try posting build.yaml step outputs as job outputs.Nat Goodspeed
2023-07-22SL-20045 Texture picker should apply the exact texture inventory itemAndrey Kleshchev