Andrey Kleshchev
b09c19d27c
SL-20285 Updated individual request count declaration
2023-09-14 20:58:42 +03:00
Andrey Kleshchev
fa47e4402b
SL-20285 Sturdier cof and fixed link fetching
2023-09-14 18:51:33 +03:00
Andrey Kleshchev
b5c745185f
SL-20162 Option for debuging folder version in UI
...
Shows folder's data instead of a suffix.
Will need either a new inventory window or to toggle UI debug on early.
2023-09-12 19:51:13 +03:00
Andrey Kleshchev
f107d8431c
SL-20199 Fix invalid or oversized folder being refetched indefinetely
2023-09-11 17:33:55 +03:00
Andrey Kleshchev
cfb69846f1
SL-20261 Allow and resize existing textures as necessary for thumbnails
2023-09-10 21:49:00 +03:00
Andrey Kleshchev
46425b2e49
SL-19826 Keep scroll from acting up if selection changed
...
Unfulfilled scroll (due to fetching) persisted after selection changed
2023-09-10 21:48:43 +03:00
Andrey Kleshchev
167c5121d3
SL-19826 Basic 'shift' support for gallery Part#4
2023-09-10 21:48:43 +03:00
Andrey Kleshchev
f24f72d2f9
SL-19826 Gallery multiselect support Part#3
...
wip
2023-09-10 21:48:43 +03:00
Andrey Kleshchev
992d4ec36f
SL-19826 Implement feedback for dropping into flat folder view Part#2
2023-09-10 21:48:43 +03:00
Andrey Kleshchev
6675321e6a
SL-19826 Implement feedback for pasting into flat folder view Part#1
2023-09-10 21:48:43 +03:00
Andrey Kleshchev
a93fc959c7
SL-20214 Crash at LLControlAVBridge::updateSpatialExtents
...
(cherry picked from commit 3d2da2b2c0 )
2023-09-06 01:26:08 +03:00
Andrey Kleshchev
71a02a8d35
SL-20242 UI overlap in object profile with DebugPermissions on
2023-08-30 22:26:58 +03:00
Andrey Kleshchev
c382d4e975
SL-20199 Error creating new folder
2023-08-25 19:26:58 +03:00
Andrey Kleshchev
3d73a10da3
Merge branch main (DRTVWR-582) into DRTVWR-567
...
# 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-23 22:40:17 +03:00
Vir Linden
d454512050
Increment viewer version to 6.6.15
...
following promotion of DRTVWR-582
2023-08-23 15:20:19 -04:00
Andrey Kleshchev
4b5b048cb6
SL-20187 [AIS3] Don't fill thumbnail field if null thumbnail is set
2023-08-22 21:14:06 +03:00
Andrey Kleshchev
d882609973
SL-18629 Marketplace folder creation loop avoidance
...
Probably shouldn't happen since we do not allow logins without caps, but
to be sure added validation.
2023-08-21 21:15:55 +03: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
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
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
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
Andrey Kleshchev
c4c5778b26
SL-20098 handleDoubleClick crashes in new inventory panels
2023-08-02 18:02:37 +03: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
Andrey Lihatskiy
33e0766ee0
SL-19948 Update estate manager and ban list limits to match new values from simulator
2023-07-20 02:04:33 +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
Brad Linden
71e7c7c705
Fixes for compatibility with new xcode 15 beta for any viewer branch after DRTVWR-577 ( #232 )
2023-07-18 12:00:01 +03:00
Andrey Kleshchev
bc3f2d53d1
SL-19891 Make sure focusable elements clear focus on destruction
2023-07-18 01:56:42 +03:00
marchcat-pe
37f41392cd
Merge pull request #285 from secondlife/marchcat/SL-19669
...
INTL-490 Japanese Translation Update
2023-07-17 23:44:34 +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
Andrey Lihatskiy
4c141cc4c5
Merge branch 'DRTVWR-580-maint-T' into DRTVWR-582-maint-U
2023-07-17 23:17:49 +03:00
Andrey Lihatskiy
07ff9a5d67
Merge branch 'main' into DRTVWR-582-maint-U
...
# Conflicts:
# doc/contributions.txt
# indra/llcommon/llerrorthread.cpp
2023-07-17 23:17:29 +03:00