mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #42] [MERGED] feat(gui/messagebox): add message box #133
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/42
Author: @XuehaiPan
Created: 10/4/2022
Status: ✅ Merged
Merged: 10/6/2022
Merged by: @XuehaiPan
Base:
main← Head:messagebox📝 Commits (10+)
bc34725refactor(gui): rename class name and variables671033frefactor(gui): refactor keymapse149123feat(gui/messagebox): add message boxc320807chore(gui/messagebox): update keybindingsf9c9412chore(gui/messagebox): handle numbered curses attributes207d163feat(gui/messagebox): add mouse click supporta7571dffeat(gui/messagebox): better mouse click support11eecfbfeat(gui/messagebox): add number keys051e8a9feat(gui/messagebox): improve keybindings2f9ea0echore(gui/metrics): update y ticks📊 Changes
13 files changed (+557 additions, -138 deletions)
View changed files
📝
.pylintrc(+2 -1)📝
nvitop/cli.py(+9 -9)📝
nvitop/gui/__init__.py(+1 -1)📝
nvitop/gui/library/__init__.py(+2 -0)📝
nvitop/gui/library/keybinding.py(+25 -1)➕
nvitop/gui/library/messagebox.py(+327 -0)📝
nvitop/gui/library/selection.py(+8 -8)📝
nvitop/gui/library/widestring.py(+46 -0)📝
nvitop/gui/screens/environ.py(+24 -22)📝
nvitop/gui/screens/main/__init__.py(+52 -58)📝
nvitop/gui/screens/metrics.py(+1 -1)📝
nvitop/gui/screens/treeview.py(+29 -34)📝
nvitop/gui/ui.py(+31 -3)📄 Description
Issue Type
Runtime Environment
3.10.7470.141.03nvitopversion or commit:0.8.2.dev7+g09d8774python-ml-pyversion:11.450.51en_US.UTF-8Description
Add confirm message box before sending signals to processes.
Motivation and Context
Resolves #40
Testing
N/A
Images / Videos
https://user-images.githubusercontent.com/16078332/193865188-821816ac-328d-408e-9d2a-7c8c1ebef350.mov
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.