baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
8.62k stars 1.3k forks source link

Added a context menu to Bookmark buttons to allow renaming and deleting. #3280

Closed ldecarufel closed 3 months ago

ldecarufel commented 3 months ago

Added context menu for Bookmarks to allow renaming and deleting

Subclassed the QToolButton to add a right-click signal. Right-clicking a Bookmark button brings up a context menu with two options:

image

image

ldecarufel commented 3 months ago

I'm sorry I'm so not used to Git... I've been using Perforce at work for the last 20 years! Now trying to change the commit message...

baldurk commented 3 months ago

You'll need to also remove the merge commit :). For a change this simple the easiest method would be to squash everything into a single commit and rebase it onto v1.x, then force push that branch.

ldecarufel commented 3 months ago

I will redo the whole thing, messed up my repo really bad! :)