Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-17 | SL-19108 Build fix | Andrey Kleshchev | |
2023-02-17 | SL-19117 Fix thumbnail preview not working for outfits | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #3 | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #2 | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #1 | Andrey Kleshchev | |
2023-02-17 | SL-19105 WIP Single-folder inventory view | Maxim Nikolenko | |
2023-02-17 | SL-18735 Fix scroll not following item for long enough | Andrey Kleshchev | |
2023-02-17 | SL-19204 Crash at removeObserver | Andrey Kleshchev | |
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't. Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom. | |||
2023-02-14 | SL-19140 Fix contribution doc | Andrey Kleshchev | |
2023-02-14 | SL-19140 Merge pull request #81 from Ansariel/DRTVWR-567 | akleshchev | |
Add multi item properties floater support | |||
2023-02-14 | Re-enable properties menu option for inventory multi-selections | Ansariel | |
2023-02-14 | Add multi item properties floater support | Ansariel | |
2023-02-14 | SL-18581 Add more logging | Andrey Lihatskiy | |
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
As it happens, the change in the LLUUID::combine() algorithm introduced by one of my previous commits is causing invalid assets creation (seen with some clothing items, such as Shape and Universal types); obviously, the server is using the old algorithm for UUID validation purpose of these assets. This commit reverts LLUUID::combine() code to use LLMD5. | |||
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-11 | SL-19203 Change default link color from green to blue | Andrey Kleshchev | |
2023-02-10 | SL-19194 update slurl handling (#74) | Maxim Nikolenko | |
2023-02-10 | SL-19189 FIXED My Outfits system items have circle over them | Maxim Nikolenko | |
2023-02-09 | SL-19190 Laggy behavior when turning | Andrey Kleshchev | |
GetAsyncKeyState is luggy in some conditions and no longer needed due to fix for SL-16845 - all 'up' keys get reset when leaving window | |||
2023-02-09 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm | |||
2023-02-09 | SL-19167 Preview on outfit snapshot tool is too small | Andrey Kleshchev | |
In thin windows preview can be tiny, make sure it displays properly | |||
2023-02-09 | SL-18970 Heavy name cache spam | Andrey Kleshchev | |
If cap fails viewer can spam hundreds of "get legacy for agent" to logs which freezes it. | |||
2023-02-08 | SL-19161 - logging of basic translation stats in ViewerStats | Brad Payne (Vir Linden) | |
2023-02-08 | SL-19134 Fix thumbnail ctrl not drawing an 'X' for empty texture | Andrey Kleshchev | |
2023-02-08 | SL-19134 Multiline description field | Andrey Kleshchev | |
2023-02-08 | SL-19134 Fix owner and creator names not being clickable | Andrey Kleshchev | |
2023-02-08 | SL-19134 Hide item properties when moving to trash | Andrey Kleshchev | |
2023-02-08 | SL-19134 Remove lock icon, add item type icon | Andrey Kleshchev | |
2023-02-08 | SL-19134 Remove llfloaterproperties | Andrey Kleshchev | |
Looks like it wasn't used for a while and LLFloaterItemPropertie does the same thing now | |||
2023-02-08 | SL-19160 Enable ALM ctrl when Atmospheric shaders are used | Maxim Nikolenko | |
2023-02-07 | SL-18581 Don't show the starter avatar toolbar button for NUX | Andrey Lihatskiy | |
2023-02-07 | SL-19134 Item Profile redesign #4 | Andrey Kleshchev | |
2023-02-07 | INTL-370 | Andrey Lihatskiy | |
INTL-370 Translate the word Feed for new Viewer Profiles | |||
2023-02-07 | SL-19134 [WIP] Item Profile redesign #3 | Andrey Kleshchev | |
2023-02-07 | SL-19134 Some texture related adjustments | Andrey Kleshchev | |
2023-02-07 | SL-19134 Replace icon in profiles with thumbnail | Andrey Kleshchev | |
Mostly to make sure it works, but avatar images can be fairly large, so this prevents them from being permanently stored | |||
2023-02-07 | SL-19134 Thumbnail ctrl | Andrey Kleshchev | |
LLIconCtrl stores icons indefinitely which is undesired for fairly large and expected to be numerous thumbnails, LLTextureCtrl is tied to texture picker and has a number of limitations (already processes clicks, enforces label area). Intent behind LLThumbnailCtrl is to bridge the gap - to not store texture indefinitely and to allow further customisation. | |||
2023-02-04 | SL-19109 Turn LLSidepanelTaskInfo into a normal panel | Andrey Kleshchev | |
2023-02-04 | SL-19109 Turn LLSidepanelItemInfo into a normal panel | Andrey Kleshchev | |
2023-02-04 | SL-19109 Cut out object profiles from inventory | Andrey Kleshchev | |
2023-02-03 | SL-19109 Decouple object profiles from inventory | Andrey Kleshchev | |
Potentially this won't stay as sidepanels, but such rework is planned for SL-19134, for now just making it possible to open multiple instances of item profiles | |||
2023-02-03 | Merge branch 'xcode-14.1' into andreyk/SL-19134 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h | |||
2023-02-03 | SL-7277 show Advanced permissions in Item profile that was opened from inventory | Mnikolenko Productengine | |
2023-02-03 | SL-19149 Highlight string match is misplaced when searching worn items | Maxim Nikolenko | |
2023-02-03 | Merge branch 'main' into DRTVWR-567 | Maxim Nikolenko | |
# Conflicts: # indra/newview/llappearancemgr.cpp # indra/newview/llpanelmaininventory.cpp | |||
2023-02-03 | Merge branch 'main' into DRTVWR-539 | Mnikolenko Productengine | |
# Conflicts: # doc/contributions.txt # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2023-02-02 | Increment viewer version to 6.6.10 | Nat Goodspeed | |
following promotion of DRTVWR-570 | |||
2023-02-02 | Merge branch 'contribute' into DRTVWR-577-maint-S | Andrey Lihatskiy | |