Commit Graph

2462 Commits

Author SHA1 Message Date
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
ymshenyu
6229d8c906 Merge branch 'master' into dev 2020-08-07 22:41:43 +08:00
ymshenyu
ef6d402011 fix: snap FTBFS 2020-08-07 22:41:17 +08:00
QwQ
7c0dfceadd fix: adjust darkMode Disabled text color 2020-08-07 21:12:28 +08:00
DuckSoft
118d1df161
disable version check for debian (#871)
* disable version check for debian

this may fix #870

* Update rules

Co-authored-by: QxQ <59914293+U-v-U@users.noreply.github.com>
2020-08-07 13:54:01 +08:00
flylai
db2040c500
chore: make the link clickable (#875) 2020-08-07 13:31:24 +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
DuckSoft
75f8fe88b3
fix compiling regression related to zxing-cpp 2020-08-07 00:38:08 +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
Arkylin
0748943588
解决更新KDE后SESSION环境变量的问题
解决更新KDE后SESSION环境变量的问题
2020-08-06 21:00:04 +08:00
QwQ
a89ba77be7 add: added none as a Shadowsocks cipher 2020-08-06 20:41:07 +08:00
Flex Zhong
a0fa3350c7 Update nsis.yml 2020-08-06 20:38:35 +08:00
Flex Zhong
95269806a0 Update build-qv2ray-cmake.yml 2020-08-06 20:38:35 +08:00
DuckSoft
196cfcf8ca updating translations 2020-08-06 20:38:35 +08:00
QxQ
838660748d
Update QRCodeHelper.cpp 2020-08-06 19:46:33 +08:00
DuckSoft
59182df9d4
do not translate forwarding proxy types 2020-08-06 16:14:57 +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
QxQ
bf6e6cb64c
Update build-qv2ray-cmake.yml 2020-08-05 18:12:08 +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
QwQ
adcc21828e
fix: enable debug build CI 2020-08-05 16:05:49 +08:00
QwQ
160d58c4b2
fix: trigger crash on signal handler 2020-08-05 14:54:14 +08:00
QwQ
11f454bc76
fix: fixed shared_ptr refcount crash on macOS 2020-08-05 13:11:04 +08:00
QwQ
5bae905866 version: bump version 2020-08-05 10:40:15 +08:00
QwQ
20a711718f
fix: fixed QMap causing outbounds mistakenly sorted 2020-08-05 08:28:11 +08:00
QwQ
acda5afe27
fix: fixed simple connection route generation 2020-08-05 08:21:15 +08:00
QwQ
900f6507f2 fix: fixed language loading algorithm 2020-08-04 20:45:57 +08:00
QwQ
39af2f5da4 fix: workaround of macOS SingleApplication problem 2020-08-04 20:45:44 +08:00
ymshenyu
282b62cc79 debian: bump version 2020-08-04 20:43:28 +08:00
ymshenyu
ac5a0ff2fe debian: add missing dependencies 2020-08-04 20:36:40 +08:00
QxQ
43cbb3b735
Merge pull request #827 from Qv2ray/dev
Qv2ray v2.6.3
2020-08-04 18:19:11 +08:00
QwQ
6c88c95536
cleanup: remove empty source file 2020-08-04 17:36:42 +08:00
QwQ
dde2849d49
add: added External resolver, fixed DNS settings empty clientIP 2020-08-04 17:32:56 +08:00