Commit Graph

650 Commits

Author SHA1 Message Date
QwQ
2b4b15ddd2
cleanup: cleanup NodeDispatcher 2020-08-02 11:33:52 +08:00
QwQ
1784ebf4af
add: added import via OutboundEditor 2020-08-02 11:32:37 +08:00
QwQ
8fd9b3baf5
add: added default outbound Combobox UI 2020-08-02 11:31:33 +08:00
QwQ
08a5d3d30b
Merge branch 'dev' into dev-route-editor
* dev: (26 commits)
  cleanup: remove unused slots and functions, resolved #765
  fix: should have fixed #781
  fix: fixed #845
  fix: hack and fixed ZXing build
  fix: changed scanning method
  Update official site to qv2ray.net (#846)
  fix: partially resolved #800, rewrite ImportWindow required
  fix: fixed #837
  change: changed VLess to VLESS
  feat: add zh_TW translation (#838)
  Bump actions/checkout version
  fix: fcitx (not include fcitx5) doesn't work with appimage (Closes: #829)
  fix: fixed uninitialize maxJumpList Settings UI, closes #833
  hmm: "Force Direct for All Connections"
  fallback to Xwayland (Fixes #827)
  revert: partial revert last commit, formatted source code
  Let clang-format no longer break Windows compilation
  fix windows build
  * Use IcmpSendEcho2 and Asynchronous Procedure Calls to implement Windows ICMP ping * refactor latency test
  fix: fixed/refined new vmess share link parser
  ...
2020-08-02 10:38:02 +08:00
QwQ
2181125773 cleanup: remove unused slots and functions, resolved #765 2020-08-02 09:49:16 +08:00
QwQ
869a3038c6 fix: should have fixed #781 2020-08-02 09:40:07 +08:00
QwQ
a62db8de1d fix: fixed #845 2020-08-02 09:04:52 +08:00
QwQ
311f7ee294 fix: hack and fixed ZXing build 2020-08-01 22:55:19 +08:00
QwQ
a67060ba7d
add: added ChainEditor, with looped and broken chains checker 2020-08-01 21:19:52 +08:00
EpLiar
1ca33e6b46
Update official site to qv2ray.net (#846) 2020-07-31 19:36:58 +08:00
QwQ
12b5b420ab
add: added ChainEditor UI 2020-07-31 16:44:46 +08:00
QwQ
be17652bc4
add: added ChainWidget components 2020-07-30 23:25:31 +08:00
QwQ
02aa656197 fix: partially resolved #800, rewrite ImportWindow required 2020-07-29 15:34:34 +08:00
QwQ
c4f5bb07df fix: fixed #837 2020-07-29 15:19:30 +08:00
ymshenyu
68ea5b6a1a fix: fcitx (not include fcitx5) doesn't work with appimage (Closes: #829) 2020-07-28 22:48:18 +08:00
QwQ
c464499756
add: added something 2020-07-28 16:43:22 +08:00
QwQ
5719ed92b4
keep-alive: just to confirm alive 2020-07-27 23:52:31 +08:00
QwQ
6eeb52f859 fix: fixed uninitialize maxJumpList Settings UI, closes #833 2020-07-27 19:25:47 +08:00
QwQ
5b6fe5a94f hmm: "Force Direct for All Connections" 2020-07-27 15:06:51 +08:00
QwQ
a3532ad9e9
refactor 2020-07-27 08:59:53 +08:00
QwQ
4617407655
fix: fixed OnDispatcherOutboundDeleted case "=" 2020-07-26 00:35:46 +08:00
QwQ
c1fde8b3a6
refactor: refactored Complex Connection Editor - 2 2020-07-25 21:51:25 +08:00
QwQ
4af55caa5c revert: partial revert last commit, formatted source code 2020-07-25 21:04:17 +08:00
DuckVador
d176442ba9
Let clang-format no longer break Windows compilation 2020-07-25 20:59:13 +08:00
DuckVador
aaff3de0a7
fix windows build 2020-07-25 20:57:36 +08:00
DuckVador
c84dc794fa * Use IcmpSendEcho2 and Asynchronous Procedure Calls to implement Windows ICMP ping
* refactor latency test
2020-07-25 19:22:00 +08:00
QwQ
1c895e9563 fix: fixed/refined new vmess share link parser 2020-07-25 17:14:40 +08:00
QwQ
f666b479c9
add: added ChainWidget impl 2020-07-25 16:08:24 +08:00
QwQ
0067a676ee add: support collapse all groups in one click 2020-07-25 15:41:47 +08:00
QwQ
51da85cfe1
refactor: refactored Complex Connection Editor 2020-07-25 11:27:04 +08:00
QwQ
0f05681e75 ping 2020-07-25 08:27:14 +08:00
QwQ
81df0e0f02
update: update include structure 2020-07-24 23:35:19 +08:00
QwQ
11f7a42d32
format: formatted source code 2020-07-24 23:11:29 +08:00
QwQ
4620854ca1
add: added RoutingEditorWidget 2020-07-24 23:10:01 +08:00
QwQ
e1b2832ee1
add: added ChainEditorWidget 2020-07-24 22:59:52 +08:00
QwQ
8207372d2e
update: prevent a shared_ptr .get() 2020-07-24 22:59:18 +08:00
QwQ
979a556400
add: added tag rename color support 2020-07-24 21:43:56 +08:00
QxQ
7dbeacd6eb
Update BUILDVERSION 2020-07-24 18:19:37 +08:00
QwQ
17394383a2
update: code cleanup and added renameTag function, finished deleteNode action 2020-07-24 00:01:59 +08:00
QwQ
cdc87d61d7
add: added copy existing config, link existing config, edit existing config 2020-07-23 20:12:14 +08:00
QwQ
de219ab9ba
update: updated QvPair to support secondary type 2020-07-23 15:12:13 +08:00
QwQ
0a923d1768
fix: fixed data loss when changing nodes 2020-07-23 10:20:32 +08:00
QwQ
1cb92d8c39
add: added node connection handler for RuleNodeModel 2020-07-23 00:05:34 +08:00
QwQ
bb63d01799
submodule: prevent duplicated connection 2020-07-22 21:42:33 +08:00
QwQ
748ccc2426
add: debug connection painter checkbox redesign 2020-07-22 20:39:41 +08:00
QwQ
f90e197524
add: refinement 2020-07-22 20:13:56 +08:00
QwQ
24347b4f50
add: added Connection display 2020-07-22 19:11:33 +08:00
QwQ
b5e675e620
add: moved debug view option to runtime check 2020-07-22 19:10:43 +08:00
QwQ
638f8b6a2f
Apple Inc., you won the game 2020-07-22 10:09:47 +08:00
QwQ
da8a178178
fix: fixed background painting problem when embed widget changes size 2020-07-22 10:03:55 +08:00
QwQ
cb34b25a30
fix: fixed build error 2020-07-22 09:24:46 +08:00
QwQ
5f6e749217
Merge branch 'dev' into dev-route-editor
* dev:
  explicit static uvw library
  bug fix
  forward sip003 shadowsocks link to plugin
  Update Fedora badges again
  update debian/changelog
  Update ConfigHandler.cpp
  Update ConfigHandler.hpp
  Fix Fedora badges
  updating translations
  bump version to 2.6.2
  submodule: updated submodule
  change: alterId from 32 to 0
  fix: changed VMess default user alterId to 32
  add: enhanced StackTrace helper to collect more relavent data
  add: show MainWindow when clicking macOS dock icon
  icon: new banner image
2020-07-22 09:21:05 +08:00
QwQ
9bc6624bba
add: added MainWindow button slot 2020-07-22 09:18:08 +08:00
QwQ
879e57d258
add: new UI icons set 2020-07-21 18:54:34 +08:00
QwQ
6520e827f1
update: even more updates on NodeEditor and RouteEditorWindow 2020-07-21 00:31:29 +08:00
QwQ
646dcf3d7b
ui: new RouteEditor UI design draft 2020-07-20 21:37:35 +08:00
DuckVador
d5e8f6566f
forward sip003 shadowsocks link to plugin 2020-07-20 18:59:38 +08:00
ymshenyu
9030f5da86 update debian/changelog 2020-07-20 14:46:14 +08:00
DuckSoft
812dcbdcbb
bump version to 2.6.2 2020-07-20 10:44:30 +08:00
QwQ
db7677ffa9
add: added nodeDispatcher signals 2020-07-20 08:32:29 +08:00
QwQ
4adbdbc258
refactor: another refactor 2020-07-19 16:13:03 +08:00
QwQ
93085060a8 change: alterId from 32 to 0 2020-07-19 14:56:54 +08:00
QwQ
5f8ae39f7f
add: added 2 buttons to add balancer and chain outbound 2020-07-19 00:53:09 +08:00
QwQ
91c691470e
refactor: continuously refactor node editor 2 2020-07-18 22:26:58 +08:00
QwQ
c02e8475b3
refactor: continuously refactor node editor base class structures 2020-07-18 21:24:37 +08:00
QwQ
5013cf7947
refactor: refactored Complex Connection Editor 2020-07-18 00:33:27 +08:00
QwQ
febe019318
CMake Yes! 2020-07-17 17:56:37 +08:00
QwQ
adf5fa50de
add: added more outbound widgets 2020-07-17 17:56:15 +08:00
QwQ
e88b5e6ad5
add: update RuleWidget 2020-07-17 16:57:14 +08:00
QwQ
b9e2b38965
update: fixed build (by removing all codes?) 2020-07-17 16:57:14 +08:00
QwQ
b907167138
add: added structures and SafeType for new complex config design 2020-07-17 16:57:14 +08:00
QwQ
cd017adb2a
refactor: huge refactor of basic SafeType system 2020-07-17 16:57:14 +08:00
QwQ
3059fc9d88
add: so many widgets! 2020-07-17 16:57:12 +08:00
DuckSoft
44ba4e1cb9
bump BUILDVERSION 2020-07-16 23:00:10 +08:00
QxQ
dc1074c83a
Merge branch 'dev' into dev-ping-refactor 2020-07-15 22:18:48 +08:00
DuckVador
5a35943499
add macos icmp ping 2020-07-15 21:41:58 +08:00
QwQ
a086d1e05c
fix: refined MainWindow UI layout 2020-07-15 13:56:15 +08:00
DuckSoft
fcbab632dc
fix linux icon problem 2020-07-15 11:17:43 +08:00
QwQ
0837584568
update 2020-07-14 22:34:19 +08:00
DuckVador
f42ef88cf6
fix all valgrind possible memory loss in async ICMP/TCP ping 2020-07-14 19:15:33 +08:00
QwQ
e7d9627599
add: Qv2ray Logo in R/G/B 2020-07-14 14:46:00 +08:00
DuckVador
21a03aab8d
Merge branch 'dev' into dev-ping-refactor 2020-07-14 12:50:42 +08:00
QwQ
93cb434765
fix: resolved #777 2020-07-14 00:53:33 +08:00
QwQ
1c1350fa17
ping 2020-07-13 15:38:46 +08:00
DuckVador
23b9aeb900 Merge branch 'dev' into dev-ping-refactor 2020-07-13 12:33:33 +08:00
ymshenyu
173643b5e2 update debian/changelog 2020-07-13 09:41:40 +08:00
QwQ
f5cdb62ff8
version: bump version string to v2.6.1 2020-07-13 09:28:05 +08:00
Qv2ray-dev
a951a46db5
fix: fixed a misleading Darkmode description 2020-07-12 23:31:06 +08:00
Qv2ray-dev
7ed69a7fdd
fix: should not edit GroupManager tablewidget 2020-07-12 22:37:03 +08:00
Qv2ray-dev
4db7155a0c
fix: fixed connection import/export with unwanted content, fixed #771 2020-07-12 22:33:00 +08:00
Qv2ray-dev
1c0ec09ae9
fix: fixed complex config with string as port causing system proxy to fail 2020-07-11 15:14:30 +08:00
Qv2ray-dev
8c6735c3a3
UPSTREAM: workaround of gcc bug 2020-07-11 15:12:57 +08:00
Qv2ray-dev
f64c298f80
fix: replace V2ray with V2Ray, closes #762 2020-07-11 09:33:30 +08:00
Qv2ray-dev
d5641daf45
fix: only accept plaintext 2020-07-11 00:10:30 +08:00
Qv2ray-dev
14bb40aa1e
add: added more subscription link check 2020-07-11 00:03:17 +08:00
Qv2ray-dev
b7e8ab315e
add: import from existing config in ComplexEditor 2020-07-10 23:28:22 +08:00
Qv2ray-dev
f92317a903
fix: auto reload toolTip, fixed #750 2020-07-10 22:49:32 +08:00
Qv2ray-dev
09a85257cb
submodule: merged QvUIStyles submodule into main repo 2020-07-10 21:56:08 +08:00
Qv2ray-dev
98f231ef15
submodule: updated submodule 2020-07-10 21:14:59 +08:00
DuckVador
667f9771ea
fix windows build 2020-07-10 21:06:44 +08:00