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

don't include non-working context-menu entries #558

Merged
merged 6 commits into from
Dec 3, 2023

Conversation

GitMensch
Copy link
Contributor

@GitMensch GitMensch commented Nov 12, 2023

follow-up to 5d5df76
fixes #557

the biggest open question is: can we see in resultsutil.cpp which context we are in? In this case the filtering for "Top Hotspots per File" could be much easer and there's no need to change src/models/data.h

side note: I find it quite confusing that "binary only symbols" have the binary name in the symbol name and no binary name, maybe it would be good to change that and, if needed, add a flag "binaryOnly"?

src/models/data.h Outdated Show resolved Hide resolved
src/resultsutil.cpp Outdated Show resolved Hide resolved
GitMensch and others added 6 commits December 3, 2023 21:16
This data has no meaningful symbols and thus shouldn't show these
actions at all.
Previously we incorrectly set the binary as symbol name which
was obviously wrong and lead to confusion and hacky code
in other places.
@milianw milianw merged commit 241948f into KDAB:master Dec 3, 2023
12 checks passed
@GitMensch GitMensch deleted the cleanup-contextmenu branch December 4, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Summary Tab: Top Hotspots per File should not have "filter out/in by symbol"
2 participants