Commit Graph

530 Commits

Author SHA1 Message Date
zhangjiaping d922f8f6a8 Show pwd incorrect tips on reconneted failed.
优化回连失败流程,回连失败显示一个小标签提示密码错误。
2021-06-04 15:11:38 +08:00
Andrew Pit d7cdfd3ea9 change switch status 2021-06-03 21:36:32 +08:00
zhangjiaping 0da6bc7bcc Fix: #56269 CA file end with .pfx could be choosen to connect 802.1x wifi. 2021-06-03 19:15:09 +08:00
Xiaoshuo Shi 556a92b733 Merge branch 'main' into '0530-cll' By Xiaoshuo Shi
# Conflicts:
#   src/mainwindow.cpp
2021-06-03 09:53:14 +00:00
chenlelin c25ccf7706 Optimize process after turn on wifi switch 2021-06-03 17:11:15 +08:00
zhangjiaping 932b6be735 Fix:Refresh signal is not send when wifi disappered.
Link:http://172.17.66.192/biz/bug-view-49773.html
2021-06-02 17:54:22 +08:00
zhangjiaping a6921ebd1f Optimize code & update changelog. 2021-06-02 16:47:02 +08:00
Zhai Kangning 8a752d383a Merge branch '0601-dev' into 'main'
Fix:It takes too long to reconnect wifi after reboot.

See merge request kylin-desktop/kylin-nm!6
2021-06-02 07:59:18 +00:00
Zhang Jiaping 3ac30be02b Merge branch 'main' into '0531-zjp'
# Conflicts:
#   src/kylin-dbus-interface.cpp
#   src/mainwindow.cpp
2021-06-02 07:47:26 +00:00
zhangjiaping c841920d5f Optimize code. 2021-06-02 15:43:38 +08:00
Zhang Jiaping 2d0f3e1552 Merge branch 'main' into 'main'
#58278解决多次F9开启关闭wifi有几率出现 开启关闭再开启的现象

See merge request kylin-desktop/kylin-nm!5
2021-06-02 07:21:14 +00:00
zhangjiaping 92d2a3fc54 Fix:It takes too lang to reconnect wifi after reboot.
优化重启回连时间过长的问题
Link:http://172.17.66.192/biz/bug-view-54745.html
2021-06-02 11:55:28 +08:00
chenlelin c66e13275b Fix bug can not trigger wifi scan after turn on wifi switch 2021-06-02 11:36:53 +08:00
hanpinlong 09730ebb84 #58278解决多次F9开启关闭wifi有几率出现 开启关闭再开启的现象 2021-06-02 03:09:57 +00:00
zhangjiaping 23dc7f35bf Feat: Add menu for wifi to connect/disconnect/forget wifi.
Optimize log.
2021-05-31 17:16:50 +08:00
chenlelin 0f98055665 Fix bug 57475: save button is unavailable when mask changed 2021-05-30 13:50:08 +08:00
crrs666 1feabd094e fix(ui) 有线/无线创建网络窗口ui一致 2021-05-28 16:11:46 +08:00
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