Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ffcdc7d
refactor: change network list to listview
gmmcosta15 Nov 19, 2025
afe33b2
Refactor: Refac to MVC view with Controller being runnables on a thre…
gmmcosta15 Nov 20, 2025
c1ee388
UPD: Regenerated icon_resources_rc
Robert0Mart Nov 26, 2025
635cfd3
networkWindow.py: refactor to include listview
Nov 28, 2025
7a023f2
networkWindow: rebase merge conflits fix and cleanup
Dec 11, 2025
4d2fc9b
Merge branch 'dev' into ref/network_window
gmmcosta15 Dec 12, 2025
01d42a4
networkWindow.py: added missing right icon
Dec 12, 2025
63df018
Merge branch 'dev' into ref/network_window
gmmcosta15 Dec 12, 2025
8b5962d
Merge remote-tracking branch 'origin/dev' into ref/network_window
HugoCLSC Dec 15, 2025
cc61cfd
Fix typo
HugoCLSC Dec 15, 2025
44e74d4
networkWindow.py: optimize and bugfix on self.paths
Dec 16, 2025
13f91d7
networkWindow.py: comments cleanup
Dec 16, 2025
a7d4981
networkWindow.py: fix missing formatting
Dec 17, 2025
d8edb00
Merge branch 'dev' into ref/network_window
HugoCLSC Jan 2, 2026
4bde21f
Merge remote-tracking branch 'origin' into ref/network_window
Jan 2, 2026
caa1859
Merge branch 'dev' into ref/network_window
Jan 2, 2026
3f51cfe
Revert accidental changes to requirements.txt
Jan 2, 2026
a66c95b
networkwindo.py: between 5 and 25 show only one bar icon
Jan 2, 2026
8294574
Merge branch 'dev' into ref/network_window
gmmcosta15 Jan 13, 2026
4b0678c
Merge branch 'dev' into ref/network_window
Jan 14, 2026
c1aa80f
bugfix: fixed wrong imports
Jan 14, 2026
393d384
bugfix: wrong button name
Jan 14, 2026
25701a8
Merge branch 'bugfix/after-merge-fix' into ref/network_window
Jan 14, 2026
4ac9142
Merge branch 'dev' into ref/network_window
Jan 14, 2026
d6d4665
Merge branch 'dev' into ref/network_window
Jan 14, 2026
52f64f7
resolve merge conflits
Jan 14, 2026
97a881e
add missing docstrings
Jan 14, 2026
5815295
add missing docstrings
Jan 14, 2026
082214b
Merge branch 'dev' into ref/network_window
Jan 15, 2026
21cae02
separation between saved and unsaved network and update code
Jan 16, 2026
a904b85
refactor network window file
Jan 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,056 changes: 1,074 additions & 982 deletions BlocksScreen/lib/panels/networkWindow.py

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions BlocksScreen/lib/ui/resources/icon_resources.qrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
<RCC>
<qresource prefix="network">
<file>media/btn_icons/wifi_config.svg</file>
<file>media/btn_icons/wifi_locked.svg</file>
<file>media/btn_icons/wifi_unlocked.svg</file>
<file>media/btn_icons/0bar_wifi.svg</file>
<file>media/btn_icons/0bar_wifi_protected.svg</file>
<file>media/btn_icons/1bar_wifi.svg</file>
<file>media/btn_icons/1bar_wifi_protected.svg</file>
<file>media/btn_icons/2bar_wifi.svg</file>
<file>media/btn_icons/2bar_wifi_protected.svg</file>
<file>media/btn_icons/3bar_wifi.svg</file>
<file>media/btn_icons/3bar_wifi_protected.svg</file>
<file>media/btn_icons/4bar_wifi.svg</file>
<file>media/btn_icons/4bar_wifi_protected.svg</file>
<file>media/btn_icons/wifi_config.svg</file>
<file>media/btn_icons/wifi_locked.svg</file>
<file>media/btn_icons/wifi_unlocked.svg</file>
<file>media/btn_icons/hotspot.svg</file>
<file>media/btn_icons/no_wifi.svg</file>
<file>media/btn_icons/retry_wifi.svg</file>
Expand Down
1,815 changes: 1,497 additions & 318 deletions BlocksScreen/lib/ui/resources/icon_resources_rc.py

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading