feat(network): add network monitoring with IP selection - #9270
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
sithlord48
reviewed
Dec 10, 2025
This comment was marked as outdated.
This comment was marked as outdated.
sithlord48
reviewed
Dec 11, 2025
This comment was marked as outdated.
This comment was marked as outdated.
sithlord48
reviewed
Dec 11, 2025
This comment was marked as outdated.
This comment was marked as outdated.
re2zero
force-pushed
the
feat
branch
3 times, most recently
from
December 12, 2025 03:37
3364045 to
da012c7
Compare
sithlord48
self-requested a review
December 12, 2025 13:17
sithlord48
marked this pull request as ready for review
December 19, 2025 18:44
sithlord48
force-pushed
the
feat
branch
2 times, most recently
from
December 22, 2025 18:22
65782b8 to
cbec324
Compare
sithlord48
previously approved these changes
Dec 22, 2025
nbolton
requested changes
Dec 23, 2025
Member
I am starting in server mode and I see it right away. Are you starting in server mode? Edit: When its started in server but not running yet.. I can see this , (and fixed) |
nbolton
reviewed
Dec 24, 2025
- introduce NetworkMonitor class to track network addresses change - replace QLineEdit with QComboBox for interface selection in settings - implement automatic IP detection and suggestion logic - add signal-slot connections for real-time network updates Log: add network monitoring and IP address management.
nbolton
approved these changes
Dec 30, 2025
nbolton
enabled auto-merge (rebase)
December 30, 2025 17:02
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #9093
Log: add network monitoring with IP selection.
EDIT: *updated by sithlord48