Skip to content

Standardize macOS detection and prompt on close #1153

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

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

hupochun
Copy link

@hupochun hupochun commented May 2, 2025

#1151

Unify platform checks to use Q_OS_MACOS for Qt6 compatibility and switch the QtScrcpyCore submodule URL to HTTPS for easier cloning. Introduce a confirmation dialog on window close that lets users choose between minimizing to tray or exiting the app.

Improve project hygiene by extending .gitignore rules for IDE and cache files, adding missing QDebug includes, and applying minor formatting tweaks for consistency.

Standardize macOS detection and add close prompt

Unify all platform checks to Q_OS_MACOS for Qt6 compatibility. Switch submodule URL to HTTPS for easier cloning.
Introduce a close confirmation dialog letting users minimize to tray or exit. Improve project hygiene: extend .gitignore for IDE/cache files, add missing QDebug includes, and apply formatting tweaks.

barry-ran and others added 8 commits March 4, 2025 17:21
- Implement IP address history storage
- Add mechanism to record connection timestamps
- Ensure unique IP entries in history

Log: Add functionality to store and track IP address history

Issue: barry-ran#1075
Unify platform checks to use Q_OS_MACOS for Qt6 compatibility and switch the QtScrcpyCore submodule URL to HTTPS for easier cloning.
Introduce a confirmation dialog on window close that lets users choose between minimizing to tray or exiting the app.

Improve project hygiene by extending .gitignore rules for IDE and cache files, adding missing QDebug includes, and applying minor formatting tweaks for consistency.

Standardize macOS detection and add close prompt

Unify all platform checks to Q_OS_MACOS for Qt6 compatibility.
Switch submodule URL to HTTPS for easier cloning.
Introduce a close confirmation dialog letting users minimize to tray or exit.
Improve project hygiene: extend .gitignore for IDE/cache files, add missing QDebug includes, and apply formatting tweaks.
@barry-ran
Copy link
Owner

一个独立的功能提一个独立的pr,不要多个功能混在一起提一个pr

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.

4 participants