Commit Graph

174 Commits

Author SHA1 Message Date
QxQ
29621538ca fix: fixed macOS build 2021-02-11 13:39:50 +08:00
QxQ
f1cb6aa593 update: Android :love: Qt6 2021-02-11 13:39:50 +08:00
DuckSoft
e2e06be4cd added vless parser
https://github.com/XTLS/Xray-core/issues/91
2021-02-11 13:39:50 +08:00
QxQ
995fdc6d71 2021, We'll be with you. 2021-02-11 13:39:50 +08:00
dyhkwong
b949d7ab52 Proxy configurator supports dial-up connection on Windows 2020-12-20 23:17:09 +08:00
QxQ
85f29c09d9 remove: removed QR Scanning, from zxing-cpp to qrencode 2020-12-16 16:55:45 +08:00
QxQ
8d35e54739 Merge branch 'dev-qjsonstruct-omitting-default-value' into dev
* dev-qjsonstruct-omitting-default-value:
  fix: fixed compilation for Qt6
  fix: make QV2RAY_RULE_ENABLED, QV2RAY_RULE_TAG mandatory
  fix, plugin: fixed BuiltinProtocolSupport causing null in JSON
  update, qjsonstruct: tweaks
  fix, test: fixed vmess testing 2
  fix, QJsonStruct: make some fields mandatory
  fix, test: fixed vmess testing
  add: support omitting default values
2020-12-15 20:15:13 +08:00
QxQ
12280ab017 update, Qt6: support deploying targeting Qt6 on Windows/macOS !AUR !NSIS !DEB !QT5 !APK 2020-12-13 20:04:22 +08:00
QxQ
b0cbcc8533 add: support omitting default values 2020-12-12 23:00:06 +08:00
QxQ
db00c1b430 update: updated translations.cmake 2020-12-12 14:43:22 +08:00
QxQ
37a44129a1 update: updated translation sources 2020-12-12 14:27:39 +08:00
QxQ
5f2a6b1b27 fix, tranlations: fixed translation generation 2020-12-12 14:03:49 +08:00
QxQ
9eacb36e78 cmake, translations: added qt_add_translation for Qt6 2020-12-08 16:40:06 +08:00
QxQ
098c00ebac
Android build support (#1136) 2020-12-01 16:42:50 +08:00
QxQ
1645ebdd69 fix: fixed Windows target name 2020-11-13 14:36:12 +08:00
QxQ
64f3fce2f0 fix: renamed target name from - to _ 2020-11-12 17:16:46 +08:00
QxQ
e82e4ff42f add: added OpenCertificateEditor dummy button 2020-11-05 00:11:44 +08:00
ymshenyu
94b65220eb update backend.cmake 2020-10-18 16:33:46 +08:00
ymshenyu
a24858e2c5 😢 2020-10-18 16:21:49 +08:00
ymshenyu
1dd5eddec4 fallback to pkgconfig if gRPC doesn't build by cmake 2020-10-18 16:18:15 +08:00
ymshenyu
f844c18c3c use find_package method to find gRPC for macOS 2020-10-18 14:23:17 +08:00
QxQ
4cd00df503 refactor: fixed SingleApplication crash, refactored 2020-10-14 20:24:02 +08:00
QxQ
264110fefd update: updated GlobalConfig model, Qv2rayBaseApplication 2020-10-13 18:17:01 +08:00
QxQ
d6af4a7559
Breaking change: Windows building processes. (#1017) 2020-10-09 11:55:23 +08:00
QxQ
a2a34e5c29 update: adapt Qt6, fixed deprecated warnings 2020-10-07 20:58:15 +08:00
QxQ
feaaa002cb update: updated & minimized zxing-cpp sources 2020-10-07 15:40:28 +08:00
QxQ
b33c76a556 update: use model/view for ConnectionList 2020-10-01 01:20:33 +08:00
QxQ
87531629cb remove: removed JSON highlighter 2020-09-20 11:18:29 +08:00
ymshenyu
16e5ae9b6b Revert "fix: use unsecure version of gRPC"
This reverts commit e784dcf919.
2020-09-18 10:40:13 +08:00
QxQ
e784dcf919
fix: use unsecure version of gRPC 2020-09-18 10:13:08 +08:00
QxQ
9992d65baa Revert "update: try using Qt:: CMake library alias"
This reverts commit 4a861ba893.
2020-09-18 00:48:34 +08:00
QxQ
4a861ba893 update: try using Qt:: CMake library alias 2020-09-18 00:43:47 +08:00
QxQ
f1da8f1159 add: try supporting Qt6 2020-09-17 20:38:29 +08:00
zzndb
9c67ccf530 fix macro mismatch
QM_FILES -> QV2RAY_QM_FILES
2020-09-12 13:45:10 +08:00
zzndb
2c2fa688b0 fix macro mismatch
EMBED_TRANSLATIONS -> QV2RAY_EMBED_TRANSLATIONS
linux/window install related
2020-09-12 12:30:47 +08:00
QxQ
2695956d71 update: rearrange CMakeLists and add Build Statistics 2020-09-08 23:39:06 +08:00
QxQ
d993136991 update: rearrange CMakeLists 2020-09-08 15:38:33 +08:00
QxQ
b8f17f659f fix: fixed SingleApplication build with cli and QML 2020-09-06 22:51:08 +08:00
QxQ
9a5b112730 add: added more buggy QML 2020-09-06 18:21:43 +08:00
QxQ
bfe28afa75 refactor: more QML-friendly refactors 2020-09-03 19:38:37 +08:00
QxQ
4428b84afd add: some small updates 2020-09-02 15:58:09 +08:00
QxQ
7cbe05a9d1 add: added more Android build scripts 2020-08-30 20:54:29 +08:00
QxQ
c12c1b5a19 add: added basic android library structure support 2020-08-30 03:09:54 +08:00
QwQ
9b82530550
add: added QvCLIApplication, QvWidgetsApplication 2020-08-12 20:37:35 +08:00
QwQ
3ab411b7b7
refactor: refactor, added Qv2rayBaseApplication, splitted GUI / non-GUI part 2020-08-11 18:18:53 +08:00
QwQ
34c8fd25c4
?: Anyway just let the build crash 2020-08-11 09:09:31 +08:00
DuckVador
5b9cd4c18a
Merge branch 'dev' into dev-real-ping 2020-08-10 10:54:14 +08:00
DuckSoft
0330ed348a
purging outdated v2rayN schema
this closes #876
2020-08-08 19:07:05 +08:00
QwQ
46c760ab7c
add: added backward-cpp back :( 2020-08-08 10:53:29 +08:00
DuckVador
4ca0a84e70 add realping implementation 2020-08-07 00:37:19 +08:00