Commit Graph

1326 Commits

Author SHA1 Message Date
Qv2ray-dev
d4be3a987e
fix: fixed #387 2020-03-02 07:25:08 +08:00
Qv2ray-dev
93b7f9f4a8 add: added more ui functionalities - 3 2020-03-02 00:15:19 +08:00
Qv2ray-dev
7fb8cd3d94 add: added more ui functionalities - 2 2020-03-02 00:03:07 +08:00
Qv2ray-dev
44e9a550d2 add: added more ui functionalities 2020-03-01 22:57:14 +08:00
Qv2ray-dev
4db9721784 add: added ConnectionItemLocate, ConnectionSelection, BoldGroupName 2020-03-01 22:21:37 +08:00
Qv2ray-dev
c7ef92bbc2 fix: changed from f2f2f2 to e6e6e6 and ececec in light theme tray icon 2020-03-01 18:02:08 +08:00
Qv2ray-dev
ab2f2c3e11 fix: use c++11 initializer list of std::tuple<> 2020-03-01 17:35:18 +08:00
Qv2ray-dev
1c7bb289a9 fix: use c++11 initializer list of QStringList 2020-03-01 17:30:41 +08:00
Qv2ray-dev
46c13543a4 fix: changed inline code block settings 2020-03-01 17:24:58 +08:00
Qv2ray-dev
56f0886afd add: added support when importing with duplicated name, added ConnectionDuplicate 2020-03-01 10:05:59 +08:00
Qv2ray-dev
bbaaa248ab Merge branch 'dev' into dev-mainwindow-refactor
* dev:
  Re-enable grpc support for mac (#386) by @ymshenyu
  update qmake plugin
  using subprocess.call instead of os.system
  update snapcraft plugin
  clean up snapcraft lifecycle (#384)
  remove unneeded dependencies
  drop arm64 support
  update .travis.yml
  Enable destructive mode.
2020-03-01 00:14:39 +08:00
Qv2ray-dev
7a183ece8d add: added CreateConnection, ImportConnection, RouteEditor-outbound-type-deduce, ImportFromSubscription 2020-03-01 00:12:23 +08:00
ymshenyu
cf25d760c7
Re-enable grpc support for mac (#386) by @ymshenyu
* re-enable grpc support for mac

* update -1

* update -2

* update -3

* update -4

* update build version

* DONE
2020-03-01 00:09:25 +08:00
Qv2ray-dev
c7a6bca26f add: added ConnectionRename, GroupRename UI slot implementations 2020-02-29 23:20:55 +08:00
Qv2ray-dev
85d980e91b add: added ConnectionCreate, ConnectionDelete, ConnectionChangeGroup, GroupCreate, GroupDelete UI slot implementations for MainWindow 2020-02-29 23:11:03 +08:00
Qv2ray-dev
2d198f4292 add: added KDE proxy settings support 2020-02-29 20:25:17 +08:00
Qv2ray-dev
fa6a8dae1f wip: add: added back subscription feature, group renaming, group deleting, subscription update 2020-02-29 00:28:59 +08:00
Qv2ray-dev
09de96efe5 fix: update code style 2020-02-28 22:49:53 +08:00
Guobang Bi
804422a2c4
update qmake plugin 2020-02-28 19:46:44 +08:00
Guobang Bi
510a75708f
using subprocess.call instead of os.system 2020-02-28 18:46:11 +08:00
Guobang Bi
d875fe0347
update snapcraft plugin 2020-02-28 17:54:59 +08:00
ymshenyu
fc410739ff
clean up snapcraft lifecycle (#384)
* using qt content snap

* update

* update

* update

* update

* update ci
2020-02-28 13:17:58 +08:00
Qv2ray-dev
194f07c027 wip: fix: prevent a crash caused by signal self-connection on a buggy os (e.g. Windows) 2020-02-28 09:07:19 +08:00
Guobang Bi
bdcf66de6f
remove unneeded dependencies 2020-02-27 14:50:42 +08:00
Guobang Bi
6bd35ff96f
drop arm64 support
We need a clean environment.
2020-02-27 14:32:48 +08:00
Qv2ray-dev
54c4475fa9 wip: add: added subscription display... 2020-02-26 21:02:58 +08:00
Qv2ray-dev
b03849d9df add: added connection edit feature 2020-02-26 20:22:11 +08:00
Qv2ray-dev
f339b814e1 fix: some minor fixes 2020-02-26 20:22:11 +08:00
Qv2ray-dev
a4754eccdf
Resolved conflict...
...In a not only quite straightforward but also extremely hacky method.
2020-02-26 17:30:49 +08:00
Guobang Bi
ae9a883076
update .travis.yml 2020-02-26 12:13:27 +08:00
Guobang Bi
3430a2a1e1
Enable destructive mode. 2020-02-26 11:40:04 +08:00
DuckSoft
784e995dbf make default name pattern translatable 2020-02-25 22:33:27 +08:00
DuckSoft
b92e933007 Create SSDConverter.hpp 2020-02-25 22:33:27 +08:00
DuckSoft
5d5b2285a9 Create ICMPPinger.cpp 2020-02-25 22:31:01 +08:00
DuckSoft
1b7659a30e Create ICMPPinger.hpp 2020-02-25 22:31:01 +08:00
Qv2ray-dev
2a0c459202 add: added settings ui for dokodemo 2020-02-25 22:29:18 +08:00
Qv2ray-dev
3b028c289e Merge branch 'dev' into dev-mainwindow-refactor
* dev:
  using jom for windows
  fix editor subAddress/subName/subInv same time the changing data will lose
2020-02-25 22:24:53 +08:00
Qv2ray-dev
adb7bc4c1e add: added export sharelink and qr support, ssd:// WIP 2020-02-25 22:16:32 +08:00
Qv2ray-dev
0bea5d0f15 add: added tcping latency support 2020-02-25 21:47:46 +08:00
Qv2ray-dev
6db0dd5ba0 add: added auto-connect settings support 2020-02-25 16:31:47 +08:00
Guobang Bi
315c38941e
using jom for windows 2020-02-25 11:32:52 +08:00
Qv2ray-dev
db9ac15f5a add: added optional limit to the GetDisplayName function rvalue 2020-02-24 23:32:00 +08:00
Qv2ray-dev
82601b03e3 fix: fixed a TINY MainWindow auto connection state & window visibility issue 2020-02-24 22:08:11 +08:00
Qv2ray-dev
e45a44f039 add: added auto connection support, save data usage support, check connected support, mainwindow partial ui support, disconnect support and a dot-indicator support on the connection list 2020-02-24 22:04:12 +08:00
Qv2ray-dev
0ba992b38f add: currently use-able 2020-02-24 18:01:21 +08:00
Qv2ray-dev
f43e960820 wip: add: share link textbox update, added live apply global themes 2020-02-24 16:41:42 +08:00
Qv2ray-dev
d1c8e1f8b3 wip: add: added speed chart and log box functionality 2020-02-23 21:10:25 +08:00
alluLinger
ca3799edc6 fix editor subAddress/subName/subInv same time the changing data will lose 2020-02-23 09:40:39 +08:00
Qv2ray-dev
ae85a8dcbb wip: add: added somewhat more functionalities and UI 2020-02-22 23:08:06 +08:00
Qv2ray-dev
681c5f648c wip: fix: fixed LOG issue - 7 2020-02-22 20:36:57 +08:00