Commit Graph

53 Commits

Author SHA1 Message Date
Qv2ray-dev
d42a3ca56a wip: try to fix CI before continue -- stage 1 2020-02-22 18:17:04 +08:00
Qv2ray-dev
3c023ba022 wip: add: ... 2020-02-20 23:05:48 +08:00
Qv2ray-dev
fe9a518522 wip: add: added some more ui functionalities, now support filtering against the connection list 2020-02-19 22:27:01 +08:00
Qv2ray-dev
17e302fd96 wip: add: added some pre-connection checks 2020-02-16 22:45:15 +08:00
Qv2ray-dev
519f29e3fc wip: add: added a functionless UI 2020-02-16 00:00:46 +08:00
Qv2ray-dev
a43f97eb56 wip: add: basic structure of new design 2020-02-15 21:10:10 +08:00
Qv2ray-dev
2f716a9a44 wip: we commented everything out just to make the build pass, added ConfigUpgrader 2020-02-15 00:23:46 +08:00
Qv2ray-dev
e4dc48ba6c fix: fixed #328 and added IP validity check with state colors 2020-02-10 22:29:38 +08:00
Qv2ray-dev
c52b052df2 fix: fixed several other leaks 2020-02-09 11:34:19 +08:00
Qv2ray-dev
38d94d73d2 add: support live retranslation 2020-02-08 17:15:27 +08:00
Qv2ray-dev
e236f47a4a Revert "add: changed to use the new QvMsgBus scheme."
This reverts commit 7d8ae76a16.
2020-02-08 16:08:57 +08:00
Qv2ray-dev
7d8ae76a16 add: changed to use the new QvMsgBus scheme. 2020-02-07 23:49:39 +08:00
Qv2ray-Bot
cdb50f51e0 fix: partial resolved the auto-hide issue. 2020-02-03 19:46:13 +08:00
Qv2ray-Bot
32475b8ce2 add: added geosite decoder and removed qtcharts 2020-02-02 20:09:37 +08:00
Qv2ray-Bot
dfec8f5215 update: some updates 2020-02-01 17:24:36 +08:00
Qv2ray-Bot
dbd19865a6 add: added new speed chart and separated API backend 2020-01-31 23:38:26 +08:00
Qv2ray-Bot
36dc29bd9c refactor: stage 3.5 class separation 2020-01-31 16:57:35 +08:00
Qv2ray-Bot
66446fcbfb refactor: stage 3.1 use #pragma once instead of #ifndef 2020-01-30 15:12:49 +08:00
Qv2ray-Bot
286a1db4b3 refactor: stage 2, fixing #include derivatives and rearrage namespaces 2020-01-30 13:01:48 +08:00
Qv2ray-Bot
7a06fa0eea change: now using global variable instead of get set operations 2020-01-26 19:26:08 +08:00
Qv2ray Bot
e99d71f2e9 add: added maximum log line count 2020-01-19 16:30:31 +08:00
Qv2ray Bot
005a0dfd5c fix: fixed V2ray spelling 2020-01-18 22:42:11 +08:00
Leroy.H.Y
c18cb14358 [add] Added subscription renewal 2020-01-14 12:04:31 +08:00
Leroy.H.Y
e059a89ed7
[refactor] Refactored and fix-ed bug in the previous commit 2020-01-08 11:48:30 +08:00
Leroy.H.Y
3c6c61fabe
[temp] Temp working on rewrite of MainWindow, some potential bugs expected. 2020-01-07 19:49:57 +08:00
Leroy.H.Y
79db868a17
[fix] Prevent duplicated subscription tag in the connection list, fixed #166 2020-01-06 23:51:39 +08:00
Leroy.H.Y
657a384657
[add] Added PreferenceWindow to tray menu, fixed #218 2020-01-06 21:51:29 +08:00
Leroy.H.Y
01b2f3ac96
[add] Added --noAPI flag in commandline 2020-01-06 21:42:32 +08:00
Leroy.H.Y
16b9841034
[refactor] Some code refactors 2020-01-01 18:56:06 +08:00
Leroy.H.Y
488db05b60
[refactor] [fix] [add] Refactored Mainwindow, fixed #183, fixed #172 2019-12-22 22:02:36 +08:00
Leroy.H.Y
57c84cbdfb
[add] Several refactoring and prepare on #183 2019-12-21 23:10:20 +08:00
Leroy.H.Y
9c53a99606
[fix] Fixed QList std::list conversion function for Qt5.14 and fixed #186 2019-12-21 21:57:19 +08:00
Leroy.H.Y
b0e36c2e7c
[fix] Fixed Windows and macOS build 2019-12-15 10:59:06 +08:00
Leroy.H.Y
9de221c109 [fix] Some UI fixes, to prevent (some) crash(es). #158
Former-commit-id: 4277081153
2019-12-09 20:25:16 +08:00
Leroy.H.Y
ee667d1a07 [add] Added Ping for UI
Former-commit-id: 4db9e7108c
2019-12-08 22:25:19 +08:00
Leroy.H.Y
e01eed0535 [fix] Fixed SegFault when renaming a connection
Former-commit-id: c153eddd3c
2019-12-06 23:43:56 +08:00
Leroy.H.Y
6351f1acc3 [ui fix] Several UI fixes, this fixed #165 #164 #163 #161 #160
Former-commit-id: 488bf33ccc
2019-12-06 16:05:37 +08:00
Leroy.H.Y
6411c0f109 [fix] Fixed subscription UI features #126 #150 #151
Former-commit-id: 704151d63e
2019-12-04 11:15:00 +08:00
Leroy.H.Y
35cd88c2d2 [add] Added subscription autostart #126 #150 #151
Former-commit-id: 61ebbf9524
2019-12-03 21:03:00 +08:00
Leroy.H.Y
74e36910d8 [add] Support for subscriptions #109 #121 #126 #147
Former-commit-id: 6060c041dd
2019-12-02 23:28:13 +08:00
Leroy.H.Y
1100f4658c [add] Some basic UI for subscription
Former-commit-id: e7b150c5b6
2019-12-02 21:04:36 +08:00
Leroy.H.Y
6642c332cb [fix] Fixed Windows MainWindow instance
Former-commit-id: 3b8852208c
2019-12-02 16:28:42 +08:00
Leroy.H.Y
5d94d99f1a [update] Several code refactoring and added qvAppLog
Former-commit-id: 7ae62e96fc
2019-12-02 09:50:05 +08:00
Leroy.H.Y
73113bf26f [add] Some small updates and fixed #144
Former-commit-id: d0e79f2819
2019-12-01 13:43:11 +08:00
Leroy.H.Y
9d997dedc5 [add] Added basic subscription actions and fixed QV2RAY_DEFAULT_VASSETS_PATH and QV2RAY_DEFAULT_VCORE_PATH
Former-commit-id: ec49dffbb5
2019-12-01 00:34:17 +08:00
Leroy.H.Y
e4f7f99ae1 [add] Added keyboard operations and log prettify
Former-commit-id: 3a8144f65d
2019-11-28 16:09:54 +08:00
Leroy.H.Y
c6f70c1a60 [change] USE STRONG TYPE NOW TO PREVENT MISUSE OF QJsonObject
Former-commit-id: 84d8167822
2019-11-27 23:16:30 +08:00
Leroy.H.Y
22ecbe25a3 [fix] Several further fixes
Former-commit-id: 12fb3bcd29
2019-11-27 10:39:04 +08:00
Leroy.H.Y
51e73d1462 [add] Added half support for Window Proxy Settings and PAC
Former-commit-id: ff58d8e881
2019-11-25 19:00:41 +08:00
Leroy.H.Y
d9b9dd8cc1 [update] updated prefrence window UI and changed a config file entry
Former-commit-id: 6b0d8e1c14
2019-11-24 20:35:43 +08:00