Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-07 | viewer#1619 Fix outfits search pulling up results sometimes | Andrey Kleshchev | |
Search forces a refresh - can search items that don't exist yet Always notify parent of rect changes despite visibility (alterantively - rearrange on open) | |||
2024-05-22 | viewer#1425 Fix missed 'static' declarations | Andrey Kleshchev | |
2024-05-17 | viewer#1424 Proper links support for favorites | Andrey Kleshchev | |
2024-05-17 | viewer#1300 More favorite settings | Andrey Kleshchev | |
2024-05-17 | viewer#1425 Sorting in Appearance floater #2 | Andrey Kleshchev | |
2024-05-17 | viewer#1300 Small menu adjustment | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Favorite support in galleries #2 | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Finish menus | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Favorite support for items in outfits | Andrey Kleshchev | |
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory | |||
2024-05-15 | viewer#1424 Favorite support in galleries | Andrey Kleshchev | |
2024-05-15 | viewer#1425 Sorting in Appearance floater | Andrey Kleshchev | |
2024-05-13 | viewer#1424 Favorites in Appearance floater #4 | Andrey Kleshchev | |
2024-05-11 | viewer#1424 Favorites in Appearance floater #3 | Andrey Kleshchev | |
Menus | |||
2024-05-10 | viewer#1424 Colored Favorites in Appearance floater | Andrey Kleshchev | |
2024-05-09 | SL-20288 Fix renaming | Andrey Kleshchev | |
getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous | |||
2024-05-09 | viewer#1424 Favorites in Appearance floater #2 | Andrey Kleshchev | |
2024-05-09 | viewer#1424 Favorites in Appearance floater #1 | Andrey Kleshchev | |
2024-05-04 | viewer#1300 Update Inventory Settings | Andrey Kleshchev | |
2024-05-03 | Viewer#1301 Implement Inventory Favorites Tab | Andrey Kleshchev | |
2024-05-02 | Viewer#1301 Small cleanup | Andrey Kleshchev | |
notecards do not need to store 'favorite' flag | |||
2024-05-02 | Viewer#1301 Implement Inventory Favorites Tab WIP#2 | Andrey Kleshchev | |
2024-05-01 | Viewer#1301 Implement Inventory Favorites Tab WIP | Andrey Kleshchev | |
2024-05-01 | viewer#1300 'Star' favorites in inventory #4 | Andrey Kleshchev | |
2024-04-29 | viewer#1300 'Star' favorites in inventory #3 | Andrey Kleshchev | |
2024-04-27 | viewer#1300 'Star' favorites in inventory #2 | Andrey Kleshchev | |
2024-04-27 | viewer#1300 'Star' favorites in inventory | Andrey Kleshchev | |
image is WIP | |||
2024-04-27 | viewer#1300 Inventory favorites context menu | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Update Gear Menu Items | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Rename landmark favorites tab | Andrey Kleshchev | |
To not acuse confusion with favorites | |||
2024-04-27 | viewer#1300 Inventory favorites basic framework | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-24 | Merge release/maint-yz to main on promotion of secondlife/viewer #736: ↵ | Nat Goodspeed | |
Maintenance YZ 7.1.6.8745209917 | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-16 | Merge pull request #1246 from secondlife/vir-linden-patch-2 | Vir Linden | |
https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | |||
2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
2024-04-15 | Merge pull request #1236 from secondlife/marchcat/yz-merge | Andrey Lihatskiy | |
Marchcat/yz merge | |||
2024-04-15 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
2024-04-15 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-15 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-04-15 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-15 | Remove BuildParams | Bennett Goble | |
This file is no longer used. | |||
2024-04-12 | Merge pull request #1198 from secondlife/signal/xz | Signal Linden | |
CI: adopt xz compression, actions/*-artifact@v4 | |||
2024-04-11 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-11 | Merge pull request #1197 from secondlife/signal/rm-incredibuild.py | Signal Linden | |
Remove unused fix-incredibuild.py | |||
2024-04-11 | Merge pull request #1095 from secondlife/signal/rm-buildparams | Signal Linden | |
Remove BuildParams | |||
2024-04-11 | Merge pull request #1199 from secondlife/signal/rm-py-matrix | Signal Linden | |
CI: Remove python-version from matrix | |||
2024-04-11 | CI: Remove python-version from matrix | Bennett Goble | |
Drop python version from matrix configuration as it's always 3.11. | |||
2024-04-10 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-10 | Merge pull request #1179 from secondlife/marchcat/y-merge | Andrey Lihatskiy | |
Release (Maint W) -> Maint YZ merge |