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

Bug37940 使用IP连通后只显示IP #13

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d2a26b7
Bug37940 使用IP连通后只显示IP
mobaixin Feb 3, 2021
1350c70
Fix Bug 39210 弹窗出现边框颜色
mobaixin Feb 24, 2021
3100829
Update: 在pro文件中对用户手册进行处理,更新版本号
mobaixin Mar 5, 2021
5c642d3
Add build ignore
mobaixin Mar 5, 2021
2d0f615
Update: 修复bug 40482 41910
mobaixin Mar 11, 2021
3ce7416
Fix bug 42491: 解决深色模式下聊天框显示异常的问题以及用户手册问题
mobaixin Mar 15, 2021
8f47710
Update: 调整TCP通信流程和界面逻辑
mobaixin Mar 27, 2021
bb432b1
Fix bug #43504 44435, 更改预览窗口标题栏为好友名
mobaixin Mar 30, 2021
ffae263
Merge branch 'master' into 'master'
Mar 31, 2021
211c7e9
Fix bug 47620
mobaixin Apr 13, 2021
0ad6e90
Merge branch 'master' into 'master'
Apr 14, 2021
c00bbd5
Update: 修改应用及用户手册中英文名
mobaixin Apr 17, 2021
d236d76
Update: 修复单例最小化后的界面拉起问题,更新应用中英文名
mobaixin Apr 19, 2021
a3b23ce
Update changelog
mobaixin Apr 19, 2021
0aa681b
Update: 新增统一日志输出功能
mobaixin Apr 19, 2021
24c55a4
init project structure
mobaixin Apr 20, 2021
fce22f1
Update: update view structure
mobaixin Apr 21, 2021
b36419f
Merge remote-tracking branch 'upstream/master'
mobaixin Apr 21, 2021
05cc32b
Update: 调用两次实现拉起
mobaixin Apr 21, 2021
dd06b95
Update structure
mobaixin Apr 21, 2021
9d8602a
Update application name
mobaixin Apr 21, 2021
6954007
Update daemondbus
mobaixin Apr 22, 2021
61ee7ad
Update: create databse
mobaixin Apr 22, 2021
86315fc
Update: titlebar & localinfo
mobaixin Apr 23, 2021
3d688cb
网络模块代码提交
seven-leaves-of-snow Apr 26, 2021
63380c4
修改冲突
seven-leaves-of-snow Apr 26, 2021
b0857fa
修复网络模块编译问题
seven-leaves-of-snow Apr 27, 2021
9525148
修复udp接收包失败问题,添加控制模块代码
Apr 29, 2021
70c8585
Update local info module
mobaixin Apr 29, 2021
00a88a0
Merge branch 'feature-refactor' of http://gitlab2.kylin.com/caoliang/…
mobaixin Apr 29, 2021
653b2a3
Update databse
mobaixin May 6, 2021
8496cc2
Update menubutton
mobaixin May 6, 2021
b7d2eb3
更新标题和本机信息
May 7, 2021
cb690a5
merge
May 7, 2021
aa734db
merge branch feature-refator
May 7, 2021
bd21d7b
Update: gitignore and config files
mobaixin Apr 25, 2024
4e3fda1
Update: git ignore docs files
mobaixin Apr 25, 2024
c62238b
Merge branch 'feature-refactor'
mobaixin Apr 25, 2024
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
6 changes: 6 additions & 0 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.gitignore
docs

# C++ objects and libs
*.slo
*.lo
Expand Down Expand Up @@ -51,6 +54,9 @@ compile_commands.json
# QtCreator local machine specific files for imported projects
*creator.user*

#vscode
.vscode

# build
build
build-*
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# kylin-ipmsg
# kylin-messages

Provide text chat and file transfer function with no server.

## Dependencies

* sudo apt install wmctrl
349 changes: 0 additions & 349 deletions buddylistitemmodel.cpp

This file was deleted.

Loading