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 a inserted window to show connected devices #182

Merged
merged 3 commits into from
Sep 12, 2021

Conversation

Nexround
Copy link
Contributor

#179
The main function was done. Here are some details:
The information of one device is saved in a struct, which united as one-way linked-list. After the linked-list is produced, it will be freed while adding new labels to the widget "Connected devices".
In the version, user can see the devices list by clicking the button "Refresh" which on the inside of widget "Connected devices". Later I will try create a thread to watch the new devices connected event, then we may be able to abandon the button.
I may redesign the appearance of this widget by CSS.

@lgtm-com
Copy link

lgtm-com bot commented Sep 12, 2021

This pull request introduces 7 alerts when merging 4cc946b into 3e7863f - view on LGTM.com

new alerts:

  • 5 for Short global name
  • 2 for Local variable hides global variable

@lakinduakash lakinduakash linked an issue Sep 12, 2021 that may be closed by this pull request
@lakinduakash
Copy link
Owner

This is really great. My quick test passed. I will test more and merge this as a new release. Thanks!

@lakinduakash lakinduakash merged commit 4cc946b into lakinduakash:master Sep 12, 2021
@lakinduakash lakinduakash linked an issue Sep 12, 2021 that may be closed by this pull request
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.

Add a inserted window to show connected devices Connected Devices
2 participants