Commit Graph

663 Commits

Author SHA1 Message Date
chenlelin 27761fb383
Merge pull request #149 from mammonsama666/0528-dev
fix(wifi): Top item is empty when connected ap disappeared,
2021-05-28 14:56:23 +08:00
chenlelin 6609d11c1e
Merge pull request #148 from mammonsama666/0527-dev
fix(ui): Style of button is abrupt in high transparecy.
2021-05-28 14:55:53 +08:00
chenlelin 886e3e97a7
Merge pull request #147 from mammonsama666/fix-wpa3
fix(wifi): WPA3 can not be connected successfully.
2021-05-28 14:55:06 +08:00
chenlelin 7b98b54835
Merge pull request #146 from mammonsama666/0526-dev
feat(lan): Emit dbus signal when lan connected/disconnected/added/removed
2021-05-28 14:40:19 +08:00
zhangjiaping 3126d8a7e1 fix(wifi): Top item is empty when connected ap disappeared,
Description: 修复已连接的热点关闭时前端显示错误的问题

Log: 修复已连接的热点关闭时前端显示错误的问题
2021-05-28 10:00:35 +08:00
huanchuang eae440d3a7 添加VPN连接失败的提示 2021-05-28 09:52:23 +08:00
zhangjiaping 236ab3b28d fix(ui): Style of button is abrupt in high transparecy.
Description: 修复透明度高时按钮样式突兀的问题

Log: 修复透明度高时按钮样式突兀的问题
Bug: http://pm.kylin.com/biz/bug-view-31245.html
2021-05-27 16:20:41 +08:00
zhangjiaping 27e0071a7d fix(wifi): WPA3 can not be connected successfully.
Description: 修复WPA3网络连接失败的问题

Log: 修复WPA3网络连接失败的问题
2021-05-26 16:54:20 +08:00
zhangjiaping 49eccd8ac2 feat(lan): Emit dbus signal when lan connected/disconnected/added/removed
Description: 当有线网增删连断时,发出dbus信号通知控制面板更新

Log: 当有线网增删连断时,发出dbus信号通知控制面板更新
2021-05-26 13:34:31 +08:00
huanchuang be16f467c1 添加回连流程中的日志 2021-05-25 14:27:29 +08:00
chenlelin 62c82a5e60 Remove syslog sentences 2021-05-24 20:19:17 +08:00
chenlelin a3d256fad1 Modify some debug sentences 2021-05-24 14:15:30 +08:00
zhangjiaping 7020b63e50 feat(log): Add log file.
Description: 添加日志文件,可通过tail -f .config/ukui/kylin-nm.log查看

Log: 添加日志文件,可通过tail -f .config/ukui/kylin-nm.log查看
2021-05-22 09:40:48 +08:00
chenlelin 6c41b7114f Add more syslog 2021-05-21 20:46:51 +08:00
chenlelin 1ed064c0a4 fix bug 53735 can not scan wifi after show wifi user interface after click tray icon 2021-05-21 19:58:50 +08:00
chenlelin 4d39e829b9
Merge pull request #141 from hanpinlong/master
解决kylin-nm修改网络名称及ip快捷界面相关问题
2021-05-21 15:08:29 +08:00
zhangjiaping 34b5853220 Fix: kylin-nm crashed on Pc with no ethernet device & wifi list can not be shown on v10sp1. 2021-05-21 14:34:24 +08:00
hanpinlong 1e8725c894
解决kylin-nm修改网络名称及ip快捷界面相关问题
#48901  48922 修改网络名称后无法自动连接,修改网络名称后自动新建有线连接1  
该快捷界面检测ip冲突失效
2021-05-20 20:35:39 +08:00
zhangjiaping 36c796eddd Optimze code. 2021-05-20 17:23:18 +08:00
chenlelin 136352ad5a
Merge pull request #139 from myshowtogo/master
有线网络名称可以支持空格
2021-05-19 19:13:53 +08:00
lvhan 304f623917 有线网络名称可以支持空格 2021-05-19 15:04:57 +08:00
zhangjiaping 89e1b049ce Optimize code for wifi reconnection. 2021-05-18 20:57:10 +08:00
zhangjiaping 07be61bb10 Fix: Lan will not be reconnected when ip method is set to auto in nm-connection-editor.
修复在nm-connection-editor修改IP获取方式为自动时,有线网未重连的Bug
Link: http://pm.kylin.com/biz/bug-view-52522.html
2021-05-17 16:54:42 +08:00
zhangjiaping c6096ffa7f fix(ui): UI controls block each other in wpa wifi dialog.
Description: 修复企业wifi弹窗ui控件互相遮挡的bug

Log: 修复企业wifi弹窗ui控件互相遮挡的bug
Bug: http://172.17.66.192/biz/bug-view-54451.html
2021-05-17 11:39:22 +08:00
zhangjiaping c53c84ef1c fix(wifi): The second choice of wifi did not consider the property "category"
Description: 修复第二次选网时未考虑wifi的category属性的Bug

Log: 修复第二次选网时未考虑wifi的category属性的Bug
Bug: http://172.17.66.192/biz/bug-view-54463.html
2021-05-17 11:34:45 +08:00
chenlelin bcd2eb5432 Fix bug the icon rotates in the opposite direction 2021-05-15 16:23:35 +08:00
zhangjiaping 14a5066b5a Fix: Wifi with Chinese in ssid will be added twice.
修复ssid含中文的WiFi更新时会被误添加的bug
2021-05-14 20:11:36 +08:00
zhangjiaping ee1cb6c2ca Fix:Frequence Label for connected wifi is incorrect.
Link: http://172.17.66.192/biz/bug-view-50611.html
2021-05-14 17:09:42 +08:00
chenlelin dcab566f2d
Merge pull request #135 from huanchuang/master
改为通过DBUS接口获取SSID
2021-05-14 10:54:20 +08:00
huanchuang a86b345514 改为通过DBUS接口获取SSID 2021-05-14 10:30:01 +08:00
chenlelin 98d95d209f Fix bug can not connected wired network success 2021-05-13 21:13:18 +08:00
chenlelin 9c9fcf917b Fix bug can not reconnect wired network after plug in wired cable 2021-05-13 20:22:21 +08:00
chenlelin ff36e2a620 Fix bug add a new wifi to list too long after create a hotapot 2021-05-13 14:44:39 +08:00
zhangjiaping bc82609ff1 Fix:Connect wifi failed when password of wifi changed.
修复WiFi密码改变后重新连接失败且不允许输入密码的问题。
修复WiFi自动连接和断开后WiFi列表状态未更新的问题
Link:http://172.17.66.192/biz/bug-view-53041.html
2021-05-13 11:07:32 +08:00
zhangjiaping c578253e3b Fix: Wifi infomation is not sync with ukui-control-center.
为修改ip后控制面板未同步的问题提供接口
http://172.17.66.192/biz/bug-view-54353.html
2021-05-12 18:38:35 +08:00
chenlelin 4137293a64
Merge pull request #133 from crrs666/master
修复cpm bug50612: 点击属性按钮不显示网络信息
2021-05-11 10:08:29 +08:00
crrs666 7080c82aff fix 50612 property button no response 2021-05-10 16:39:00 +08:00
zhangjiaping 1a8c2fc251 Fix: Refresh wifi failed when it is in lan list. 2021-05-10 10:03:42 +08:00
chenlelin 4464c91e06 Optimize algorithm to select wifi 2021-05-09 10:14:04 +08:00
chenlelin ce661c3e97
Merge pull request #131 from mammonsama666/0508-dev
Fix:Wifi choosen is incorrect.
2021-05-08 21:43:42 +08:00
chenlelin e0987904e8
Merge pull request #130 from myshowtogo/master
53007 修改wifi密码输入框为按下显示明文松开取消明文
2021-05-08 21:43:29 +08:00
chenlelin 8981b118d9
Merge branch 'master' into 0507-dev 2021-05-08 21:43:00 +08:00
zhangjiaping 9304a318c8 Fix:Wifi choosen is incorrect. 2021-05-08 21:03:47 +08:00
chenlelin 71a1d1d949 Add wifi6 and wifi6+ icons 2021-05-08 17:31:36 +08:00
chenlelin f6aae7d58c Fix bug can not refresh wifi user interface if connect hidden wifi which be connected before 2021-05-08 15:12:21 +08:00
lvhan 200f394899 53007 修改wifi密码输入框为按下显示明文松开取消明文 2021-05-08 15:08:06 +08:00
zhangjiaping 69664cfcc8 fix(wifi): Text in password lineedit will block button.
Description: 修复密码过长时遮挡显示密码按钮的Bug

Log: 修复密码过长时遮挡显示密码按钮的Bug
Bug: http://172.17.66.192/biz/bug-view-48960.html
2021-05-08 13:46:45 +08:00
zhangjiaping cdf48d19de feat(wifi): Add dbus interface to provide wifi list to ukui-control-center.
Description: 新增dbus接口来为控制面板提供wifi列表

Log: 新增dbus接口来为控制面板提供wifi列表
2021-05-08 13:39:47 +08:00
chenlelin d2ef240613 Fix bug wifi user interface can not refresh after connect hidden wifi 2021-05-08 09:28:33 +08:00
andrew 7e23553970 Fixed BUG#53214 The WiFi6 icon changes to normal icon after connection 2021-05-07 16:59:01 +08:00
chenlelin 57ac661b8a Fix bug kylin-nm UI still show manual ipv4 but we change to DHCP model 2021-05-06 10:19:32 +08:00
chenlelin 2fe54d8b6c Update UI style 2021-05-03 15:17:00 +08:00
chenlelin 91e558dcce Recover orientation of tray icon animation 2021-04-30 10:18:46 +08:00
chenlelin 9e5b1ff638
Merge pull request #127 from myshowtogo/master
fix 51929 【wifi】wifi刷新加载转圈方向与箭头方向相反
2021-04-30 09:13:42 +08:00
chenlelin 8cc44a8f7b Change name of wifi window 2021-04-30 09:09:32 +08:00
chenlelin a64d74ca16 Refresh wifi interface delay 1 second 2021-04-30 08:52:55 +08:00
chenlelin d0a302dc6e Fix bug can not show tray icon animation when disconnect wifi 2021-04-29 18:49:37 +08:00
lvhan 4d55c6436e fix 51929 【wifi】wifi刷新加载转圈方向与箭头方向相反 2021-04-29 15:18:18 +08:00
hanpinlong b8fad55203 fix bug 43108 自动创建中英文网络连接 2021-04-29 12:23:10 +08:00
chenlelin d554e18ece
Merge pull request #124 from mammonsama666/0427-dev
fix(configuration): It's not permitted to save configuration when only set ipv6 address.
2021-04-29 10:54:21 +08:00
chenlelin 67b7149ce9
Merge pull request #123 from huanchuang/master
解决几处Qlist使用不规范可能导致段错误的问题
2021-04-29 10:53:32 +08:00
zhangjiaping 89213bd948 fix(configuration): It's not permitted to save configuration when only set ipv6 address.
Description: 修复仅配置ipv6地址时无法保存的问题

Log: 修复仅配置ipv6地址时无法保存的问题
Bug: http://172.17.66.192/biz/bug-view-49079.html
2021-04-27 16:52:04 +08:00
huanchuang f1dbe5bda3 解决几处Qlist使用不规范可能导致段错误的问题 2021-04-27 15:01:05 +08:00
fensite 37b0bb19bd Add TLS authentication function for Enterprise WiFi
企业wifi增加TLS证书认证功能 requirement 5705
2021-04-27 11:19:37 +08:00
andrew-990 525aa1d167 Fixed BUG#50730 Wrong WiFi name displayed 2021-04-26 15:53:27 +08:00
chenlelin d06ae50117 Fix bug window of kylin-nm chocked when connect or disconnect wifi 2021-04-26 11:36:11 +08:00
chenlelin 36081fff60
Merge pull request #120 from huanchuang/master
本次和上次的表头信息中,path的开始位置不一定一样;使用相应的path位置
2021-04-25 19:48:03 +08:00
huanchuang 0a17cfd025 本次和上次的表头信息中,path的开始位置不一定一样; 2021-04-25 19:43:12 +08:00
lvhan a90380623c 50457 统一名称为wifi 2021-04-23 16:38:16 +08:00
lvhan 2ada3da5f8 Merge branch 'master' of https://github.com/ukui/kylin-nm
# Conflicts:
#	src/mainwindow.cpp
2021-04-23 16:06:07 +08:00
lvhan ff2cd47e7d fix 38986 设置多个ip之后显示异常;50095 设置网络带宽 2021-04-23 14:52:35 +08:00
chenlelin 1437d0b264 Fix bug show white margin around window 2021-04-23 09:01:06 +08:00
zhangjiaping 0ae784318c Fix: There is no method to check ipv6 conflict.
修复无Ipv6地址检测的Bug
Link:http://172.17.66.192/biz/bug-view-39031.html
2021-04-22 14:32:38 +08:00
chenlelin 7cbc2f7884 Fix bug bash progress can not exit after connect or disconnect wifi 2021-04-21 20:33:16 +08:00
andrew-wuhan-huawei-990-pc 234e12f040 Merge master from 9a0 branch 2021-04-20 11:53:00 +08:00
chenlelin 65f6d73c7a Fix bug can not launch kylin-nm before system tray start 2021-04-19 20:24:50 +08:00
chenlelin 23ba980f49 Fix bug can click property button of all wifi list 2021-04-19 13:46:37 +08:00
chenlelin 1a2921fbd2 Show wifi property button 2021-04-17 14:37:12 +08:00
chenlelin c1a13d269a Fix bug can not show network tray-icon after switch system user 2021-04-15 16:56:10 +08:00
chenlelin 406af20026 Use ssid to get uuid then use uuid to connect wifi 2021-04-15 10:57:29 +08:00
chenlelin 7142c60b36
Merge pull request #116 from mammonsama666/0413-dev
Fix: Wifi icon in panel is not same with activated wifi.
2021-04-15 09:43:21 +08:00
chenlelin 0b9f4a39a5 Fix bug connect wifi abnormal if there is a same name wired network 2021-04-16 07:46:21 +08:00
zhangjiaping 7228fe92cb Fix: Wifi icon in panel is not same with activated wifi.
修复任务栏和网络列表中已连接网络显示的信号强度不一致的bug
http://172.17.66.192/biz/bug-view-46040.html
2021-04-14 09:49:05 +08:00
chenlelin e314c27a3c
Merge pull request #114 from CrankyPants123/0413-dev
Fixed BUG#48193 wifi signal do not same.
2021-04-13 19:14:44 +08:00
andrew-wuhan-huawei-990-pc 1c4acf265c Fixed BUG#48193 wifi signal do not same. 2021-04-13 16:41:12 +08:00
chenlelin 37b459c87c Fix bug can check ip conflict again in a short time 2021-04-13 16:27:45 +08:00
chenlelin 52b48cf883 Fix bug wifi-auth-window can set fullscreen, but not need fullscreen actually 2021-04-13 15:12:10 +08:00
chenlelin 220ee1c13b Fix bug name of wifi-auth-window not be translate to Chinese 2021-04-13 14:50:04 +08:00
chenlelin 4df0edea9d
Merge pull request #113 from myshowtogo/master
43492 【网络管理器】WiFi名称与有线名称相同时,修改有线连接ip设置,wifi的ip设置也一起修改
2021-04-13 10:50:09 +08:00
chenlelin 0a531b4c7c
Merge pull request #112 from mammonsama666/0410-dev
Fix: Lan list displayed incorrectly when connect lan with spacer in name.
2021-04-13 10:49:13 +08:00
chenlelin 5e928435bd Fix bug can not create wired network auto when launch OS if there is no wired already 2021-04-12 20:38:40 +08:00
lvhan 1c7d1b0ec4 43492 【网络管理器】WiFi名称与有线名称相同时,修改有线连接ip设置,wifi的ip设置也一起修改 2021-04-12 20:36:30 +08:00
chenlelin aa83bc0886 Remove redundant code 2021-04-10 16:08:45 +08:00
zhangjiaping 7a8ce6c32c Fix: Lan list displayed incorrectly when connect lan with spacer in name.
Link:http://172.17.66.192/biz/bug-view-43477.html
2021-04-10 10:35:03 +08:00
chenlelin ddc35a9109 Fix bug show desktop notification looply if connect hidden wifi failed 2021-04-09 19:20:32 +08:00
chenlelin a142be1134 Fix bug label with text 'wireless-list' can not show sometimes 2021-04-09 11:31:35 +08:00
chenlelin 2f4b401230 Fix bug can not according wifi auto-connect-priority to reconnect wifi 2021-04-08 13:52:05 +08:00
chenlelin 15d2f30f66 Fix bug wifi need connect twice wihthout compare bssid 2021-04-07 20:22:52 +08:00
chenlelin 51ef115902 Fix bug can not show tray icon if use icon-theme-default 2021-04-08 16:44:03 +08:00
chenlelin f789eb28f7
Merge pull request #107 from myshowtogo/master
fix 46340 【网络管理器】wifi界面可通过键盘左右键小幅度移动
2021-04-02 15:59:58 +08:00
you name 4b8486249a Fix bug can not reconnect wifi 2021-04-02 15:58:23 +08:00
you name a9aed41a63 Fix bug can not pass compile 2021-04-02 14:38:08 +08:00
you name 8b42bbc724 Remove not use code 2021-04-02 14:21:14 +08:00
you name 9087da16b1 Add time interval to reconnect wifi 2021-04-02 12:15:25 +08:00
lvhan e031a744b3 fix 46340 【网络管理器】wifi界面可通过键盘左右键小幅度移动 2021-04-02 09:48:47 +08:00
you name f04675a89b Optimize method to select wifi 2021-04-01 15:09:39 +08:00
you name 747685dd0d Optimize algorithm to select wifi 2021-04-01 11:03:45 +08:00
you name c6b26cdaeb 优化WiFi的扫描机制,节省内存开销 2021-03-31 19:57:50 +08:00
chenlelin 5ebdc6c3cb Add function to scan wifi per 10 seconds 2021-03-31 11:40:54 +08:00
you name e4580344de Fix bug can not reconnect wifi if show wired interface 2021-03-30 14:32:52 +08:00
chenlelin 691c408bb4
Merge pull request #105 from crrs666/master
进一步修复键盘wifi键开关wifi
2021-03-30 11:03:43 +08:00
you name 85da6f0227 Upload code 2021-03-30 10:09:13 +08:00
you name e3192b47c5 Fix bug wifi can not be reconnect after S3 or S4 operation 2021-03-30 10:06:50 +08:00
crrs666 62497b138a fix press kbd wifi button to en/disable wifi and include kds as depend 2021-03-29 21:12:03 +08:00
you name 9302479e7c Fix bug can not show network page of ukui-control-center for command error 2021-03-29 21:00:35 +08:00
you name 2cc2431944 Add a button to show network page of ukui-control-center when click 2021-03-29 20:46:54 +08:00
chenlelin 5cf2b7c394 Optimize code 2021-03-29 12:09:04 +08:00
chenlelin cbb9bb0717 Optmize connect portal wifi function 2021-03-27 21:00:40 +08:00
chenlelin 505fe36fdc Fix bug segment default when start application if get wifi list is empty 2021-03-27 20:51:58 +08:00
chenlelin dd4cf12768
Merge pull request #104 from crrs666/master
remove frequency qlabel when switch off wifi
2021-03-27 16:44:59 +08:00
chenlelin 9fdccab7fc Fix bug can not show anything in browser when connect a portal wifi 2021-03-27 15:05:16 +08:00
crrs666 9d8ba48ab8 remove frequency qlabel when switch off wifi 2021-03-27 11:11:28 +08:00
chenlelin 2d62ca677b Upload code 2021-03-27 09:57:56 +08:00
chenlelin 0f82755e3e
Merge pull request #103 from crrs666/master
make connection between kylin-nm and kds (wifi button) fix 44090
2021-03-27 09:41:49 +08:00
chenlelin 2ba2334e24 Fix bug can not show auth-window when connect a portal wifi 2021-03-27 01:28:07 +08:00
chenlelin 901a4938ff Optimize reconnect wifi code 2021-03-26 22:48:55 +08:00
crrs666 42038eac46 make connection between kylin-nm and kds (wifi button) 2021-03-26 22:36:46 +08:00
chenlelin 24fc8a0ff8 Fix bug wifi reconnect very slow when start operation system 2021-03-26 20:38:20 +08:00
chenlelin 1099e27ca6
Merge pull request #102 from crrs666/master
restrict password of hidden wpa wifi to be at least 6 digits fix43616
2021-03-26 20:03:56 +08:00
crrs666 53a4629dc3 set eap checkbtn background coclor to 61,61,65 2021-03-26 15:51:55 +08:00
chenlelin 47b8f623e0 Fix bug can not translate some sentences 2021-03-26 15:18:45 +08:00
chenlelin 4b27a631c0
Merge pull request #101 from CrankyPants123/0325-2-dev
Add function to reconnect the best wifi after disconnect a wifi
2021-03-25 21:59:08 +08:00
chenlelin f1c86e4bbc
Merge pull request #100 from crrs666/master
minor reconstruction of codes about hidden wifi fix 41148
2021-03-25 21:58:39 +08:00
andrew-wuhan-huawei-990-pc de8e3d4ca9 Add function to reconnect the best wifi after disconnect a wifi 2021-03-25 21:49:36 +08:00
crrs666 ee0e99c043 minor reconstruction of codes about hidden wifi 2021-03-25 21:17:57 +08:00
zhangjiaping def4bcb778 Fix: Some labels can not be completely displayed in large font-size.
Link: http://172.17.66.192/biz/bug-view-43978.html
2021-03-25 20:58:11 +08:00
chenlelin 051a165ddc
Merge pull request #98 from myshowtogo/master
修复有线网络正在连接时切换导致的托盘图标异常。
2021-03-25 15:46:34 +08:00
chenlelin b52c94e91e
Merge pull request #97 from CrankyPants123/0325-dev
Filtered the last wifi connection
2021-03-25 15:46:12 +08:00
chenlelin cc4f51647f
Merge pull request #96 from mammonsama666/0325-dev
Fix bugs.
2021-03-25 15:45:55 +08:00
lvhan ecd0cafa68 修复有线网络正在连接时切换导致的托盘图标异常。 2021-03-25 15:31:15 +08:00
andrew-wuhan-huawei-990-pc f05c1c656a Filtered the last wifi connection 2021-03-25 15:25:09 +08:00
zhangjiaping cbe6499036 Fix: Wifi will not be reconnected after modified ipv6.address.
Link:http://172.17.66.192/biz/bug-view-38287.html
Fix: Bluetooth connection will not show ip address after connected.
http://172.17.66.192/biz/bug-view-42355.html
2021-03-25 10:56:39 +08:00
chenlelin 673f2b486c Fix bug reconnect wifi looply when receive several auto-connect signal 2021-03-25 10:09:11 +08:00
lvhan e036b23b40 Merge branch 'master' of https://github.com/ukui/kylin-nm
# Conflicts:
#	src/mainwindow.cpp
2021-03-25 09:10:41 +08:00
chenlelin ad271c01b3 Add function to reconnect wifi after receive auto-connect signal 2021-03-24 22:03:34 +08:00
lvhan f35dc6ec80 修复当没有任何有线网络时,也显示新建网络按钮 2021-03-24 16:43:19 +08:00
lvhan d652b3a3a7 网速显示增加一个简单的滤波,消除异常值的显示。 2021-03-24 15:44:24 +08:00
zhangjiaping e8e46c8013 Fix bug show wrong wifi config window when select save password just for current user 2021-03-24 10:47:52 +08:00
lvhan df0bc4bdb3 Merge branch 'master' of https://github.com/ukui/kylin-nm
# Conflicts:
#	src/confform.cpp
2021-03-23 19:02:17 +08:00
lvhan b66ee4d8ff 修复有线网络无法正确新建或修改手动ip 2021-03-23 18:55:53 +08:00
chenlelin 8105f84e78 Forbidden right click menu in wifi config window 2021-03-23 18:00:56 +08:00
crrs666 a0030396d8 Fix bug 39000 show prefix of long ssid folowed by ellipsis 2021-03-23 17:01:00 +08:00
chenlelin 7203eb1a9e Change time interval to scan and update wifi 2021-03-23 16:20:05 +08:00
chenlelin 42d697c980
Merge branch 'master' into 0322-dev 2021-03-23 16:11:37 +08:00
chenlelin f0e2cb60e4
Merge pull request #92 from CrankyPants123/master
Add some functions,but It wasn't used.
2021-03-23 15:59:23 +08:00
zhangjiaping 6e32c29eb5 Fix:Wifi with spacer in head/tail can not be connected. 2021-03-23 15:20:46 +08:00
lvhan b7b1be7ca2 有线网络名称保存时会自动去除前后的空格,无法输入仅为空格的有线网络名称。修复shell的引号问题。降低连接一个不存在的wifi连接时可能会崩溃的问题。 2021-03-23 14:57:21 +08:00
andrew-wuhan-huawei-990-pc 964ae308d1 Added func connectableWifiPriorityList,and added some resources 2021-03-22 21:00:26 +08:00
lvhan 0351e91d9e fix 43050 本地连接名称不可输入空格 2021-03-22 16:45:16 +08:00
chenlelin fd17607484 Fix bug mainwindow show abnormal reconnect a wifi after disconned another wifi 2021-03-20 10:30:04 +08:00
chenlelin fdc48b06cc Fix bug another wifi can not be auto reconnected after disconnect a wifi 2021-03-20 10:14:48 +08:00
chenlelin 4b4a03ef31 Fix bug can not show correct ipv4 and ipv6 of connected wired network 2021-03-20 10:11:40 +08:00
andrew-wuhan-huawei-990-pc 526f120acd Fixed a memory leak issue 2021-03-17 14:25:15 +08:00
lvhan 53752f76de fix 40848 检测IP地址冲突消息 2021-03-16 14:25:17 +08:00
chenlelin cecfbd142e
Merge pull request #86 from CrankyPants123/master
Fixed some bugs
2021-03-15 19:47:45 +08:00
andrew-wuhan-huawei-990-pc 40d3e889c3 Fixed BUG#42279 Enter key can be triggered in wrong time 2021-03-15 16:31:30 +08:00
andrew-wuhan-huawei-990-pc c884b4c638 Fixed BUG#42530 Qlabel did not hidden as expected 2021-03-15 15:04:42 +08:00
chenlelin 1719585b00
Merge pull request #85 from qkjack/master
解决连接企业wifi不能弹框认证的问题
2021-03-13 21:51:50 +08:00
chenlelin c1d4b15e0b
Merge pull request #84 from myshowtogo/master
fix 42130 wifi name long show err
2021-03-13 21:48:53 +08:00
chenlelin a35a6d2dd1 Fix bug can not get correct signal strength of wifi after s3 or s4 operation 2021-03-13 21:47:12 +08:00
lvhan 9a3f6bd48f fix 42156 quick connect and disconnect 2021-03-13 19:24:43 +08:00
qk f97ae5038b 解决连接企业wifi不能弹框认证的问题 2021-03-13 17:01:26 +08:00
chenlelin f1308ff2fe Fix bug icon show abnormal after S3 or S4 operation 2021-03-13 15:40:41 +08:00
lvhan dac607bef9 fix 39073 speedtest 2021-03-13 12:07:46 +08:00
andrew-wuhan-huawei-990-pc 740e4f69f9 Fixed BUG#42282 Blocked the right-click menu 2021-03-13 11:58:51 +08:00
andrew-wuhan-huawei-990-pc 06ab6da792 Added program execution time count 2021-03-13 11:42:20 +08:00
lvhan 6b54ccf998 fix 42130 wifi name long show err 2021-03-12 21:13:02 +08:00
chenlelin 1a89fb9fab
Merge pull request #83 from mammonsama666/0310-dev
fix(wifi): wifi button is closed when connected wifi.
2021-03-11 14:18:51 +08:00
zhangjiaping 43ddb2f851 fix(wifi): wifi button is closed when connected wifi.
Description: 修复连接wifi时wifi开关被关闭的问题

Log: 修复连接wifi时wifi开关被关闭的问题
2021-03-10 18:12:17 +08:00
chenlelin 49950eba66 Fix bug get wrong psk-flag 2021-03-10 16:54:55 +08:00
chenlelin ac41292125 Merge branch 'master' of https://github.com/ukui/kylin-nm 2021-03-10 16:52:15 +08:00
chenlelin c5dfed0489 Upload 2021-03-10 16:50:49 +08:00
chenlelin 4d531586a2
Merge pull request #82 from mammonsama666/0309-dev
fix(wifi): Wifi is not reconnected after setting ipv4.address
2021-03-10 11:14:51 +08:00
chenlelin 3513f5a92a Fix bug wifi can not be connected if set input password everytime 2021-03-10 11:07:42 +08:00
andrew-wuhan-huawei-990-pc 1f621595aa Fix bug that wire network config can not be saved in manual mode 2021-03-10 11:00:43 +08:00
andrew-wuhan-huawei-990-pc eeac68e913 Modify connect rules in wire connect module 2021-03-09 17:17:51 +08:00
zhangjiaping fcfb6e01e9 fix(wifi): Wifi is not reconnected after setting ipv4.address
Description: 修复设置ipv4地址后wifi不会自动重连的bug

Log: 修复设置ipv4地址后wifi不会自动重连的bug
Bug: http://172.17.66.192/biz/bug-view-36571.html
2021-03-09 17:10:40 +08:00
chenlelin aa43bb66df Fix bug can not show all characters of 'Ipv6 Address:' in configure window 2021-03-08 10:39:18 +08:00
chenlelin b8dc9e9150
Merge pull request #81 from CrankyPants123/master
Fix bug#41156 segfault when dialog changed
2021-03-08 10:13:15 +08:00
andrew-wuhan-huawei-990-pc fdf8c01df2 Fix bug#41200 Signal strength not stable 2021-03-06 15:36:32 +08:00
chenlelin 8da923e7aa Fix bug mainwindow show abnormal position in HuaweiPC 2021-03-06 11:43:37 +08:00
Andrew Pit 95ef65f97e
Merge pull request #1 from ukui/master
Keep up to date with the main repository
2021-03-05 16:16:45 +08:00
andrew-wuhan-huawei-990-pc 41d0863e2c Fix bug#41156 segfault when dialog changed 2021-03-05 12:08:35 +08:00
chenlelin 43c8beb804 Fix bug can not change name of wired network-manager 2021-03-04 21:40:15 +08:00
chenlelin 2359b3f242
Merge pull request #80 from CrankyPants123/master
Fix bug#40360 Cursor exception
2021-03-04 20:26:26 +08:00
andrew-wuhan-huawei-990-pc 05baa1e251 Fix bug#40360 Cursor exception 2021-03-04 17:50:25 +08:00
chenlelin 6b0d083aad Merge branch 'master' of https://github.com/ukui/kylin-nm 2021-03-04 11:47:31 +08:00
chenlelin 528828fc3d Fix bug QLineEdit of ipv6 in configuration window has a right click button 2021-03-04 11:47:13 +08:00
andrew-wuhan-huawei-990-pc cc51c760b0 Fix bug#39021 There's no notification when cable network disconnected 2021-03-04 11:30:56 +08:00
chenlelin 628e98e96f
Merge pull request #79 from mammonsama666/0303-dev
fix(ipv6): Set ipv6.address failed & lan will not reconnect after set successfully.
2021-03-04 10:18:33 +08:00
chenlelin 17e53d3f5c
Merge pull request #78 from CrankyPants123/master
Fix bug#39018 Wrong alternate DNS address can be submitted
2021-03-04 10:18:12 +08:00
chenlelin 4794506e7f Fix bug UI chocked when connect enterprise wifi 2021-03-04 10:11:09 +08:00
zhangjiaping ca46251549 fix(ipv6): Set ipv6.address failed & lan will not reconnect after set successfully.
Description: 修复名称含空格的有线网设置ipv6地址不生效的问题,和ipv6设置后不自动重连的问题

Log: 修复名称含空格的有线网设置ipv6地址不生效的问题,和ipv6设置后不自动重连的问题
Bug: http://172.17.66.192/biz/bug-view-38287.html
2021-03-04 09:37:41 +08:00
andrew-wuhan-huawei-990-pc 4364e118f0 Fix bug#41137 The button can be pressed at the illegle time 2021-03-03 19:43:57 +08:00
andrew-wuhan-huawei-990-pc 9fb52d0b17 Fix bug#39018 Wrong alternate DNS address can be submitted 2021-03-03 19:15:18 +08:00
andrew-wuhan-huawei-990-pc 0490e2919f Fix bug#39000 limited lineedit max length 2021-03-03 16:47:20 +08:00
andrew-wuhan-huawei-990-pc f281dcf787 Fix UI occlusion 2021-03-03 15:17:45 +08:00
andrew-wuhan-huawei-990-pc 9c872cd24e Wifi list optimized.Only the strongest AP reserved 2021-03-03 11:50:24 +08:00
chenlelin 3bc84ffcaf Fix bug tray bar in task bar flash when launch another kylin-nm appication 2021-03-02 17:55:47 +08:00
chenlelin 226a7320ac Fix bug configure window of enterprise wifi exist when press Enter key on keyboard 2021-03-02 14:29:10 +08:00
chenlelin 3422d0fcaf Optimisze effect of hover on item 2021-02-27 11:39:51 +08:00
chenlelin bf4bd4101e Fix bug can not show mainwondow by click tray icon after a configure window is clicked out 2021-02-26 16:40:09 +08:00
chenlelin eba2ea2689 Compat KOS for V10Pro and Huawei PC 2021-02-25 21:53:41 +08:00
chenlelin 71c5fc0e2b Optimization demo to get wifi list by dbus method 2021-02-24 17:27:09 +08:00
chenlelin d3b1824a1c Add demo to get wifi list by dbus method 2021-02-24 15:47:10 +08:00
chenlelin c48faca769 Fix bug UI stucked sometimes if use in-use property to refresh wifi list 2021-02-24 11:12:46 +08:00
chenlelin 99daef74a9 Fix bug wifi list show anbormal if change connect name of wifi 2021-02-24 10:13:37 +08:00
chenlelin 25e5185b30 Fix bug solve the problem of anti clockwise rotation of animation icon 2021-02-23 19:27:25 +08:00
chenlelin fe786325b0 Fix bug get more than one bssid of active wifi 2021-02-23 17:55:35 +08:00
chenlelin ab538fda50 Use bssid of wifi to extend item 2021-02-22 21:52:37 +08:00
chenlelin f0f5f42c82 Merge branch 'master' of https://github.com/ukui/kylin-nm 2021-02-20 19:58:32 +08:00
chenlelin cccbac8ad1 Fix bug user interface stucked if click tray icon when connecting a network 2021-02-20 19:57:23 +08:00
chenlelin 1936417ccc Fix bug can not use Return Key to connect wired network 2021-02-20 15:27:22 +08:00
chenlelin 392b274d46 Fix bug another wifi be connected if mouse hover on it's item 2021-02-19 20:37:31 +08:00
chenlelin 00c6566a97 Add connecting state for wired network 2021-02-08 15:43:09 +08:00
chenlelin 0df116d849
Merge pull request #75 from mammonsama666/0207-dev
fix(confform): Set ipv6.address failed.
2021-02-07 16:59:17 +08:00
chenlelin 4325314205 Fix bug Pull the tested machine into the WiFi blacklist, and the network management status is abnormal 2021-02-07 16:47:58 +08:00
zhangjiaping 9899f573a5 fix(confform): Set ipv6.address failed.
Description: 修复设置ipv6地址失败的Bug

Log: 修复设置ipv6地址失败的Bug
Bug: http://172.17.66.192/biz/bug-view-38287.html
2021-02-07 14:34:02 +08:00
chenlelin aa2803337b
Merge pull request #74 from xing9634/master
Fix:bug #31245,#38362
2021-02-07 09:00:18 +08:00
David Peng a138d2f59c Fix:bug #31245,#38362 2021-02-06 18:16:12 +08:00
chenlelin dda47e0cd1 Update 2021-02-06 16:40:17 +08:00
chenlelin 7b747299fc Fix bug can not save configuration if gateway and dns is empty 2021-02-06 16:33:04 +08:00
chenlelin e8033ac848 TrayIcon falsh when start another kylin-nm program if there is already one 2021-02-06 15:42:00 +08:00
chenlelin f0fc60682a Fix bug program exit when select and click hotpot wifi in add hidden wifi window 2021-02-06 09:15:20 +08:00
zhangjiaping af37207205 fix(lan): Lan will be disconnected when connect vpn.
Description: 修复连接vpn时有线网断开的bug

Log: 修复连接vpn时有线网断开的bug
Bug: http://172.17.66.192/biz/bug-view-34639.html
2021-02-04 20:01:02 +08:00
zhangjiaping 13c4a25d15 fix(wifi): Wifi can not be connected which security is changed to be psk from eap.
Description: 修复wifi安全性变更后无法正常连接的bug

Log: 修复wifi安全性变更后无法正常连接的bug
Bug: http://172.17.66.192/biz/bug-view-34664.html
2021-02-04 09:02:08 +08:00
chenlelin 7b73f52e2e Fix bug can connect two wired network at the same time 2021-02-03 21:15:01 +08:00
chenlelin 2e339d9134 Fix bug setup icon in Menu show abnormal 2021-02-01 15:29:08 +08:00
chenlelin 0c4db115b1 Fix bug wired interface show abnormal if name of wired is a space 2021-01-30 11:26:23 +08:00
chenlelin cc00062121 Fix bug add hidden WiFi interface, network name is recommended to increase the number of characters limit 2021-01-30 10:04:04 +08:00
chenlelin 24f357bb5d Update 2021-01-29 18:54:01 +08:00
chenlelin 1385141418 Merge branch 'master' of https://github.com/ukui/kylin-nm 2021-01-29 17:24:18 +08:00
chenlelin 0eb0f8a65a Fix bug show abnormal connected WiFi after sleep and wake-up 2021-01-29 17:19:32 +08:00
chenlelin 3f509bc538 Cancel disconnect wifi function added in mainwindow 2021-01-29 09:26:05 +08:00
chenlelin b77d8de876 Fix bug device be forbidden to connect a wifi,but disconnect need a lot of time 2021-01-28 18:45:52 +08:00
zhangjiaping 5ca8a819d3 fix(wifi): New wifi connected failed.
Description: 修复新增wifi连接失败的问题

Log: 修复新增wifi连接失败的问题
2021-01-28 10:34:30 +08:00
chenlelin da223a32ea Fix bug Modifying the WiFi IP address acquisition method does not take effect 2021-01-27 20:58:53 +08:00
chenlelin c15f59f527 Fix bug when the wireless network reconnected, the connected network name is not displayed 2021-01-27 14:11:12 +08:00
zhangjiaping fc4a650add Optimize code. 2021-01-26 10:53:46 +08:00
zhangjiaping 97858eb8f7 fix(wifi): Wifi can not be connected when psk-flag is 1.
Description: 修复wifi密码策略为当前用户存储时连接失败的bug

Log: 修复wifi密码策略为当前用户存储时连接失败的bug
Bug: http://172.17.66.192/biz/bug-view-31154.html
2021-01-26 10:39:01 +08:00