Commit Graph

675 Commits

Author SHA1 Message Date
QwQ
3ac170161a
fix: fixed plugin settings not saved on close event 2020-08-16 09:59:41 +08:00
QwQ
d599582f05
add: added Plugins' MainWindow widget support 2020-08-16 00:54:09 +08:00
QwQ
fb22e8fc02
fix: adapt adjusted interface v3 2020-08-14 13:54:52 +08:00
QwQ
80d53c1188
fix: adapt adjusted interface v3 2020-08-14 13:38:18 +08:00
QwQ
5101c7f519
fix: added QHash header 2020-08-12 22:30:57 +08:00
QwQ
358914430b
fix: fixed MSVC build 2020-08-12 22:08:08 +08:00
QwQ
bbb558a929
fix: some minor fixes 2020-08-12 21:31:09 +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
cd00927193 Merge branch 'dev-real-ping' into dev
* dev-real-ping:
  add missing dependency
  Update nsis.yml
  Update build-qv2ray-cmake.yml
  refactor realping ui part
  try to make Ubuntu happy
  try to make Debian happy
  try to make CI happy
  add realping ui part
  add `realping` implementation
  add curl dependency
2020-08-11 09:05:09 +08:00
QwQ
eec913c56b fix: fix QAction caused crash, fixed #884 2020-08-11 08:59:40 +08:00
QwQ
521786b69e fix: mark VLESS as a proxy protocol, fixed #883 2020-08-11 00:05:15 +08:00
QwQ
ecc56cdd08 add: added VectoredExceptionHandler for Windows 2020-08-10 20:58:00 +08:00
QwQ
fb10eb48e0 git: fixed MSVC build output 2020-08-10 17:44:10 +08:00
ymshenyu
c6317b27cb add missing dependency 2020-08-10 16:02:31 +08:00
DuckVador
5b9cd4c18a
Merge branch 'dev' into dev-real-ping 2020-08-10 10:54:14 +08:00
QwQ
db8f9b635b
fix: fixed CMakeLists 2020-08-09 16:07:35 +08:00
QwQ
8ae5300f6a
refactor: refactor CMakeLists 2020-08-09 16:03:29 +08:00
QwQ
01f9e21bd0
meta: refactor chain expander 2020-08-09 15:42:08 +08:00
QwQ
6e79ab7cce
fix: fixed Complex Editor loading issue 2020-08-08 18:50:21 +08:00
QwQ
ee9254fbf1
add: added QInputDialog to select number of lines 2020-08-08 17:46:41 +08:00
QwQ
fb09c9e4cc
meta: merge .clang-format 2020-08-08 17:35:46 +08:00
QwQ
e1081b0a42
add: added copy recent 20 lines of log 2020-08-08 17:31:37 +08:00
QwQ
6e52249e43
add: added copy chart as image 2020-08-08 16:55:21 +08:00
QwQ
45e908432e
refactor: refactored MainWindow, added Actions' retranslation 2020-08-08 16:26:56 +08:00
QwQ
35460669b6
add: added _BOMB_ 2020-08-08 15:08:28 +08:00
QwQ
72ce4ed7d5
fix: fix for macOS 2020-08-08 14:16:00 +08:00
QwQ
97016c464d
fix: added /utf-8 for MSVC 2020-08-08 14:03:00 +08:00
QwQ
42e8fac33b
fix: sort include 2020-08-08 13:59:37 +08:00
QwQ
57df03d7ef
fix: fixed Windows build 2020-08-08 13:51:01 +08:00
QwQ
46c760ab7c
add: added backward-cpp back :( 2020-08-08 10:53:29 +08:00
QwQ
b296f4792d
submodule: update submodules 2020-08-08 01:03:12 +08:00
QwQ
d5c0522638
Merge branch 'dev-route-editor' into dev
* dev-route-editor: (73 commits)
  fix: disable ChainExpansion and ChainEditor for now
  fix: do not send kill signal to pid0
  add: added OnRuleDeleted signal
  fix: fixed QNodeEditor caused crash when release dragging on macOS
  Update build-qv2ray-cmake.yml
  update: some minor updates
  fix: SIGTRAP with Windows
  fix: enable debug build CI
  fix: trigger crash on signal handler
  fix: fixed shared_ptr refcount crash on macOS
  fix: fixed QMap causing outbounds mistakenly sorted
  fix: fixed simple connection route generation
  cleanup: remove empty source file
  add: added External resolver, fixed DNS settings empty clientIP
  add: added Chain generator, fixed Balancer
  refactor: refactored generator backend 4, WARN: NOT TESTED
  refactor: refactored Route Generator - 3, WARN: NOT TESTED
  refactor: refactored Route Generator - 2, WARN: NOT TESTED
  refactor: refactored route generation, WARN: NOT TESTED
  add: added DNS editor for complex editor
  ...
2020-08-08 00:48:50 +08:00
QwQ
7c0dfceadd fix: adjust darkMode Disabled text color 2020-08-07 21:12:28 +08:00
QwQ
24b959b982
fix: disable ChainExpansion and ChainEditor for now 2020-08-07 11:26:17 +08:00
QwQ
658a188f8a Merge branch 'master' into dev-route-editor
* master: (28 commits)
  fix: refactor and fixed extra cmdline caused preinitialization error
  add: use monospace as log font, fixed #860
  解决更新KDE后SESSION环境变量的问题
  add: added none as a Shadowsocks cipher
  Update nsis.yml
  Update build-qv2ray-cmake.yml
  updating translations
  Update QRCodeHelper.cpp
  do not translate forwarding proxy types
  version: bump version
  fix: fixed language loading algorithm
  fix: workaround of macOS SingleApplication problem
  debian: bump version
  debian: add missing dependencies
  fix: fixed zxing-cpp build
  fix: security -> encryption
  fix: fixed Outbound Editor index out of range
  fix: protect libsemver using a try..catch block
  trying to fix the buffer overflow
  trying to save your brains
  ...
2020-08-07 11:18:47 +08:00
QwQ
232e62c405 fix: do not send kill signal to pid0 2020-08-07 11:16:57 +08:00
DuckVador
1b910630a6 try to make Ubuntu happy 2020-08-07 00:38:44 +08:00
DuckVador
7841fce9f9 try to make Debian happy 2020-08-07 00:38:18 +08:00
DuckVador
7af6f9bfed try to make CI happy 2020-08-07 00:37:52 +08:00
DuckVador
82f6290653 add realping ui part 2020-08-07 00:37:37 +08:00
DuckVador
e2c9d469dc add curl dependency 2020-08-07 00:37:17 +08:00
QwQ
912fe1b040 Merge branch 'version-v2' into master
* version-v2: (52 commits)
  fix: refactor and fixed extra cmdline caused preinitialization error
  add: use monospace as log font, fixed #860
  解决更新KDE后SESSION环境变量的问题
  add: added none as a Shadowsocks cipher
  Update nsis.yml
  Update build-qv2ray-cmake.yml
  updating translations
  Update QRCodeHelper.cpp
  do not translate forwarding proxy types
  version: bump version
  fix: fixed language loading algorithm
  fix: workaround of macOS SingleApplication problem
  debian: bump version
  debian: add missing dependencies
  fix: security -> encryption
  fix: fixed Outbound Editor index out of range
  fix: protect libsemver using a try..catch block
  trying to fix the buffer overflow
  trying to save your brains
  cleanup: remove unused slots and functions, resolved #765
  ...
2020-08-06 23:28:38 +08:00
QwQ
df103faae2 fix: refactor and fixed extra cmdline caused preinitialization error 2020-08-06 22:45:57 +08:00
QwQ
ee53e6c3f9 add: use monospace as log font, fixed #860 2020-08-06 21:18:55 +08:00
QwQ
a89ba77be7 add: added none as a Shadowsocks cipher 2020-08-06 20:41:07 +08:00
QwQ
78868388aa
add: added OnRuleDeleted signal 2020-08-05 21:31:50 +08:00
QwQ
f7adc8b21c
fix: fixed QNodeEditor caused crash when release dragging on macOS 2020-08-05 21:13:06 +08:00
QwQ
c92245b1ad
update: some minor updates 2020-08-05 17:10:51 +08:00
QwQ
1c0c2bff90
fix: SIGTRAP with Windows 2020-08-05 17:10:29 +08:00