mirror of
https://github.com/vivisect/vivisect
synced 2026-06-08 18:04:23 +00:00
ef475af564
* initial migration to PyQt6 * QContextMenuEvents still use globalPos() instead of globalPosition() * Apply suggestion from @atlas0fd00m * migration notes added to vivisect/notes/pyqt6.md * De-racify per Rakuy0 * handle special keys robustly * minor bugfixes: * Reverse Sorting in Tree Views * Scroll-zoom in FuncgraphView * Scrolling past end/beginning in MemoryView enhancement: * Auto-sort in Tree Views during load-time (now works, never did in PyQt5) * need the necessary libs to run unittests on pyqt6 modules * Second lib --------- Co-authored-by: James Gross <45212823+rakuy0@users.noreply.github.com>