Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#459 Filters on object inventory #2508

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

LLGuru
Copy link
Contributor

@LLGuru LLGuru commented Sep 5, 2024

The filter editor looks like follows
image image

@github-actions github-actions bot added the c/cpp label Sep 5, 2024
@LLGuru LLGuru requested a review from marchcat September 5, 2024 14:50
@LLGuru LLGuru marked this pull request as ready for review September 5, 2024 14:50
@LLGuru LLGuru linked an issue Sep 5, 2024 that may be closed by this pull request
Copy link
Contributor

@akleshchev akleshchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be a good idea to add a reset when user hides/reopens build tools or changes selection.

@LLGuru LLGuru force-pushed the guru/viewer-2459-filters-on-object-inventory branch from ead1d0c to 7e8bc8b Compare September 6, 2024 11:46
@@ -47,7 +47,7 @@
// linden library includes
#include "llclipboard.h"
#include "lltrans.h"

#pragma optimize("", off)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fails mac build

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks!

@LLGuru LLGuru force-pushed the guru/viewer-2459-filters-on-object-inventory branch from 7e8bc8b to a3d37ca Compare September 6, 2024 13:54
@LLGuru LLGuru force-pushed the guru/viewer-2459-filters-on-object-inventory branch from a3d37ca to 166c782 Compare September 7, 2024 16:44
@github-actions github-actions bot added the llui label Sep 7, 2024
@LLGuru LLGuru force-pushed the guru/viewer-2459-filters-on-object-inventory branch from 166c782 to da46027 Compare September 7, 2024 17:43
@LLGuru LLGuru merged commit 2b7b81f into develop Sep 7, 2024
13 checks passed
@LLGuru LLGuru deleted the guru/viewer-2459-filters-on-object-inventory branch September 7, 2024 22:11
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2024
std::shared_ptr<LLMoveInv> move_inv(new LLMoveInv);
move_inv->mObjectID = object_id;
move_inv->mCategoryID = category_id;
move_inv->mCallback = callback;
move_inv->mUserData = user_data;

for ( ; it != end; ++it)
for (LLPointer<LLInventoryObject> obj : inventory_objects)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should have been a reference

return false;

if (!isAgentAvatarValid())
return false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need to check isAgentAvatarValid()?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filters on object inventory
3 participants