Commit Graph

21 Commits

Author SHA1 Message Date
Leroy.H.Y
622389bfd0 Added connection statistics. (#84)
* [add] Added gRPC support, however this will make all CI fail.

* [add] Add full support for up/download speed.

* [Trigger-CI]

* [CI] add gRPC for travis linux

* [CI] fixed CI for linux

* [CI] Added ci script for Windows

* APPV

* [Fixed] Fixed Windows CI

Signed-off-by: Leroy.H.Y <lhy20010403@hotmail.com>

* Update .appveyor.yml

* Update .appveyor.yml

* Update .travis.yml

* Update .travis.yml

* Update grpc_gen.bat

* [Trigger-CI]

* Update .appveyor.yml

* Signed-off-by: Leroy.H.Y <lhy20010403@hotmail.com>

* Update grpc_gen.sh

* [macOS] Added macOS gRPC

* [macOS] Added macOS gRPC

* Update .travis.yml

Former-commit-id: b2e54a7ac2
2019-09-30 10:08:41 +08:00
Leroy.H.Y
d88fd5cb16 Merge branch 'version-v1' into dev.
Former-commit-id: c528ba304e
2019-09-25 22:39:06 +08:00
Leroy.H.Y
0dc9761f05 [fix] This fixed #76, fixed #74 and fixed #70
Former-commit-id: 876112cecb
2019-09-25 13:52:01 +08:00
Leroy.H.Y
f82367e04b Merge branch 'version-v1' into dev, MERGED Version 1.3.7.1 back to dev.
Former-commit-id: 9982ed8f78
2019-09-24 23:29:46 +08:00
Leroy.H.Y
b55340e00e [fix] Bumped to version v1.3.7.1 and fixed #64
Former-commit-id: b8fc8a1800
2019-09-22 18:08:52 +08:00
Leroy.H.Y
7cb1feca60 [fix] Added tProxy setcap on Linux and should contain the solutions for #57 and #58
Former-commit-id: 5a733dc07a
2019-09-21 19:33:02 +08:00
Leroy.H.Y
7182ac6486 [change] Changed default v2ray search path
Former-commit-id: 840240513d
2019-09-19 16:51:25 +08:00
Leroy.H.Y
879101ecc3 Merge branch 'dev-multi-outbound' into dev, PREPARE FOR VERSION 2.0
MERGE SUMMARY:

Conflicts:
	src/QvCoreConfigOperations_Generation.cpp
	src/main.cpp
	src/ui/w_PrefrencesWindow.cpp
	src/ui/w_PrefrencesWindow.h
	translations/en-US.ts

 It looks like you may be committing a merge.
 If this is not correct, please remove the file
	.git/MERGE_HEAD
 and try again.

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 On branch dev
 Your branch is up to date with 'origin/dev'.

 All conflicts fixed but you are still merging.

 Changes to be committed:
	new file:   .vscode/settings.json
	new file:   Qv2ray.astylerc
	modified:   Qv2ray.pro
	new file:   jePwbM.json
	modified:   src/Qv2rayBase.h
	modified:   src/QvConfigUpgrade.cpp
	modified:   src/QvCoreConfigObjects.h
	modified:   src/QvCoreConfigOperations.h
	modified:   src/QvCoreConfigOperations_Convertion.cpp
	modified:   src/QvCoreConfigOperations_Generation.cpp
	modified:   src/QvCoreConfigOperations_Verification.cpp
	modified:   src/QvUtils.cpp
	modified:   src/QvUtils.h
	modified:   src/main.cpp
	renamed:    src/w_ConnectionEditWindow.cpp -> src/ui/w_ConnectionEditWindow.cpp
	renamed:    src/w_ConnectionEditWindow.h -> src/ui/w_ConnectionEditWindow.h
	renamed:    src/w_ConnectionEditWindow.ui -> src/ui/w_ConnectionEditWindow.ui
	renamed:    src/w_ImportConfig.cpp -> src/ui/w_ImportConfig.cpp
	renamed:    src/w_ImportConfig.h -> src/ui/w_ImportConfig.h
	renamed:    src/w_ImportConfig.ui -> src/ui/w_ImportConfig.ui
	renamed:    src/w_MainWindow.cpp -> src/ui/w_MainWindow.cpp
	renamed:    src/w_MainWindow.h -> src/ui/w_MainWindow.h
	renamed:    src/w_MainWindow.ui -> src/ui/w_MainWindow.ui
	renamed:    src/w_PrefrencesWindow.cpp -> src/ui/w_PrefrencesWindow.cpp
	renamed:    src/w_PrefrencesWindow.h -> src/ui/w_PrefrencesWindow.h
	renamed:    src/w_PrefrencesWindow.ui -> src/ui/w_PrefrencesWindow.ui
	new file:   src/ui/w_RouteEditor.cpp
	new file:   src/ui/w_RouteEditor.h
	new file:   src/ui/w_RouteEditor.ui
	renamed:    src/w_SubscribeEditor.cpp -> src/ui/w_SubscribeEditor.cpp
	renamed:    src/w_SubscribeEditor.h -> src/ui/w_SubscribeEditor.h
	renamed:    src/w_SubscribeEditor.ui -> src/ui/w_SubscribeEditor.ui
	renamed:    src/QJsonObjectInsertMacros.h -> src/utils/QJsonObjectInsertMacros.h
	new file:   src/utils/QPingModel.cpp
	new file:   src/utils/QPingModel.h
	renamed:    src/QvHTTPRequestHelper.cpp -> src/utils/QvHTTPRequestHelper.cpp
	renamed:    src/QvHTTPRequestHelper.h -> src/utils/QvHTTPRequestHelper.h
	renamed:    src/QvRunguard.cpp -> src/utils/QvRunguard.cpp
	renamed:    src/QvRunguard.h -> src/utils/QvRunguard.h
	renamed:    src/QvTinyLog.h -> src/utils/QvTinyLog.h
	deleted:    src/w_RouteEditor.cpp
	deleted:    src/w_RouteEditor.h
	deleted:    src/w_RouteEditor.ui
	modified:   translations/en-US.ts


Former-commit-id: 348f928acd
2019-09-18 18:11:30 +08:00
Leroy.H.Y
b555397e6b Merge branch 'dev' into dev-multi-outbound.
Former-commit-id: db09453af5
2019-09-18 12:37:55 +08:00
Leroy.H.Y
5405f08bfe [lang] Prepare for the crowdin translation service
Former-commit-id: 03470269cb
2019-09-14 19:00:51 +08:00
Leroy.H.Y
a33ac9fc9b [version] Bumped version to v1.3.5.3
Former-commit-id: 3b0641f73e
2019-09-12 05:24:01 -07:00
Leroy.H.Y
22167522ee Added a better config upgrade algo,
changed translations,
changed ConnectionEdit Window functions,
changed a config key

Signed-off-by: Leroy.H.Y <lhy20010403@hotmail.com>

Former-commit-id: 171fb9d2b0
2019-09-11 14:40:51 +08:00
Leroy.H.Y
83c781a777 [dev] Merged dev branch which fixed: #34
Former-commit-id: f12593109e
2019-09-05 15:57:13 +08:00
Leroy.H.Y
8385df3374 [FIX] This commit fixed #35
Former-commit-id: 9dc329506e
2019-09-03 21:34:12 +08:00
Leroy.H.Y
6a2b703841 Bumped to version 1.3.5
Former-commit-id: d4f54a70ec
2019-09-03 13:22:39 +08:00
Leroy.H.Y
eb53687b63 [pre2.0] Bumped version to pre2.0, Added more UI functions. #19
Signed-off-by: Leroy.H.Y <lhy20010403@hotmail.com>

Former-commit-id: 695e8a5c55
2019-08-26 19:57:20 +08:00
Leroy.H.Y
cc86debd7d [patch] 2nd patch for avoiding add extra items to imported config file #25
Former-commit-id: b3efdcf7ec
2019-08-22 23:33:19 +08:00
Leroy.H.Y
a715bd7314 [UI] Several UI fixes and version scheme changes, fixed a connection selection issue.
Former-commit-id: d5e963934f
2019-08-19 19:01:32 +08:00
Leroy.H.Y
4fc1ce1f43 [Added] Added config migration logic.
Former-commit-id: 71b7985748
2019-08-19 17:40:31 +08:00
Leroy.H.Y
5e183fc59e [Fixed] Fixed an auto update bug in Win32 env.
Former-commit-id: c01b80c9d6
2019-08-19 15:34:14 +08:00
Leroy.H.Y
5db9f5d78d [Added][Changed][UI] Added SOCKS, connection renaming, connect selected, and a new tiny log module. Redesigned MainWindow UI
Former-commit-id: 5dfc667a9c
2019-08-17 00:23:18 +08:00