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

Add Hotkeys to allow jumping back and forth between defined apps #1084

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2023

  1. Add initial HotkeysView; toggle between HotkeysView and PcView

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8cc6387 View commit details
    Browse the repository at this point in the history
  2. Get computer uuid & name, app id & name

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a4aa638 View commit details
    Browse the repository at this point in the history
  3. First pass at adding & using hotkeymodel

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    de7d710 View commit details
    Browse the repository at this point in the history
  4. Implementing global hotkeys

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    abf7a85 View commit details
    Browse the repository at this point in the history
  5. First attempt at getting Hotkey launching to work

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    295f410 View commit details
    Browse the repository at this point in the history
  6. Consolidating some common code and other small cleanups

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    43a6c98 View commit details
    Browse the repository at this point in the history
  7. Add session hotkeyPressed signal

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7decab3 View commit details
    Browse the repository at this point in the history
  8. Refactor hotkeys to use Map<String,HotkeyInfo> instead of QStringList

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2f08b1c View commit details
    Browse the repository at this point in the history
  9. Moving hotkey definitions from StreamingPreferences to HotkeyManager

    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0814d49 View commit details
    Browse the repository at this point in the history
  10. Add timestamped qml log func to debug session start->finish->delete

    Again, these are mostly just for debugging.
    I will comment out or remove these in the final code.
    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a40e523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    babd0c0 View commit details
    Browse the repository at this point in the history
  12. Clean up potential memory leak and document code

    Also code commenting odd `StreamPreferences::reload()` behavior that I am seeing.
    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1c3d39f View commit details
    Browse the repository at this point in the history
  13. Got Hotkeys working to swap between sessions

    This first working version takes 1-3 seconds to destroy the current session and start a new session.
    I will work to improve this performance.
    NightVsKnight authored and paulpv committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d68f699 View commit details
    Browse the repository at this point in the history