summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-25MacOS gmock build fixAndrey Kleshchev
Updated gmock complains about missing regex_t. This is likely a macos configuration issue and needs to be fixed, but fot now just forcing the declaration
2023-08-25SL-20199 Error creating new folderAndrey Kleshchev
2023-08-24Merge remote-tracking branch 'origin/main' into DRTVWR-489Andrey Kleshchev
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llmath/llvolume.cpp # indra/llrender/llgl.cpp # indra/llxml/llcontrol.cpp # indra/newview/llpanelnearbymedia.cpp # indra/newview/llsceneview.cpp # indra/newview/llselectmgr.cpp # indra/newview/llstartup.cpp # indra/newview/lltextureview.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/xui/en/menu_viewer.xml
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-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-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-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-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-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-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-02SL-20098 handleDoubleClick crashes in new inventory panelsAndrey Kleshchev
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-28SL-20088 EmojiPicker - replace the image on the activation button with an emojiAlexander Gavriliuk
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-20045 Texture picker should apply the exact texture inventory itemAndrey Kleshchev
2023-07-21SL-20040 Fix selection callbackAndrey Kleshchev
2023-07-21SL-20047 Indicate when gallery items are being cutAndrey Kleshchev
2023-07-21SL-20040 Fix selection and context menu issuesAndrey Kleshchev
2023-07-20SL-19948 Update estate manager and ban list limits to match new values from ↵Andrey Lihatskiy
simulator
2023-07-19SL-20015 wait for the outfit items to load before wearing itMaxim Nikolenko
2023-07-18DRTVWR-489: trivial merge conflict fixCallum Prentice
2023-07-18Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵Brad Linden
DRTVWR-577 (#232)
2023-07-18SL-19891 Make sure focusable elements clear focus on destructionAndrey Kleshchev
2023-07-17Merge pull request #285 from secondlife/marchcat/SL-19669marchcat-pe
INTL-490 Japanese Translation Update
2023-07-17Merge branch 'main' (DRTVWR-580) into DRTVWR-567Andrey Kleshchev
# Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp
2023-07-17Merge branch 'DRTVWR-580-maint-T' into DRTVWR-582-maint-UAndrey Lihatskiy
2023-07-17Merge branch 'main' into DRTVWR-582-maint-UAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp
2023-07-17Increment viewer version to 6.6.14Nat Goodspeed
following promotion of DRTVWR-580
2023-07-13SL-20001 EmojiPicker - make the preview to be a panel instead of a buttonAlexander Gavriliuk
2023-07-12SL-19831 Check marks in the menu are less visibleAlexander Gavriliuk
2023-07-12SL-19702 don't skip double clicks when clicking scripted objectsMnikolenko Productengine
2023-07-11SL-19728 Objects that cannot be clicked or cammed unless in edit modeAlexander Gavriliuk
2023-07-10SL-19951 Collect used icons in a special group 'Recently used'Alexander Gavriliuk
2023-07-07SL-19702 restore previous double clicking behavior for objectsMaxim Nikolenko
2023-07-07SL-19966 Reverted "SL-18721: Faster viewer shutdown time since performance ↵Andrey Lihatskiy
improvements can lead to perceived inventory loss due to cache corruption" This reverts commit cf692c40b0b9f8d0d04cd10a02a84e3f697a2e99.